![]() |
Poke in Visual Basic
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?
|
createprocess/openprocess->writeprocessmemory
no idea what the hell poke is, guessing its a wrapper for writeprocessmemory |
uhmmm i have not found it, i have VB6 can you tell me the exact procedure with menu? thx
|
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. |
Thx a lot :)
|
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 |
Ill send you a PM with a site to goto.
|
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 |
Join the club.
|
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#. |
VB.net = C# in my opinion.
|
Quote:
|
| All times are GMT -7. The time now is 20:53. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com