S4L

03/31/2016 18:21 Argon2#1
hello epvpv im learning vb but i want a nexample project to learn making a hack for s4L on vb(i know on autoit) can someone give me one? thx <3
04/03/2016 16:36 anonymous-29742#2
Base Address
Code:
Dim xBase As Integer
xBase = Process.GetProcessesByName("S4Client")(0).MainModule.BaseAddress.ToInt32()
Write in the memory
Code:
WriteLong(xBase + &H12345678, 123456) 'Address, Value
04/04/2016 12:00 Argon2#3
thx