replace { with '[' and } with "]"
Bot Includes: Bot Includes:
-Auto Pick up -Auto Pick up
-Auto Attacking (Normal) -Auto Attacking(Normal)
-Auto healing can be used in the ingame functions
Intructions: Intructions:
Start the Bot with "F7" and to stop the Bot it's "F8"
Credits:
Thanks to pohkak(PGC) or iMockBa(here) for tips/advices, Developer Разработчик
CE AA Scripts (hacks) - Due note that these scripts are made for my archer (may be too fast or too slow for other character classes)
Instructions on how to use it: Instructions on how to use it:
1. Open CE
2. Open memory view
3. Go to tools and click on "Auto Assembler"
4. enter the code and same as script (for enable and disable)
Changes all Skills to 0.3 mili sec cast time (including normal attack - this is require for faster attack rate + the nop version)
Spoiler: open
{ENABLE}
alloc (newmem, 2048) / / 2kb should be enough
label (returnhere)
label (originalcode)
label (exit)
newmem:
originalcode:
mov eax, {eax +60} mov eax,{eax+60}
mov eax, 00000150 mov eax, 00000150
mov ecx, {esp +08} mov ecx,{esp+08}
exit:
jmp returnhere
"Kabod.exe" +208174:
jmp newmem
nop
nop
returnhere:
{DISABLE}
dealloc (newmem)
"Kabod.exe" +208174:
mov eax, {eax +60}
mov ecx, {esp +08}
Faster Animation (faster attack). This is required to be enabled with "Change cast time to 0.3 mili sec" for even faster attack speed
Spoiler: open
{ENABLE}
0044723A:
nop
nop
nop
{DISABLE}
0044723A:
mov {esi +40}, eax
mov eax, {esi}
Change your Zoom to the max Change your Zoom to the max
Spoiler: open
{ENABLE}
alloc (newmem, 2048) / / 2kb should be enough
label (returnhere)
label (originalcode)
label (exit)
newmem:
originalcode:
mov {edi +64}, 45fB8000
fld dword ptr {edi +64}
fld st (0)
exit:
jmp returnhere
"Kabod.exe" +22 E1D2:
jmp newmem
returnhere:
{DISABLE}
dealloc (newmem)
"Kabod.exe" +22 E1D2:
fld dword ptr {edi +64}
Change to Max Attack range (Limit for my archer but you can lower it if your a melee class)
Spoiler: open
{ENABLE}
alloc (newmem, 2048) / / 2kb should be enough
label (returnhere)
label (originalcode)
label (exit)
0062D66F:
jmp newmem
nop
nop
returnhere:
newmem: newmem:
originalcode: originalcode:
mov {eax +48}, 6f0 / / max range = 6f9
fild dword ptr {eax +48}
mov ecx, {esp +0C}
exit:
jmp returnhere
{DISABLE}
dealloc (newmem)
0062D66F:
fild dword ptr {eax +48}
mov ecx, {esp +0C}