Guest User

Untitled

a guest
Jan 25th, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. VB (I Dont code VB so... just giving one example , the rest should be similiar to C#!) :
  2.  
  3. Imports PC_Memory_Editor___Trainer_Library
  4. Public Class Form1
  5.     Dim MemEditor As New MW2TopTenWORLDMemEditor
  6.  
  7.     Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
  8.         MemEditor.Connect("iw4mp", "Connected", "Not Connected")
  9.     End Sub
  10. End Class
Advertisement
Add Comment
Please, Sign In to add comment