i get problem with the addresses, the new addresses get offest but dont get the complete addresses i dont know how to do hack with offfest look i want hack stamian hack the addresses of 10 april is:1376340+288 and the new addresses is OFS_STAMINA 28c where is the other part??? where i can get?
here is the code for visual basic you need to put in button or timer
Code:
Dim stamina1 As Long
Dim stamina2 As Long
Call ReadALong("Warrock", &H1376340, stamina1)
stamina2 = stamina + &H28C 'Yes don't forget the &H28C!!! You need the &H every time u use addie or offset!!!
Call WriteAFloat("Warrock", stamina2, 100)
Sometimes the address (1376340, or whatever it is) changes so you will have to replace it with the new one... hope this helped. +rep me if it did