2.1.2 Bypass menu

Shout-Out

User Tag List

Thread: 2.1.2 Bypass

Page 6 of 8 FirstFirst ... 2345678 LastLast
Results 76 to 90 of 117
  1. #76
    dtmajors's Avatar Member
    Reputation
    12
    Join Date
    Sep 2009
    Posts
    160
    Thanks G/R
    30/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any fix being worked on?

    2.1.2 Bypass
  2. #77
    tozededao's Avatar Member
    Reputation
    9
    Join Date
    May 2009
    Posts
    166
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here's my 2 cents,

    Instead of enabling or disabling the map hack by editing memory. Wouldn't it be better to read memory, understand how the map is stored, and redraw it as an overlay?

  3. #78
    elyas10's Avatar Corporal
    Reputation
    36
    Join Date
    Jun 2013
    Posts
    32
    Thanks G/R
    0/23
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quick update, GGG changed compiler they used for everything and I need to re-evaluate the anti cheat. I have been busy with personal work and I haven't gone to do much, I am going to be busy for the next two weeks so this bypass will have to wait until then. In the mean time if someone wants to work on it, contact me and ill update this thread otherwise just wait two weeks and I will remake the anti cheat with toggle-able hacks and more features.

  4. Thanks Silent_Warrior, qqzzxxcc (2 members gave Thanks to elyas10 for this useful post)
  5. #79
    datz's Avatar Active Member
    Reputation
    23
    Join Date
    Aug 2013
    Posts
    538
    Thanks G/R
    170/19
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by elyas10 View Post
    Quick update, GGG changed compiler they used for everything and I need to re-evaluate the anti cheat. I have been busy with personal work and I haven't gone to do much, I am going to be busy for the next two weeks so this bypass will have to wait until then. In the mean time if someone wants to work on it, contact me and ill update this thread otherwise just wait two weeks and I will remake the anti cheat with toggle-able hacks and more features.
    yay hopefully someone can work on it

  6. #80
    DaxxTrias's Avatar Active Member
    Reputation
    44
    Join Date
    Nov 2013
    Posts
    186
    Thanks G/R
    0/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I was actually interested in this project, so I got drunk as **** and decided to update it last night.

    Bare in mind the only changes I did were to the bypass, the maphack and whatnot (everything else) were not updated (assuming they needed to be). So anyone who is able to implement my fix how I'm delivering it should be capable of at the very least commenting out the sections they can't fix themselves. I'll see about working on it more later today or tomorrow.

    PHLBypass.cpp
    PS I should probably do a pull request. I'm too drunk to think clearly.

    //edit:

    Its probably not necessary to mention this, but I did NOT analyze the anticheat. I am working under the assumption the developers are extremely lazy (most developers are. Not to stereotype GGG because I love them). I was working under the assumption that the only changes that happened were due to the compiler change and thats it. I do NOT guarentee this will protect you, or that it will even work.
    Last edited by DaxxTrias; 03-13-2016 at 07:46 AM.

  7. Thanks bizdolapci, datz, Deafwave (3 members gave Thanks to DaxxTrias for this useful post)
  8. #81
    dseo80's Avatar Member
    Reputation
    6
    Join Date
    Jun 2012
    Posts
    38
    Thanks G/R
    1/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wow DaxxTrias is still around?! can you please help with zoomhack farplane culling? even if you cant look into it due to time could you explain what/how i should look for the address the change?
    I have installed IDA (free version) and looked around but... obviously im a newb,

  9. #82
    Zestro's Avatar Active Member
    Reputation
    57
    Join Date
    May 2012
    Posts
    166
    Thanks G/R
    6/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DaxxTrias View Post
    I was actually interested in this project, so I got drunk as **** and decided to update it last night.

    Bare in mind the only changes I did were to the bypass, the maphack and whatnot (everything else) were not updated (assuming they needed to be). So anyone who is able to implement my fix how I'm delivering it should be capable of at the very least commenting out the sections they can't fix themselves. I'll see about working on it more later today or tomorrow.

    PHLBypass.cpp
    Code:
    hastebin
    PS I should probably do a pull request. I'm too drunk to think clearly.

    //edit:

    Its probably not necessary to mention this, but I did NOT analyze the anticheat. I am working under the assumption the developers are extremely lazy (most developers are. Not to stereotype GGG because I love them). I was working under the assumption that the only changes that happened were due to the compiler change and thats it. I do NOT guarentee this will protect you, or that it will even work.

    Do I just save the text into a .dll and inject that? How does this work?

    ah it's a .cpp x_x I don't have a compiler. Can anyone post that compiled?
    Last edited by Zestro; 03-13-2016 at 10:27 PM.

  10. #83
    oc_redfox's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    33
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    awesome
    Could you post (or give some hints) on the patterns needed in PHLInput.cpp aswell?

  11. #84
    DaxxTrias's Avatar Active Member
    Reputation
    44
    Join Date
    Nov 2013
    Posts
    186
    Thanks G/R
    0/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dseo80 View Post
    Wow DaxxTrias is still around?! can you please help with zoomhack farplane culling? even if you cant look into it due to time could you explain what/how i should look for the address the change?
    I have installed IDA (free version) and looked around but... obviously im a newb,
    I've always been around, just more active on another forum.
    I'll consider zoomhack after I finish updating elyas' work.



    Originally Posted by Zestro View Post
    Do I just save the text into a .dll and inject that? How does this work?


    ah it's a .cpp x_x I don't have a compiler. Can anyone post that compiled?
    After I finish updating it I'll consider pushing a release. I want to stabilize everything and test it before I release it into the wild. The source will be available for those eager people who can compile themselves and follow along with my changes

    Originally Posted by oc_redfox View Post
    awesome
    Could you post (or give some hints) on the patterns needed in PHLInput.cpp aswell?
    Just give me a little time I'll have it fixed.



    UPDATE:

    Now that I've had much needed rest to recover from my drunk binge and followup hangover I've done things the more right way.

    https://github.com/DaxxTrias/PHL/tree/development

    I do not have permission to update elyas' work directly so I'll fork it for now.

  12. Thanks oc_redfox (1 members gave Thanks to DaxxTrias for this useful post)
  13. #85
    oc_redfox's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    33
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Really nice work

    Still some problems with "68 ?? ?? ?? ?? 8D 4D 18 89 45 6C" pattern in PHLPlayer.cpp

  14. #86
    DaxxTrias's Avatar Active Member
    Reputation
    44
    Join Date
    Nov 2013
    Posts
    186
    Thanks G/R
    0/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by oc_redfox View Post
    Really nice work

    Still some problems with "68 ?? ?? ?? ?? 8D 4D 18 89 45 6C" pattern in PHLPlayer.cpp
    Are you using the non-steam client maybe? I havent actually tested any of my work other then to make sure it doesn't blow up at the main menu. However I know from past experience the steam vs nonsteam can mess things up.

    If you are using the non-steam client, I may have to go download that executable to make these heuristics agnostic to the client variant.


    I just pushed the last commit. I wasn't able to fully update the maphack and the d3drenderer portion of the code. I'm a .NET programmer so I'm already in over my head jumping to internal C++ from external C#. However the changes for maphack especially seem pretty tough to get around for my sleep deprived brain. I doubt I'll do anymore commits for the immediate future until I can figure these out or get some help on them.


    Latest build:
    https://mega.nz/#!f8lEiSKa!b0kY7Q-YI...xK9EGnswZil7uQ
    Latest commits:
    https://github.com/DaxxTrias/PHL/tree/development

    Consider it highly experimental. I didn't do any deep testing on anything and I've simply disabled the portions I wasn't able to update myself. Then theres always the possibility the dev's snuck in some anticheat changes during the compiler switch. Doubtful, extremely unlikely but still possible.
    Last edited by DaxxTrias; 03-14-2016 at 05:51 PM.

  15. #87
    oc_redfox's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    33
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes, using the non-steam client.

  16. #88
    ceh430's Avatar Member
    Reputation
    3
    Join Date
    Jan 2008
    Posts
    75
    Thanks G/R
    16/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    delete...............
    Last edited by ceh430; 12-18-2016 at 02:58 AM.

  17. #89
    DaxxTrias's Avatar Active Member
    Reputation
    44
    Join Date
    Nov 2013
    Posts
    186
    Thanks G/R
    0/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I pushed a commit with an experimental signature to hopefully work regardless of steam and nonsteam clients.

    Updated previous post with a new download link for the new build.

  18. #90
    misterhacker's Avatar Member
    Reputation
    4
    Join Date
    Feb 2015
    Posts
    149
    Thanks G/R
    22/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great job m8,thx. Tell me,this does not include map hack,like in previous version in Talisman league,i mean specialy for Dock,to se on map hack,is that area have Corrupted area or no?

    Bay the way i get this error when i inject PHL.dll file,there is a screenshot:

    2.1.2 Bypass-remote-dll-jpg

    And yes,i open remote.dll with admin mode
    Last edited by misterhacker; 03-14-2016 at 08:31 AM.

Page 6 of 8 FirstFirst ... 2345678 LastLast

Similar Threads

  1. Bypass those pesky Battle Ground Fences
    By Matt in forum World of Warcraft Exploits
    Replies: 20
    Last Post: 08-06-2006, 10:55 AM
  2. Bypass anoying 15% AH cut in Gadget
    By Logan88 in forum World of Warcraft Exploits
    Replies: 3
    Last Post: 06-18-2006, 01:03 PM
  3. [Program] Bypasser
    By oninuva in forum World of Warcraft General
    Replies: 5
    Last Post: 05-14-2006, 09:01 PM
  4. Bypass monsters in SM (mages only)
    By Matt in forum World of Warcraft Exploits
    Replies: 2
    Last Post: 05-09-2006, 02:49 AM
  5. Bypass every defense in AV
    By Matt in forum World of Warcraft Exploits
    Replies: 1
    Last Post: 05-03-2006, 02:00 AM
All times are GMT -5. The time now is 11:06 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