Can someone help me ?? Visual Basic Trainer

07/07/2015 15:38 JusticeS4L#1
Hello guys i will do s4 league trainer but ik hacked and normal values how to find addresses ??? look at this

Dim Hacked As String = "2348303835"
Dim Normal As String = "2348303833"
Dim Address As Integer = "?? how to find ?"

If CheckBox1.Checked Then
WriteLong("S4Client", Address, Hacked)
Else
WriteLong("S4Client", Address, Normal)
End If

if i dont find ik aob scan code

8B 55 E8 3B 55 08 7E 0B 8B 45

what i do this ??
07/07/2015 18:13 psch0#2
Code:
Sub Main()
        Dim offset As Integer = &HABCD
        Dim handle_s As System.Diagnostics.Process = System.Diagnostics.Process.GetCurrentProcess() ' probably S4League process but not GetCurrentProcess() only if the DLL is injected in S4...
        Dim bAddress As IntPtr = handle_s.MainModule.BaseAddress

        bAddress += offset

        'WriteMemoryClass(handle_s, bAddress, value, ??)

    End Sub
Quote:
Originally Posted by JusticeS4L View Post
if i dont find ik aob scan code

8B 55 E8 3B 55 08 7E 0B 8B 45

what i do this ??
use Cheat Engine