Ron91

Untitled

Feb 22nd, 2012
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.46 KB | None | 0 0
  1. Memory editor = new Memory();
  2.             int basemoduleaddress;
  3.             int moduleaddress;
  4.             int moduleeditor = 0x493DD8;
  5.  
  6.             int[] offsets = new int[] { 0x1524 };
  7.  
  8.             editor.OpenProcess("gameclient_release");
  9.  
  10.             basemoduleaddress = editor.BaseAddress("gameclient_release.exe");
  11.  
  12.             moduleaddress = basemoduleaddress + moduleeditor;
  13.  
  14.             txbxRunSpeed.Text = editor.ReadInt(moduleaddress, offsets).ToString();
Advertisement
Add Comment
Please, Sign In to add comment