Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- VB (I Dont code VB so... just giving one example , the rest should be similiar to C#!) :
- Imports PC_Memory_Editor___Trainer_Library
- Public Class Form1
- Dim MemEditor As New MW2TopTenWORLDMemEditor
- Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
- MemEditor.Connect("iw4mp", "Connected", "Not Connected")
- End Sub
- End Class
Advertisement
Add Comment
Please, Sign In to add comment