You are viewing our Forum Archives. To view or take place in current topics click here.
#11. Posted:
XxjAmestxX
  • Junior Member
Status: Offline
Joined: May 11, 201113Year Member
Posts: 57
Reputation Power: 4
Status: Offline
Joined: May 11, 201113Year Member
Posts: 57
Reputation Power: 4
RGHJTAGZ wrote
i didnt know you released it i seen hugh posted it on the post i didnt say who released it i said i got it from him

I didn't read the post I just saw it and thought you just copied and pasted it.
#12. Posted:
Botch
  • TTG Senior
Status: Offline
Joined: Aug 31, 201211Year Member
Posts: 1,553
Reputation Power: 65
Status: Offline
Joined: Aug 31, 201211Year Member
Posts: 1,553
Reputation Power: 65
[quote="XxjAmestxX"]The button offsets are

int buttons(int client)
{
    return *(int *)(0x82F9CB8 + (client * 0x3980);
}

Thanks. So I would use this like this, correct?

int buttons(int client)
{
    return *(int *)(0x82F9CB8 + (client * 0x3980);
}

if(buttons(client) == offset)
{
//function
}
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.