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

User Tag List

Page 70 of 84 FirstFirst ... 20666768697071727374 ... LastLast
Results 1,036 to 1,050 of 1250
  1. #1036
    ziggar's Avatar Active Member CoreCoins Purchaser
    Reputation
    67
    Join Date
    Jul 2008
    Posts
    324
    Thanks G/R
    51/43
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks hoping you find the last thing needed for the 64 bit client.

    Gurud's PoE Trainer FullBight, Maphack and Zoomhack 1.0.0.e+
  2. #1037
    ntoskrnl's Avatar Corporal
    Reputation
    74
    Join Date
    Oct 2016
    Posts
    24
    Thanks G/R
    5/66
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ziggar View Post
    Thanks hoping you find the last thing needed for the 64 bit client.
    Pretty much i gave up for now :confused: just playing the league. Anyways here is most of the stuff i have for x64 now -

    zoom
    Code:
    float* GetZoomValuePtr(QWORD hBase)
    {
    	QWORD qwZoomValue = *(QWORD*)(hBase + 0xFDFBE8); //140F38B98
    	if (qwZoomValue == NULL) return NULL;
    
    	qwZoomValue = *(QWORD*)(qwZoomValue + 0x8);
    	if (qwZoomValue == NULL) return NULL;
    
    	qwZoomValue = *(QWORD*)(qwZoomValue + 0x28);
    	if (qwZoomValue == NULL) return NULL;
    
    	qwZoomValue = *(QWORD*)(qwZoomValue - 0x10);
    	if (qwZoomValue == NULL) return NULL;
    
    	return (float*)(qwZoomValue + 0x1A70);
    }
    fog
    Code:
    bool* pbEnableFogExp = (bool*)(hBase + 0x1008C10 + 0x2D0);  //140F61C80
    fullbright(same values u used in your cheat engine table in .rdata but for x64)
    Code:
    	VirtualProtect((LPVOID)(hBase + 0xD84A3C), 4, PAGE_READWRITE, &dwOld);
    	*(float*)(hBase + 0xD84A3C) = 13000.0f;
    	VirtualProtect((LPVOID)(hBase + 0xD84A3C), 4, dwOld, NULL);
    
    	VirtualProtect((LPVOID)(hBase + 0xD847D0), 4, PAGE_READWRITE, &dwOld);
    	*(float*)(hBase + 0xD847D0) = 7500.0f;
    	VirtualProtect((LPVOID)(hBase + 0xD847D0), 4, dwOld, NULL);
    remove black shit is at hBase + 0x7CF0CE, you need to modify [rbx+0x18] to a value like 0x3EAE009A which is 0.3398483 in float
    mh is at hbase + 0x72BB34, pretty much the same thing as in x32

    Last edited by ntoskrnl; 12-05-2016 at 05:44 AM.

  3. Thanks ziggar, toadskin, poetesttt (3 members gave Thanks to ntoskrnl for this useful post)
  4. #1038
    ziggar's Avatar Active Member CoreCoins Purchaser
    Reputation
    67
    Join Date
    Jul 2008
    Posts
    324
    Thanks G/R
    51/43
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ty ntos, yeah better to get some playtime and down the line hope you will find a way to make all .text based.

    Cheers

  5. #1039
    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)
    btw why my map is goin to zoomout like 5x times more if i have 'remove black things' activated? sometimes

    it doesn seems in the old versions.

    annoying af as melee

  6. #1040
    omnivore's Avatar Member
    Reputation
    4
    Join Date
    May 2016
    Posts
    39
    Thanks G/R
    47/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ..........
    Last edited by omnivore; 03-14-2017 at 02:41 PM.

  7. #1041
    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 omnivore View Post
    just use -+ buttons to adjust it in certain areas where it changes
    ye but this suxs extremly to change it 10 times in every map
    than i better play without


    i mean, it wasn the case in the old versions, and it was awesome
    and this suxs with the time, cause its waste so many time

  8. #1042
    ziggar's Avatar Active Member CoreCoins Purchaser
    Reputation
    67
    Join Date
    Jul 2008
    Posts
    324
    Thanks G/R
    51/43
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think it's due to the remove fog :/ will see if there's any other way. I don't really notice it much but i play ranged.

  9. #1043
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    3015
    Join Date
    Jun 2015
    Posts
    3,325
    Thanks G/R
    507/2700
    Trade Feedback
    0 (0%)
    Mentioned
    92 Post(s)
    Tagged
    2 Thread(s)
    Originally Posted by Brombärkuchen View Post
    ye but this suxs extremly to change it 10 times in every map
    than i better play without


    i mean, it wasn the case in the old versions, and it was awesome
    and this suxs with the time, cause its waste so many time
    If u don't like it, don't activate remove black spot stuff without activating zoom stuff.

  10. #1044
    heromal's Avatar Member
    Reputation
    1
    Join Date
    May 2015
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The mediafire link is down. Is there a link for the 64 bit? All I want is the maphack no fullbright or anything. If not, 32 bit.

  11. #1045
    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)
    *removed due to dup post
    Last edited by luminair; 12-07-2016 at 06:11 AM.

  12. #1046
    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)
    Originally Posted by ntoskrnl View Post
    You can do a better fullbright without any of the problems mentioned with a code modification. Hook the function at hBase+0x592B10 somewhere after its modified the values to get access to ecx then

    Code:
    	*(float*)(ecx + 0xA4) = 0.6f;
    	*(float*)(ecx + 0x68) = 100.0f;
    	*(float*)(ecx + 0x80) = 5000.0f;   //fIntensity
    also be sure to disable shadows in the options.(this is for x32 directx9 only)
    Can you do a short guide on how to add this into the current .ct file? I am not very good with Cheat Engine, thanks in advance.

  13. #1047
    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)
    instand fullrip on new patch sadly

  14. #1048
    Nicholas Harris Labonte's Avatar Member
    Reputation
    3
    Join Date
    Nov 2014
    Posts
    70
    Thanks G/R
    12/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    remove black broken aggain god dammit... why is it blacks the onnnly one affected every patch

  15. #1049
    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 Nicholas Harris Labonte View Post
    remove black broken aggain god dammit... why is it blacks the onnnly one affected every patch
    everything is broken, no?

    cant inject anymore

  16. #1050
    Schaedelsammler's Avatar Member
    Reputation
    3
    Join Date
    Dec 2016
    Posts
    11
    Thanks G/R
    21/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Brombärkuchen View Post
    everything is broken, no?

    cant inject anymore
    rest works for me its just Remove black things

    Even Fullbright is still solid.

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 12:09 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