Originally posted by xballox
hi guys, yesterday I was making client menu in my sprx but I need to convert all offset to next client and I don't want to search on google every offset, so I make this tool:
You must login or register to view this content.
virusscan:
You must login or register to view this content.
Download:
You must login or register to view this content.
Hope this can help you!
How makes that anything easier?
This makes it easier...
public static UInt32 G_Client(Int32 clientIndex)
{
G_Client Address + ((UInt32)clientIndex + 0x580
;
}
SetMemory(G_Client(clientnumber) + 5594, new Byte[] { 0xFF });