LAZYBOT support thread, Q&A, requests and updates menu

User Tag List

Page 58 of 292 FirstFirst ... 8545556575859606162108158 ... LastLast
Results 856 to 870 of 4379
  1. #856
    MyNewName's Avatar Banned I Suck At This CoreCoins Purchaser
    Reputation
    280
    Join Date
    Jan 2012
    Posts
    334
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dragonbane24 View Post
    I do not believe I have the rep to attach files here. But let me share a few changes I made.

    I've probably made 100's of changes to LazyBot since I got the source. So unless I post the entire source, it may not compile properly for you. But these files should get several of you up and going. And I won't say that these are error-free, but they've been able to run dungeons, gather herbs/ore, etc. I'm still working out the kinks with all of the 11 different classes and combat rotations with the new energy types they have (Chi, Demonic Fury, etc.).

    Note that I used #define MISTS to allow me to compile a bot to run on Beta vs. live last month. Now I have MISTS defined in all build configs since the structures between live and beta are nearly the same. (But the pointers are different.)

    Pointers.cs : Paste2 - Viewing Paste 2194567
    Constants.cs : Paste2 - Viewing Paste 2194581
    Descriptors.cs : Paste2 - Viewing Paste 2194593

    Also note that I went through the Descriptors file and commented out any fields that weren't being used. So do not un-comment and use them unless you fix 'em.

    If this helps you, I could use the rep. Many thanks to those that have been posting offsets in the memory threads.
    BTW - Paste2 is running really slow for me.
    Still having an issue. I used your 3 files. Of course minus the fact that your pointers in Paste2 has what appears to be still using 4.3 offsets. But I still have not found player ingame. I even tried changing the offsets out to the ones you have in the code snips from above still no good.

    LAZYBOT support thread, Q&A, requests and updates
  2. #857
    dragonbane24's Avatar Contributor
    Reputation
    103
    Join Date
    Jan 2012
    Posts
    53
    Thanks G/R
    8/36
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lazyang View Post
    do you think you will share you work if its updated for the latest patch? i really miss lb but can't help, no idea of programming :/
    atm i try some other bots but can't find one who works smooth like lb.
    The problem is that my code has a lot of custom tweaks to it for specific situations. Like handling water elemental totems (like those used in SSC) and such and it also has most of the names of my botting characters embedded in the code. This way when I multibox some of the bots (for farming raid instances/dungeons/etc.) it knows who is who for healing and dps. I'd have to go through and recode all those parts into a different means and try to fix most of the "duct tape code" I have scattered about. I'm not in a position (time constraints) to support a bot in the community, but I'm willing to share some of the snippets of code if it will help those folks who have been maintaining it get back up and running again. Let me know where you're stuck and I'll try to get you moving forward to the next hurdle.

  3. #858
    dragonbane24's Avatar Contributor
    Reputation
    103
    Join Date
    Jan 2012
    Posts
    53
    Thanks G/R
    8/36
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crackmycrock View Post
    Still having an issue. I used your 3 files. Of course minus the fact that your pointers in Paste2 has what appears to be still using 4.3 offsets. But I still have not found player ingame. I even tried changing the offsets out to the ones you have in the code snips from above still no good.
    Those files contain pointers and such for 4.3.4 and 5.0.4. I use #defines to select which ones I am using on a particular build. Make sure you're using the pointers for the correct build. If you use those 3 files as-is, you will need to make sure that you have defined MISTS in your project environment.

    Double check to make sure your project isn't compiling for 64 bit and also make sure that your login screen says (Release x86) and not (Release x64) at the bottom left. If you are using my "InGame" and "PlayerName" offsets from the code, then that should be all you need to get the "selector screen" to show you the player name. If you're still not seeing a player in game, then it's more likely that you have a code mismatch issue.
    Last edited by dragonbane24; 09-05-2012 at 03:26 PM.

  4. #859
    Minimixmax's Avatar Private
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi guys,
    I wonder whether or not we advance in the realization of this project?
    I try to change the file as you change them, but nothing works!! Finally nothing works is a big word, attachment works but that's all.
    I just wanted to know a little more, namely that if you work with these three file change?
    Thank you in advance.

  5. #860
    jumperu's Avatar Contributor
    CoreCoins Purchaser
    Reputation
    322
    Join Date
    Oct 2010
    Posts
    1,412
    Thanks G/R
    5/45
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey again guys
    a user from around here who wants to remain anonymous brought to my attention a link with the updated LB for 5.0.4
    the link and the bot are on a russian site, some settings are in russian but most in english, http://wowjp.net/forum/14-229714-1
    he tested the version abit and it seems the bot does not recognize spells from bar 1, but other than that it's functional
    he scanned it, i scanned it too, and it seems clean, but that doesn't mean it is 100% safe (avast found the file suspictious at the first open but didn't found a virus, checked it with malwarebytes and avast, and checked the whole sys with them either and spybot, nothing found)
    so, take it AT YOUR OWN RISK, scan it online and on your pc (you can block it from firewall, LB does not need to connect to the internet for anything)

    i would advice to wait abit longer, much has changed, including warden area scans, but for those impatient ones, there is your chance
    happy botting
    Last edited by jumperu; 09-07-2012 at 11:45 AM.
    :gusta:wow:gusta:

  6. #861
    dragonbane24's Avatar Contributor
    Reputation
    103
    Join Date
    Jan 2012
    Posts
    53
    Thanks G/R
    8/36
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Minimixmax View Post
    hi guys,
    I wonder whether or not we advance in the realization of this project?
    I try to change the file as you change them, but nothing works!! Finally nothing works is a big word, attachment works but that's all.
    I just wanted to know a little more, namely that if you work with these three file change?
    Thank you in advance.
    There's a lot more to updating Lazybot than just changing those files I linked. For instance, Lazybot includes a list of spell IDs which are now (at least partly) invalid for Mists. So you would have to go through and put in the proper spell IDs for those that have changed (the list in Lazybot is 51,500 items long). Also there are some hard-coded values in sections of Lazybot code that need to be changed. For instance, in PObject:

    Code:
            protected T GetStorageField<T>(uint field) where T : struct
            {
                try
                {
                   // field = field *4; //TODO ENABLE IF OFFSETS IS NOT MULTIPLIED BY 0x4
    #if MISTS
                    var m_pStorage = Memory.Read<uint>(BaseAddress + 0x8);
    #else
                    var m_pStorage = Memory.Read<uint>(BaseAddress + 0xc);
    #endif
    Without that change, LazyBot will be going off in the weeds very quickly trying to understand what objects are around.

  7. #862
    jeremie_bs's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    63
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You can always debug it to obtain the lastest ptrs and structs but mostly for pointers

  8. #863
    OrganicFreedom's Avatar Private
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The Russian site was a little confusing to me and couldn't figure out how to d/l for awhile. Original Russian website here.

    Here is a mirror link i uploaded

    Lazybot 5.0.4 Download

    As mentioned above from jumperu, use at your own risk! Currently not 100% safe.

    Enjoy!

  9. #864
    nagymajom's Avatar Member
    Reputation
    2
    Join Date
    Jul 2012
    Posts
    57
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anyone tested it? (russian stuffs always full with backdoors and viruses)


    mod:

    i was started on linux vm with windows emu. the whole bot is russian... all menu all option, etc...
    Last edited by nagymajom; 09-08-2012 at 09:42 AM.

  10. #865
    muzicar's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lazybot 5.0.04 wher i can download new behaviors need moonkin ,my druid wont maunt flay from need use anathe rmaunt can some 1 help

  11. #866
    lazyang's Avatar Sergeant Major
    Reputation
    8
    Join Date
    Feb 2012
    Posts
    141
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nowhere cause a lot has changed and there's no other release.
    so try to build your own

  12. #867
    muzicar's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    main problem is swic from lazy bot cant see faly from as maunt what to do?

  13. #868
    nagymajom's Avatar Member
    Reputation
    2
    Join Date
    Jul 2012
    Posts
    57
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    pull the fligth form to action bar.

  14. #869
    muzicar's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    [19:14:24] Bot stopping: Could not mount
    [19:15:17] Could not start the updating program, cannot auto update: System.ComponentModel.Win32Exception: The system cannot find the file specified
    at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
    at System.Diagnostics.Process.Start()
    at LazyEvo.Forms.Helpers.CheckUpdate.CheckForUpdate()
    [19:15:28] Could not start the updating program, cannot auto update: System.ComponentModel.Win32Exception: The system cannot find the file specified
    at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
    at System.Diagnostics.Process.Start()
    at LazyEvo.Forms.Helpers.CheckUpdate.CheckForUpdate()
    [19:15:39] Could not start the updating program, cannot auto update: System.ComponentModel.Win32Exception: The system cannot find the file specified
    at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
    at System.Diagnostics.Process.Start()
    at LazyEvo.Forms.Helpers.CheckUpdate.CheckForUpdate()

  15. #870
    alucard14224's Avatar Member
    Reputation
    7
    Join Date
    Jun 2012
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I couldnt even get it to to attach or anything

Similar Threads

  1. [TripZ•ne's Request Thread] Program Requests and Suggestions.
    By TripZ•ne in forum WoW Bots Questions & Requests
    Replies: 22
    Last Post: 06-02-2010, 03:56 AM
  2. [Release] [TripZ•ne's Request Thread] Program Requests and Suggestions.
    By TripZ•ne in forum World of Warcraft Bots and Programs
    Replies: 12
    Last Post: 05-29-2010, 04:03 PM
  3. Easy Request and needed ASAP!
    By kalish in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 12-22-2006, 12:32 AM
  4. A request and 2 questions
    By Osmose in forum WoW ME Questions and Requests
    Replies: 3
    Last Post: 10-14-2006, 12:10 PM
  5. Request and exchange
    By Spown in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 09-12-2006, 11:15 AM
All times are GMT -5. The time now is 04:02 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