Found the little bugger:
x86 build inc.Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Updated main post
http://rapidshare.com/files/188611083/SpyroFisher.zip
Found the little bugger:
x86 build inc.Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Updated main post
http://rapidshare.com/files/188611083/SpyroFisher.zip
Last edited by Robske; 01-24-2009 at 04:53 AM.
"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live." - Martin Golding
"I cried a little earlier when I had to poop" - Sku
looks very nice!
Hey, I been using a self made auto it script for fishing. How is this more safe or better safty wise? I thought pixil scanning bots were the safest?
Anways, its working great. Liking how easy it is.
Thanks
Eh, the functions I call are very generic and are not monitored by Warden at this time. SpyroFisher does not patch any monitored offset. Blizzard could make this bot detected if they want to at any time. As can they do with any other public program.
You are safest with your own software. Yet, this is probably to small of a fish for Blizzard to bother (not even a 100 downloads so far ... on 11 million subscribers)
"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live." - Martin Golding
"I cried a little earlier when I had to poop" - Sku
Looks pretty cool. Might give it a try some time.
having some problems running it on one of my computers. What is needed to run that little animation or jpeg thing that loads up before the program (Project Cynder). Perhaps my other computer is missing something to view this and shuts the prog down instantly. I even downloaded the last one u posted like 20 mins ago and its being shut down instantly. Not sure if its my pc or what.
Last edited by Romulis2000; 01-24-2009 at 05:46 AM.
Last edited by Robske; 01-24-2009 at 05:58 AM.
"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live." - Martin Golding
"I cried a little earlier when I had to poop" - Sku
Windows xp and yes as admin!
i can get it working on laptop and one desktop so im pretty sure its just something with that one computer..it was running the 3.0.3 one fine till 3.0.8 ,,just doesnt wanna run ur new one *shrugs*
ill figure it out either way i can fish again *YAY*. Gracias man much appreciated!
Last edited by Romulis2000; 01-24-2009 at 05:52 AM.
Make sure you have the latest version of .NET framework installed. Also make sure you do not start the progam when you have an active WoW which isn't logged in.
"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live." - Martin Golding
"I cried a little earlier when I had to poop" - Sku
yup had to instal the newest version to run your v2 3.0.3 prog. Game is on toon logged in and standing in a puddle. Running .NET framework 3.5 SP1 . I'm sure its just this PC because ur program is running on my other two. With the exception of a few errors of shutting down, ill have to monitor this in a bit and see if its still doing it. (that happened from the first update few hours ago)
It doesn't work for me, either. It instantly crashes after starting it.
It doesn't matter if wow is running or not. Latest .NET (3.5) is installed, too.
I'm using Windows Vista 64bit version and running it as administrator.
I have distributed it under my friends before releasing it, to my suprise one of them didn't had a single crash in 5 hours while he had the 'inconsistent crashing issue' in 3.0.3
What is this flaking maddness.
I'll look into it in detail next week, just fixed it up in a study break (which took way to long)
"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live." - Martin Golding
"I cried a little earlier when I had to poop" - Sku
get back to ur studies and dont worry about us fishers, great things take time and finese!
take it easy bro!
Maybe it's related to fasmdll_managed.dll? I saw that MrFishIt and SpyroFisher use it.
I'm getting this after starting latest MrFishIt:
---------------------------
Die Datei oder Assembly fasmdll_managed, Version=1.0.3221.34697, Culture=neutral, PublicKeyToken=null oder eine Abhängigkeit davon wurde nicht gefunden. Es wurde versucht, eine Datei mit einem falschen Format zu laden.
---------------------------
OK
---------------------------
One damn last update before I give up completly.
RapidShare: Easy Filehosting
Visual C# Express edition has no flaking x86 support
Visual Studio Express 2008 - Target Platform - bytes
"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live." - Martin Golding
"I cried a little earlier when I had to poop" - Sku
What I did for my program also using Visual Express is add
in the .csproj file, under the first <PropertyGroup> tag.Code:<PlatformTarget>x86</PlatformTarget>