Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 16:47

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



need help to make go fishing facebook bot

Discussion on need help to make go fishing facebook bot within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jan 2014
Posts: 3
Received Thanks: 0
need help to make go fishing facebook bot

hi...
i try to make go fishing bot, but it just some feature...
i need some suggestion to make function autosell if fishcage full etc...
so far i just can make auto cast, auto pull when strike, auto close pop up...

this is my bot code..

Code:
$x = 0
$y = 0

while 1
sleep(1)

$cast = _ImageSearch("cast.bmp", 1, $x, $y, 20, 0)
$strike = _ImageSearch("strike.bmp", 1, $x, $y, 20, 0)
$pull = _ImageSearch("pull.bmp", 1, $x, $y, 20, 0)
$okbrown = _ImageSearch("okbrown.bmp", 1, $x, $y, 20, 0)
$ok = _ImageSearch("ok.bmp", 1, $x, $y, 20, 0)
$uncheck = _ImageSearch("uncheck.bmp", 1, $x, $y, 20, 0)
$fishcaught = _ImageSearch("ok.bmp", 1, $x, $y, 20, 0)
$full = _ImageSearch("full.bmp", 1, $x, $y, 20, 0)
$backpack = _ImageSearch("spin.bmp", 1, $x, $y, 20, 0)
$sell = _ImageSearch("spin.bmp", 1, $x, $y, 20, 0)
$close = _ImageSearch("close.bmp", 1, $x, $y, 20, 0)

If $cast = 1 Then
	MouseClick("left", $x, $y, 1)
 EndIf

If $strike = 1 then
   MouseClick("left", $x, $y, 1)
EndIf

If $pull = 1 Then
   MouseDown("left")
EndIf

If $uncheck = 1 then
   MouseClick("left", $x, $y, 1)
EndIf

If $ok = 1 Then
   MouseClick("left", $x, $y, 1)
EndIf

If $okbrown = 1 then
   MouseClick("left", $x, $y, 1)
EndIf

If $close = 1 then
   MouseClick("left", $x, $y, 1)
EndIf

If $full = 1 then
   Send("TogglePause")
EndIf

WEnd

		Func TogglePause()
    $Paused = NOT $Paused
    While $Paused
        sleep(100)
        ToolTip('Script is "Paused"',0,0)
    WEnd
    ToolTip("")
EndFunc
i use imagesearch, i dont use coord mode because i dont want to change screen resolution when i use bot in different pc...
any suggestion?

thanks before sorry for my bad english...

this is preview go fishing facebook game

bump

bump!!

bump!!
hypermale is offline  
Reply


Similar Threads Similar Threads
hack Go Fishing FACEBOOK please
11/16/2011 - Facebook - 1 Replies
Shared Hack Go Fishing facebok ... Please ,,,,,,,,,:(
[How-To]Make Instant Money with Fishing
07/20/2010 - WoW Guides & Templates - 10 Replies
How to make/find clientless fishing?
06/28/2009 - Kal Online - 8 Replies
Hi I'd like to know how to find or make the clientless fishing program mentioned in an older thread. Is there such a thing? If possible can someone point me in the right direction of a heal bot?
does anyone know the offset to make auto fishing possible
10/11/2008 - Dekaron - 5 Replies
i was wondering if anyone know how to make auto fishing using winhex? Thanx for the help or a point in the right direction guys



All times are GMT +1. The time now is 16:47.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.