Raveneve
Apr 15 2006, 07:25 AM
I need
- SearchRadar n1,n2
Sets {LastX},{LastY} to the coordinates of the nearest yellow dot on the radar, 0,0 if not found
n1 = pixel range for green dot(player) checking
n2 = pixel range from center for player checking
- MiddleClick
- MWheelUp
- MWheelDown
- SaveGlobalScreen
- ReleaseGlobalScreen
- InitFlag
i need this for a Rf online bot you can down load the bot files here
Donjose
Apr 15 2006, 08:53 AM
wat is the use of that???
It still working??
Ahk
Apr 18 2006, 08:20 PM
SearchRadar is a function you should make. AcTool was created as a tool that could do this in macro code. The tool was not made to do everything for you, and it is up to you to develop your own routines to do such things.
It would be simple enough to program a procedure to do this given that you know how to loop and use the color or object commands.