[Tutorial] Call a function inside Neuz (melee attack example)

01/19/2021 15:00 netHoxInc#76
Quote:
Originally Posted by CoOLz1ne View Post
Hello sir cookie69, I used your released src code and I successfully make it work to the flyff I am playing with. I am wondering if it is possible to make it work with other melee weapons such as knuckle or yo-yo?
You need to send a different attack speed. You can get those from your main hand weapon prop, the func which gets this param is also called on the code before, you should see somewhere a push 0A and below a call, the eax value after given call will be ur attack speed. So either hook that stuff or just call the func urself (pMover->GetActivehandprop() or some shit, i forgot the exact name).
11/11/2021 00:13 RisingDevos#77
does anyone have the updated BowHack.dll and Manualinject.exe?

or has it been fixed?
10/11/2022 15:41 'P!nkBeatzz'#78
How do I find the right function, If I don't find it using the referenced strings method?
10/11/2022 19:51 netHoxInc#79
Quote:
Originally Posted by 'P!nkBeatzz' View Post
How do I find the right function, If I don't find it using the referenced strings method?
Debugging, General ASM knownledge about x86 structs, a little bit of brain power and the most important: motivation.

Google will help you out pretty sure.