Code:
[ENABLE] alloc(DrakoMobSpeedBace,64) label(MobIsWalking) label(MobRunSpeedValue) label(MobWalkSpeedValue) label(ReturnMobSpeed) registersymbol(MobRunSpeedValue) registersymbol(MobWalkSpeedValue) DrakoMobSpeedBace: cmp byte ptr [esp+04],00 je MobIsWalking fld dword ptr [MobRunSpeedValue] ret 0004 MobIsWalking: fld dword ptr [MobWalkSpeedValue] ret 0004 MobRunSpeedValue: db 00 00 20 41 MobWalkSpeedValue: db 00 00 40 40 0053B330: //80 7C 24 04 00 74 06 D9 40 70 jmp DrakoMobSpeedBace ReturnMobSpeed: [DISABLE] dealloc(DrakoMobSpeedBace) unregistersymbol(MobRunSpeedValue) unregistersymbol(MobWalkSpeedValue) 0053B330: cmp byte ptr [esp+04],00
This Script will set the Mab Walking Speed to 3 and the Mob Runing Speed to 10 the original depends on the kind of mob loaded
To change the speeds:
If you don't like the speeds and want to make the mobs either faster or slower,
Simply activate the script and then add two new float address to the list with the address value as the ACTUAL LETTERS "MobRunSpeed" and "MobWalkSpeed"
Next, after you have added the addresses, just change the value to whatever you like... 2.5,20,400,34 or anything you can think of
Try and look for what is best
NOTE: After you have set the speed to what you like, you can change the Default speed from 10 to the one you like but it is a little more complicated, ask me if you need help with that
Improvements from the Non Aggro script:
1.You can now change the Mob Speeds at any moment.
Without having to find out the 4byte Hexadecimal equivalent to the speeds you like
2.If the script is turned off at any moment the mobs will go back to ecacly their normal speeds.
This is good for if you just want to play normally without mobs moving at lightning fast speeds, so people wont think you are a hacker or anything.
This section is only for those who don't know how to put a script in CheatEngine:
1.click on the Memory View button to see the Memory View window
2.on the Memory View Window go to Tools/Auto_Assemble or (Ctrl+A)
3.paste the script on the Auto Assemble window that just popped up
4.on the Auto Assemble window go to File/Assign_to_current_cheat_table
5.close the Auto Assemble window and the Memory View window
6.then just click on the box to the left of the new entry in your cheat table it will be named "Auto assemble cheat"
NOTE: you must have opened CheatEngine and 2Moons and... attached CheatEngine to 2Moons by clicking on the computer icon at the top left.
NOTE: TYPE IN EXACTLY THAT
anyway Happy Hacking!!!







