2.1.2 Bypass menu

User Tag List

Thread: 2.1.2 Bypass

Page 5 of 8 FirstFirst 12345678 LastLast
Results 61 to 75 of 117
  1. #61
    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)
    Originally Posted by Silent_Warrior View Post
    some "small" question appeared: is there any way to be able to inject some graphical effects to poe, like ENBs/ SweetFX/others like this?
    for example, there was very nice effects for diablo3 (needed only to copy those files in d3 dir)
    and sry fore this sort of off-topic
    Theoretically I could inject into PoE and have it use opengl over directx if I really wanted to. Injecting dll just runs your own code, so if I hooked and used my own HLSL code instead of theirs or use my own shaders, I could make the graphics better. This can be very easy or very hard, I don't know because I am not interested in this, I am only interested in exploiting the game

    2.1.2 Bypass
  2. #62
    datz's Avatar Active Member
    Reputation
    22
    Join Date
    Aug 2013
    Posts
    532
    Thanks G/R
    166/19
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by elyas10 View Post
    Theoretically I could inject into PoE and have it use opengl over directx if I really wanted to. Injecting dll just runs your own code, so if I hooked and used my own HLSL code instead of theirs or use my own shaders, I could make the graphics better. This can be very easy or very hard, I don't know because I am not interested in this, I am only interested in exploiting the game
    i like this man

  3. #63
    magicneo's Avatar Member
    Reputation
    1
    Join Date
    Jan 2015
    Posts
    37
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Zoom would be nice xD

  4. #64
    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)
    So it's safe for races, wehre cheat scanning is most agressive?

  5. #65
    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)
    Originally Posted by magicneo View Post
    Zoom would be nice xD
    I have been busy lately, this is one of the next few things I was going to do


    Originally Posted by shogo View Post
    So it's safe for races, wehre cheat scanning is most agressive?
    yes, unless there is an update to PoE

  6. #66
    cockatiel's Avatar Member
    Reputation
    1
    Join Date
    Feb 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    will my main get banned

  7. #67
    Tory's Avatar Contributor
    Reputation
    161
    Join Date
    May 2006
    Posts
    300
    Thanks G/R
    19/11
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Are there command line inputs to disable maphack and whatnot? Also, could we get a list of everything this is doing?

    Or do I need to dig through the source code and compile it myself?

    Either way works.
    [RETIRED] MMOwned.com Co-Founder & Developer

  8. #68
    Tory's Avatar Contributor
    Reputation
    161
    Join Date
    May 2006
    Posts
    300
    Thanks G/R
    19/11
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by elyas10 View Post
    compile it yourself then

    https://github.com/elyas10/PHL
    Tweaked it to my liking a bit, then compiled - didn't realize until now that DirectX SDK is deprecated and didn't come with Visual Studio 2015.

    For those who installed Visual Studio 2015 VC++ before installing DirectX SDK, you need to do a couple steps.


    1. Uninstall Microsoft Visual C++ Redistributable by opening cmd as administrator and running these two lines separately:
    Code:
    MsiExec.exe /passive /X{F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}
    
    MsiExec.exe /passive /X{1D8E6291-B0D5-35EC-8441-6616F567A0F7}
    A little box with a progress bar will flash on your screen and that's the only indicator that they were uninstalled.


    2. Download DirectX SDK by clicking here

    3. Install DirectX SDK (close all programs that are running just to be safe)

    4. After DirectX SDK is installed, download and reinstall Microsoft Visual C++ Redistributable by clicking here


    Now open PHL/hacks/PHLD3DRender.h and on line 4 change the source location for #include <d3dx9.h> and you will be good to go!
    Last edited by Tory; 02-11-2016 at 03:55 PM.
    [RETIRED] MMOwned.com Co-Founder & Developer

  9. #69
    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)
    Originally Posted by Tory View Post
    Tweaked it to my liking a bit, then compiled - didn't realize until now that DirectX SDK is deprecated and didn't come with Visual Studio 2015.

    For those who installed Visual Studio 2015 VC++ before installing DirectX SDK, you need to do a couple steps.


    1. Uninstall Microsoft Visual C++ Redistributable by opening cmd as administrator and running these two lines separately:
    Code:
    MsiExec.exe /passive /X{F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}
    
    MsiExec.exe /passive /X{1D8E6291-B0D5-35EC-8441-6616F567A0F7}
    A little box with a progress bar will flash on your screen and that's the only indicator that they were uninstalled.


    2. Download DirectX SDK by clicking here

    3. Install DirectX SDK (close all programs that are running just to be safe)

    4. After DirectX SDK is installed, download and reinstall Microsoft Visual C++ Redistributable by clicking here


    Now open PHL/hacks/PHLD3DRender.h and on line 4 change the source location for #include <d3dx9.h> and you will be good to go!
    Originally Posted by Tory View Post
    Tweaked it to my liking a bit, then compiled - didn't realize until now that DirectX SDK is deprecated and didn't come with Visual Studio 2015.

    For those who installed Visual Studio 2015 VC++ before installing DirectX SDK, you need to do a couple steps.


    1. Uninstall Microsoft Visual C++ Redistributable by opening cmd as administrator and running these two lines separately:
    Code:
    MsiExec.exe /passive /X{F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}
    
    MsiExec.exe /passive /X{1D8E6291-B0D5-35EC-8441-6616F567A0F7}
    A little box with a progress bar will flash on your screen and that's the only indicator that they were uninstalled.


    2. Download DirectX SDK by clicking here

    3. Install DirectX SDK (close all programs that are running just to be safe)

    4. After DirectX SDK is installed, download and reinstall Microsoft Visual C++ Redistributable by clicking here


    Now open PHL/hacks/PHLD3DRender.h and on line 4 change the source location for #include <d3dx9.h> and you will be good to go!
    the new directx is part of the windows SDK, but I wanted to use D3DX draw text, I can find an alternative so I don't use deprecated directx.

    And also I want to add a lot of things to this but there is too much work, I am going to need help from other people

  10. #70
    magicneo's Avatar Member
    Reputation
    1
    Join Date
    Jan 2015
    Posts
    37
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    About Zoom, can't you incorporate Gurud works ?

  11. #71
    Tory's Avatar Contributor
    Reputation
    161
    Join Date
    May 2006
    Posts
    300
    Thanks G/R
    19/11
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by elyas10 View Post
    the new directx is part of the windows SDK, but I wanted to use D3DX draw text, I can find an alternative so I don't use deprecated directx.

    And also I want to add a lot of things to this but there is too much work, I am going to need help from other people
    Yeah, really the only main feature it absolutely needs is the ability to turn Map Hack off - having Map Hack turned on makes mapping a pain in the ass, as you don't know where you haven't been when it's all revealed.
    [RETIRED] MMOwned.com Co-Founder & Developer

  12. #72
    Silent_Warrior's Avatar Active Member
    Reputation
    31
    Join Date
    Jun 2014
    Posts
    212
    Thanks G/R
    161/29
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    new patch. but seems bypass is still working as it should, no errors.

  13. #73
    SirPuFFaLoT's Avatar Member
    Reputation
    7
    Join Date
    Dec 2013
    Posts
    43
    Thanks G/R
    9/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tory View Post
    Yeah, really the only main feature it absolutely needs is the ability to turn Map Hack off - having Map Hack turned on makes mapping a pain in the ass, as you don't know where you haven't been when it's all revealed.
    Did you edit out the map hack? If so, can you share it with us? I just use this to run poeHUD. Although, I think this bypass does more to violate the EUA than poeHUD but I'd rather be safe.

    thanks,
    -PuFF

  14. #74
    dtmajors's Avatar Member
    Reputation
    7
    Join Date
    Sep 2009
    Posts
    147
    Thanks G/R
    25/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not working as of 2.1.2d , can anyone fix it?

  15. #75
    Silent_Warrior's Avatar Active Member
    Reputation
    31
    Join Date
    Jun 2014
    Posts
    212
    Thanks G/R
    161/29
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    new patch broke this.
    Code:
    Сигнатура проблемы:
      Имя события проблемы:	APPCRASH
      Имя приложения:	PathOfExile.exe
      Версия приложения:	0.0.0.0
      Отметка времени приложения:	56d4e058
      Имя модуля с ошибкой:	PHL.dll
      Версия модуля с ошибкой:	0.0.0.0
      Отметка времени модуля с ошибкой:	56ae6036
      Код исключения:	c0000005
      Смещение исключения:	000020e3
      Версия ОС:	6.1.7601.2.1.0.256.1
      Код языка:	1049
      Дополнительные сведения 1:	0a9e
      Дополнительные сведения 2:	0a9e372d3b4ad19135b953a78882e789
      Дополнительные сведения 3:	0a9e
      Дополнительные сведения 4:	0a9e372d3b4ad19135b953a78882e789

Page 5 of 8 FirstFirst 12345678 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 04:48 AM. 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