Need Help ESP Bug in Menu (DayZ SA)

01/18/2017 19:41 Triple6Team#1
Hey
I need help with my Hack,
Everytime when i logout from the server the ESP stays in the Main Menu.
Is there a way to fix that ?

Coded in C++

Thanks

UPLOADED A VIDEO
[Only registered and activated users can see links. Click Here To Register...]

I know the menu looks like shit....
01/18/2017 21:42 Byte.#2
How do you get the entities?
01/18/2017 22:07 Triple6Team#3
Quote:
Originally Posted by Byte. View Post
How do you get the entities?
Code:
int entityaptr = Mem.ReadInt(0x010B5228 + 0x778);
            int entitya = Mem.ReadInt(entityaptr + 0x0); 
            int entityts = Mem.ReadInt(entityaptr + 0x4);
            {
                int entityptr = Mem.ReadInt(entitya + (i * 0x2C));
                int entity = Mem.ReadInt(entityptr + 0x4);
                int entityLocStruct = Mem.ReadInt(entity + 0x24);
            }
01/19/2017 08:09 Byte.#4
Are you putting them afterwards just in an array?
01/19/2017 13:08 GhostCheats#5
Where you bought the hack?
01/19/2017 14:21 Triple6Team#6
Quote:
Originally Posted by GhostCheats View Post
Where you bought the hack?
Ebay
01/19/2017 15:13 GhostCheats#7
:( that's not right if it's your own plz msg me if you sell it . ( write me an private msg PLZ)
01/19/2017 16:06 Triple6Team#8
Quote:
Originally Posted by GhostCheats View Post
:( that's not right if it's your own plz msg me if you sell it . ( write me an private msg PLZ)
Not selling it :mofo:

UPLOADED A VIDEO
[Only registered and activated users can see links. Click Here To Register...]
01/19/2017 16:13 UniversalCoder#9
Quote:
Originally Posted by Triple6Team View Post
Code:
int entityaptr = Mem.ReadInt(0x010B5228 + 0x778);
            int entitya = Mem.ReadInt(entityaptr + 0x0); 
            int entityts = Mem.ReadInt(entityaptr + 0x4);
            {
                int entityptr = Mem.ReadInt(entitya + (i * 0x2C));
                int entity = Mem.ReadInt(entityptr + 0x4);
                int entityLocStruct = Mem.ReadInt(entity + 0x24);
            }
From UC?
01/19/2017 16:56 Triple6Team#10
Quote:
Originally Posted by UniversalCoder View Post
From UC?
Yes
01/20/2017 03:54 patchesdahacker#11
When you exit to the menu are you sure you are calling the function again! Just a spitball, if you aren't doing that it should clear up the issue. If you have any questions shoot me a pm
01/20/2017 15:26 Triple6Team#12
Quote:
Originally Posted by patchesdahacker View Post
When you exit to the menu are you sure you are calling the function again! Just a spitball, if you aren't doing that it should clear up the issue. If you have any questions shoot me a pm
Thanks m8 ... Fixed.
01/20/2017 20:54 patchesdahacker#13
woo hoo, happy hacking, if you ever want to add more features to your hack let me know, it's fun to mess with this game
01/20/2017 21:19 darky64#14
a best solution for this would be checking if NetworkClient is nullptr or not

if its nullptr then dont draw it.
01/20/2017 21:30 patchesdahacker#15
true ^ wouldn't a network call be risky at the menu though, it would stand out in logs unless he was in the server browser