You are viewing our Forum Archives. To view or take place in current topics click here.
unlimited ammo error while creating my mod tool
Posted:

unlimited ammo error while creating my mod toolPosted:

Tadll122101
  • Challenger
Status: Offline
Joined: Jun 18, 20149Year Member
Posts: 170
Reputation Power: 6
Status: Offline
Joined: Jun 18, 20149Year Member
Posts: 170
Reputation Power: 6
Hey guys, i am in the process of making a mod tool and for unlimited ammo i can shoot once and then it just keeps reloading. does anyone know how to fix this , thanks :smile:


Also here is my coding i used:

private void button4_Click(object sender, EventArgs e)//unlimitedammo
{
Jtag.SetMemory(0x8279495C, new byte[] { 0x60, 00, 00, 00 });
Jtag.Call(0x823E5B80, -1, 0, "c ^2UnlimitedAmmo-{ON}");
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.