[REQUEST] Fishing Bot

11/18/2009 15:16 DDevil174#1
Hey i know there WERE some fishing bots but none of them are working. I would really appreciate it if someone could make 1 or share 1. Or just give me a link with a TUT or something. I would like to say Thanks in advance !
11/18/2009 21:55 X-Infernal-X#2
Use the search tool for this section.
11/19/2009 00:43 hatlo0or#3
He's right , most of/if not all of the links are dead

now I cant help you with the bypass its all over the forum but the bot is a simple script
download this one its not perfect but works fine for me

PS: this is NOT my work.

& here is the script if you need it

Quote:
;################################################# ########################
; FishBOT
;################################################# ########################


;###########
; Globals
;###########
$title = "FishBOT"
;################################################# ################################
; changes how long the key is pressed to allow for server lag increase if needed
;################################################# ################################
Opt("SendKeyDownDelay", 5)

;################################################# ########################
; Hot Keys Section
;
; Set up a Hot key to be used later to puase or end the script,
; the sleep(delay time) is added becuase not sure if program would recognize
; the puase key while spacebar key is held down.
;################################################# ########################

HotKeySet("{PAUSE}", "request_end")

;######################################
; Cast pole and start all over again,
; loops until you hit puase.
;######################################

Start_Bot()

while 1
cast_pole()
wend

;################################################# #############################
func cast_pole()
Send("l")
Sleep(5)
MouseClick("left")
;################################################# #################
; changed key down to 8000 to allow time for full catch sequence
;################################################# #################
Opt("SendKeyDownDelay", 8000)
send("{space}")
Opt("SendKeyDownDelay", 5)
Sleep(5)
endfunc

;################################################# #############################
func msg($text)
MsgBox(0, $title, $text)
endfunc

;################################################# #############################
func msg_array($title, $array, $num_elements)
dim $text
$text = $array[0]

for $j = 1 to $num_elements - 1
$text = $text & ", " & $array[$j]
next

MsgBox(0, $title, $text)
endfunc

;################################################# #########
func request_end()
$MB_YESNO = 4
$MB_YES = 6

if MsgBox($MB_YESNO, $title, "End script?") == $MB_YES then
Exit
endif
endfunc

;################################################# ##########
func Start_Bot()
$MB_YESNO = 4
$MB_YES = 6

if MsgBox($MB_YESNO, $title, "Do you want to start the Bot?") == $MB_Yes then

else
Exit
endif
endfunc
;
11/19/2009 16:39 DDevil174#4
I will test it later today thanks in advance
11/20/2009 14:52 DDevil174#5
Thanks it works !
11/20/2009 23:51 nastydame#6
Works for me also, can be closed I think
04/18/2010 18:09 loebiz#7
hi...could you tell me how to use it??
well,,I've copied the script and run it in L2walker IG,,but it just do nothing...
thanks...
04/18/2010 23:51 ~Kakkarot~#8
#closed

Don't bump old topics!