| View previous topic :: View next topic |
| Author |
Message |
jfm Advanced Cheater
Reputation: 0
Joined: 17 Sep 2008 Posts: 57 Location: Mandiville,Lousiana
|
Posted: Sun Dec 05, 2010 3:23 pm Post subject: roblox 2010 cheats |
|
|
this post is where we can share cheats that still work even after the latest update
here is 1 that I know works
Speed Hack-this is part of cheat engine so it will always work
_________________
all games shall fall to the power of cheat engine
my specs
CPU
Intel Core i7 Extreme 975
RAM
12.0GB Triple-Channel DDR3 @ 535MHz
Motherboard
ASUSTeK Computer INC. P6T7 WS SUPERCOMPUTER (LGA1366)
Graphics
VA903 SERIES @ 1280x1024
NVIDIA GeForce GTX 295 |
|
| Back to top |
|
 |
Moneydude How do I cheat?
Reputation: 0
Joined: 25 Nov 2009 Posts: 6 Location: Unknown
|
Posted: Sun Dec 12, 2010 1:11 pm Post subject: |
|
|
Dude. You know that page that opens when your in roblox studio and you select insert from file. I managed to rip a copy but i cant seem to run it because it keeps coming up with an error message. The link is to the media fire website, I take it youve been there before... the ID after the 'mediafire(dot)com/' is '?lfg1ovn2yu1hsqa' and the pass is 'Exploitable' If you could help me out that would be great and together we could create a completely new roblox hack
P.s
Im also working on DLL injection and creating a roblox bot
|
|
| Back to top |
|
 |
jfm Advanced Cheater
Reputation: 0
Joined: 17 Sep 2008 Posts: 57 Location: Mandiville,Lousiana
|
Posted: Sat Dec 25, 2010 1:14 am Post subject: why is the file an exe |
|
|
why is the file an exe I checked with a hex editor but there is nothing that is possible to execute
_________________
all games shall fall to the power of cheat engine
my specs
CPU
Intel Core i7 Extreme 975
RAM
12.0GB Triple-Channel DDR3 @ 535MHz
Motherboard
ASUSTeK Computer INC. P6T7 WS SUPERCOMPUTER (LGA1366)
Graphics
VA903 SERIES @ 1280x1024
NVIDIA GeForce GTX 295 |
|
| Back to top |
|
 |
Moneydude How do I cheat?
Reputation: 0
Joined: 25 Nov 2009 Posts: 6 Location: Unknown
|
Posted: Sat Dec 25, 2010 1:35 pm Post subject: |
|
|
I dont know but thats how i riped it and i cant find a way to edit it, but i do know that their is a new way to exploit
|
|
| Back to top |
|
 |
jfm Advanced Cheater
Reputation: 0
Joined: 17 Sep 2008 Posts: 57 Location: Mandiville,Lousiana
|
Posted: Mon Dec 27, 2010 1:44 pm Post subject: |
|
|
| Moneydude wrote: | I dont know but thats how i riped it and i cant find a way to edit it, but i do know that their is a new way to exploit  |
i am going to run pe explorer on the roblox exe an find all the functions it uses then maybe we can hook them and hack roblox that way.
here is what i believe the asm form of the lua executer sub
| Code: |
push SSZ00A76B74_CWorkspace__DoExecScript
push 00000001h
mov ecx,eax
mov dword ptr [ebp-04h],00000000h
call SUB_L005A63E0
mov eax,[ebp-1Ch]
mov dword ptr [ebp-04h],FFFFFFFFh
test eax,eax
jz L004A33E0
mov edi,eax
add eax,00000004h
or ecx,FFFFFFFFh
lock
xadd [eax],ecx
jnz L004A33E0
mov edx,[edi]
mov eax,[edx+04h]
mov ecx,edi
call eax
lea ecx,[edi+08h]
or edx,FFFFFFFFh
lock
xadd [ecx],edx
jnz L004A33E0
mov eax,[edi]
mov edx,[eax+08h]
mov ecx,edi
call edx
L004A33E0:
lea ecx,[esi+08h]
call SUB_L00468F30
test eax,eax
jz L004A340D
push eax
push L00A6E72C
call SUB_L0042BF10
add esp,00000008h
mov ecx,[ebp-0Ch]
mov fs:[00000000h],ecx
pop edi
pop esi
pop ebx
mov esp,ebp
pop ebp
retn 0048h
|
| Code: |
test eax,eax
jz L004A33E0
|
i believe that this part of the robloxApp exe checks the lua script and basicly disables the old script hack by checking the script ageist its self and if it does not equal its self then it jumps to the L address which i believe disconnects you from the game.This i believe would be a good thing to hook with the dll.
_________________
all games shall fall to the power of cheat engine
my specs
CPU
Intel Core i7 Extreme 975
RAM
12.0GB Triple-Channel DDR3 @ 535MHz
Motherboard
ASUSTeK Computer INC. P6T7 WS SUPERCOMPUTER (LGA1366)
Graphics
VA903 SERIES @ 1280x1024
NVIDIA GeForce GTX 295 |
|
| Back to top |
|
 |
