taultunleashed logoWOW Bot: 100% Working WoW 1.10.0 fishing Bot : World of Warcraft Nerfed Info - Page 6
newtopic  postreply
 [ 178 posts ]  Previous  1 ... 3, 4, 5, 6, 7, 8, 9 ... 12  Next
blue large dot

WOW Bot: 100% Working WoW 1.10.0 fishing Bot : World of Warcraft Nerfed Info - Page 6

Posted: January 5th, 2006, 11:24 pm
 
bongriper
bongriper's Reps:
User avatar
Love this fishing bot. Safe, Simple and very configable. Once it has finished making the number of catches (between 50 to 250, you setup) it will log you out of the game.

Here is a macro to aid in use of it.

(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
/script SetScreenResolution(1);
/script SetCVar("gxWindow", 1 - GetCVar("gxWindow"));
/console gxRestart


I have made 2 macros, 1st one called 800x600, uses SetScreenResolution(1) 2nd one 1280x1024, uses SetScreenResolution(9). (the command SetScreenResolution(x), where x= the video resolution setting from the list in the video options). If you uses the same macro twice in a row, it ends of just toggling from full screen to window mode.


Reply with quote
Posted: January 6th, 2006, 7:19 am
 
simonsayers89
simonsayers89's Reps:
User avatar
Doesn't seem too effective. I went AFK for about 10 min (give or take) and had only caught 8 fish at Booty bay.

Only sometimes does the mouse click the bobber and collects the fish. Other times the bobber will splash and the mouse will be inactive and miss the fish.

Why's this?


Reply with quote
Posted: January 6th, 2006, 5:24 pm
 
maglin
maglin's Reps:
User avatar
figured out what the problem was. I forgot I have a hardware firewall that also strips out viruses. It just happened to think that it was one of the clicking mouse viruses.

This bot rocks. Works like a champ. It occasionally thinks the bobber has been hit when it's very close to me cause of the reflections off the water. I'm sure that can be adjusted with some of the settings but all in all this bot works very well.


Reply with quote
Posted: January 6th, 2006, 10:49 pm
 
bongriper
bongriper's Reps:
User avatar
You have to be carefull in what water conditions (waves, sun reflection, background postion). I'm sure it has been said in the last 8 pages already!


Reply with quote
Posted: January 6th, 2006, 11:54 pm
 
flarg1
flarg1's Reps:
User avatar
im suprised this bot doesnt get caught due to teh name being in the title bar, does the furootkit hide the names? "fishbot" i figured would give it away.


Reply with quote
Posted: January 7th, 2006, 9:39 pm
 
maglin
maglin's Reps:
User avatar
Well it doesn't touch the client in anyway. You can't get banned cause you have something called fishbot in your taskbar. But maybe they can. You can just hide it and not worry about it.

Bot works great. I didn't even have to change a thing. Be carefull not to fish near someone else. I had an aliance come up and start fishing in my same spot and the bot just searches for colors and so it would pick up his bobber. I managed to go from 15-150 in like 4 hours. Could have been sooner but I capped at 150 utnil I get my bass book.


Reply with quote
Posted: January 9th, 2006, 3:39 am
 
merbot
merbot's Reps:
User avatar
It finds the bober no worries. Its just when it finds it, recasts the fishing poll everytime. Is there a setting where this will not happen? Where it wil wait until it splashes?


Reply with quote
Posted: January 10th, 2006, 1:46 pm
 
johnjustice
johnjustice's Reps:
User avatar
I have found the using Chat Sounds helps while using this and other bots. It Warns you of whispers, or Party chat with an audible beep or whatever ( i changed the .wav file so say "someone's talking to you") I am gonna include the origonal version (with beeps) ... cant remember where i got it from though.


You do not have the required permissions to view the files attached to this post.


Reply with quote
Posted: January 10th, 2006, 3:37 pm
 
wordgames
wordgames's Reps:
User avatar
Well Ive made some progress in that by using stormwind red daylight in stormwind it runs and finds the bobbler... the only problem is that it does not wait for a bite before doing so.

Suggestions welcome :)


Reply with quote
Posted: January 11th, 2006, 12:05 am
 
merbot
merbot's Reps:
User avatar
wordgames (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))):
Well Ive made some progress in that by using stormwind red daylight in stormwind it runs and finds the bobbler... the only problem is that it does not wait for a bite before doing so.

Suggestions welcome :)


Same thing


Reply with quote
Posted: January 16th, 2006, 2:18 pm
 
tault_vorpal
tault_vorpal's Reps:
User avatar
HOW TO MAKE THIS WORK

Print this fine post out and follow it:
http://www.taultunleashed.com/phpbb2/vi ... ht=#145499


The problem with any fishing bot is the wide variety of colors the red feather on the bobber can be depending on zone, local, and time. But, very quickly you can ID the exact color you need and once you do so you will never have a problem.

It is wise to start writing down in detail the colors you identify (time, zone, local). Every zone is different.


