| mereketehe How do I cheat?
 
 ![]() Reputation: 0 
 Joined: 30 Jun 2012
 Posts: 9
 
 
 | 
			
				|  Posted: Tue Nov 25, 2014 12:10 pm    Post subject: Help with visual basic code and pointer |   |  
				| 
 |  
				| Hay i have a project that make a trainer using visual basic. 
 I have pointer like this :
 
 Address of pointer is "Game.bin"+02097D0C
 
 and
 
 Offset of pointer is 26b.
 
 My code is :
 
 
 
 
  	  | Code: |  	  | Dim ammount As String = TextBox1.Text Try
 WriteDMAInteger("RF_Online.bin", &H2097D0C, Offsets:={&H26B}, Value:=TextBox1.Text, Level:=1, nsize:=4)
 Catch ex As Exception
 
 End Try
 
 | 
 
 It success to build, but it didn't works when I tried to change the value in trainer. Anyone can help me?
  |  |