[Release] Mr Fish It v1.0 menu

User Tag List

Page 22 of 112 FirstFirst ... 18192021222324252672 ... LastLast
Results 316 to 330 of 1680
  1. #316
    spaz's Avatar Member
    Reputation
    1
    Join Date
    Feb 2007
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I just reinstalled the bot and it works fine now. Thanks a lot man.

    EDIT:: Its working fine for me for the start up and whatnot, but it just keeps saying casting pole without actually doing any thing. It says applying lure, but it didn't do that either. Ive restarted it a few times with no luck and I've followed the directions given both in the app and on the first post here.

    Any help would be appreciated.

    EDIT AGAIN::: Just changed up my key bindings and it works just fine now. Apparently - and = are not god key bindings to use. Thanks again man, it seems like a great app so far.
    Last edited by spaz; 12-17-2008 at 05:31 PM.

    [Release] Mr Fish It v1.0
  2. #317
    Blade Fatality's Avatar Member
    Reputation
    14
    Join Date
    Jun 2007
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome got it working now :-) Thanks.

  3. #318
    serverghost's Avatar Active Member
    Reputation
    49
    Join Date
    Feb 2008
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Nesox:
    Your Fish Bot doesn't work on 64bit versions of Windows because of a simple reason:

    Per default the .NET Framework generates platform-independant code. So when you run a .NET application in Windows x64 the .NET framework will create a 64bit process. For technical reasons it is impossible to load a 32bit DLL (-> FASM.DLL) inside a 64bit process.

    The solution would be to tell the .NET framework not to create platform-independant code and define x86 as a target plattform. This way your .NET application is using a 32bit process even on x64 Windows versions. So please consider changing your Architecture inside your project settings from plattform-independant to x86.
    Last edited by serverghost; 12-17-2008 at 10:24 PM.

  4. #319
    leatherface's Avatar Member
    Reputation
    2
    Join Date
    Sep 2007
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    wow, it works now! thanks a lot

  5. #320
    Nesox's Avatar ★ Elder ★
    Reputation
    1280
    Join Date
    Mar 2007
    Posts
    1,238
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by serverghost View Post
    @Nesox:
    Your Fish Bot doesn't work on 64bit versions of Windows because of a simple reason:

    Per default the .NET Framework generates platform-independant code. So when you run a .NET application in Windows x64 the .NET framework will create a 64bit process. For technical reasons it is impossible to load a 32bit DLL (-> FASM.DLL) inside a 64bit process.

    The solution would be to tell the .NET framework not to create platform-independant code and define x86 as a target plattform. This way your .NET application is using a 32bit process even on x64 Windows versions. So please consider changing your Architecture inside your project settings from plattform-independant to x86.
    ive changed the build options now and reuploaded it, hope it works for you guys on x64 windows versions

  6. #321
    Blade Fatality's Avatar Member
    Reputation
    14
    Join Date
    Jun 2007
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nvm seems to be happening randomly
    Last edited by Blade Fatality; 12-18-2008 at 03:02 AM.

  7. #322
    Nesox's Avatar ★ Elder ★
    Reputation
    1280
    Join Date
    Mar 2007
    Posts
    1,238
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Blade Fatality View Post
    I get a fatal error from wow when it decides not to put my lure on :-(
    when does it occur, when u got no lure left or is it random?

    edit: remember if you change the options you need to stop the bot change it save and then start again
    Last edited by Nesox; 12-18-2008 at 03:07 AM.

  8. #323
    Blade Fatality's Avatar Member
    Reputation
    14
    Join Date
    Jun 2007
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah I got it fixed I think it was because of my screensaver

  9. #324
    sinisterm's Avatar Member
    Reputation
    1
    Join Date
    Dec 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah works on Vista 64bit now. Thanks mate.

  10. #325
    Kalinka's Avatar Member
    Reputation
    1
    Join Date
    Apr 2006
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    OS: German Vista Ultimate 64bit

    i became this error when MFI wants to cast the pole:

    Beschreibung:
    Stopped working

    Problemsignatur:
    Problemereignisname: CLR20r3
    Problemsignatur 01: dllhost.exe
    Problemsignatur 02: 1.0.0.0
    Problemsignatur 03: 4949e68b
    Problemsignatur 04: MrFishIt
    Problemsignatur 05: 1.0.0.0
    Problemsignatur 06: 4949e68b
    Problemsignatur 07: 25
    Problemsignatur 08: 1e
    Problemsignatur 09: System.Exception
    Betriebsystemversion: 6.0.6001.2.1.0.256.1
    Gebietsschema-ID: 1031

  11. #326
    serverghost's Avatar Active Member
    Reputation
    49
    Join Date
    Feb 2008
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nesox View Post
    ive changed the build options now and reuploaded it, hope it works for you guys on x64 windows versions
    Works perfectly now. Thanks for applying the little configuration tweak .

  12. #327
    foursecondpin's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    awesome update, the delay time makes it so you get every catch now!

  13. #328
    kokoro's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Omg, this is what i wanted! GJ on making this

  14. #329
    [ Prototype ]'s Avatar Member
    Reputation
    719
    Join Date
    Dec 2006
    Posts
    844
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm paranoid. Is this safe?

  15. #330
    Zeroi9's Avatar Banned
    Reputation
    286
    Join Date
    Aug 2008
    Posts
    911
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Pvpede View Post
    I'm paranoid. Is this safe?
    Yeah, this is safe! Nesox coded it with C#, I've been testing it for him once and seen pics of he's code when he bragging about he's l3Etpr0gramm1ng zkilLZ^

    Its safe.

Similar Threads

  1. [Release] Jiats Fish Bot
    By Jiat in forum World of Warcraft Bots and Programs
    Replies: 15
    Last Post: 10-04-2009, 12:00 PM
  2. [Release] Fishing Bot. Coded by me. :)
    By PopcornWoW in forum World of Warcraft Bots and Programs
    Replies: 44
    Last Post: 03-09-2008, 03:56 AM
All times are GMT -5. The time now is 04:14 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