|
#1
|
|||
|
|||
|
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?
|
| Sponsored Links |
|
#2
|
||||
|
||||
|
createprocess/openprocess->writeprocessmemory
no idea what the hell poke is, guessing its a wrapper for writeprocessmemory
__________________
bleh DO NOT PM me with questions, leave that in the forums...ESPECIALLY if i dont know you... |
|
#3
|
|||
|
|||
|
uhmmm i have not found it, i have VB6 can you tell me the exact procedure with menu? thx
|
|
#4
|
|||
|
|||
|
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.
__________________
Sanity is for the weak. |
|
#5
|
|||
|
|||
|
Thx a lot
|
|
#6
|
|||
|
|||
|
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 |
|
#7
|
|||
|
|||
|
Ill send you a PM with a site to goto.
|
|
#8
|
||||
|
||||
|
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
__________________
bleh DO NOT PM me with questions, leave that in the forums...ESPECIALLY if i dont know you... |
|
#9
|
|||
|
|||
|
Join the club.
__________________
Sanity is for the weak. |
|
#10
|
||||
|
||||
|
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#.
__________________
--v1.0 [COLOR=Gray]case modded[/COLOR] Xbox with a [COLOR=DarkGreen]160gb[/COLOR] HDD upgrade[URL="irc://irc.efnet.net/fileforums"] [/URL] |
|
#11
|
|||
|
|||
|
VB.net = C# in my opinion.
__________________
Sanity is for the weak. |
|
#12
|
||||
|
||||
|
Quote:
__________________
The gateway is open and you're all coming with me..... |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Basic FTP network question | Junaid0 | XBox Games | 6 | 28-07-2005 04:26 |
| softICE in the place of visual studio !! | linladen | CD/DVD Copy Protections & Utilities | 1 | 28-12-2004 08:31 |
| basic soldering | FiT | PS2 Games | 2 | 15-02-2003 12:14 |
| Need basic help/info game copying please? | Maddad | PC Games | 3 | 28-12-2000 09:11 |
| POKE? | mikewhitehouse | PC Games | 0 | 11-11-2000 04:29 |