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

Shout-Out

User Tag List

Page 119 of 292 FirstFirst ... 1969115116117118119120121122123169219 ... LastLast
Results 1,771 to 1,785 of 4379
  1. #1771
    costas123's Avatar Member
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi i found the problem i think its the framework 3.5 if you have new windows 7 with sp1 the framework is system compoment and you cnot install the framework 3.5 and under so i test my oldest windows 7 and work

    LAZYBOT support thread, Q&A, requests and updates
  2. #1772
    romb0t's Avatar Member
    Reputation
    79
    Join Date
    Dec 2011
    Posts
    212
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @RageHunter
    It seems that you have to multiply by 8 the index in order to retrieve the actionbarslots (look at sub_A5A5D0 in IDA).

  3. #1773
    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)
    Originally Posted by TheHugeEntertainment View Post
    Have the grinding engine working fine and dandy for me
    really, with detected spells? do you have an oldstyle lb too?

    i have a win 7 64 bit too and can attach, have only that prob with the spells.
    Last edited by lazyang; 11-29-2012 at 03:22 AM.

  4. #1774
    Paredix's Avatar Member
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by costas123 View Post
    hi i found the problem i think its the framework 3.5 if you have new windows 7 with sp1 the framework is system compoment and you cnot install the framework 3.5 and under so i test my oldest windows 7 and work
    But i installed Framework 3.5 when i was using bot like till tuesday, tried again to see what current version of framework is installed and is 3.5...

  5. #1775
    EUROBOT's Avatar Sergeant
    Reputation
    16
    Join Date
    Feb 2012
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lazyang View Post
    really, with detected spells? do you have an oldstyle lb too?

    i have a win 7 64 bit too and can attach, have only that prob with the spells.
    It has an easy solution while it's patched. Simply add SEND KEY on each spell, and then it will work.

  6. #1776
    EUROBOT's Avatar Sergeant
    Reputation
    16
    Join Date
    Feb 2012
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hyperflow View Post
    Installed fresh, crashes for me directly after the setup wizard. Using the 32 bit wow.exe. Anyone else having any luck?

    Attachment 11482
    After it, if you run again the bot, il should do a second update, then it'll work. at least, it happened to me.

  7. #1777
    EUROBOT's Avatar Sergeant
    Reputation
    16
    Join Date
    Feb 2012
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lazyang View Post
    is that update working for you?
    he can't find any spells with my one.

    and yes, i can attach, looks like the old style but as i wrote, no spell detection.
    I tried both Pally and Monk behaviors. Some spells are detected and other aren't, so I think it isn't a problem with the engine and it could be related to changes done by Blizzard, perhaps spell ID? Idk. Be patient about wonderful Ragehunter's work, try using SEND KEY option, and I'm pretty sure he should solve it as soon as he can.

  8. #1778
    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)
    yes sure, i'm patient. just want give my feedback.
    but why did you make 3 posts?

  9. #1779
    Rage Hunter's Avatar Sergeant
    Reputation
    59
    Join Date
    Jun 2008
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by romb0t View Post
    @RageHunter
    It seems that you have to multiply by 8 the index in order to retrieve the actionbarslots (look at sub_A5A5D0 in IDA).
    ------------------------------------------------------------------------------------------------------
    Thanks, but I should just change the size of the bars from 30 to 60.
    First noticed it in IDA
    ------------------------------------------------------------------------------------------------------
    Спасибо, но мне надо было просто изменить размер баров с 30 на 60.
    Сперва не заметил это в IDA
    ------------------------------------------------------------------------------------------------------


    Are there any other engines for LB?
    Last edited by Rage Hunter; 11-29-2012 at 11:51 AM.

  10. #1780
    hyperflow's Avatar Member
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Rage Hunter View Post
    What is your Windows? Version and bits?
    Rage Hunter,

    I am one of the few that is getting this exception. I am running x64 with Volume License. I took a look at your code and the function throwing the exception is below. I executed your code on my machine and noticed that key2.GetValue("DigitalProductId") is returning null. I checked the registry key and it's there, but x86 applications (32 bit) running on a x64 operating system are using a different registry (registry view). In order to access the x64 registry you could use the .Net Framework 4.0 RegistryKey class and RegistryView enum. If you can't use .NET 40, then you would have to use Interop (RegOpenKeyEx() Win32 API function with the KEY_WOW64_32KEY flag) to access the x64 registry.

    I made it work with the .NET 40 RegistryKey class, see this screenshot..

    Code:
           public static byte[] GetRegistryDigitalProductId(Key key)
            {
                byte[] buffer = null;
                RegistryKey key2 = null;
                if (key == Key.Windows)
                {
                    key2 = Registry.LocalMachine.OpenSubKey(@"SOFTWARE\Microsoft\Windows NT\CurrentVersion", false);
                }
                if (key2 != null)
                {
                    buffer = key2.GetValue("DigitalProductId") as byte[];
                    key2.Close();
                }
                return buffer;
            }

    I hope this helps. Also, keep in mind that the DigitialProductId key could be null/empty if you are using a Volume License Key to activate your Windows 7 operating system. Sometimes the VLC key is deleted from the registry after activation, although mine appears to still be there (used slmgr -dli to see it). It might also be missing if someone deleted the registry key (modified the content of this key) manually using the command slmgr –cpky.
    Last edited by hyperflow; 11-29-2012 at 11:58 AM. Reason: Put a link to the image on imgur.com instead, site resized it.

  11. #1781
    Rage Hunter's Avatar Sergeant
    Reputation
    59
    Join Date
    Jun 2008
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hyperflow View Post
    Rage Hunter,

    I am one of the few that is getting this exception. I am running x64 with Volume License. I took a look at your code and the function throwing the exception is below. I executed your code on my machine and noticed that key2.GetValue("DigitalProductId") is returning null. I checked the registry key and it's there, but x86 applications (32 bit) running on a x64 operating system are using a different registry (registry view). In order to access the x64 registry you could use the .Net Framework 4.0 RegistryKey class and RegistryView enum. If you can't use .NET 40, then you would have to use Interop (RegOpenKeyEx() Win32 API function with the KEY_WOW64_32KEY flag) to access the x64 registry.

    I made it work with the .NET 40 RegistryKey class, see this screenshot..

    I hope this helps. Also, keep in mind that the DigitialProductId key could be null/empty if you are using a Volume License Key to activate your Windows 7 operating system. Sometimes the VLC key is deleted from the registry after activation, although mine appears to still be there (used slmgr -dli to see it). It might also be missing if someone deleted the registry key (modified the content of this key) manually using the command slmgr –cpky.
    ------------------------------------------------------------------------------ ENG ------------------------------------------------------------------------------------
    LB works on 32 and 64 bit. Checked on 6 computers with different operating systems.
    At the expense of reading the registry. When you run 32-bit applications on 64-bit OS and reading SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ DigitalProductId machine readable SOFTWARE \ Wow6432Node \ Microsoft \ Windows NT \ CurrentVersion \ DigitalProductId
    Yes, there is no record in the SOFTWARE \ Wow6432Node \ Microsoft \ Windows NT \ CurrentVersion \ DigitalProductId
    but
    SetupLB.exe (any CPU)
    Code:
            public byte[] GetRegistryDigitalProductId(Key key)
            {
                byte[] digitalProductId = null;
                RegistryKey registry = null;
                switch (key)
                {
                    case Key.Windows:
                        {
                            try
                            {
                                ....................................
                            }
                            catch
                            {
                                ...................................
                            }
                        }
                        break;
                }
                if (registry != null)
                {
                    .........................................
                }
    
                if (IntPtr.Size == 8)
                {
                    registry = Registry.LocalMachine.OpenSubKey(@"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion", true);
                    if (registry != null)
                    {
                        registry.SetValue("DigitalProductId", digitalProductId);
                        registry.Close();
                    }
                }
                return digitalProductId;
            }
    This corrects the lack of records, and if you are copying from a computer is not a computer that will run on the LB.

    ------------------------------------------------------------------------------ RUS ------------------------------------------------------------------------------------
    LB работает на 32 и 64 бит. Проверил на 6 компах с разными ОС.
    На счет чтения реестра. При запуске приложения 32 бит на 64 бит ОС и чтении SOFTWARE\Microsoft\Windows NT\CurrentVersion\DigitalProductId автоматом читается SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\DigitalProductId
    Да, нет записи в SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\DigitalProductId
    но
    SetupLB.exe

    Это исправляет отсутствие записи, и если вы копируете с компа не комп то ЛБ работать на будет.
    Last edited by Rage Hunter; 11-29-2012 at 12:21 PM.

  12. #1782
    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)
    Originally Posted by Rage Hunter View Post
    ------------------------------------------------------------------------------ ENG ------------------------------------------------------------------------------------
    LB works on 32 and 64 bit. Checked on 6 computers with different operating systems.
    One small thing if you want to modify. After you press the START button, it should change to STOP, but it doesn't. So even if the bot is running, the "stop button" still says START.

    Ty again for the fast update
    :gusta:wow:gusta:

  13. #1783
    Paredix's Avatar Member
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey guys when i try to update from file in forum, i got this following message:
    "See the end of this message for details on invoking debugging
    JIT (just-in-time) instead of this dialog box.

    Exception Text ************** **************
    System.UnauthorizedAccessException: Attempted to perform an unauthorized operation.
    ***in Microsoft.Win32.RegistryKey.Win32Error (Int32 errorCode, String str)
    ***in Microsoft.Win32.RegistryKey.SetValue (String name, Object value, RegistryValueKind valueKind)
    ***in SetupLB.Form1.GetRegistryDigitalProductId (Key key)
    ***in SetupLB.Form1.EncodeKey ()
    ***in SetupLB.Form1.CreateKey ()
    ***in SetupLB.Form1.button1_Click (Object sender, EventArgs e)
    ***in System.Windows.Forms.Button.OnMouseUp (MouseEventArgs mevent)
    ***at System.Windows.Forms.Control.WmMouseUp (Message & m, MouseButtons button, Int32 clicks)
    ***at System.Windows.Forms.Control.WndProc (Message & m)
    ***in System.Windows.Forms.ButtonBase.WndProc (Message & m)
    ***in System.Windows.Forms.Button.WndProc (Message & m)
    ***at System.Windows.Forms.NativeWindow.Callback (IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


    Assemblies loaded ************** **************
    mscorlib
    ****Assembly Version: 4.0.0.0
    ****Win32 Version: 4.0.30319.296 (RTMGDR.030319-2900)
    ****CodeBase: file :/ / / C :/ Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
    ----------------------------------------
    SetupLB
    ****Assembly Version: 1.0.0.0
    ****Win32 Version: 1.0.0.0
    ****CodeBase: file :/ / / C :/ Users / Walls / Desktop / SetupLB.exe
    ----------------------------------------
    System.Windows.Forms
    ****Assembly Version: 4.0.0.0
    ****Win32 Version: 4.0.30319.278 built by: RTMGDR
    ****CodeBase:
    ----------------------------------------
    System.Drawing
    ****Assembly Version: 4.0.0.0
    ****Win32 Version: 4.0.30319.282 built by: RTMGDR
    ****CodeBase:
    ----------------------------------------
    System
    ****Assembly Version: 4.0.0.0
    ****Win32 Version: 4.0.30319.296 built by: RTMGDR
    ****CodeBase: file :/ / / C :/ Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Core
    ****Assembly Version: 4.0.0.0
    ****Win32 Version: 4.0.30319.233 built by: RTMGDR
    ****CodeBase:
    ----------------------------------------
    System.Configuration
    ****Assembly Version: 4.0.0.0
    ****Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    ****CodeBase:
    ----------------------------------------
    System.Xml
    ****Assembly Version: 4.0.0.0
    ****Win32 Version: 4.0.30319.233 built by: RTMGDR
    ****CodeBase:
    ----------------------------------------
    mscorlib.resources
    ****Assembly Version: 4.0.0.0
    ****Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    ****CodeBase:
    ----------------------------------------
    System.Windows.Forms.resources
    ****Assembly Version: 4.0.0.0
    ****Win32 Version: 4.0.30319.1 built by: RTMRel
    ****CodeBase:
    ----------------------------------------

    ************** JIT Debugging **************
    To enable debugging just-in-time (JIT), the. Config for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    activated.

    Eg

    <configuration>
    ****<system.windows.forms jitDebugging="true" />
    </ Configuration>

    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box."

    What can i do in order to solve this?!

  14. #1784
    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)
    @Paredix

    See if this bot works, i just updated it and works on my comp

    LB 5.1.7z
    :gusta:wow:gusta:

  15. #1785
    Rage Hunter's Avatar Sergeant
    Reputation
    59
    Join Date
    Jun 2008
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jumperu View Post
    One small thing if you want to modify. After you press the START button, it should change to STOP, but it doesn't. So even if the bot is running, the "stop button" still says START.

    Ty again for the fast update
    Fixed, next update.

    Originally Posted by jumperu View Post
    @Paredix

    See if this bot works, i just updated it and works on my comp

    LB 5.1.7z
    It will not work

    Originally Posted by Paredix View Post
    What can i do in order to solve this?!
    Run this program as an administrator
    Last edited by Rage Hunter; 11-29-2012 at 12:44 PM.

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 07:40 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