Roblox Fly/Fish Exploit

Posts 18 of 8 · Page 1 of 1
Roblox Fly/Fish Exploit
Enjoy!

STEPS :
'Make sure you are not in ROBLOX'
1. Open up Cheat Engine 6.3/6.4
2. Click on 'Memory View'
3. Click on 'Tools'
4. Now, from that drop down menu, click on 'Lua Engine'
5. Paste the script!
6. Join a roblox game, hold down the space bar, and yay! You can fly.
7. Have fun.

STATUS : WORKING

Code:
processHAX={};


checkForProcess=function(sender)
local processID=getProcessIDFromProcessName'RobloxPlayerBeta.exe';
for index,processes in pairs(processHAX)do
if processes==processID or not processID then
return;
end;
end;
table.insert(processHAX,processID);
openProcess(processID);
autoAssemble([[
[ENABLE]

aobscanmodule(INJECT,RobloxPlayerBeta.exe,8A 86 A8 00 00 00 5E) // should be unique
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:
mov al,[esi+000000A8]
jmp return

INJECT:
nop
nop
nop
nop
nop
nop
return:
registersymbol(INJECT)

[DISABLE]

INJECT:
db 8A 86 A8 00 00 00

unregistersymbol(INJECT)
dealloc(newmem)
]]);
end;

timer=createTimer(nil);
timer_setInterval(timer,100);
timer_onTimer(timer,checkForProcess);
timer_setEnabled(timer,true);
This is patched.
It's not? Try before you say.

Also - if it says 'This game has shutdown', exit out of cheat engine,and exit out of ROBLOX.
Do the steps all over again, if it still says the same thing, that means it is patched or you are doing it wrong.

For example, I did it at the 2 player gun factory game and it worked.
I tried this in four different games, each one the game shut down. It's patched.
It works but not for long :l it shut downs
Aye i can't join games anymore it just says (This game has shutdown)

Thanks.
Maybe add a hotkey so that when its pressed you will fly/fish
Posts 18 of 8 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?