how to bypass atk speed?

08/21/2011 03:30 12sky#1
ok, i had found the attack speed code so i try to freeze it at 50 and i dont understand what mega byte said on this part
Quote:
I then right clicked on the addy and found what accesses it then i attacked a monster. The thing I wanted was the last in the list that popped up , [Only registered and activated users can see links. Click Here To Register...]
here is the list of hacks that i can make so far:
movement speed
GM command
Bad word bypass
zoom
Revive
char cord (dont know how to put it in bot yet)
08/21/2011 03:47 AfterBurn 2.0#2
Quote:
Originally Posted by 12sky View Post
ok, i had found the attack speed code so i try to freeze it at 50 and i dont understand what mega byte said on this part


here is the list of hacks that i can make so far:
movement speed
GM command
Bad word bypass
zoom
Revive
char cord (dont know how to put it in bot yet)
If you found the attack speed then set it at 50 freeze it. Then right click the address select find what accesses this address then go try to hit a mob. Should be the last addy that shows in the debug dialog box.

Open it in the dissembler search array of bytes for 7a 1e the first one you come to is melee attack nop these or change 7a to 90 as a byte for a nop, then search 7a 1e again that is the skill bypass change 1e to 90 then 7a to 90 or nop them, now you have attack speed above 20. Hope this helps just typed it out real fast.

The rest you need to read and learn nice to see you trying.
08/21/2011 04:08 12sky#3
Quote:
Originally Posted by AfterBurn 2.0 View Post
If you found the attack speed then set it at 50 freeze it. Then right click the address select find what accesses this address then go try to hit a mob. Should be the last addy that shows in the debug dialog box.

Open it in the dissembler search array of bytes for 7a 1e the first one you come to is melee attack nop these or change 7a to 90 as a byte for a nop, then search 7a 1e again that is the skill bypass change 1e to 90 then 7a to 90 or nop them, now you have attack speed above 20. Hope this helps just typed it out real fast.

The rest you need to read and learn nice to see you trying.
actually im making a bot for korean verison and mine doesn't have 7a 1e , when i hit a mob 4 address pop up (different verison different arrays i guess?), here is the SS of what i found, and now i dont know what i need to do , help plz
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
the second picture is the code same as mega byte posts
Quote:
00430A00 /$ 55 PUSH EBP
00430A01 |. 8BEC MOV EBP,ESP
00430A03 |. 83EC 08 SUB ESP,8
00430A06 |. 894D F8 MOV DWORD PTR SS:[EBP-8],ECX
00430A09 |. C745 FC 0000C>MOV DWORD PTR SS:[EBP-4],42C80000
00430A10 |. 8B45 08 MOV EAX,DWORD PTR SS:[EBP+8]
00430A13 |. 8378 18 00 CMP DWORD PTR DS:[EAX+18],0
00430A17 |. 7E 0C JLE SHORT TwelveSk.00430A25
00430A19 |. 8B4D 08 MOV ECX,DWORD PTR SS:[EBP+8]
00430A1C |. DB41 18 FILD DWORD PTR DS:[ECX+18]
00430A1F |. D845 FC FADD DWORD PTR SS:[EBP-4]
00430A22 |. D95D FC FSTP DWORD PTR SS:[EBP-4]
00430A25 |> D945 FC FLD DWORD PTR SS:[EBP-4]
00430A28 |. 8BE5 MOV ESP,EBP
00430A2A |. 5D POP EBP
00430A2B \. C2 0400 RETN 4
08/21/2011 05:48 AfterBurn 2.0#4
Have you click the memory area on bottom and clicked go to address and enter
0043622c then searched 7a 1e? Just a thought, .... Korean version may be different as we have never messed with it.
08/21/2011 05:55 12sky#5
Quote:
Originally Posted by AfterBurn 2.0 View Post
Have you click the memory area on bottom and clicked go to address and enter
0043622c then searched 7a 1e? Just a thought, .... Korean version may be different as we have never messed with it.
yes i did and i change it to nop, and it still freeze my attack if it above 20, but i dont think is different cuz the code is the same as aeria verison

WOOT~lol found it!! a bit tricky cuz they changed the twelvesky. to numbers
08/21/2011 06:17 AfterBurn 2.0#6
Quote:
Originally Posted by 12sky View Post
yes i did and i change it to nop, and it still freeze my attack if it above 20, but i dont think is different cuz the code is the same as aeria verison

WOOT~lol found it!! a bit tricky cuz they changed the twelvesky. to numbers
Good job I hope I helped some, glad you are learning. It is fun isn't it.
08/21/2011 06:22 12sky#7
Quote:
Originally Posted by AfterBurn 2.0 View Post
Good job I hope I helped some, glad you are learning. It is fun isn't it.
kk, game is laggy - - when bypass the limit
08/21/2011 06:50 AfterBurn 2.0#8
Quote:
Originally Posted by 12sky View Post
kk, game is laggy - - when bypass the limit
May be your connection not sure on that version.
08/21/2011 07:15 12sky#9
Quote:
Originally Posted by AfterBurn 2.0 View Post
May be your connection not sure on that version.
ya i fixed the laggy problem, but why my melee attack freeze sometime? and my skill one doesn't freeze

now trying to put the bypass on my vb bot, lol i know vb is a bad language for it