HOWTO:

The download of this bot comes with both a script file and the compiled EXE. We'll be using the script file.

Download the install package for AutoIt:
http://www.autoitscript.com/autoit3/downloads.php

-Cast your line
-Take a screenshot
-Open the screenshot in a paint program.
-Zoom into the bobber so it's very large
-Pick a pixel from the red feather on the bobber that looks most used or the most common
-Open AutoIt's WINDOW INFO program
-Select the paint program again and mouse hover over the common red
-Get the color hex number from the AutoIT Window Info program

-Right click on the .au3 file and choose 'edit script'

-In this section of the script, change one of the custom colors to the one you just identified:

; Color Definitions
$1 = IniRead ("Settings.ini", "Color", "1", "0xA72C0B")
$2 = IniRead ("Settings.ini", "Color", "2", "0xA72C0B")
$3 = IniRead ("Settings.ini", "Color", "3", "0xA72C0B")
$4 = IniRead ("Settings.ini", "Color", "4", "0xA72C0B")
$5 = IniRead ("Settings.ini", "Color", "5", "0xA72C0B")
$6 = IniRead ("Settings.ini", "Color", "6", "0xA72C0B")
$7 = IniRead ("Settings.ini", "Color", "7", "0xA72C0B")
$8 = IniRead ("Settings.ini", "Color", "8", "0xA72C0B")
$9 = IniRead ("Settings.ini", "Color", "9", "0xA72C0B")
$10 = IniRead ("Settings.ini", "Color", "10", "0xA72C0B")
$11 = IniRead ("Settings.ini", "Color", "11", "0xA72C0B")
$12 = IniRead ("Settings.ini", "Color", "12", "0xA72C0B")
$13 = IniRead ("Settings.ini", "Color", "13", "0xA72C0B")
$14 = IniRead ("Settings.ini", "Color", "14", "0xA72C0B")
$15 = IniRead ("Settings.ini", "Color", "15", "0xA72C0B")




After editing the AU3 file with your own custom colors you can right click on the saved AU3 file and select 'compile', if you want to used it as an EXE.


Reply with quote
Posted: January 17th, 2006, 10:28 am
 
Tault_admin

Total Posts: 29974
Joined: November 9th, 2002, 9:57 am
Tault_admin's Reps: 1444
User avatar
administrator
Mod in Training
nice post vorpal 50 points to you for helping :)


Reply with quote
Posted: January 18th, 2006, 5:22 pm
 
srived
srived's Reps:
User avatar
Reply to the last post on the first page-

This isn't any virus. It mistakes it because some other program makes your mouse screw up and is considered a virus. Made with autoit.... Iv'e posted this 1000 times in other posts....

Download Autoit at-
www.autoitscript.com

The fishbot comes with the source :)


Reply with quote
Posted: January 20th, 2006, 10:51 am
 
tault_fizzityfakefake
tault_fizzityfakefake's Reps:
User avatar
Great Bot!
Just one question:

I am trying to only catch deviate fish in Wailing caverns. I have found the best way to do that is to flood each space in my inventory with a single deviate fish, that way anything else I catch, I can't loot (vice-versa, i will only be looting the deviate fish). The problem is that the window that has the fish that i can't loot stays up too long,so by the time next bobber is cast, the program doesn't know which one to go for.
Is there a way I can tell the program to hit the "escape" key after every "shift-click" on the mouse? That ways it tries to loot everything, and then closes the window should there be one.

I have autoit, I just don't know what the code to do that is, and where I should put it.


Reply with quote
Posted: January 23rd, 2006, 9:35 pm
 
vladekk
vladekk's Reps:
User avatar
hi, yeah im not to familiar with these type of things, so all you do is DL the client then run WoW, and should it run by itself or what.. lol im not on a computer that has WoW so, if someone could plz spell this out really good for me that would be good. thanks :oops:


Reply with quote
Want Advertisements After The Last Post Removed? Create A Free Account!

blue large dot Who is online
Users browsing this forum: No registered users and 109 guests

Popular Sections
SWTOR Cheats
Guild Wars 2 Cheats
Guild Wars 2 Hacks
Guild Wars 2 Bots
Diablo 3 Cheats
Guild Wars 2 Mods

Popular Sections
WoW Cataclysm Cheats & Exploits
WoW Cataclysm Hacks & Bots
Star Wars The Old Republic Cheats
SWTOR Mods
Torchlight 2 Cheats
SWTOR Space Mission Bots
Site Nav and RSS
RSS Feed of World of Warcraft Nerfed Info RSS Feed 
Sitemap of World of Warcraft Nerfed Info Sitemap 
SitemapIndex SitemapIndex
RSS Feed RSS Feed
Channel list Channel list
left bottom corner Site and Contents Copyright 2001-2012 All Rights Reserved TaultUnleashed.com bottom corner
top left
top right
createaccount
Username:   Password:   Remember Me?