Post: Host C++ All Client Aimbot with verification system [Release]
02-19-2015, 07:54 PM #1
lutsch1234
Bounty hunter
(adsbygoogle = window.adsbygoogle || []).push({}); Hello everyone at NGU today im going to release my All Client Aimbot but befor i get into this first of all im going to thank Oldschoolmodz for his awsome menu base and also Sabotage how helped me alot !

But befor you can download it could you please take a look at this right here :
    struct trace_t
{
float fraction; //0x0
float normal[3]; //0x4
int surfaceFlags; //0x10
int contents; //0x14
const char* material; //0x18
//TraceHitType hitType; //0x1C
unsigned __int16 hitId; //0x20
unsigned __int16 modelIndex; //0x22
unsigned __int16 partName; //0x24
unsigned __int16 partGroup; //0x28
bool allsolid; //0x2A
bool startsolid; //0x2B
bool walkable; //0x2C
}; // size = 0x2D
void(*CG_Trace)(trace_t results, Vec3& start, Vec3& Unkown, Vec3& end, int passEntityNum, int contentMask, bool locational, bool staticModels) = (void(*)(trace_t , Vec3&, Vec3&, Vec3&, int, int, bool, bool))0x82136C70;
bool CG_isEntityVisible(centity_s* Target)
{
trace_t trace;
Vec3 = nullVec
nullVec.x = 0;
nullVec.y = 0;
nullVec.z = 0;
CG_Trace(&trace, *(Vec3)(0xAD6A8C28 + 0x1Cool Man (aka Tustin),Target->vOrigin, nullVec, 0, 0x810011, false, false);
if (trace.fraction >= 0.97)
{
return true;
}
return false;
}

This is for the Visibility Check i tried to get this working in the last days but i had no luck but maybe someone of you could get it working.
If you think you can get it to work add me in Skype > mw2justice Thanks for your time <3



Virusscan not needed its an SPRX
Dont rename the SPRX !
EBOOT goes into you game Directory
SPRX goes into tmp Folder

You must login or register to view this content.
Last edited by lutsch1234 ; 02-21-2015 at 01:25 PM.
02-19-2015, 09:30 PM #2
Obitoobi
Error… Cat invasion!
works on cex ?
02-19-2015, 09:44 PM #3
lutsch1234
Bounty hunter
its a dex eboot so no i dont know if you can do this with an other eboot
02-19-2015, 09:48 PM #4
Obitoobi
Error… Cat invasion!
works cex thanks !!
02-19-2015, 09:52 PM #5
Obitoobi
Error… Cat invasion!
menu is no work online..
02-19-2015, 10:46 PM #6
lutsch1234
Bounty hunter
Of curse it does work online but you cant get online because sony patched spoofers
02-20-2015, 03:20 AM #7
SC58
Former Staff
CG_Trace is localclient only function you know this right? lol
02-20-2015, 05:13 AM #8
Tanu Kumar
Pokemon Trainer
Originally posted by lutsch1234 View Post
Hello everyone at NGU today im going to release my All Client Aimbot but befor i get into this first of all im going to thank Oldschoolmodz for his awsome menu base and also Sabotage how helped me alot !

But befor you can download it could you please take a look at this right here :
    struct trace_t {
float Fraction;
Vector normal;
int surfaceFlags;
int contents;
const char *material;
int hitType;
unsigned __int16 hitId;
unsigned __int16 modelIndex;
unsigned __int16 partName;
unsigned __int16 partGroup;
bool allsolid;
bool startsolid;
bool walkable;
};

bool IsVisible(Entity_T* currentEntity, float* vPoint) //vPoint is the position of the enemy you wish to aim at, Entity is the entity struct of the atim target
{
trace_t trace; //Create a new trace
CG_Trace( &trace, RefDef->ViewOrigin, currentEntity, CG->LocalClientNumber, 0x803003 ); //Engine does the trace here
if( trace->Fraction >= 0.97f ) return true; //If fraction is >=0.97, enemy is visible
else return false; //Else they're not
}

This is for the Visibility Check i tried to get this working in the last days but i had no luck but maybe someone of you could get it working.
If you think you can get it to work add me in Skype > mw2justice Thanks for your time <3



Virusscan not needed its an SPRX
Dont rename the SPRX !
EBOOT goes into you game Directory
SPRX goes into tmp Folder

You must login or register to view this content.



Campaign ??
02-20-2015, 12:06 PM #9
lutsch1234
Bounty hunter
Originally posted by SC58 View Post
CG_Trace is localclient only function you know this right? lol


Ok but how did enstone do it with his bo1 menu i cant figure it out
02-20-2015, 12:07 PM #10
lutsch1234
Bounty hunter
Originally posted by Tanu
Campaign ??


no online

Copyright © 2025, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo