I have made an unl. Ammo but i don't know if it works,,
This is my code:
Code:
Private Sub Timer5_Timer()
Call writealong("WarRock", &H51E996, 0)
End Sub
Private Sub Timer6_Timer()
Call writealong("WarRock", &H51E9A7, 0)
End Sub
Private Sub Timer7_Timer()
Call writealong("WarRock", &H51E9AD, 0)
End Sub
and do i need a bypass (i have heard that unlimited ammo was detected)
Must i edit the offset's?
i do read now that it is this:
Call writeabyte("WarRock", &HADDY, &H90)
Call writeabyte("WarRock", &HADDY+ 1, &H90)
Call writeabyte("WarRock", &HADDY+ 2, &H90)
but what is that +1 and +2 /?? and the offset &H90????