mCore Exploit
-
I am pretty upset about this one, as I told the owner about this and they made no effort in fixing it at all, I also made it open source about a week ago. Since they decided not to fix it I decided it would be best if others got to use it.
This is nothing ground breaking but it allows you to disguise as anyone on the server as well as their role. I also created a module that freezes all other players around you by spam opening a book on their screen.
Github: https://github.com/Rilshrink/mCoreExploit
Required: Core.lib
Modules:
-RededarkFreezer, which 'freezes' all players in your view distance.
Commands:- .mcore disguise <otherplayer> <name> <role>
- .mcore disguise <name> <role> (Executes it on yourself)
- .mcore book <otherplayer>
If you wanted to become the 'owner' you can do:
.mcore disguise Notch diretor
Diretor being the 'Director' rank.ServerIP: rededark.com
Although meant for rededark it will work on other servers running 'mCore'
Tell me if there are any problems using the script. -
exploit master xd
-
Sick, however I'm not sure how the Role stuff functions...
-
@rilshrink Just pointing out that you can autogenerate subcommands list helper that would print all available subcommands when either invalid or none was used.
Examples: https://github.com/CzechHek/Core/blob/master/Examples/subcommands.js
https://github.com/CzechHek/Core/blob/master/Scripts/Manager.js