Quote:
Originally Posted by Boiking1
I already tried to make a bot with AHK, AutoIt and Python.
The game only blocks AHK and AutoIt, but Python worked for me so I dont know about that.
Oh and I don't want to try it on other servers because it's my favorite one and I don't want to start all over again.
|
You found the correct function and class pointer :awesome:
Just put a break point on the call and you will see in the stack trace the 5 params of the function.
[Only registered and activated users can see links. Click Here To Register...]
For the target ID, you can proceed as I mentioned:
search for 4Bytes type with "exact value=0", select a mob and hit next scan with "value changed", change target and search for "value changed", don't change mob and search for "value unchanged", repeat...until you find 3 values.
Then test them one by one, use "find out what writes to this address" until it breaks and shows the opcode with offset "x20" [ebx+20]
[Only registered and activated users can see links. Click Here To Register...]
Then copy the EBX value (186591F0) and search for Hex value (4bytes) and you will find the 2 static target addresses (it is like it is always 2 static addresses in flyff).
[Only registered and activated users can see links. Click Here To Register...]
Then take the first pointer and add a manual pointer-address in CR like below:
[Only registered and activated users can see links. Click Here To Register...]
Now you can check: if you change targets then it would change in CE. when you unselect the target it show "0"
Do the same for Target Id, just add an offset "2F8":
[Only registered and activated users can see links. Click Here To Register...]
EBX is also the mob pointer (target Ptr) and "2F8" is its ID offset:
[Only registered and activated users can see links. Click Here To Register...]
I didn't test it but basically this is what you need to find the required params.
I hope it works for you now, Eclipse may have some securities like Aiden said, I have no idea about their security as I stopped making bots/cheats of this kind since a moment.