Im trying to make a bot like SV, as A1Blaster said its a Qmacro like program I figured I could try this out.
First thing i stumbled on was how to read process memory searching around everywhere got me the solution for example:
Code:
VBSCall Call ReadMemory(&h4E1CEC,2,val)
MessageBox(Cstr("My Money:"val))
I like this idea a lot but what i dont like is how limited it is (And i mean interface and all..)
I want a bot with an interface just like SV, cant have em here? make 1!
So i thought well since u cant do it here and i dont want all kinds of lil macro's
maybe swap to AutoHotKey instead of Qmacro, as u can design and it has many many options...
Now my question is how can i make the code I have suitable for AHK as for my knowing AHK does not support VBS (correct me if im wrong)
And if theres not, how can I read memory adresses with AHK? ^^






from AutoHotKey.