Post: [Help] Trainer Not Responding (Visual Basic 2010)
08-21-2011, 02:56 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); ok i FINALLY figured out how to freeze my value but NOW im having a worse problem :( when i click he check-box on my program to freeze it, the entire trainer itself stops responding. the ammo on the game is frozen like i want it to be!, but the trainer stop responding....Not Happy or Sad any help is greatly appreciated heres the code im using

Private Sub CheckBox1_CheckedChanged_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CheckBoxHealth.CheckedChanged
If CheckBoxHealth.Checked = True Then
For i = 1 To 9999 Step 0
memoryh4x(&H176C8B8, 9999, 4)
Next
Else
memoryh4x(&H176C8B8, 1, 4)
End If
(adsbygoogle = window.adsbygoogle || []).push({});
08-22-2011, 01:13 AM #2
i wont kno, but maybe your CPU cant Handel the program so it stops responding?
08-22-2011, 04:44 PM #3
Are the memory address the same EACH time? I'm sure they move around allot..
08-24-2011, 11:56 PM #4
Originally posted by TheCodKittenz View Post
ok i FINALLY figured out how to freeze my value but NOW im having a worse problem :( when i click he check-box on my program to freeze it, the entire trainer itself stops responding. the ammo on the game is frozen like i want it to be!, but the trainer stop responding....Not Happy or Sad any help is greatly appreciated heres the code im using

Private Sub CheckBox1_CheckedChanged_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CheckBoxHealth.CheckedChanged
If CheckBoxHealth.Checked = True Then
For i = 1 To 9999 Step 0
memoryh4x(&H176C8B8, 9999, 4)
Next
Else
memoryh4x(&H176C8B8, 1, 4)
End If


You made a loop.
08-25-2011, 06:38 PM #5
Originally posted by FocusCoding View Post
You made a loop.

thats the goal bud. i have already figured it out though.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo