PDA

View Full Version : Poke in Visual Basic


paraidy
12-10-2005, 12:13
Hi, i wanna make a trainer with Visual basic, and i have downloaded a lib to use the poke instruction in VB, but how can attach the process? or send the hotkey at the specific process?

TippeX
12-10-2005, 12:26
createprocess/openprocess->writeprocessmemory

no idea what the hell poke is, guessing its a wrapper for writeprocessmemory

paraidy
12-10-2005, 13:09
uhmmm i have not found it, i have VB6 can you tell me the exact procedure with menu? thx

caki
12-10-2005, 13:53
I think what TippeX meant is that you use Windows API's:

Createprocess
OpenProcess
and WriteprocessMemory

To modify the memory of the game you are training.

If you dont know how to use Windows API, just google for instructions.

paraidy
13-10-2005, 08:20
Thx a lot :)

DABhand
13-10-2005, 09:36
Private Sub Command1_Click()
WriteAInt &H4283EA, &H90
WriteAInt &H4283EB, &H90
WriteAInt &H4283EC, &H90
WriteAInt &H4283ED, &H90
WriteAInt &H4283EE, &H90
WriteAInt &H4283EF, &H90
End Sub


There is other ways of doing it

DABhand
13-10-2005, 09:38
Ill send you a PM with a site to goto.

TippeX
13-10-2005, 10:10
u know, visual basic should have been drowned at birth in my opinion...
anti blaxx is coded in it.. need i say more..
horrible horrible language, meant for prototyping, dont think they ever intended it for 'final' programs... eeeew i hate it ;p

caki
13-10-2005, 10:46
Join the club.

Quall999
15-10-2005, 08:05
lol, vb is awsome for petty things. I've made many cheap launcher applets for games. A 5 year old could make a gui with it.

If you want c++ but with the easy gui capabilities that MS has with vb, you can always try visual c#.

caki
15-10-2005, 14:13
VB.net = C# in my opinion.

ByteMare
19-10-2005, 13:19
u know, visual basic should have been drowned at birth in my opinion...
anti blaxx is coded in it.. need i say more..


ha ha ha....no please...no wonder it sucks and NEEDS patching ;)