Skip to content

Commit

Permalink
if addind too much money, game will crash, so lets be generious
Browse files Browse the repository at this point in the history
  • Loading branch information
r00terAF18 committed May 3, 2019
1 parent a271588 commit 0d8b488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GTA-SA Hack v0.2/GTA-SA Hack/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ private void Timer1_Tick(object sender, EventArgs e)
}
if (Money.Checked == true)
{
vam.WriteInt32((IntPtr)money, 900000);
vam.WriteInt32((IntPtr)money, 90000);
}
}
catch (Exception ex)
Expand Down

0 comments on commit 0d8b488

Please sign in to comment.