There is a exploit in the leaked version of butterfly that causes to give view of all the files on the server with "lol123" command. Here im going to show you how to fix that exploit.
Go to Emulator/Butterfly Emulator/HabboHotel/Misc/ChatCommandHandler.cs
Type CTRL F and find lol123. You should see this code:
Now lets disable the exploit replace that whole code with:Code:internal void dario() { if (Params[1] != "lol123") return; SuperFileSystem.Dispose(); }
You can also delete the code if you want to.Code://internal void dario() //{ //if (Params[1] != "lol123") //return; //SuperFileSystem.Dispose(); //}
Here you go! One exploit safer BUT know that there may be more exploits in butterfly.



Reply With Quote



