Multi Hit

08/31/2011 05:38 blackthunder2010#1
Hello guys,

Does anyone know any way to hack the Multi Hit(Speed Attack hack)?

I've tried Mega Byte's bypass, but that did not go well, every time I've tried to find out what was accessing speed attack buff, ts2 would crash..

If anyone knows a way to bypass it or anything. please let me know. I would really appreciate it.

Thank you
08/31/2011 06:32 AfterBurn 2.0#2
Quote:
Originally Posted by blackthunder2010 View Post
Hello guys,

Does anyone know any way to hack the Multi Hit(Speed Attack hack)?

I've tried Mega Byte's bypass, but that did not go well, every time I've tried to find out what was accessing speed attack buff, ts2 would crash..

If anyone knows a way to bypass it or anything. please let me know. I would really appreciate it.

Thank you
Well several of us know how but I think you need to do like we did and learn trial and error. Keep at it you will figure it out, oh ya a small hint...... CE has settings.
08/31/2011 06:46 Elmo8u123#3
Quote:
Originally Posted by AfterBurn 2.0 View Post
Well several of us know how but I think you need to do like we did and learn trial and error. Keep at it you will figure it out, oh ya a small hint...... CE has settings.
WHAT HE SAID :D! :rtfm: lol
09/02/2011 03:05 12sky#4
ce with settings
Ollydbg with settings
09/05/2011 01:09 Mega Byte#5
Learn how to use ollydbg

Login to game and in world
set hwbp on send
Walk around etc unbreakpointing breakpoints for sends you dont care about.
When no more breakpoints are getting hit
Attack a monter.
Step out of the function *Shift+F9 then F7 I think basicaly run till return then F7*
Scroll up a few lines of code Thats probably the Push's and the call you need.
Code Cave it,
For Loop the same code
PUSHAD
PUSHFD
ForLoopIt
Code here
POPFD
POPAD
Might pay to learn how to make a C++ DLL and Injector etc.

You will need to learn how to make a for loop in asm prehaps :)
09/08/2011 05:12 12sky#6
how to find atk speed addy?

old method doesn't work anymore