External maphack with anti-cheat detection (beta) menu

User Tag List

Page 1 of 9 12345 ... LastLast
Results 1 to 15 of 135
  1. #1
    maper's Avatar Elite User __readgsqword(0x188); 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)

    External maphack with anti-cheat detection (beta)

    External Maphack (beta)


    What is this?

    Hello again, exiles. Here with another experimental tool. This time, I've played with the concept of using a custom-built ring3 debugger to hook arbitrary portions of game code without ever needing to change memory or inject a module. Here's a beta version of the result - though it probably needs more polish.

    I've used zaafar's and ankorman's versions of the maphack over time as the subjects of this experiment, since I just want to build cool technology and not really have to make actual cheats. All the credit for finding the maphack goes to them, so toss them a thanks or a donation if you can.


    Features

    • Does not modify game memory and is resistant to detection.
    • Automatically enables on area change.
    • 64-bit client only.



    Disclaimer

    This is designed to evade the current anti-cheat; however, the anti-cheat could be changed to detect this easily. It is possible to make it much harder to detect, and I may do that in the future. It does not modify the game memory in any way, though, and evades the anti-cheat's current capabilities.


    How To Use

    1. Start the game.
    2. Right-click on glass.exe and select Run As Administrator.
    3. The maphack will activate automatically when changing areas.



    Screenshots




    Changelog

    Version 1.7 - January 5, 2018

    • Updated to latest 3.1.1e patch.
    • Updated maphack methodology to ankorman's version. Performance should now be hugely improved.
    • Removed hotkeys since they are no longer necessary.


    Version 1.6 - September 11, 2017

    • Updated to latest 3.0.1d patch.
    • Improved the pattern detection to hopefully persist through more patches.


    Version 1.5

    • Updated standard client to latest 3.0.1c patch. Steam client requires no update.


    Version 1.4

    • Updated to latest 3.0.1b patch.


    Version 1.3

    • Updated to latest 3.0.1 micropatch.
    • Removed incriminating version information.


    Version 1.2

    • Fixed Steam version support for 64-bit clients.
    • Fixed default maphack threshold to be 10000, up from 7500.
    • Added a check to see if your user account has sufficient privileges to run the program.
    • Added ability to manually set the maphack by holding F5 briefly, as before.
    • Added a hotkey (F6) to adjust the maphack threshold down.
    • Added a hotkey (F7) to adjust the maphack threshold up.


    Version 1.1

    • Added support for Path of Exile version 3.0.1.
    • Added support for Steam version.
    • Added automatic enabling on area change.
    • Fixed a bunch of bugs and cleaned up the code.


    Version 1.0

    • First graced the forum with it's presence.



    Download

    See attachment for the latest version.

    I do not accept donations - I do this for fun. If you like the maphack and want to show your appreciation, give me some thanks!
    Attached Files Attached Files
    Last edited by maper; 01-05-2018 at 04:07 AM. Reason: Updating version and information.

    External maphack with anti-cheat detection (beta)
  2. #2
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2455
    Join Date
    Jun 2015
    Posts
    3,048
    Thanks G/R
    455/2200
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    When did I do that....I didn't remember it.
    Nice work man. Gonna try it!
    If I did not reply to you, it mean the question you are asking is stupid.

  3. #3
    Kacperek Freequ's Avatar Member
    Reputation
    1
    Join Date
    Jun 2014
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    don't use it on hardcore imo, game was like 1 fps per 2 seconds after i clicked f5, laggy af

  4. #4
    maper's Avatar Elite User __readgsqword(0x188); 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 Kacperek Freequ View Post
    don't use it on hardcore imo, game was like 1 fps per 2 seconds after i clicked f5, laggy af
    Yeah I probably should have mentioned that. Making this all work externally is a pretty expensive operation and the hook location of the maphack gets called a lot, so if you don't have a reasonably beefy system it may lower your FPS when you press F5.

    It should only last as long as you're holding the button down, though. I'll be looking to fix this by using a less performance-sensitive version of the maphack, but there are other things I want to address in this first.

  5. #5
    hellhoundrei's Avatar Member
    Reputation
    1
    Join Date
    Jul 2015
    Posts
    9
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i appreciate all the work you are putting into this and i hope it comes out working ill give it a shot and see how it runs when i get a chance.

  6. #6
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2455
    Join Date
    Jun 2015
    Posts
    3,048
    Thanks G/R
    455/2200
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    okay, just tested it...How is it different from my maphack?
    My maphack also changes that same code area and once whole map is revealed it undo that change....


    P.S. not saying as complain, just asking how is it different


    EDIT: in short, my maphack also doesn't permanently write to that area, it just write it for 1sec and then remove it.

    EDIT2: btw it's nice, I like it (small, simple, easy to use)

    EDIT2: Would be great, if u read AreaChange byte like in poehud and do this automatically.
    Last edited by GameHelper; 08-17-2017 at 11:42 PM.
    If I did not reply to you, it mean the question you are asking is stupid.

  7. #7
    maper's Avatar Elite User __readgsqword(0x188); 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 zaafar View Post
    okay, just tested it...How is it different from my maphack?
    My maphack also changes that same code area and once whole map is revealed it undo that change....


    P.S. not saying as complain, just asking how is it different


    EDIT: in short, my maphack also doesn't permanently write to that area, it just write it for 1sec and then remove it.

    EDIT2: btw it's nice, I like it (small, simple, easy to use)

    EDIT2: Would be great, if u read AreaChange byte like in poehud and do this automatically.
    This never writes to memory, even when applying the maphack. No memory ever gets changed.

    I will definitely make it automatic on area change. Currently I just want to make sure it works for people and that there are no compatibility issues I'm unaware of.

  8. #8
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2455
    Join Date
    Jun 2015
    Posts
    3,048
    Thanks G/R
    455/2200
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by maper View Post
    This never writes to memory, even when applying the maphack. No memory ever gets changed.

    I will definitely make it automatic on area change. Currently I just want to make sure it works for people and that there are no compatibility issues I'm unaware of.
    wow, that's something new then. congrats!
    If I did not reply to you, it mean the question you are asking is stupid.

  9. #9
    Test505's Avatar Member
    Reputation
    1
    Join Date
    Apr 2017
    Posts
    14
    Thanks G/R
    8/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Works pretty fine, not laggy for me.

  10. #10
    vitasikxp2's Avatar Member
    Reputation
    10
    Join Date
    Jan 2017
    Posts
    69
    Thanks G/R
    3/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Update pls for 3.0.1 PoE
    External maphack with anti-cheat detection (beta)-1-png

  11. #11
    Pazitif's Avatar Member
    Reputation
    14
    Join Date
    Jul 2016
    Posts
    43
    Thanks G/R
    23/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice work! Waiting for Steam version.

  12. #12
    Drunk_Leo's Avatar Member
    Reputation
    2
    Join Date
    Aug 2017
    Posts
    14
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    don't work after update

  13. #13
    Rymex's Avatar Member
    Reputation
    5
    Join Date
    Jan 2011
    Posts
    59
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    not work after 301

  14. #14
    gloc's Avatar Member
    Reputation
    2
    Join Date
    Aug 2016
    Posts
    5
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This was the best hack ever!!! plz update it <3

  15. #15
    maper's Avatar Elite User __readgsqword(0x188); 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)
    Update coming today! Hang tight!

  16. Thanks Test505, sketax (2 members gave Thanks to maper for this useful post)
Page 1 of 9 12345 ... LastLast

Similar Threads

  1. Interesting Internal Cheat Detection
    By Jadd in forum Albion Online Exploits|Hacks
    Replies: 4
    Last Post: 08-24-2017, 04:48 PM
  2. [Buying] Have a memory cheat? Detected or Not? Want to play with it making money?
    By kitpandy in forum Overwatch Buy Sell Trade
    Replies: 0
    Last Post: 03-16-2017, 04:57 PM
  3. Walking through buildings (could) trigger Anti-Cheat
    By Heindrich in forum Pokemon GO Hacks|Cheats
    Replies: 11
    Last Post: 08-30-2016, 04:52 PM
  4. Overwatch anti-cheat (not 100%, but worth looking into)
    By jup234 in forum Overwatch Exploits|Hacks
    Replies: 9
    Last Post: 08-26-2016, 01:29 PM
  5. Ingress Anti-Cheat-System implented in Pokeom Go?
    By dorgobar in forum Pokemon GO Hacks|Cheats
    Replies: 7
    Last Post: 08-06-2016, 01:18 PM
All times are GMT -5. The time now is 06:25 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