Map Hack for 3.1.1 64 bit CE table menu

User Tag List

Page 9 of 41 FirstFirst ... 5678910111213 ... LastLast
Results 121 to 135 of 605
  1. #121
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2455
    Join Date
    Jun 2015
    Posts
    3,049
    Thanks G/R
    455/2200
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    Cool I wonder why this hack never got popularity.....

    Map Hack for 3.1.1 64 bit CE table
  2. #122
    Sharps's Avatar Contributor CoreCoins Purchaser
    Reputation
    117
    Join Date
    Apr 2012
    Posts
    138
    Thanks G/R
    31/70
    Trade Feedback
    8 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the reason why I personally don't use it myself (other than league start) is because of the rarity based bar color. Clearly seeing all the magic, rare, unique mobs is very nice and peeps in my party usually miss a ton of rare mobs.

  3. #123
    ankorman's Avatar Contributor
    Reputation
    298
    Join Date
    Mar 2015
    Posts
    176
    Thanks G/R
    19/245
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sharps View Post
    thanks a bunch, didn't know about readmem

    and to other people:
    here's a script that makes the zooming smoother, if you zoom in and out a lot this is great.
    [ENABLE] //found it by zoom in and out, val = 0f <-> 1f aobscanmodule(zoomwrit - Pastebin.com

    and a thing that makes in game health bars always visible
    [ENABLE] aobscanmodule(hpbar, PathOfExile_x64.exe, 7C 7B 8B 82 C8 00 00 00) - Pastebin.com
    Nice Goin! These work good.

  4. #124
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2455
    Join Date
    Jun 2015
    Posts
    3,049
    Thanks G/R
    455/2200
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by ankorman View Post
    Nice Goin! These work good.
    there is also a cheat engine hack to show the whole Lab Map.
    at the start of the map, all links and all nodes.

  5. #125
    ankorman's Avatar Contributor
    Reputation
    298
    Join Date
    Mar 2015
    Posts
    176
    Thanks G/R
    19/245
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    there is also a cheat engine hack to show the whole Lab Map.
    at the start of the map, all links and all nodes.
    Do you have a link to it?

  6. #126
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2455
    Join Date
    Jun 2015
    Posts
    3,049
    Thanks G/R
    455/2200
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    save it as CT.
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <CheatTable CheatEngineTableVersion="26">
      <CheatEntries>
        <CheatEntry>
          <ID>0</ID>
          <Description>"Labyrinth Map Visible"</Description>
          <LastState/>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]
    //code from here to '[DISABLE]' will be used to enable the cheat
    aobscanmodule(LabMap, PathOfExile_x64.exe, 41 80 BE 80 07 00 00 00 0F ? ? ? ? ? 49 8B 06)
    registersymbol(LabMap)
    
    LabMap:
      db 41 C6 86
    
    LabMap+7:
      db 01
    
    
    [DISABLE]
    //code from here till the end of the code will be used to disable the cheat
    
    LabMap:
      db 41 80 BE
    
    LabMap+7:
      db 00
    
    unregistersymbol(LabMap)
    </AssemblerScript>
          <Hotkeys>
            <Hotkey>
              <Action>Toggle Activation</Action>
              <Keys>
                <Key>16</Key>
                <Key>76</Key>
              </Keys>
              <ID>0</ID>
            </Hotkey>
          </Hotkeys>
        </CheatEntry>
        <CheatEntry>
          <ID>1</ID>
          <Description>"HPbar Enable"</Description>
          <LastState/>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{ Game   : PathOfExile_x64.exe
      Version: 
      Date   : 2017-12-04
      Author : zaafaar
    
      This script enable HP bars in Path Of Exile
    }
    
    [ENABLE]
    
    aobscanmodule(HPBarEnable,PathOfExile_x64.exe,7D ? 41 0F B6 C1 48 83) // should be unique
    
    HPBarEnable:
      nop
      nop
    registersymbol(HPBarEnable)
    
    [DISABLE]
    
    HPBarEnable:
      db 7D 04
    
    unregistersymbol(HPBarEnable)
    
    {
    // ORIGINAL CODE - INJECTION POINT: "PathOfExile_x64.exe"+29E5DD
    
    "PathOfExile_x64.exe"+29E5B2: 44 2B 82 C4 00 00 00     -  sub r8d,[rdx+000000C4]
    "PathOfExile_x64.exe"+29E5B9: 48 8D 4C 24 38           -  lea rcx,[rsp+38]
    "PathOfExile_x64.exe"+29E5BE: F3 0F 2C C1              -  cvttss2si eax,xmm1
    "PathOfExile_x64.exe"+29E5C2: 44 2B C0                 -  sub r8d,eax
    "PathOfExile_x64.exe"+29E5C5: 48 8D 44 24 30           -  lea rax,[rsp+30]
    "PathOfExile_x64.exe"+29E5CA: 44 89 44 24 38           -  mov [rsp+38],r8d
    "PathOfExile_x64.exe"+29E5CF: 48 0F 49 C1              -  cmovns rax,rcx
    "PathOfExile_x64.exe"+29E5D3: 8B 00                    -  mov eax,[rax]
    "PathOfExile_x64.exe"+29E5D5: 39 82 BC 00 00 00        -  cmp [rdx+000000BC],eax
    "PathOfExile_x64.exe"+29E5DB: B0 01                    -  mov al,01
    // ---------- INJECTING HERE ----------
    "PathOfExile_x64.exe"+29E5DD: 7D 04                    -  jnl PathOfExile_x64.exe+29E5E3
    "PathOfExile_x64.exe"+29E5DF: 41 0F B6 C1              -  movzx eax,r9l
    // ---------- DONE INJECTING  ----------
    "PathOfExile_x64.exe"+29E5E3: 48 83 C4 28              -  add rsp,28
    "PathOfExile_x64.exe"+29E5E7: C3                       -  ret 
    "PathOfExile_x64.exe"+29E5E8: CC                       -  int 3 
    "PathOfExile_x64.exe"+29E5E9: CC                       -  int 3 
    "PathOfExile_x64.exe"+29E5EA: CC                       -  int 3 
    "PathOfExile_x64.exe"+29E5EB: CC                       -  int 3 
    "PathOfExile_x64.exe"+29E5EC: CC                       -  int 3 
    "PathOfExile_x64.exe"+29E5ED: CC                       -  int 3 
    "PathOfExile_x64.exe"+29E5EE: CC                       -  int 3 
    "PathOfExile_x64.exe"+29E5EF: CC                       -  int 3 
    }
    </AssemblerScript>
        </CheatEntry>
      </CheatEntries>
      <UserdefinedSymbols/>
    </CheatTable>

  7. Thanks ankorman, poetesttt, yakahz, hebe7751, armory236 (5 members gave Thanks to GameHelper for this useful post)
  8. #127
    hdes93208's Avatar Member
    Reputation
    2
    Join Date
    Mar 2016
    Posts
    17
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    CT file download point?
    I am a Taiwan server

  9. #128
    nigshomie's Avatar Member
    Reputation
    1
    Join Date
    Dec 2017
    Posts
    2
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is anyone else unable to zoom out on dx11 non steam?

  10. #129
    mikilopta's Avatar Member
    Reputation
    2
    Join Date
    Mar 2014
    Posts
    48
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So what build would take advantage of this? I would guess anything projectile based.

  11. #130
    ankorman's Avatar Contributor
    Reputation
    298
    Join Date
    Mar 2015
    Posts
    176
    Thanks G/R
    19/245
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nigshomie View Post
    Is anyone else unable to zoom out on dx11 non steam?
    Some people use a completely different function for zooming. I have no idea why. Maybe it's because of the display adapter.

  12. #131
    emilfjord's Avatar Member
    Reputation
    1
    Join Date
    May 2017
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    First look, seems awesome!
    Can't get zoomhack to work though. When i click the num5 button nothing happends

  13. #132
    dinzy's Avatar Member
    Reputation
    4
    Join Date
    Sep 2008
    Posts
    14
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I figured it out lol...

    You have to enable "Mousewheel zoom" in the UI options....

    Cant believe that caused all the trouble lol.

  14. Thanks nigshomie, ankorman (2 members gave Thanks to dinzy for this useful post)
  15. #133
    ankorman's Avatar Contributor
    Reputation
    298
    Join Date
    Mar 2015
    Posts
    176
    Thanks G/R
    19/245
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dinzy View Post
    I figured it out lol...

    You have to enable "Mousewheel zoom" in the UI options....

    Cant believe that caused all the trouble lol.
    I updated the 64 bit version to work with keyboard zooming. I think I did it for previous leagues but forgot about ti this time. Thanks for reminding me.

  16. #134
    hacker143's Avatar Knight
    Reputation
    21
    Join Date
    Mar 2017
    Posts
    218
    Thanks G/R
    32/19
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how to zoom out camera? it says np5 but doesnt work, didnt zoom out

  17. #135
    B7300's Avatar Member
    Reputation
    2
    Join Date
    Apr 2010
    Posts
    22
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hacker143 View Post
    how to zoom out camera? it says np5 but doesnt work, didnt zoom out
    You enable zoomhack so that you can scroll further out like normal

Page 9 of 41 FirstFirst ... 5678910111213 ... LastLast

Similar Threads

  1. [Hack] Fly Hack for 64-bit
    By l0l1dk in forum World of Warcraft Bots and Programs
    Replies: 90
    Last Post: 07-22-2014, 05:19 PM
  2. Proclaimed Map Hack for Diablo 3
    By Chihero in forum Diablo 3 Bots and Programs
    Replies: 10
    Last Post: 05-20-2012, 05:13 AM
  3. [Trinity] Compiling Trinity for 64 Bit
    By Zellcorp in forum WoW EMU Questions & Requests
    Replies: 2
    Last Post: 06-18-2010, 09:54 PM
  4. banned for war3 map hack?
    By woffles in forum World of Warcraft General
    Replies: 4
    Last Post: 05-11-2008, 08:26 PM
All times are GMT -5. The time now is 11:24 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