|
|
If you are asking for a bypassed Neuz for Mazey then you could simply bypass the protection by killing the 2 threads below (using "Process hacker" for example) and you can use Cheat Engine without problems.Quote:
can you make Neuz file for Mazey flyff please
Thank you ! :handsdown:Quote:
If you are asking for a bypassed Neuz for Mazey then you could simply bypass the protection by killing the 2 threads below (using "Process hacker" for example) and you can use Cheat Engine without problems.
[Only registered and activated users can see links. Click Here To Register...]
Use the debugger. Put Breakpoint on the function start on CE and hit a monster and watch the stack frame you will see all the parameters of the function. I will add this later to the guide..Quote:
@[Only registered and activated users can see links. Click Here To Register...]
How will I find the value of "dwAtkMsg" is it always 0x1d or 29 ?
There is something like that. If you hit 'Tab' when you are in GS or flying then you will select the. Nearest target.Quote:
If there's a function that calls for "find target" then make a bot from it.
Yep, it depends on the flyff version. By the way, in the stack frame right click and select "full stack" for better display of the parameters.Quote:
@[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
I set breakpoint at SendMeleeAttackaddress Neuz.exe+1836B0 then client freezes upon attacking the Aibatt which means breakpoint is correct.
Found these parameters on stack trace.
00B4E8CC, 0000001D, 00000000, 00000000,...
Are these the parameters for the function:
#ifdef __HACK_1023
void CDPClient::SendMeleeAttack( OBJMSG dwAtkMsg, OBJID objid, int nParam2, int nParam3, FLOAT fVal )
#else // __HACK_1023
void CDPClient::SendMeleeAttack( OBJMSG dwAtkMsg, OBJID objid, int nParam2, int nParam3 )
#endif // __HACK_1023
It seems that OBJMSG is on parameter 1 and OBJID on parameter 0 on my neuz. And, both parameter 2 and 3 should be 0.
You already have good basics because you found the right address of the target using the right way ;)Quote:
@[Only registered and activated users can see links. Click Here To Register...]
i have basic knowledge in c++. thanks anyways :)