Fhackd

Fhackd

Thursday 11 July 2013

Dungeon Rampage Hack 12/7

This hack allows you to use your "ulti" mode (B key) without any restriction.

What you need:
Firefox and cheat engine

Steps:
1.) Start dungeon rampage on firefox and cheat engine.
2.) Attach Cheat Engine to firefox process (plugincontainer.exe or 2nd flashplayerplugin.exe)
3.) On your cheat engine, press memory view and press ctrl+a to open up the auto assemble. (Or you can click tools and click auto assemble.)
4.) A new window will appear, paste the following code in and click execute:
alloc(hack1,64)
alloc(hack2,64)
label(return1)
label(return2)
label(value)
aobscan(_hack1,89 87 E4 00 00 00 8B 47 18 85 C0)
aobscan(_hack2,89 48 18 8B 50 18 8B 48 2C 3B CA)

hack1:
mov eax,[value]
mov [edi+000000E4],eax
jmp return1

hack2:
mov ecx,[value]
mov [eax+18],ecx
mov edx,[eax+18]
jmp return2

value:
dw #200

_hack1:
jmp hack1
nop
return1:

_hack2:
jmp hack2
nop
return2:


5.) Now you can go back to your game and spam B unlimited amount of times.


P.s Use at your own risk.

No comments:

Post a Comment