jfm Advanced Cheater
Reputation: 0
Joined: 17 Sep 2008 Posts: 57 Location: Mandiville,Lousiana
|
Posted: Sat Jan 01, 2011 10:27 pm Post subject: next best thing to a cheat |
|
|
I found info on a working exploit it is the alt 255 exploit. it basicly is a simple alt code that causes the screen on roblox to go haywire it basic makes the keymap e.g. the alphanumic sequence in memory display on screen and if you get lucky it causes script errors or lag.
_________________
all games shall fall to the power of cheat engine
my specs
CPU
Intel Core i7 Extreme 975
RAM
12.0GB Triple-Channel DDR3 @ 535MHz
Motherboard
ASUSTeK Computer INC. P6T7 WS SUPERCOMPUTER (LGA1366)
Graphics
VA903 SERIES @ 1280x1024
NVIDIA GeForce GTX 295
Last edited by jfm on Mon Jan 10, 2011 8:30 pm; edited 1 time in total |
|
| Back to top |
|
 |
Geri Moderator
Reputation: 111
Joined: 05 Feb 2010 Posts: 5627
|
Posted: Sat Jan 01, 2011 11:38 pm Post subject: |
|
|
LOL. Alt 255 is just a "null" charachter.
It is funny it is causing errors like this.
_________________
|
|
| Back to top |
|
 |
jfm Advanced Cheater
Reputation: 0
Joined: 17 Sep 2008 Posts: 57 Location: Mandiville,Lousiana
|
|
| Back to top |
|
 |
Treader How do I cheat?
Reputation: 0
Joined: 10 Jan 2011 Posts: 5
|
Posted: Mon Jan 10, 2011 8:39 pm Post subject: |
|
|
There is a New hack as of 1/10/11 (Not the patched Toolbar one) I made a video here watch?v=-lRKs-8v1_E (Youtube link just put it all at the end of the Youtube(.)com/ link)
_________________
lol Games at School Funneh amiright? |
|
| Back to top |
|
 |
jfm Advanced Cheater
Reputation: 0
Joined: 17 Sep 2008 Posts: 57 Location: Mandiville,Lousiana
|
Posted: Mon Jan 10, 2011 11:38 pm Post subject: |
|
|
| Treader wrote: | | There is a New hack as of 1/10/11 (Not the patched Toolbar one) I made a video here watch?v=-lRKs-8v1_E (Youtube link just put it all at the end of the Youtube(.)com/ link) | so i don't get it what did you actually do?
_________________
all games shall fall to the power of cheat engine
my specs
CPU
Intel Core i7 Extreme 975
RAM
12.0GB Triple-Channel DDR3 @ 535MHz
Motherboard
ASUSTeK Computer INC. P6T7 WS SUPERCOMPUTER (LGA1366)
Graphics
VA903 SERIES @ 1280x1024
NVIDIA GeForce GTX 295 |
|
| Back to top |
|
 |
Dacnomania Expert Cheater
Reputation: 1
Joined: 03 Sep 2010 Posts: 124
|
Posted: Tue Jan 11, 2011 3:28 am Post subject: |
|
|
| In the bottom left of the youtube video, he has a text document open. Read it.
|
|
| Back to top |
|
 |
Treader How do I cheat?
Reputation: 0
Joined: 10 Jan 2011 Posts: 5
|
Posted: Tue Jan 11, 2011 1:07 pm Post subject: |
|
|
LOL I didnt hack it I wish I did though
_________________
lol Games at School Funneh amiright? |
|
| Back to top |
|
 |
jfm Advanced Cheater
Reputation: 0
Joined: 17 Sep 2008 Posts: 57 Location: Mandiville,Lousiana
|
Posted: Tue Jan 11, 2011 6:25 pm Post subject: nice job |
|
|
damn that's awesome i was not paying attention last time because i was tired.
_________________
all games shall fall to the power of cheat engine
my specs
CPU
Intel Core i7 Extreme 975
RAM
12.0GB Triple-Channel DDR3 @ 535MHz
Motherboard
ASUSTeK Computer INC. P6T7 WS SUPERCOMPUTER (LGA1366)
Graphics
VA903 SERIES @ 1280x1024
NVIDIA GeForce GTX 295 |
|
| Back to top |
|
 |
Treader How do I cheat?
Reputation: 0
Joined: 10 Jan 2011 Posts: 5
|
Posted: Tue Jan 11, 2011 7:32 pm Post subject: |
|
|
Even If I had the hack The last place I would post it is youtube.
_________________
lol Games at School Funneh amiright? |
|
| Back to top |
|
 |
Moneydude How do I cheat?
Reputation: 0
Joined: 25 Nov 2009 Posts: 6 Location: Unknown
|
Posted: Sat Jan 15, 2011 5:34 am Post subject: |
|
|
I tried using fiddler on the toolbar gui and I found a few things but how did you change the colour, was it in a DLL file because maybe we could edit the DLL file to keep the toolbar button enabler enabled - if that makes sence... I just wanna check a few things out before I edit my bot. I was going through the String Tables of the Roblox App and I found the URL setup(.)roblox(.)com, The HTML code is
| Code: | <?xml version="1.0" encoding="UTF-8"?>
<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>77773A99EF5D3B77</RequestId><HostId>Ab0VGLa/bGqCVtdDpDDRXVdTog7OFavgOFomNfKszfV5QGvVVjY2SqO8POWgKDXs</HostId></Error> |
This is what updates roblox and im thinking if we had a domain we could use this HTML to create the site and instead of using setup(.)roblox(.)com we could use the domain and prevent roblox from updating, Period! because the last hack to stop updating was Hex Workshop which failed because Roblox later created 2 DLL files to prevent HEX editing and also, jfm... if you know where the adress for the lua executing code is how come you thought of executing your own lua script ingame?
|
|
| Back to top |
|
 |
|