[Release] Global Dekaron Fishbot v1.7

05/08/2010 04:18 harry666#91
hi i have try the autofishing bot and it looks in first moment good he cast the rod out and will go in casting mode but than the game crash and the client closed it self and i must restard the game :( i use the 1.7 version
and i hope you can handle this prob

:bandit:
05/08/2010 14:03 Distortion69#92
Quote:
Originally Posted by harry666 View Post
hi i have try the autofishing bot and it looks in first moment good he cast the rod out and will go in casting mode but than the game crash and the client closed it self and i must restard the game :( i use the 1.7 version
and i hope you can handle this prob

:bandit:
use bypass ..
05/08/2010 23:02 playboyx#93
YEAH about this fishing bot i can use any fishing rod and fishing level 1 and still get 85% succes rate right?
05/09/2010 12:04 Distortion69#94
Quote:
Originally Posted by playboyx View Post
YEAH about this fishing bot i can use any fishing rod and fishing level 1 and still get 85% succes rate right?
no lol :p ofc it depends on your gear and skills ;)
05/09/2010 13:18 taz86#95
hey can u post the code of the bot or add a background function to it ?
05/09/2010 20:03 Distortion69#96
Quote:
Originally Posted by taz86 View Post
hey can u post the code of the bot or add a background function to it ?
so your asking me to post my work ? lol
if you even knew about what i do wit the bot you should know that it needs focus to detect the images ... :rtfm:
05/10/2010 12:20 taz86#97
Quote:
Originally Posted by Distortion69 View Post
so your asking me to post my work ? lol
if you even knew about what i do wit the bot you should know that it needs focus to detect the images ... :rtfm:
idk how u do it but with pixelsearch it works i jusst need to set the focus closer couz atm ya its just pulls :P if th ebar is blue ^^

but it works in background if i finde 20 more minutis today i will finish and add all commands

Code:
AutoItSetOption("WinTitleMatchMode", 4)
Global $Paused
 HotKeySet("{F2}", "TogglePause")
 HotKeySet("{ESC}", "Terminate")
 
$windowname="Dekaron"
$handle  = WinGetHandle($windowname, "")

If @error Then
    MsgBox(4096,  "Error", "Fenster konnte nicht gefunden werden")
	
Else



     

while True
$Pull = PixelSearch( 243, 155, 446, 168, 0x4080DF, 15)
	if IsArray($Pull) = True Then
		ControlSend($windowname,'','',"{SPACE down}")
	Else
		ControlSend($windowname,'','',"{SPACE up}")
	EndIf
        if IsArray($Pull) = False Then 
	        ControlSend($windowname,'','',"L")
	        sleep(100)
	        ControlClick ($windowname, "", 0,"left","1",633, 288) 
	        sleep(100)
       EndIf
	
WEnd

EndIf

Func TogglePause()
     $Paused = NOT $Paused
     While $Paused
         sleep(100)
      WEnd
EndFunc
 
 Func Terminate()
     Exit  0
 EndFunc

its working now and 100% background, ofc its dirty and without GUI ^^
but i get the fishies and can do other stuff
05/10/2010 12:29 raspberryjowls#98
Quote:
Originally Posted by Sode No Shirayuki View Post
same here
same problem!! help
05/10/2010 15:38 Distortion69#99
Quote:
Originally Posted by taz86 View Post
idk how u do it but with pixelsearch it works i jusst need to set the focus closer couz atm ya its just pulls :P if th ebar is blue ^^

but it works in background if i finde 20 more minutis today i will finish and add all commands

Code:
AutoItSetOption("WinTitleMatchMode", 4)
Global $Paused
 HotKeySet("{F2}", "TogglePause")
 HotKeySet("{ESC}", "Terminate")
 
$windowname="Dekaron"
$handle  = WinGetHandle($windowname, "")

If @error Then
    MsgBox(4096,  "Error", "Fenster konnte nicht gefunden werden")
	
Else



     

while True
$Pull = PixelSearch( 243, 155, 446, 168, 0x4080DF, 15)
	if IsArray($Pull) = True Then
		ControlSend($windowname,'','',"{SPACE down}")
	Else
		ControlSend($windowname,'','',"{SPACE up}")
	EndIf
        if IsArray($Pull) = False Then 
	        ControlSend($windowname,'','',"L")
	        sleep(100)
	        ControlClick ($windowname, "", 0,"left","1",633, 288) 
	        sleep(100)
       EndIf
	
WEnd

EndIf

Func TogglePause()
     $Paused = NOT $Paused
     While $Paused
         sleep(100)
      WEnd
EndFunc
 
 Func Terminate()
     Exit  0
 EndFunc

its working now and 100% background, ofc its dirty and without GUI ^^
but i get the fishies and can do other stuff
thats autoit code i dont use that it could work idk .. but why ask me to post my code if you can code one on your own ? :p
05/10/2010 15:59 taz86#100
Quote:
Originally Posted by Distortion69 View Post
thats autoit code i dont use that it could work idk .. but why ask me to post my code if you can code one on your own ? :p
i thought u used autoit too than it would just 1 function to add.and i thought its much more work to make one but ya was kinda fast ^^
what Language u used ?
05/10/2010 16:31 Distortion69#101
Quote:
Originally Posted by taz86 View Post
i thought u used autoit too than it would just 1 function to add.and i thought its much more work to make one but ya was kinda fast ^^
what Language u used ?
I took autohotkey cause i find it better / easyer to read / understand someones code :)
05/14/2010 12:50 BusyButKeenGamer#102
Does the thread starter's fishing bot work for 2moons too ?
05/14/2010 16:54 matii1509#103
Yes, it works
05/15/2010 05:33 PainForce#104
how the fish bot work ??? he only do fishing ?ß and no pulliing?.. if no why my bot no pull the fish out
05/15/2010 13:22 bloodyrex#105
Quote:
Originally Posted by juhzizthrax View Post
how the fish bot work ??? he only do fishing ?ß and no pulliing?.. if no why my bot no pull the fish out
You have a problem there:
I guess you started the game with Nebular's Launcher,
after entering the game you should look for a nice spot where you wanna fish.
After this I often fish one time for my own to 'check' it. :D
Then I activate the Fishing bot, but sometimes you have to start the launcher and then to pull by yourself. But after the fishing progress the bot is working auto for me then. I don't know how you problem looks like, so I think test it bro and tell us your results ;)

Have Fun!