exmap: Maphack, Packet Logger, etc. menu

User Tag List

Page 9 of 12 FirstFirst ... 56789101112 LastLast
Results 121 to 135 of 173
  1. #121
    LordKorvin's Avatar Member
    Reputation
    1
    Join Date
    Mar 2018
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    only with stashie and random features

    exmap: Maphack, Packet Logger, etc.
  2. #122
    rwcblazer's Avatar Member
    Reputation
    3
    Join Date
    May 2011
    Posts
    10
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by LordKorvin View Post
    only with stashie and random features
    I used stashie and some other 3 others ones, but I used stashie yesterday and got the warning today

  3. #123
    imortalgod's Avatar Member
    Reputation
    1
    Join Date
    Jul 2018
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is the tool down? i run it as admin after opening poe nd it says unable to find poe, im using the regular version btw.

  4. #124
    Evilwookie's Avatar Member
    Reputation
    3
    Join Date
    Feb 2009
    Posts
    163
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is this safe to use

  5. #125
    darkdex52's Avatar Member
    Reputation
    9
    Join Date
    May 2009
    Posts
    73
    Thanks G/R
    6/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Evilwookie View Post
    is this safe to use
    No, as of now since none of the hacks posted on these forums have developed any anti-cheat circumvention, it's safe to presume right now anything from this forum is 100% ban chance.

  6. #126
    Evilwookie's Avatar Member
    Reputation
    3
    Join Date
    Feb 2009
    Posts
    163
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is this still safe? Has anyone been running with this since the warning

  7. #127
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1443
    Join Date
    Apr 2006
    Posts
    4,001
    Thanks G/R
    295/587
    Trade Feedback
    1 (100%)
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Evilwookie View Post
    Is this still safe? Has anyone been running with this since the warning
    Nothing has changed since the last time you asked this question. Bans have gone out and we have suspicion that limiting poe's permissions helps prevent detection, but it is far from safe. That method may not even help as this program may be hooking (and thus writing memory) some of PoE's method calls.

  8. #128
    enaf3n's Avatar Elite User i like game security stuff CoreCoins Purchaser
    Reputation
    496
    Join Date
    Nov 2013
    Posts
    356
    Thanks G/R
    26/353
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    For context, this does not modify any memory of Path of Exile so it is not detectable that way. It is possible that they detected it though, I won't discount that. Detecting it would be as simple as calling IsDebuggerPresent() from within the game, whether the game's permissions were limited or not.

  9. #129
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1443
    Join Date
    Apr 2006
    Posts
    4,001
    Thanks G/R
    295/587
    Trade Feedback
    1 (100%)
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by maper View Post
    For context, this does not modify any memory of Path of Exile so it is not detectable that way. It is possible that they detected it though, I won't discount that. Detecting it would be as simple as calling IsDebuggerPresent() from within the game, whether the game's permissions were limited or not.
    Really? I've never run this, but the logs make it look like you are hooking some methods, which would be writing memory to call your own. Are you doing something super fancy/advanced like setting breakpoints (thus the debugger attach) and modifying registers/flags or something?

  10. Thanks Sharps (1 members gave Thanks to Sychotix for this useful post)
  11. #130
    enaf3n's Avatar Elite User i like game security stuff CoreCoins Purchaser
    Reputation
    496
    Join Date
    Nov 2013
    Posts
    356
    Thanks G/R
    26/353
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sychotix View Post
    Really? I've never run this, but the logs make it look like you are hooking some methods, which would be writing memory to call your own. Are you doing something super fancy/advanced like setting breakpoints (thus the debugger attach) and modifying registers/flags or something?
    This tool attaches itself as a user-mode debugger to the game and then sets hardware breakpoints on the functions that it needs to modify or hook. In the case of the maphack portion, I am able to simply change the relevant details in the exception context and then resume execution. It doesn't do any of the function signature searching or anything in the game process either; instead, it creates a local mirror copy to search for the relevant functions and PE header information there. But, like I said, it is still noisy in the sense that it attaches itself as a debugger. It's just that all previous incarnations of the anti-cheat never tested for that, which is why I designed it that way.

    For what it's worth, I tested on my test accounts just now (which use this tool exclusively and never any other cheats) and I did not get a warning, so it appears for the time being that this has evaded detection. I'll update the main post to reflect this.

  12. Thanks Sychotix, ChunkyJankie, xiaoxiao921 (3 members gave Thanks to enaf3n for this useful post)
  13. #131
    LordKorvin's Avatar Member
    Reputation
    1
    Join Date
    Mar 2018
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Still not detected?

  14. #132
    shogo's Avatar Banned
    Reputation
    3
    Join Date
    Mar 2013
    Posts
    92
    Thanks G/R
    8/2
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by LordKorvin View Post
    Still not detected?
    Maybe not, but something tells me, ggg are watching this thread...

  15. #133
    enaf3n's Avatar Elite User i like game security stuff CoreCoins Purchaser
    Reputation
    496
    Join Date
    Nov 2013
    Posts
    356
    Thanks G/R
    26/353
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by LordKorvin View Post
    Still not detected?
    Still not detected, as far as I can tell.

  16. #134
    DJS's Avatar Member
    Reputation
    5
    Join Date
    Mar 2017
    Posts
    40
    Thanks G/R
    7/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For info, since PoE Patch yesterday, exmap doesn't work for me:

    [Log] Performing startup checks...
    [Log] Attaching hooks to the game...
    [Log] Found probable maphack byte pattern at '0x7ff7bdab75b1' in the game.
    [Log] Found probable decrypted ws2_32!send handler byte pattern at '0x7ff7bda1c344' in the game.
    [Error] Unable to find a probable decrypted ws2_32!recv handler byte pattern in the game.
    [Log] Found probable decrypted ws2_32!WSARecv handler byte pattern at '0x7ff7bd6a2e5d' in the game.
    [Log] Successfully attached to the game. Do not close this window.

    PoE (Steam, 64bit) runs as another normal (non-admin) user, maphack as admin.
    PoEHUD doesn't work too since yesterday (not only on my system, other user reported same)
    Last edited by DJS; 07-24-2018 at 05:21 AM.

  17. #135
    apisit40878's Avatar Member
    Reputation
    1
    Join Date
    Jul 2018
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i am newbie can someone help me how to use it ?

Page 9 of 12 FirstFirst ... 56789101112 LastLast

Similar Threads

  1. [HACK] Undetected Warcraft 3 yHack (maphack, zoom hack etc..)
    By greenegzofyoshi in forum RTS Game Discussions
    Replies: 13
    Last Post: 12-31-2024, 03:27 AM
  2. SwTor Server Packet logger 1.4 beta
    By the1domo in forum SWTOR Emulator Servers
    Replies: 16
    Last Post: 03-28-2012, 07:02 PM
  3. WoWProxy[UD Packet Logger]
    By [Shon3m] in forum World of Warcraft Bots and Programs
    Replies: 19
    Last Post: 05-06-2009, 08:50 PM
  4. WoWProxy[UD Packet Logger]
    By [Shon3m] in forum WoW EMU Programs
    Replies: 1
    Last Post: 04-30-2009, 04:20 PM
  5. fake programs loggers etc notice
    By dmc22 in forum Suggestions
    Replies: 0
    Last Post: 08-24-2008, 06:53 PM
All times are GMT -5. The time now is 03:03 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