HelpAimbot / trigger not working?

Posts 1–7 of 7 · Page 1 of 1
Aimbot / trigger not working?
I've been just updating the typical
const DWORD DwCrosshairId = 0xA924;
const DWORD DwVecViewOffset = 0x104;
const DWORD DwVecOrigin = 0x134;
const DWORD DwVecPunch = 0x2FF8;
const DWORD DwTeamNumber = 0xF0;
const DWORD DwShotsFired = 0xA280;
const DWORD DwFlags = 0x100;
const DWORD DwBoneMatrix = 0x267C;
const DWORD DwEntitySize = 0x10;
const DWORD DwHealth = 0xFC;
const DWORD DwLifeState = 0x25B;
const DWORD DwVecVelocity = 0x110;
const DWORD offEntityTeam = 0xF0;

and ofcourse DWORD DwEnginePointer = 0x006062C4;
However by some reason in this particular update , my trigger and aimbot is broken :L , anyone experiencing the same result as me? or found a solution?
Quote Originally Posted by Yen Shi View Post
thread~~~
my trigger broke too, it may have to do with the new weapon, idk tho[
Quote Originally Posted by Yen Shi View Post
I've been just updating the typical
const DWORD DwCrosshairId = 0xA924;
const DWORD DwVecViewOffset = 0x104;
const DWORD DwVecOrigin = 0x134;
const DWORD DwVecPunch = 0x2FF8;
const DWORD DwTeamNumber = 0xF0;
const DWORD DwShotsFired = 0xA280;
const DWORD DwFlags = 0x100;
const DWORD DwBoneMatrix = 0x267C;
const DWORD DwEntitySize = 0x10;
const DWORD DwHealth = 0xFC;
const DWORD DwLifeState = 0x25B;
const DWORD DwVecVelocity = 0x110;
const DWORD offEntityTeam = 0xF0;

and ofcourse DWORD DwEnginePointer = 0x006062C4;
However by some reason in this particular update , my trigger and aimbot is broken :L , anyone experiencing the same result as me? or found a solution?
the crosshair offset is wrong
what is the crosshairid offset?
Quote Originally Posted by Yen Shi View Post
what is the crosshairid offset?
cra0's dumper dumped 0xA920, Y3t1y3t's dumper dumped 0xA924, try them both.

Make sure you are testing it with something else than a Revolver, as the Revolver has to load until it shoots, and since your triggerbot most likely releases the key before it's fully loaded, it won't work with the Revolver.
/Moved the correct section, solved & closed.
Posts 1–7 of 7 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?