WoW 1.12.1 Fishing Bot menu

User Tag List

Page 1 of 3 123 LastLast
Results 1 to 15 of 38
  1. #1
    WiNiFiX's Avatar Banned
    Reputation
    242
    Join Date
    Jun 2008
    Posts
    447
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    WoW 1.12.1 Fishing Bot

    World of Warcraft 1.12.1 Fishing Bot (here)
    Developed for educational purposes. (C#, Memory Editing)
    Note:

    • 100% safe on private servers
    • Do not use on live servers - you have a high chance of a ban.
    • Use at your own risk.
    • Windows 8+ users may experience WoW crashes when the bot is closed.




    Last edited by WiNiFiX; 07-27-2016 at 08:55 AM.

    WoW 1.12.1 Fishing Bot
  2. Thanks Krack3n, Sargerasko, vagabund132, Seminko, tantos (5 members gave Thanks to WiNiFiX for this useful post)
  3. #2
    slook's Avatar Member
    Reputation
    2
    Join Date
    Apr 2009
    Posts
    75
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can u make it work on 2.4.3?

  4. #3
    WiNiFiX's Avatar Banned
    Reputation
    242
    Join Date
    Jun 2008
    Posts
    447
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Deleted - No longer valid
    Last edited by WiNiFiX; 01-25-2017 at 03:37 AM.

  5. #4
    suoandong's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you for your code. When I click start fishing, what should I do with this?

    1.jpg
    Last edited by suoandong; 08-08-2016 at 03:33 AM.

  6. #5
    Krack3n's Avatar Member
    Reputation
    11
    Join Date
    Feb 2010
    Posts
    101
    Thanks G/R
    231/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    By the screenshot I would imagine your using Client 1.12.3. Correct?

  7. #6
    suoandong's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    1.12.1 help help~~

  8. #7
    squiggy's Avatar Active Member
    Reputation
    66
    Join Date
    Aug 2007
    Posts
    45
    Thanks G/R
    40/23
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by WiNiFiX View Post
    Sure give me the 2.4.3 offsets for the below (sorry I don't have time to look for them at present)

    PHP Code:
    public static IntPtr g_clientConnection = new IntPtr(0xC79CE0);                 // 3.3.5a 
    public static IntPtr s_curMgrOffset = new IntPtr(0x2ED0);                       // 3.3.5a 
    public static IntPtr FirstObjectOffset = new IntPtr(0xAC);                      // 3.3.5a
    public static IntPtr NextObjectOffset = new IntPtr(0x3C);                       // 3.3.5a
    public static IntPtr PlayerName = new IntPtr(0xC79D18);                         // 3.3.5a
    public static IntPtr TargetGUID = new IntPtr(0xBD07B0);
    public static 
    IntPtr ClntObjMgrGetActivePlayerObj = new IntPtr(0x004038F0);     // 3.3.5a 
    public static IntPtr FrameScript__Execute = new IntPtr(0x819210);               // 3.3.5a 
    public static IntPtr FrameScript__GetLocalizedText = new IntPtr(0x007225E0);    // 3.3.5a 
    been working on a tbc bot over the summer, got most of those offsets:

    (edit, i was using Shynds code to find the objMgr automatically but got curious about this approach and went hunting. i think these should be the correct offsets)
    g_clientConnection = 0xD43318
    s_curMgrOffset = 0x2218

    FirstObjectOffset = 0xAC
    NextObjectOffset = 0x3C
    PlayerName = wow.exe + 0x943348
    TargetGUID = wow.exe +0x86E960
    ClntObjMgrGetActivePlayerObj = 0x00402f40
    FrameScript__Execute = 0x706C80
    FrameScript__GetLocalizedText :
    FrameScript__GetText = 0x00707200
    Last edited by squiggy; 08-13-2016 at 05:07 PM.

  9. Thanks Sargerasko (1 members gave Thanks to squiggy for this useful post)
  10. #8
    slook's Avatar Member
    Reputation
    2
    Join Date
    Apr 2009
    Posts
    75
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sry, didnt read your post. now iam back to 1.12.1 anyway.

    quick question ... how do i even start the bot?

  11. #9
    Sargerasko's Avatar Member
    Reputation
    1
    Join Date
    Apr 2010
    Posts
    9
    Thanks G/R
    13/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by slook View Post
    sry, didnt read your post. now iam back to 1.12.1 anyway.

    quick question ... how do i even start the bot?
    you have to compile it first

  12. #10
    WiNiFiX's Avatar Banned
    Reputation
    242
    Join Date
    Jun 2008
    Posts
    447
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by suoandong View Post
    Thank you for your code. When I click start fishing, what should I do with this?

    1.jpg
    That looks like a Chinese client u will need to up date the section of code that casts fishing to the Chinese word for fishing

  13. #11
    vagabund132's Avatar Member
    Reputation
    5
    Join Date
    Aug 2015
    Posts
    26
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by WiNiFiX View Post
    World of Warcraft 1.12.1 Fishing Bot (here)
    Developed for educational purposes. (C#, Memory Editing)
    Note:

    • 100% safe on private servers
    • Do not use on live servers - you have a high chance of a ban.
    • Use at your own risk.
    • Windows 8+ users may experience WoW crashes when the bot is closed.




    Great bot, you think you might add baits apply? I have a few Vanilla bots but none of them can do it (except the paid ones).

  14. #12
    WiNiFiX's Avatar Banned
    Reputation
    242
    Join Date
    Jun 2008
    Posts
    447
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by suoandong View Post
    Thank you for your code. When I click start fishing, what should I do with this?

    1.jpg
    run it on an English client will fix that

  15. #13
    WiNiFiX's Avatar Banned
    Reputation
    242
    Join Date
    Jun 2008
    Posts
    447
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by squiggy View Post
    been working on a tbc bot over the summer, got most of those offsets:

    (edit, i was using Shynds code to find the objMgr automatically but got curious about this approach and went hunting. i think these should be the correct offsets)
    g_clientConnection = 0xD43318
    s_curMgrOffset = 0x2218



    FirstObjectOffset = 0xAC
    NextObjectOffset = 0x3C
    PlayerName = wow.exe + 0x943348
    TargetGUID = wow.exe +0x86E960
    ClntObjMgrGetActivePlayerObj = 0x00402f40
    FrameScript__Execute = 0x706C80
    FrameScript__GetLocalizedText :
    FrameScript__GetText = 0x00707200
    will test thanks just downloading a 2.4.3 client.

  16. #14
    WiNiFiX's Avatar Banned
    Reputation
    242
    Join Date
    Jun 2008
    Posts
    447
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by WiNiFiX View Post
    will test thanks just downloading a 2.4.3 client.
    unable to test without FrameScript__GetLocalizedText for 2.4.3 its not the same as FrameScript__GetText

  17. #15
    WiNiFiX's Avatar Banned
    Reputation
    242
    Join Date
    Jun 2008
    Posts
    447
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vagabund132 View Post
    Great bot, you think you might add baits apply? I have a few Vanilla bots but none of them can do it (except the paid ones).
    I made the project open-source so that the community could improve it feel free to add support for baits in the source code and share here i will gladly include it

Page 1 of 3 123 LastLast

Similar Threads

  1. [Bot] WoW 3.3.5a Fishing Bot
    By WiNiFiX in forum WoW EMU Programs
    Replies: 8
    Last Post: 08-23-2020, 11:18 PM
  2. Replies: 4
    Last Post: 02-18-2008, 05:02 AM
  3. WoW Fishing bot -- Good Idea?
    By =sinister= in forum World of Warcraft General
    Replies: 4
    Last Post: 04-05-2007, 09:32 PM
  4. Help WoW Fish-Bot
    By Eliteplague in forum World of Warcraft General
    Replies: 1
    Last Post: 05-07-2006, 08:36 PM
All times are GMT -5. The time now is 04:57 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search