Who ever build a AutoFishing bot, how did you/he did that?.
How did he begin that the commands like MouseClick("left",...,...) and so on are working?
Please help or give me ur .au3 script... i need it really XD u can delete the things with the fishbot, but i need the beginning. THX!
i know that anyone knows xD please... i need ur help =)
this thing doesnt work, whats wrong??
Code:
WinActivate ( "2Moons" )
WinWaitActive ( "2Moons" )
HotKeySet("{F9}", "Terminate")
HotKeySet("{PAUSE}", "TogglePause")
while 1
sleep(250)
= PixelSearch (665, 962, 670, 966, 0xFC6D6E, 2) ;Search HP
If @error Then
ControlSend("2Moons","","","{F1}"); Drink HP pot
EndIf
= PixelSearch (634, 977, 639, 981, 0x618CF5, 2) ;Search MP
If @error Then
ControlSend("2Moons","","","{F2}"); Drink MP pot
EndIf
= PixelSearch (1120, 926, 1126, 929, 0xEB7C87, 1) ;health of mob
if @error Then
ControlSend("2Moons","","","{7}") ;Summon mob
EndIf
;Loot
sleep(500)
ControlSend("2Moons","","","{SPACE}") ;Loot
sleep(450)
ControlSend("2Moons","","","{SPACE}") ;Loot
sleep(400)
ControlSend("2Moons","","","{SPACE}") ;Loot
ExitLoop
;=================================================================================
wend
Func TogglePause()
= NOT
While
sleep(100)
ToolTip('Script is Paused',0,0)
WEnd
ToolTip("")
EndFunc
Func Terminate()
Exit
EndFunc






