Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- How to do the ROBLOX LocalScript exploit:
- 1. Open Cheat Engine (6.2 or 6.3 whichever it doesn't matter)
- 2. Click Edit > Settings
- 3. Make sure these following boxes are checked:
- Show undo button
- Update the list of found addresses even after scanning
- Center Cheat Engine when bring to front (optional)
- Hide some/all windows instead of trying to bring cheat engine to front (optional)
- Always run lua scripts from tables
- Save window positions
- Show main menu
- Get process icons for processlist
- 4. Automatically attach to processes named "RobloxPlayer.exe" (obviously without the quotation marks)
- 5. Even autoattach when another process has been selected
- 6. Update interval = 50, Freeze interval = 50, Found address list update interval = 500
- 7. Click on "Debugger Options" and click on "Use VEH Debugger"
- 8. Press OK
- 9. CTRL + ALT + L
- 10. Paste this (NOTE: VERY LONG CODE):
- local _a,aa,ba="RobloxPlayer.exe",{} function main() local da,_b=getProcessIDFromProcessName(_a) if da then for ab,bb in next,aa do if da==bb then _b=true;break end end if _b then return true end;aa[#aa+1]=da;openProcess(_a)debugProcess(2) ba=stringlist_getString(AOBScan"0FB6015EC3CCCCCCCCCCCCCC",0)debug_setBreakpoint(ba)end;return true end function debugger_onBreakpoint()debug_removeBreakpoint(ba) debug_setBreakpoint(ba) if readBytes(EAX,1)==0x66 and readBytes(EAX+8,1)==0x20 then if not writeBytes(EAX,{0x0D,0x0A,0x09,0x09,0x09,0x49,0x6E,0x73,0x74,0x61,0x6E,0x63,0x65,0x2E,0x6E,0x65,0x77,0x28,0x22,0x48,0x69,0x6E,0x74,0x22,0x2C,0x20,0x57,0x6F,0x72,0x6B,0x73,0x70,0x61,0x63,0x65,0x29,0x2E,0x54,0x65,0x78,0x74,0x20,0x3D,0x20,0x22,0x43,0x68,0x61,0x74,0x74,0x65,0x64,0x20,0x73,0x63,0x72,0x69,0x70,0x74,0x20,0x6C,0x6F,0x61,0x64,0x65,0x64,0x21,0x22,0x0D,0x0A,0x09,0x09,0x09,0x47,0x61,0x6D,0x65,0x3A,0x47,0x65,0x74,0x53,0x65,0x72,0x76,0x69,0x63,0x65,0x20,0x22,0x50,0x6C,0x61,0x79,0x65,0x72,0x73,0x22,0x2E,0x4C,0x6F,0x63,0x61,0x6C,0x50,0x6C,0x61,0x79,0x65,0x72,0x2E,0x43,0x68,0x61,0x74,0x74,0x65,0x64,0x3A,0x63,0x6F,0x6E,0x6E,0x65,0x63,0x74,0x28,0x66,0x75,0x6E,0x63,0x74,0x69,0x6F,0x6E,0x28,0x6D,0x73,0x67,0x29,0x0D,0x0A,0x09,0x09,0x09,0x09,0x79,0x70,0x63,0x61,0x6C,0x6C,0x28,0x6C,0x6F,0x61,0x64,0x73,0x74,0x72,0x69,0x6E,0x67,0x28,0x6D,0x73,0x67,0x29,0x29,0x0D,0x0A,0x09,0x09,0x09,0x65,0x6E,0x64,0x29,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D,0x2D})then messageDialog("Injection failed!",1,2)end end;return 1 end;local ca=createTimer(nil)timer_setInterval(ca,250) timer_onTimer(ca,main)
- 11. Press "Execute script"
- 12. Find a game and press "Play"
- 13. Wait for the game to load
- 14. If there's a bar on the top of your screen that says "Chat-Exploit loaded!" then you chat the script you want to use.
- MESSAGE: THE NEW ROBLOX CHATBAR HAS A LIMIT OF 1000 CHARACTERS, THE OLD CHATBAR HAS A LIMIT OF 10000.
- How to get the old chatbar back (10k limit) :
- NOTE: You MUST NOT have ROBLOX open or any form of ROBLOX open (No studio, No edit, No build, No play)
- 1. Click on your start menu, and search: "ROBLOX Player"
- 2. Right click ROBLOX Player and click on "Go to file location" (If it isn't there, click "Properties" and then click on "Open File Location")
- 3. You'll want to notice these two files "RobloxPlayer" and "RobloxPlayerBeta"
- 4. Rename "RobloxPlayerBeta" as "RobloxPlayerr"
- 5. Rename "RobloxPlayer" as "RobloxPlayerBeta"
- 6. Rename "RobloxPlayerr" as "RobloxPlayer"
- 7. If you notice, you SHOULD have RobloxPlayer's SIZE equaling 10,331 KB, and RobloxPlayerBeta's SIZE equaling 18,227 KB.
- 8. Go back to line 1, "How to do the ROBLOX LocalScript exploit:"
- ------------------------------------------------------------------------------------------------------------------
- This tutorial was made by NeroCaesar.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement