This is a nice script i found from [Only registered and activated users can see links. ]
This bot requires ACtool to use it but have no fear theres a way to make it so warden won't detect it.
lets start with getting ACtools. [Only registered and activated users can see links. ]
Next goto your AC Tool folder in program files and change the ACTOOL.exe or whatever it is to anything you wish change it to something obvious like msn or something that warden wouldn't suspect.
Install that and open
Take this code and copy it in AC tool
Quote:
// WoW Fishing Bot v1.1
// Made by QuietKnight
// Changes
// v1.1
// + Added in the option to turn off AFK Killer
// + Added in changes log
//
// v1.0
// + Initial version
// Special instructions:
// - Put your fishing skill in slot '0'
// - Zoom into 1st person mode
// - Under Video Options, uncheck 'Hardware Cursor'
// Run count
// How many times the script should try to fish
runCount = 150
// Speed
// This is the initial scan speed. The lower the number, the faster the scan goes,
// and the higher the number, the slower the scan goes. If you're having problems
// where the initial scan isnt finding the bobber and just scanning right over it,
// try increasing this number slowly.
scanSpeed = 60
// Scan box distances
// These are the distances away from the sides of the screen to scan for a lure
// These are measured as percentages of the screen in the appropriate direction
scanLeftDist = .3
scanRightDist = .3
scanTopDist = .4
scanBottomDist = .25
// Brightness range
// This is the number of RGB values over and under the 'bright spot' that is the
// lure to look for. Basically, if you're getting the message 'No fish to hook',
// try increasing both numbers a bit, and if the bobber bobs but you dont catch
// anything, try decreasing both numbers a bit. This can change from environment
// to environment. Also, generally speaking brightRangeUp shouldnt be very high.
brightRangeDown = 50
brightRangeUp = 10
// Brightness distance
// Doesnt matter what it does, but basically, leave it alone unless you're having
// problems actually catching the fish. If you're having problems and you want
// to tweak it, general rule is, the higher the resolution, the higher the number,
// the but number range should only be anywhere from 2 MIN to 6 MAX. If you start
// getting too out of wack with this, you'll never catch a fish
brightDist = 3
// AFK Away
// Set to 1 to use AFK Away (which presses Enter twice before every cast) or
// to 0 to disable AFK Away entirely. This comes in useful if you like to
// chat on WoW while fishing.
afkAway = 0
// Check current spot
LoadRGB ,
If {RGBRed} > OR {RGBRed} < OR {RGBGreen} > OR {RGBGreen} < OR {RGBBlue} > OR {RGBBlue} <
// Check top left
Compute x=-
Compute y=-
LoadRGB ,
If {RGBRed} > OR {RGBRed} < OR {RGBGreen} > OR {RGBGreen} < OR {RGBBlue} > OR {RGBBlue} <
// Check top right
Compute x=+
Compute y=-
LoadRGB ,
If {RGBRed} > OR {RGBRed} < OR {RGBGreen} > OR {RGBGreen} < OR {RGBBlue} > OR {RGBBlue} <
// Check bottom left
Compute x=-
Compute y=+
LoadRGB ,
If {RGBRed} > OR {RGBRed} < OR {RGBGreen} > OR {RGBGreen} < OR {RGBBlue} > OR {RGBBlue} <
// Check bottom right
Compute x=+
Compute y=+
LoadRGB ,
If {RGBRed} > OR {RGBRed} < OR {RGBGreen} > OR {RGBGreen} < OR {RGBBlue} > OR {RGBBlue} <
// Check top left (extended)
Compute x=-(*2)
Compute y=-(*2)
LoadRGB ,
If {RGBRed} > OR {RGBRed} < OR {RGBGreen} > OR {RGBGreen} < OR {RGBBlue} > OR {RGBBlue} <
// Check top right (extended)
Compute x=+(*2)
Compute y=-(*2)
LoadRGB ,
If {RGBRed} > OR {RGBRed} < OR {RGBGreen} > OR {RGBGreen} < OR {RGBBlue} > OR {RGBBlue} <
// Check bottom left (extended)
Compute x=-(*2)
Compute y=+(*2)
LoadRGB ,
If {RGBRed} > OR {RGBRed} < OR {RGBGreen} > OR {RGBGreen} < OR {RGBBlue} > OR {RGBBlue} <
// Check bottom right (extended)
Compute x=+(*2)
Compute y=+(*2)
LoadRGB ,
If {RGBRed} > OR {RGBRed} < OR {RGBGreen} > OR {RGBGreen} < OR {RGBBlue} > OR {RGBBlue} <
SetConst splashed = 1
RightClick Shift
Delay 500
End
End
End
End
End
End
End
End
End
Call isMouseOrange
End
End
Procedure isMouseOrange
SetConst = 0
// Get the mouse color
Compute mouseX= {MouseX} + 4
Compute mouseY= {MouseY} + 4
LoadRGB ,
// If the mouse is orange (variance added just for good measure..)
If {RGBRed} >= 210 AND {RGBRed} <= 218 AND {RGBGreen} >= 160 AND {RGBGreen} <= 168 AND {RGBBlue} >= 84 AND {RGBBlue} <= 92
SetConst = 1
End
End
You can change the Runcount in the script to anything you wish.
Once you do that Run WoW in windowed mode.
Put your fishing skill on the 0 slot.
Under video options make sure to UNCHECK THE HARDWARE CURSOR!!!
Get next to a bank of water sit down and zoom into first person try to level with the water.
Run the macro and enjoy!!
REMEMBER!
DO NO USE IN PUBLIC PLACE
DO NOT BOT STRAIT TO 375 IN 1 DAY
DON'T GO AROUND SCREAMING I'M A LEET FISHER I CAN BOTTT!!!!
AND DONT EVEN BOTHER TALKING ABOUT IT EVEN WITH YOUR CLOSEST FRIEND!
please remember that there are way better bots out there and this is just one of them!
Last edited by iradiation; 03-16-2008 at 01:34 AM.
doh.. i'm probably too noob to use it... I believe I've done everything you said, but nothing worked for me... everytime I press F2 (to start the macro) the macro starts for 1ms and then it stops... i dunno if there are errors in the macro since debug tab disappears too fast..
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 0
Reputation: 1
Posts: 3
Join Date: Mar 2008
03-17-2008
another noob here, i click start or f2 and seems nothing is happening. i copy and paste that whole script into commands & macro area, save and start. am i missing something? also first time installing actools, do i need to change any settings?