[Release] PoE Multihack : Fullbright/Lighting control, Zoomhack, Maphack 0.10.1b+ menu

User Tag List

Page 19 of 28 FirstFirst ... 151617181920212223 ... LastLast
Results 271 to 285 of 411
  1. #271
    Migunne's Avatar Member
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So, in few words.... this isnt like maphack of d2 whichi load the map, and i can see on loong distance all hte kind of mobs ?. Apart is tehre a CT which can i make more brigthed the zones which i cna see mobs coming to me, like lunaris 3 - blood ways and with low life build for example ?.


    Duinno if a CT its better than a trainer, again, im new here on this tuff.

    [Release] PoE Multihack : Fullbright/Lighting control, Zoomhack, Maphack 0.10.1b+
  2. #272
    Cthulhoo's Avatar Member
    Reputation
    3
    Join Date
    Sep 2013
    Posts
    82
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is cheat table are needing update for 0.11.6b+! Nothing work.

  3. #273
    kamil10's Avatar Member
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Wrongusername

    Could make a tutorial how to update .ct file to work great after game patch? It would be nice to see a video showing step by step how to update it.
    You can do this on this example "Disable spawning of particle emitters"

  4. #274
    Cthulhoo's Avatar Member
    Reputation
    3
    Join Date
    Sep 2013
    Posts
    82
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    oh shit, last cheat is working. but game have new launcher "PathOfExile.exe"

  5. #275
    SuperHaxor's Avatar Private
    Reputation
    2
    Join Date
    Oct 2013
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here's a simpler version with less confusing options. I can confirm it works with 0.11.6f.

    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <CheatTable>
      <CheatEntries>
        <CheatEntry>
          <ID>316</ID>
          <Description>"Enable Maphack"</Description>
          <Color>80000008</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]
    aobScan(_mapHack, D9 00 8B 0C 24 D9 19 8B 0C 24 03 CA 89 0C 24 D9 00 D9 19 8B 0C 24 03 CA 89 0C 24)
    label(mapHack1)
    registerSymbol(mapHack1)
    label(mapHack2)
    registerSymbol(mapHack2)
    label(mapHack3)
    registerSymbol(mapHack3)
    label(mapHack4)
    registerSymbol(mapHack4)
    _mapHack:
    mapHack1:
    fld1
    
    _mapHack+F:
    mapHack2:
    fld1
    
    _mapHack+1B:
    mapHack3:
    fld1
    
    _mapHack+27:
    mapHack4:
    fld1
    
    
    [DISABLE]
    mapHack1:
    fld dword ptr [eax]
    
    mapHack2:
    fld dword ptr [eax]
    
    mapHack3:
    fld dword ptr [eax]
    
    mapHack4:
    fld dword ptr [eax]
    </AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>291</ID>
          <Description>"Enable Zoomhack"</Description>
          <Color>80000008</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]
    aobscan(_zh1,8D 44 24 ?? F3 0F 10 00 0F 2F C2 76 04 8D 44 24 ?? D9 00)
    label(zh1)
    registerSymbol(zh1)
    aobscan(_zh2,8D 44 24 04 F3 0F 10 00 0F 2F C2 76 04 8D 44 24 08)
    label(zh2)
    registerSymbol(zh2)
    aobscan(_zh3,DB 83 64 01 00 00 F3 0F 10 83 60 01 00 00 8B 93 64 01)
    label(zh3)
    registerSymbol(zh3)
    label(zh4)
    registerSymbol(zh4)
    aobscan(_zh4,FF 15 ?? ?? ?? ?? F3 0F 10 84 24 54 02 00 00 83 EC 10)
    
    alloc(zfar,4)
    registerSymbol(zfar)
    zfar:
    dd 47C40000
    
    _zh1+B:
    zh1:
    db EB
    
    _zh2+B:
    zh2:
    db EB
    
    _zh3+6:
    zh3:
    movss xmm0, dword ptr [zfar]
    
    _zh4+6:
    zh4:
    movss xmm0, dword ptr [zfar]
    nop
    
    [DISABLE]
    
    zh1:
    db 76
    
    zh2:
    db 76
    
    zh3:
    movss   xmm0,[ebx+160]
    
    zh4:
    movss xmm0,[esp+214]
    
    dealloc(zfar)
    </AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>290</ID>
          <Description>"Enable Lighthack"</Description>
          <Color>80000008</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]
    
    alloc(fbcave,200)
    label(bEnableLigtingOverrides)
    registersymbol(bEnableLigtingOverrides)
    label(one)
    registersymbol(one)
    label(OverrideBrightness)
    registersymbol(OverrideBrightness)
    
    label(lightsettings)
    label(lightsettingsRet)
    
    AobScan(_fullBright,8B BB 40 06 00 00 8B 83 B4 07 00 00 8A 4F 30 81 C3 B4 07 00 00)
    label(fullBright)
    registerSymbol(fullBright)
    _fullBright+C:
    fullBright:
    mov cl,01
    nop
    
    _fullBright+4C:
    nop
    nop
    nop
    nop
    nop
    nop
    
    fbcave:
    bEnableLigtingOverrides:
    dd 1
    OverrideBrightness:
    dd 3F800000
    one:
    dd 3F800000
    
    lightsettings:
    movss   xmm3, dword ptr [edi+48]
    mov eax,[bEnableLigtingOverrides]
    test eax,eax
    jz lightsettingsRet
    movss xmm0, dword ptr [OverrideBrightness]
    movss xmm1, dword ptr [one]
    movss xmm2, dword ptr [one]
    movss xmm3, dword ptr [one]
    jmp lightsettingsRet
    
    _fullBright+90:
    jmp lightsettings
    lightsettingsRet:
    
    
    [DISABLE]
    
    fullBright:
    mov cl,[edi+30]
    
    fullBright+40:
    db 0F 85 8E 01 00 00
    
    fullBright+84:
    movss xmm3,[edi+48]
    
    dealloc(fbcave)
    
    bEnableLigtingOverrides:
    dd 0
    </AssemblerScript>
        </CheatEntry>
      </CheatEntries>
    </CheatTable>
    Instructions:
    1. Copy the script above.
    2. Open up Cheat Engine and press Ctrl + V.
    3. Start up Path of Exile.
    4. Click "Select a process to open" and select PathOfExile.exe.
    5. Check the boxes at the bottom.

    Alternatively you can use this trainer I made.
    https://mega.co.nz/#!7BgBGRAY!Ekl2G2...9HzPfbtVjhybVQ

    If linking to a trainer is against the rules then I apologize and I will take it down immediately.

  6. #276
    kamil10's Avatar Member
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SuperHaxor View Post
    Here's a simpler version with less confusing options. I can confirm it works with 0.11.6f.

    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <CheatTable>
      <CheatEntries>
        <CheatEntry>
          <ID>316</ID>
          <Description>"Enable Maphack"</Description>
          <Color>80000008</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]
    aobScan(_mapHack, D9 00 8B 0C 24 D9 19 8B 0C 24 03 CA 89 0C 24 D9 00 D9 19 8B 0C 24 03 CA 89 0C 24)
    label(mapHack1)
    registerSymbol(mapHack1)
    label(mapHack2)
    registerSymbol(mapHack2)
    label(mapHack3)
    registerSymbol(mapHack3)
    label(mapHack4)
    registerSymbol(mapHack4)
    _mapHack:
    mapHack1:
    fld1
    
    _mapHack+F:
    mapHack2:
    fld1
    
    _mapHack+1B:
    mapHack3:
    fld1
    
    _mapHack+27:
    mapHack4:
    fld1
    
    
    [DISABLE]
    mapHack1:
    fld dword ptr [eax]
    
    mapHack2:
    fld dword ptr [eax]
    
    mapHack3:
    fld dword ptr [eax]
    
    mapHack4:
    fld dword ptr [eax]
    </AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>291</ID>
          <Description>"Enable Zoomhack"</Description>
          <Color>80000008</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]
    aobscan(_zh1,8D 44 24 ?? F3 0F 10 00 0F 2F C2 76 04 8D 44 24 ?? D9 00)
    label(zh1)
    registerSymbol(zh1)
    aobscan(_zh2,8D 44 24 04 F3 0F 10 00 0F 2F C2 76 04 8D 44 24 08)
    label(zh2)
    registerSymbol(zh2)
    aobscan(_zh3,DB 83 64 01 00 00 F3 0F 10 83 60 01 00 00 8B 93 64 01)
    label(zh3)
    registerSymbol(zh3)
    label(zh4)
    registerSymbol(zh4)
    aobscan(_zh4,FF 15 ?? ?? ?? ?? F3 0F 10 84 24 54 02 00 00 83 EC 10)
    
    alloc(zfar,4)
    registerSymbol(zfar)
    zfar:
    dd 47C40000
    
    _zh1+B:
    zh1:
    db EB
    
    _zh2+B:
    zh2:
    db EB
    
    _zh3+6:
    zh3:
    movss xmm0, dword ptr [zfar]
    
    _zh4+6:
    zh4:
    movss xmm0, dword ptr [zfar]
    nop
    
    [DISABLE]
    
    zh1:
    db 76
    
    zh2:
    db 76
    
    zh3:
    movss   xmm0,[ebx+160]
    
    zh4:
    movss xmm0,[esp+214]
    
    dealloc(zfar)
    </AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>290</ID>
          <Description>"Enable Lighthack"</Description>
          <Color>80000008</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]
    
    alloc(fbcave,200)
    label(bEnableLigtingOverrides)
    registersymbol(bEnableLigtingOverrides)
    label(one)
    registersymbol(one)
    label(OverrideBrightness)
    registersymbol(OverrideBrightness)
    
    label(lightsettings)
    label(lightsettingsRet)
    
    AobScan(_fullBright,8B BB 40 06 00 00 8B 83 B4 07 00 00 8A 4F 30 81 C3 B4 07 00 00)
    label(fullBright)
    registerSymbol(fullBright)
    _fullBright+C:
    fullBright:
    mov cl,01
    nop
    
    _fullBright+4C:
    nop
    nop
    nop
    nop
    nop
    nop
    
    fbcave:
    bEnableLigtingOverrides:
    dd 1
    OverrideBrightness:
    dd 3F800000
    one:
    dd 3F800000
    
    lightsettings:
    movss   xmm3, dword ptr [edi+48]
    mov eax,[bEnableLigtingOverrides]
    test eax,eax
    jz lightsettingsRet
    movss xmm0, dword ptr [OverrideBrightness]
    movss xmm1, dword ptr [one]
    movss xmm2, dword ptr [one]
    movss xmm3, dword ptr [one]
    jmp lightsettingsRet
    
    _fullBright+90:
    jmp lightsettings
    lightsettingsRet:
    
    
    [DISABLE]
    
    fullBright:
    mov cl,[edi+30]
    
    fullBright+40:
    db 0F 85 8E 01 00 00
    
    fullBright+84:
    movss xmm3,[edi+48]
    
    dealloc(fbcave)
    
    bEnableLigtingOverrides:
    dd 0
    </AssemblerScript>
        </CheatEntry>
      </CheatEntries>
    </CheatTable>
    Instructions:
    1. Copy the script above.
    2. Open up Cheat Engine and press Ctrl + V.
    3. Start up Path of Exile.
    4. Click "Select a process to open" and select PathOfExile.exe.
    5. Check the boxes at the bottom.

    Alternatively you can use this trainer I made.
    https://mega.co.nz/#!7BgBGRAY!Ekl2G2...9HzPfbtVjhybVQ

    If linking to a trainer is against the rules then I apologize and I will take it down immediately.
    Could you make a update for an orginal code? (with all features) And if you have a time, can you explain how to update it by self?

  7. #277
    Cthulhoo's Avatar Member
    Reputation
    3
    Join Date
    Sep 2013
    Posts
    82
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    In last update dont work in section "Parcitcles control" Disable spawning of particle emitters / Enable particles per second override AOB / particlesPerSecValue.
    Trainer is freezes. Can any fix it?!
    Last edited by Cthulhoo; 10-11-2013 at 03:54 AM.

  8. #278
    Mudslime's Avatar Member
    Reputation
    -3
    Join Date
    Oct 2013
    Posts
    45
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Dam... Awesome that this works! Cheers!

  9. #279
    kexeel's Avatar Member
    Reputation
    2
    Join Date
    Feb 2012
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SuperHaxor View Post
    Here's a simpler version with less confusing options. I can confirm it works with 0.11.6f.

    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <CheatTable>
      <CheatEntries>
        <CheatEntry>
          <ID>316</ID>
          <Description>"Enable Maphack"</Description>
          <Color>80000008</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]
    aobScan(_mapHack, D9 00 8B 0C 24 D9 19 8B 0C 24 03 CA 89 0C 24 D9 00 D9 19 8B 0C 24 03 CA 89 0C 24)
    label(mapHack1)
    registerSymbol(mapHack1)
    label(mapHack2)
    registerSymbol(mapHack2)
    label(mapHack3)
    registerSymbol(mapHack3)
    label(mapHack4)
    registerSymbol(mapHack4)
    _mapHack:
    mapHack1:
    fld1
    
    _mapHack+F:
    mapHack2:
    fld1
    
    _mapHack+1B:
    mapHack3:
    fld1
    
    _mapHack+27:
    mapHack4:
    fld1
    
    
    [DISABLE]
    mapHack1:
    fld dword ptr [eax]
    
    mapHack2:
    fld dword ptr [eax]
    
    mapHack3:
    fld dword ptr [eax]
    
    mapHack4:
    fld dword ptr [eax]
    </AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>291</ID>
          <Description>"Enable Zoomhack"</Description>
          <Color>80000008</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]
    aobscan(_zh1,8D 44 24 ?? F3 0F 10 00 0F 2F C2 76 04 8D 44 24 ?? D9 00)
    label(zh1)
    registerSymbol(zh1)
    aobscan(_zh2,8D 44 24 04 F3 0F 10 00 0F 2F C2 76 04 8D 44 24 08)
    label(zh2)
    registerSymbol(zh2)
    aobscan(_zh3,DB 83 64 01 00 00 F3 0F 10 83 60 01 00 00 8B 93 64 01)
    label(zh3)
    registerSymbol(zh3)
    label(zh4)
    registerSymbol(zh4)
    aobscan(_zh4,FF 15 ?? ?? ?? ?? F3 0F 10 84 24 54 02 00 00 83 EC 10)
    
    alloc(zfar,4)
    registerSymbol(zfar)
    zfar:
    dd 47C40000
    
    _zh1+B:
    zh1:
    db EB
    
    _zh2+B:
    zh2:
    db EB
    
    _zh3+6:
    zh3:
    movss xmm0, dword ptr [zfar]
    
    _zh4+6:
    zh4:
    movss xmm0, dword ptr [zfar]
    nop
    
    [DISABLE]
    
    zh1:
    db 76
    
    zh2:
    db 76
    
    zh3:
    movss   xmm0,[ebx+160]
    
    zh4:
    movss xmm0,[esp+214]
    
    dealloc(zfar)
    </AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>290</ID>
          <Description>"Enable Lighthack"</Description>
          <Color>80000008</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]
    
    alloc(fbcave,200)
    label(bEnableLigtingOverrides)
    registersymbol(bEnableLigtingOverrides)
    label(one)
    registersymbol(one)
    label(OverrideBrightness)
    registersymbol(OverrideBrightness)
    
    label(lightsettings)
    label(lightsettingsRet)
    
    AobScan(_fullBright,8B BB 40 06 00 00 8B 83 B4 07 00 00 8A 4F 30 81 C3 B4 07 00 00)
    label(fullBright)
    registerSymbol(fullBright)
    _fullBright+C:
    fullBright:
    mov cl,01
    nop
    
    _fullBright+4C:
    nop
    nop
    nop
    nop
    nop
    nop
    
    fbcave:
    bEnableLigtingOverrides:
    dd 1
    OverrideBrightness:
    dd 3F800000
    one:
    dd 3F800000
    
    lightsettings:
    movss   xmm3, dword ptr [edi+48]
    mov eax,[bEnableLigtingOverrides]
    test eax,eax
    jz lightsettingsRet
    movss xmm0, dword ptr [OverrideBrightness]
    movss xmm1, dword ptr [one]
    movss xmm2, dword ptr [one]
    movss xmm3, dword ptr [one]
    jmp lightsettingsRet
    
    _fullBright+90:
    jmp lightsettings
    lightsettingsRet:
    
    
    [DISABLE]
    
    fullBright:
    mov cl,[edi+30]
    
    fullBright+40:
    db 0F 85 8E 01 00 00
    
    fullBright+84:
    movss xmm3,[edi+48]
    
    dealloc(fbcave)
    
    bEnableLigtingOverrides:
    dd 0
    </AssemblerScript>
        </CheatEntry>
      </CheatEntries>
    </CheatTable>
    Instructions:
    1. Copy the script above.
    2. Open up Cheat Engine and press Ctrl + V.
    3. Start up Path of Exile.
    4. Click "Select a process to open" and select PathOfExile.exe.
    5. Check the boxes at the bottom.

    Alternatively you can use this trainer I made.
    https://mega.co.nz/#!7BgBGRAY!Ekl2G2...9HzPfbtVjhybVQ

    If linking to a trainer is against the rules then I apologize and I will take it down immediately.
    works for me, cheers!

  10. #280
    unloder1's Avatar Member
    Reputation
    1
    Join Date
    Apr 2013
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what you think about tomorrow? will that work?

  11. #281
    silverdautun's Avatar Private
    Reputation
    1
    Join Date
    Sep 2013
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    not working anymore for zoom
    map is doing fine
    Last edited by silverdautun; 10-23-2013 at 03:00 PM.

  12. #282
    KefkaBot's Avatar Contributor CoreCoins Purchaser
    Reputation
    103
    Join Date
    Sep 2013
    Posts
    663
    Thanks G/R
    51/80
    Trade Feedback
    38 (95%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hm, let us know if this works for today?

  13. #283
    Crackjack's Avatar Active Member
    Reputation
    23
    Join Date
    Aug 2008
    Posts
    220
    Thanks G/R
    26/15
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not working here.

    Activating maphack seems to work but that's it, if i try zoom or brightness it stops reading and shuts down.

  14. #284
    monstereater's Avatar Member
    Reputation
    3
    Join Date
    Oct 2013
    Posts
    64
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone able to and plan on fixing this for patch 1.0.0b? the maphack works but you cant see waypoints till you have discovered them. and the zoom hack and brightness dont seem to be working. which is what i really like

    I wish i knew how to do it.


    Thank you
    Last edited by monstereater; 10-23-2013 at 09:13 PM.

  15. #285
    fabcard's Avatar Member
    Reputation
    10
    Join Date
    Jun 2013
    Posts
    137
    Thanks G/R
    38/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Crackjack View Post
    Not working here.

    Activating maphack seems to work but that's it, if i try zoom or brightness it stops reading and shuts down.
    Originally Posted by monstereater View Post
    Anyone able to and plan on fixing this for patch 1.0.0b? the maphack works but you cant see waypoints till you have discovered them. and the zoom hack and brightness dont seem to be working. which is what i really like

    I wish i knew how to do it.


    Thank you
    Hello friends,

    I'm also looking for a fix for this great script. As we know it's not working on 1.0.0b. Waiting on AutoFlasks fix as well.
    Thanks in advance.

Page 19 of 28 FirstFirst ... 151617181920212223 ... LastLast

Similar Threads

  1. [Release] Gurud's PoE Trainer FullBight, Maphack and Zoomhack 1.0.0.e+
    By gurud in forum PoE Bots and Programs
    Replies: 1249
    Last Post: 12-12-2017, 05:05 AM
  2. [Release][Tool] PoE Particle control[say bb to poison cloud]
    By Wrongusername in forum PoE Bots and Programs
    Replies: 18
    Last Post: 05-21-2014, 11:49 PM
  3. Venice Light - Ness Update 3 + Chrispee Soon to be Released
    By ~SaiLyn~ in forum World of Warcraft Emulator Servers
    Replies: 29
    Last Post: 11-27-2007, 06:24 PM
  4. [Release] Brilliant Light , (Tier 8 for Priests)
    By EmiloZ in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 11-03-2007, 08:34 AM
All times are GMT -5. The time now is 01: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