Jump to content

Recommended Posts

Posted

hello guys i am looking for a hack program or a generator or something like that

i play a game named kingsroad on facebook and i want to add some golds/gems on my account

 

i can pay only with paypal but first i need to test the program

Posted

Fast Movement

 

 

[ENABLE]
AOBSCAN(_move,d0 30 24 01 5d ?? ?? 24 ?? 46 ?? ?? ?? a0 75) //hex to search for
label(move)
registersymbol(move)

_move:
move:
db d0 30 24 02 // hex to replace original with

[DISABLE]
move:
db d0 30 24 01 // replace back when disabled

 

RAPID FIRE

 

[ENABLE]
AOBSCAN(_fire,d0 30 24 01 5d ?? ?? 24 ?? 46 ?? ?? ?? a0 48) //hex to search for
label(fire)
registersymbol(fire)

_fire:
fire:
db d0 30 24 0A // hex to replace original with

[DISABLE]
fire:
db d0 30 24 01 // replace back when disabled

 

Distance / Melee

 

[ENABLE]
AOBSCAN(_melee,d0 30 24 00 d7 28 d6 28) //hex to search for
label(melee)
registersymbol(melee)

_melee:
melee:
db d0 30 26 48 // hex to replace original with

[DISABLE]
melee:
db d0 30 24 00 d7 28 d6 28 // replace back when disabled

 

 

Open the CE and press Ctrl + Alt + A

Posted

Fast Movement

[ENABLE]
AOBSCAN(_move,d0 30 24 01 5d ?? ?? 24 ?? 46 ?? ?? ?? a0 75) //hex to search for
label(move)
registersymbol(move)

_move:
move:
db d0 30 24 02 // hex to replace original with

[DISABLE]
move:
db d0 30 24 01 // replace back when disabled

RAPID FIRE

[ENABLE]
AOBSCAN(_fire,d0 30 24 01 5d ?? ?? 24 ?? 46 ?? ?? ?? a0 48) //hex to search for
label(fire)
registersymbol(fire)

_fire:
fire:
db d0 30 24 0A // hex to replace original with

[DISABLE]
fire:
db d0 30 24 01 // replace back when disabled

Distance / Melee

[ENABLE]
AOBSCAN(_melee,d0 30 24 00 d7 28 d6 28) //hex to search for
label(melee)
registersymbol(melee)

_melee:
melee:
db d0 30 26 48 // hex to replace original with

[DISABLE]
melee:
db d0 30 24 00 d7 28 d6 28 // replace back when disabled

Open the CE and press Ctrl + Alt + A

thnx for share but i already have it...i am looking for a gem generator

Guest
This topic is now closed to further replies.


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..