Gurud's PoE Trainer FullBight, Maphack and Zoomhack 1.0.0.e+ menu

Shout-Out

User Tag List

Page 52 of 84 FirstFirst ... 2484950515253545556 ... LastLast
Results 766 to 780 of 1250
  1. #766
    eNdless2k's Avatar Member
    Reputation
    2
    Join Date
    Mar 2008
    Posts
    31
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Help
    Playing without zoom is like playing whithout eyes

    Gurud's PoE Trainer FullBight, Maphack and Zoomhack 1.0.0.e+
  2. #767
    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)
    i noted the problem in another cheat forum where is the creator of theese hacks... need to wait some time...

  3. #768
    bcz's Avatar Contributor
    Reputation
    172
    Join Date
    Apr 2008
    Posts
    172
    Thanks G/R
    8/140
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There's only very small change needed to fix the zoom hack.
    Code:
    aobscan(_zoom2,F3 0F 10 9E B0 17 00 00 F3)
    aobscan(_zoom3,F3 0F 10 8E B4 17 00 00 8D)
    If you don't want to update the code yourselves, here is my compiled one. As always, use at your own risk

    EDIT: link removed. fixed version @ post #776 below
    Last edited by bcz; 06-04-2016 at 12:36 PM.

  4. Thanks toadskin, Silent_Warrior, SeamusTheDog, OO42O, masonv17 (5 members gave Thanks to bcz for this useful post)
  5. #769
    Brombärkuchen's Avatar Member
    Reputation
    1
    Join Date
    Dec 2008
    Posts
    86
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bcz View Post
    There's only very small change needed to fix the zoom hack.
    Code:
    aobscan(_zoom2,F3 0F 10 9E B0 17 00 00 F3)
    aobscan(_zoom3,F3 0F 10 8E B4 17 00 00 8D)
    If you don't want to update the code yourselves, here is my compiled one. As always, use at your own risk

    fullbright_zoom_230
    u are ****ing awesome!
    thanks buddy

  6. #770
    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)
    bcz, the first aobscan(_zoom2) is the aobscanmodule(INJECT,PathOfExile.exe, right?
    and the second aobscan(_zoom3) is the INJECT:
    db

    i mean in CE table

  7. #771
    Maelzel's Avatar Member
    Reputation
    3
    Join Date
    Mar 2014
    Posts
    35
    Thanks G/R
    16/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  8. #772
    eNdless2k's Avatar Member
    Reputation
    2
    Join Date
    Mar 2008
    Posts
    31
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well im USing the CT version of the hack and i dont really get the changes:

    Thats how my code Looks like:

    Code:
    { Game   : PathOfExile.exe
      Version: 
      Date   : 2015-12-12
      Author : deama
    
      This script does blah blah blah
    }
    
    [ENABLE]
    
    aobscanmodule(INJECT,PathOfExile.exe,F3 0F 10 8F B4 17 00 00 8D) // should be unique
    alloc(newmem,$1000)
    
    label(code)
    label(return)
    
    alloc(mine,16)
    registersymbol(mine)
    
    mine:
    dd (float)1.5
    
    newmem:
    
    code:
      movss xmm1,[mine]
      jmp return
    
    INJECT:
      jmp code
      nop
      nop
      nop
    return:
    registersymbol(INJECT)
    
    [DISABLE]
    
    INJECT:
      db F3 0F 10 8F B4 17 00 00 8D
    
    unregistersymbol(INJECT)
    dealloc(newmem)
    dealloc(mine)
    unregistersymbol(mine)
    
    {
    // ORIGINAL CODE - INJECTION POINT: "pathofexile.exe"+22394C
    
    "pathofexile.exe"+223923: F3 0F 11 44 24 14        -  movss [esp+14],xmm0
    "pathofexile.exe"+223929: 8D 44 24 10              -  lea eax,[esp+10]
    "pathofexile.exe"+22392D: 77 04                    -  ja pathofexile.exe+223933
    "pathofexile.exe"+22392F: 8D 44 24 0C              -  lea eax,[esp+0C]
    "pathofexile.exe"+223933: F3 0F 10 08              -  movss xmm1,[eax]
    "pathofexile.exe"+223937: 0F 2F C8                 -  comiss xmm1,xmm0
    "pathofexile.exe"+22393A: 76 04                    -  jna pathofexile.exe+223940
    "pathofexile.exe"+22393C: 8D 44 24 14              -  lea eax,[esp+14]
    "pathofexile.exe"+223940: F3 0F 10 86 4C 18 00 00  -  movss xmm0,[esi+0000184C]
    "pathofexile.exe"+223948: F3 0F 58 00              -  addss xmm0,[eax]
    // ---------- INJECTING HERE ----------
    "pathofexile.exe"+22394C: F3 0F 10 8F 08 18 00 00  -  movss [esi+0000184C],xmm0
    // ---------- DONE INJECTING  ----------
    "pathofexile.exe"+223954: F3 0F 10 0D 04 87 75 01  -  movss xmm1,[pathofexile.exe+9D8704]
    "pathofexile.exe"+22395C: F3 0F 10 15 08 87 75 01  -  movss xmm2,[pathofexile.exe+9D8708]
    "pathofexile.exe"+223964: F3 0F 10 1D 0C 87 75 01  -  movss xmm3,[pathofexile.exe+9D870C]
    "pathofexile.exe"+22396C: 0F 28 E1                 -  movaps xmm4,xmm1
    "pathofexile.exe"+22396F: F3 0F 59 25 D8 BF 5E 01  -  mulss xmm4,[pathofexile.exe+86BFD8]
    "pathofexile.exe"+223977: F3 0F 5C CC              -  subss xmm1,xmm4
    "pathofexile.exe"+22397B: F3 0F 59 C8              -  mulss xmm1,xmm0
    "pathofexile.exe"+22397F: F3 0F 58 CC              -  addss xmm1,xmm4
    "pathofexile.exe"+223983: F3 0F 11 4C 24 30        -  movss [esp+30],xmm1
    "pathofexile.exe"+223989: F3 0F 10 0D FC BF 5E 01  -  movss xmm1,[pathofexile.exe+86BFFC]
    }

  9. Thanks toadskin (1 members gave Thanks to eNdless2k for this useful post)
  10. #773
    lemayo's Avatar Member
    Reputation
    4
    Join Date
    May 2016
    Posts
    1
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Silent_Warrior View Post
    bcz, the first aobscan(_zoom2) is the aobscanmodule(INJECT,PathOfExile.exe, right?
    and the second aobscan(_zoom3) is the INJECT:
    db

    i mean in CE table
    other way around. zoom3=inject , zoom2=inject: db.

    Code:
    aobscanmodule(INJECT,PathOfExile.exe,F3 0F 10 8E B4 17 00 00 8D) // should be unique
    Code:
    INJECT:
      db F3 0F 10 9E B0 17 00 00 F3

  11. Thanks Silent_Warrior, toadskin, louis9300 (3 members gave Thanks to lemayo for this useful post)
  12. #774
    bcz's Avatar Contributor
    Reputation
    172
    Join Date
    Apr 2008
    Posts
    172
    Thanks G/R
    8/140
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey sorry guys, I totally forgot to update the "disable" section so it was freezing if you try to turn it off.

    Here is fixed version
    http://www.mediafire.com/download/n5...zoom_230v2.exe

    And here is the cheat table for those of you with different versions or if you'd like to load it in CE yourself
    http://www.mediafire.com/download/en..._zoom_230v2.CT


    Originally Posted by Maelzel View Post
    Because we are writing programs whose sole purpose in life is to forcefully hack into other programs memory... how 'potentially harmful' do you think that ranks us on your average security report? ^_^
    Last edited by bcz; 06-04-2016 at 12:31 PM.

  13. Thanks toadskin, luminair, enaf3n, Ket, lifediary, dodger, vasukrub, aujv, Davace (9 members gave Thanks to bcz for this useful post)
  14. #775
    luminair's Avatar Member
    Reputation
    3
    Join Date
    Apr 2014
    Posts
    36
    Thanks G/R
    16/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is awesome! thanks for sharing

  15. #776
    lifediary's Avatar Active Member
    Reputation
    50
    Join Date
    Mar 2016
    Posts
    64
    Thanks G/R
    15/47
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you so much
    I was so used to the normal overview)

  16. #777
    youarealamp's Avatar Member
    Reputation
    2
    Join Date
    May 2015
    Posts
    14
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi is there a method to be less detectable while using this hack? I know it's always a risk but when I changed the file name and executed it the program window still says full_zoom_hack or something. What are your common ways of preventing being detected?

  17. #778
    hktwinsen's Avatar Member
    Reputation
    1
    Join Date
    Mar 2016
    Posts
    3
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    have non- numpad version?

  18. #779
    youarealamp's Avatar Member
    Reputation
    2
    Join Date
    May 2015
    Posts
    14
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hktwinsen View Post
    have non- numpad version?
    what is the non-numpad version?

  19. Thanks theusrx (1 members gave Thanks to youarealamp for this useful post)
  20. #780
    toadskin's Avatar Active Member
    Reputation
    23
    Join Date
    Mar 2015
    Posts
    62
    Thanks G/R
    1390/15
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by youarealamp View Post
    what is the non-numpad version?
    I think that he want to use F12/F11 function keys to run FullBright and Zoomhack.

    If you have the issue about FullBright effect is too dark, please try to press menu>setting (O) to reset again.
    Last edited by toadskin; 06-29-2016 at 10:48 PM.

  21. Thanks stone9217 (1 members gave Thanks to toadskin for this useful post)

Similar Threads

  1. Replies: 410
    Last Post: 06-24-2017, 02:27 PM
  2. [Selling] PoE Softcore - Safest orbs and items
    By DavidO1 in forum PoE Buy Sell Trade
    Replies: 1
    Last Post: 05-11-2013, 06:15 AM
  3. [Selling] PoE. Orbs, Gems, Powerlevelling and more.
    By RaenGipson in forum PoE Buy Sell Trade
    Replies: 1
    Last Post: 02-15-2013, 05:11 AM
  4. Replies: 23
    Last Post: 06-13-2012, 12:17 PM
  5. All the trainer Ids (Horde and ally)
    By CraZe in forum World of Warcraft Emulator Servers
    Replies: 8
    Last Post: 10-21-2007, 03:33 AM
All times are GMT -5. The time now is 11:01 AM. 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