Wow Fishbot .. not maked by me ! menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 26
  1. #1
    Maxmaximuss2's Avatar Member
    Reputation
    12
    Join Date
    Sep 2008
    Posts
    246
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Wow Fishbot .. not maked by me !

    Greetings !


    I just wanted to post this if anyone needs a fishing bot for world of warcraft .. Maked in AutoIT..

    I maked some research for a Script for AutoIT and found this awsome fish-bot who can fish all day long in all spots you want to.


    PS : I did not create this script


    here I post all the information :

    This code is used in AutoIt

    Alright people, this took 3 hours. It's not hard. This will cast the line, click the bobber when it splashes, get the item and then do it all again. If you don't catch anything, it waits until the progress bar disappears and recasts. It searches for the splash between the top of the chat "Bubble" icon and a little over halfway up the window. This requires that you have fishing in your action bar as "0" and your gamma is defaulted. I'm releasing the code so you guys can make changes as you need.
    The Pause/Break key turns it off.

    Code:
    ; AutoIt Version: 3.0
    ; Language: English
    ; Platform: WinXP
    ; Author: Mibz (Pantless Krab)
    ;
    ; Script Function:
    ; WoW FishBot.
    ;
    ; Wow Window Title - World of Warcraft
    ; WoW Window Size - w1032 x h795
    ; classname=GxWindowClassD3d
    ; Colour of splash - 0xA2A67D
    ; 0xC1AD7A
    ; 0xD0C08D
    ; Position of item - x:44 y:226
    ; Position of hotkey 0 - x:409 y:768


    ; Prompt the user to run the script using Yes/No prompt
    $run = MsgBox(4, "FishBot", "Do you want to run FishBot?")


    ; Exit if "No"
    If $run = 7 Then
    Exit
    EndIf

    ; Initial !@#$%^&*
    $time = MsgBox(4, "FishBot - Time of Day?", "Yes = Day | No = Night")
    WinActivate("World of Warcraft")
    HotKeySet("{PAUSE}", "EndScript")

    ; Script Start
    While 1
    MouseClick("left", 409, 768, 1, 2)
    MouseMove(500, 500)
    $start = TimerInit()
    $dif = TimerDiff($start)
    While 1
    If $time = 6 Then
    $coord = PixelSearch (5, 300, 1024, 560, 0xF6F6F6, 30, 4)
    Else
    $coord = PixelSearch (5, 300, 1024, 560, 0xEEEEEE, 55, 3)
    EndIf

    ; 5, 300 - 1024, 560 can be changed if you want to search a wider area.
    ; Not recommended though since you can just adjust your view to fit all
    ; the water in that space. The bigger the area, the less likely it is to
    ; detect it.
    ; If the splash isn't getting detected then change the hex colour to
    ; something a bit closer. Top one is day, bottom is night.

    If UBound($coord)>1 Then
    MouseClick("right", $coord[0], $coord[1], 1, 3)
    Sleep(500)
    MouseClick("right", 44, 226, 1, 5)
    ExitLoop
    Else
    Sleep(250)
    $dif = TimerDiff($start)
    If $dif > 30000 Then
    ExitLoop
    EndIf
    EndIf
    WEnd
    WEnd


    ; Function to exit script
    Func EndScript()
    $exit = MsgBox(4, "FishBot", "End FishBot?")
    If $exit = 6 Then
    Exit
    EndIf
    EndFunc


    This bot works 99.9% of the time for me. Every 5th or 6th cast during the night won't be recognized but day works flawlessly for me. If it doesn't work, change it, don't bug me.

    View Source Here:
    http://www.danidoo.bizland.com/snarg/FishBot.zip


    --------------------------------------------------------------------------------

    I'll explain this a bit more.

    Code:
    If $time = 6 Then
    $coord = PixelSearch (5, 300, 1024, 560, 0xF6F6F6, 30, 4)
    Else
    $coord = PixelSearch (5, 300, 1024, 560, 0xEEEEEE, 55, 3)
    EndIf


    (5, 300, 1024, 560, 0xF6F6F6, 30, 4)
    Searches from coordinates 5, 300 to 1024, 560
    Looks for pixel colour 0xF6F6F6 and anything within 30 shade variances from it.
    It looks at every 4th pixel.

    To improve accuracy you can decrease that 4 to a 2 or 3. This will make it run slower and, on some systems, cause graphic lag that can cause it to miss the splash all together. I suggest you zoom into first person mode when using this and try to have the horizon (Or at least the end of your pond) at halfway vertically up the window.

    If it's clicking something else then it's seeing a colour within the shade variances. This shouldn't happen during the day as the splash is PURE WHITE. The variance is in there just incase.
    During the night it might catch some well lit water. I suggest facing a direction where the water is as dark as possible.
    DO NOT HAVE THE MOON IN YOUR SIGHT.
    If it's still clicking random !@#$%^&* during the night, decrease the 55 to between 35 and 45.
    If you're really smart, you'll using the AutoItSpy program to figure out exactly what colour the splash is.

    For anyone that doesn't know how to compile this, here ya go.
    Download AutoIt 3. I don't know the address off hand. Save the text as a .au3 file.
    Use AutoIt to compile and run the file. Make changes as needed. When it works great for you and your fishing holes, use AutToExe to turn it into an exe.

    For anyone COMPLETELY unsure on how this works, here's a quick rundown.

    Once run, the program makes the WoW window active, moves the cursor to your action bar slot "0" and clicks. It then constantly monitors the target area looking for a pixel of the specified colour. When it finds that pixel it right clicks it, waits a split second then right clicks where the fish or item appears. It then clicks "0" again and does it over.



    Download Link below:
    MEGAUPLOAD - The leading online storage and file delivery service

    Hope you enjoy my Found
    The CyberSpace will cover the future of AutoIT!
    Maxmaximuss2.

    Wow Fishbot .. not maked by me !
  2. #2
    awl1991's Avatar Member
    Reputation
    3
    Join Date
    Oct 2008
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry, going to have to say thumbs down =[. Alot of the users on these forums are 14 years old and younger and don't understand alot or have a large attention span. This is a bad alternative for a fish bot compared to other ones being used. Aside from that your spelling is PHAIL. Sorry =*[

  3. #3
    Maxmaximuss2's Avatar Member
    Reputation
    12
    Join Date
    Sep 2008
    Posts
    246
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well I was in a hurry so altso in my post .. not my bot so I did not write all this it was a Copy + paste ..

    hope you like it anywayes ..

    Have a nice day !.
    The CyberSpace will cover the future of AutoIT!
    Maxmaximuss2.

  4. #4
    zutto's Avatar Active Member
    Reputation
    39
    Join Date
    Aug 2007
    Posts
    210
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    you seriously gotta fix your spelling =/

    "maked" sounds so retarded.. it's "Made"

    "maked in china" or "Made in china" which sounds better?

    edit: This fishbot also is bad.. crappy... whatever you want to call it
    drugs are baad kids.. m'kay.

  5. #5
    SnorlaxHF's Avatar Active Member
    Reputation
    76
    Join Date
    Apr 2007
    Posts
    304
    Thanks G/R
    1/3
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Maxmaximuss2 View Post
    Well I was in a hurry so altso in my post .. not my bot so I did not write all this it was a Copy + paste ..

    hope you like it anywayes ..

    Have a nice day !.

    Sounds like you wrote some of it.
    "Anywayes" "altso" lol GG

  6. #6
    Sylese's Avatar Member
    Reputation
    12
    Join Date
    Jun 2007
    Posts
    86
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is English your native language?

  7. #7
    Apoc's Avatar Angry Penguin
    Reputation
    1388
    Join Date
    Jan 2008
    Posts
    2,750
    Thanks G/R
    0/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    English is not his native language. Give him a break.

    Next one of you to bash him for his bad spelling and grammar will receive infractions.

    End of story.

  8. #8
    awl1991's Avatar Member
    Reputation
    3
    Join Date
    Oct 2008
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This bot is ubaz teh pro! I used it once and gained 20 levels, 5000 fish, and 10000 uba points! Thanks Maximaximuss2!

  9. #9
    Krillere's Avatar Contributor
    Reputation
    112
    Join Date
    Nov 2007
    Posts
    668
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by awl1991 View Post
    This bot is ubaz teh pro! I used it once and gained 20 levels, 5000 fish, and 10000 uba points! Thanks Maximaximuss2!
    If you ask me that comment was just meant to be mean.

  10. #10
    supereuropa's Avatar Sergeant Major
    Reputation
    36
    Join Date
    Mar 2008
    Posts
    182
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol guys dont flame him, he tryes to help. not like other leechers here!

  11. #11
    TommyT's Avatar Contributor
    Reputation
    137
    Join Date
    Jul 2007
    Posts
    852
    Thanks G/R
    17/54
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    id try it if i could understand it xD

  12. #12
    siegfried.it's Avatar Member
    Reputation
    1
    Join Date
    Jun 2007
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the download link doesn't work

  13. #13
    JoeBiden's Avatar Contributor
    Reputation
    153
    Join Date
    Aug 2007
    Posts
    498
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    after months at mmowned you finally learned how to set a signature?


    Thanks for this release btw. Remember Code tags

  14. #14
    Maxmaximuss2's Avatar Member
    Reputation
    12
    Join Date
    Sep 2008
    Posts
    246
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well thanks for all your comments.. well as I tould you all this is not created by me .. well I could go write some more codes if I wanted to but now I got some work to do first


    Altso I'll will be working on another bot very soon ..


    Take care .
    The CyberSpace will cover the future of AutoIT!
    Maxmaximuss2.

  15. #15
    Tepidus's Avatar Member
    Reputation
    7
    Join Date
    May 2009
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not maked by you? o.O

Page 1 of 2 12 LastLast

Similar Threads

  1. The Internet is for Porn (WoW movie, not porn)
    By LiquidShizzles in forum World of Warcraft General
    Replies: 9
    Last Post: 09-25-2019, 08:52 AM
  2. Replies: 2
    Last Post: 10-04-2016, 12:59 PM
  3. WoW-Gold -- NOT COPPIED [Part 3/3]
    By Freezy in forum World of Warcraft Guides
    Replies: 12
    Last Post: 12-19-2006, 05:18 AM
  4. WoW-Gold -- NOT COPPIED [Part 2/3]
    By Freezy in forum World of Warcraft Guides
    Replies: 7
    Last Post: 12-02-2006, 06:32 PM
  5. WoW-Gold -- NOT COPPIED [Part 1/3]
    By Freezy in forum World of Warcraft Guides
    Replies: 7
    Last Post: 12-02-2006, 04:43 PM
All times are GMT -5. The time now is 07:26 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search