CLEO Help How do you get bullet pos?

CLEO related
Status
Not open for further replies.

Zin

Expert
Joined
Aug 1, 2013
Messages
1,734
Solutions
2
Reaction score
117
So when you cbug fast crosshair moves alot so instant crosshair mods don't work when cbugging fast is there anyway to get screen pos of where every single bullet is going to go like a snippet or anything?
 

WaTTi

Well-known member
Joined
Jan 4, 2015
Messages
260
Reaction score
8
PHP:
            0@ = 0xC88740 
            0@ += 0x10 
            0A8D: 1@ = read_memory 0@ size 4 virtual_protect 0 // x pos
            0@ = 0xC88740 
            0@ += 0x14 
            0A8D: 2@ = read_memory 0@ size 4 virtual_protect 0 // y pos
            0@ = 0xC88740 
            0@ += 0x18 
            0A8D: 3@ = read_memory 0@ size 4 virtual_protect 0 // z pos
            1@ = 0xC88740
            1@ += 0x1C  
            0A8D: 20@ = read_memory 1@ size 4 virtual_protect 0 // x vel
            1@ = 0xC88740
            1@ += 0x20 
            0A8D: 21@ = read_memory 1@ size 4 virtual_protect 0 // y vel
            1@ = 0xC88740
            1@ += 0x24                                                    
            0A8D: 22@ = read_memory 1@ size 4 virtual_protect 0    // z vel
this is for sniper, idk why it dont works with another guns.
 
Status
Not open for further replies.
Top