[Classic] 1.13.2.32089 - WoW Close randomly menu

User Tag List

Results 1 to 10 of 10
  1. #1
    NoxiaZ's Avatar Active Member
    Reputation
    23
    Join Date
    May 2019
    Posts
    101
    Thanks G/R
    21/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Classic] 1.13.2.32089 - WoW Close randomly

    Hi,

    Anyone experienced that WoW close randomly when cheat engine is attached or sometimes if its just open, or when the bot is reading memory and clicking on screen? Anyone figured out why this is happening, and what can be done to prevent?
    Sometimes it takes hours before it close, sometimes only minutes.

    [Classic] 1.13.2.32089 - WoW Close randomly
  2. #2
    mazer's Avatar Member Authenticator enabled
    Reputation
    11
    Join Date
    Sep 2007
    Posts
    69
    Thanks G/R
    7/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    regarding CE, this is the debugger detection:
    https://www.ownedcore.com/forums/wor...bugging-2.html (How to Work Around Anti-Debugging)

    suggestions are here:
    - rename all occurences of "cheat engine" in the binary
    - remove icon from CE
    - rename folder

    there is a lua script for CE here, that will do some renaming for you on startup. (cant find it atm)

    for only mem reading and/or clicking etc i did not encounter any problems

  3. #3
    NoxiaZ's Avatar Active Member
    Reputation
    23
    Join Date
    May 2019
    Posts
    101
    Thanks G/R
    21/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mazer View Post
    regarding CE, this is the debugger detection:
    https://www.ownedcore.com/forums/wor...bugging-2.html (How to Work Around Anti-Debugging)

    suggestions are here:
    - rename all occurences of "cheat engine" in the binary
    - remove icon from CE
    - rename folder

    there is a lua script for CE here, that will do some renaming for you on startup. (cant find it atm)

    for only mem reading and/or clicking etc i did not encounter any problems
    I have renamed CE, changed folder etc. - But it still happens, but it takes sometimes hours before closing.

    The same goes for when the bot is running (and only bot no CE), and bot only read memory, move mouse, click on screen, and sending key strokes.

  4. #4
    mazer's Avatar Member Authenticator enabled
    Reputation
    11
    Join Date
    Sep 2007
    Posts
    69
    Thanks G/R
    7/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what memory library are use using? you may want to check how you access the module.

    fe:
    Code:
    OpenProcess(Mode, 1, (uint)this.ProcessToRead.Id);
    mode should be 0x10 for "read"

  5. #5
    NoxiaZ's Avatar Active Member
    Reputation
    23
    Join Date
    May 2019
    Posts
    101
    Thanks G/R
    21/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mazer View Post
    what memory library are use using? you may want to check how you access the module.

    fe:
    Code:
    OpenProcess(Mode, 1, (uint)this.ProcessToRead.Id);
    mode should be 0x10 for "read"
    I just used the handle i got from GetProcessesByName
    Like this:
    Code:
    var handle = Process.GetProcessesByName("WoW")[0].Handle;
    ReadProcessMemory(handle, ......);
    But i changed the code to use openprcess now, to see if that works, with only access to read ofc.

    hopefully it helps - Thank you.

  6. #6
    NoxiaZ's Avatar Active Member
    Reputation
    23
    Join Date
    May 2019
    Posts
    101
    Thanks G/R
    21/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It seems to have no effect to use openprecess instead.

    Code:
    public const int PROCESS_WM_READ = 0x0010;
    
    MemoryHandle = (IntPtr)ReadMemory.OpenProcess(ReadMemory.PROCESS_WM_READ, false, process.Id);

  7. #7
    ChrisIsMe's Avatar Contributor
    Reputation
    164
    Join Date
    Apr 2017
    Posts
    210
    Thanks G/R
    67/100
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Do you have other things open? Ida also causes wow to crash/close..

    I have never had a crash with full access permission in my memory stuff.

  8. #8
    NoxiaZ's Avatar Active Member
    Reputation
    23
    Join Date
    May 2019
    Posts
    101
    Thanks G/R
    21/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ChrisIsMe View Post
    Do you have other things open? Ida also causes wow to crash/close..

    I have never had a crash with full access permission in my memory stuff.
    I have nothing open, beside Visual Studio and the Bot program. - But seems i fixed the problem, it seems to be the mount of click with the mouse, maybe too many request to the user32 ClientToScreen method that was the reason for the crash/close (There was nothing in event viewer, so i expect it to be a close).
    It seems to be running fine now.

  9. #9
    mazer's Avatar Member Authenticator enabled
    Reputation
    11
    Join Date
    Sep 2007
    Posts
    69
    Thanks G/R
    7/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by NoxiaZ View Post
    I have nothing open, beside Visual Studio and the Bot program. - But seems i fixed the problem, it seems to be the mount of click with the mouse, maybe too many request to the user32 ClientToScreen method that was the reason for the crash/close (There was nothing in event viewer, so i expect it to be a close).
    It seems to be running fine now.
    how many clicks you do? i just use click for looting / skinning / interacting with objects.
    on the other hand i call ClientToScreen very oftern for W2S and the external overlay i use without any problems

  10. Thanks ChrisIsMe (1 members gave Thanks to mazer for this useful post)
  11. #10
    NoxiaZ's Avatar Active Member
    Reputation
    23
    Join Date
    May 2019
    Posts
    101
    Thanks G/R
    21/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mazer View Post
    how many clicks you do? i just use click for looting / skinning / interacting with objects.
    on the other hand i call ClientToScreen very oftern for W2S and the external overlay i use without any problems
    When targeting a mob, it clicked a lot more then actually needed - Fixing the way it click and how long it should wait for the game to respond on the "action" helped.

  12. Thanks ChrisIsMe (1 members gave Thanks to NoxiaZ for this useful post)

Similar Threads

  1. [Classic] 1.13.2.32089 - WorldToScreen
    By NoxiaZ in forum WoW Memory Editing
    Replies: 5
    Last Post: 07-18-2021, 07:19 AM
  2. [Classic] 1.13.2.32089 - SpellBook, Cooldowns, WorldToScreen
    By NoxiaZ in forum WoW Memory Editing
    Replies: 8
    Last Post: 04-17-2020, 10:31 AM
  3. [Classic] 1.13.2.32089 - Spell Names?
    By NoxiaZ in forum WoW Memory Editing
    Replies: 11
    Last Post: 12-26-2019, 04:43 AM
  4. [Classic] 1.13.2.32089
    By SatyPardus in forum WoW Memory Editing
    Replies: 24
    Last Post: 11-05-2019, 08:49 PM
  5. [Classic] [Classic] 1.13.2.32089 - Learned Spells
    By NoxiaZ in forum WoW Memory Editing
    Replies: 14
    Last Post: 10-17-2019, 04:32 PM
All times are GMT -5. The time now is 02:56 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