10 HACKS
God Mode (block every attack)
Energy Request (lets you request energy from friends when your bag still has food, usually you cant ask for lemons unless you don't have any food)
Max Damage (do the highest damage in your damage range constantly)
Speed Hack (walk super fast, does not apply to attacks/jumping/climbing)
Never Miss (attacks never miss mobs)
Auto Pickup (loots COLLECTION items automatically, mesos and magic crystals also loot but don't appear to)
AoE Range Increase (makes your Area of Effect Skills have longer range eg magic claw, thunderbolt)
Monster VAC (makes all monsters spawn in the same position.)
Monster Never Walk (after monsters spawn, they don't walk around until you attack them)
Fast Respawn Hack (when you kill all the mobs in a map, they usually slowly respawn, this makes them all spawn back)
Video Tutorial
Code to inject :
[ENABLE]
//ALWAYS BLOCK
Aobscan(_godmode,d0 30 2f 14 48)
label(godmode)
registersymbol(godmode)
_godmode:
godmode:
db D0 30 24 01 48
//ENERGY REQUEST
Aobscan(_energyreq,26 d0 46 ef 04 00 14 01 00 00 47 26 d0 46 f1 04 00 14 01 00 00 47)
label(energyreq)
registersymbol(energyreq)
_energyreq:
energyreq:
db 27 d0 46 ef 04 00 14 01 00 00 02 27 d0 46 f1 04 00 14 01 00 00 02
//MAX DMG
Aobscan(_maxdmg,24 5f 24 69 46 8b 2f 02)
label(maxdmg)
registersymbol(maxdmg)
_maxdmg:
maxdmg:
db 24 69 24 69 46 8b 2f 02
//SPEED
Aobscan(_speed,62 0C 20 13 25 00 00 5D 19 62 0C 66 AB 1C 62 0D 66 F2 46 46 19 01 73 63 0E D0 66 9B 1E 62 09 66 82 09 62 0E 4F B0 09 02 10 39 00 00 26 60 9A 01 66 FA 2F 62 09 66 82 09 62 09 66 83 09 60 9A 01 66 F4 31 A1 46 B4 0D 02 14 19 00 00 D0 66 9B 1E 62 09 66 82 09 60 9A 01 66 FA 2F 66 A9 0D 66 83 09 4F B0 09 02)
label(speed)
registersymbol(speed)
_speed:
speed:
db 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 D0 66 9B 1E 62 0A 66 82 09 62 0A 66 83 09 4F B0 09 02 02 02 02 02 02 02 02 02 26 60 9A 01 66 FA 2F 62 09 66 82 09 62 09 66 83 09 60 9A 01 66 F4 31 A1 46 B4 0D 02 14 19 00 00 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02
//NEVER MISS
Aobscan(_nevermiss,60 b0 3b 46 8b 2f 00 60 87 37 62 07 66 82 4d 0c 3b 00 00 d2 66 de 02 d2 66 de 02 66 c2 16 24 01 a0 61 c2 16 27 62 04 ab 2a 12 0f 00 00 29 60 c3 0b 66 fa 30 d2 66 de 02 66 80 09 ab 12 08 00 00 d0 66 d5 2b 4f ed 07 00 24 00 27 56 02 48)
label(nevermiss)
registersymbol(nevermiss)
_nevermiss:
nevermiss:
db 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02
//AUTO PICKUP
Aobscan(_collection1,66 8a 0d 12 2e 00 00 d0 d0 66 8b 0d)
label(collection1)
registersymbol(collection1)
_collection1:
collection1:
db 66 8a 0d 11 2e 00 00 d0 d0 66 8b 0d
Aobscan(_collection2,24 1e 2a a2 0c 45 00 00)
label(collection2)
registersymbol(collection2)
_collection2:
collection2:
db 24 7F 2a a2 0c 45 00 00
//INCREASE AOE RANGE
Aobscan(_aoerange,d0 30 d0 66 a9 06 d0 66 8d 05 46 d0 18 01 66 c5 15 48)
label(aoerange)
registersymbol(aoerange)
_aoerange:
aoerange:
db 24 7f 2a 02 a2 02 02 02 02 02 02 02 02 02 02 02 02 48
//MONSTER VAC
Aobscan(_monstervac, d2 66 82 09 d2 66 83 09 46 ae 0d 02)
label(monstervac)
registersymbol(monstervac)
_monstervac:
monstervac:
db 24 64 02 02 24 c9 02 02 46 ae 0d 02
//MONSTER NEVER WALK
aobscan(_nowalk, d0 66 d0 1c 66 81 09 60 fd 1d 66 c1 34 4f e1 1a 01)
label(nowalk)
registersymbol(nowalk)
_nowalk:
nowalk:
db 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02
//RESPAWN
Aobscan(_respawn,25 d0 0f 25 88 27)
label(respawn)
registersymbol(respawn)
_respawn:
respawn:
db 24 00 02 24 00 02
[DISABLE]
CREDITS TO KONGREGATEHACK
Edit : auto pickup is glitchy for me, dont use it if you dont have to
Edit2: if monster vac doesn't work for you, inject the code in a town.
No comments:
Post a Comment