| View previous topic :: View next topic |
| Author |
Message |
killar456 Master Cheater
Reputation: 0
Joined: 30 Mar 2007 Posts: 415
|
Posted: Tue Aug 07, 2007 11:06 am Post subject: well, i wanna make a program that will bring up |
|
|
| some of my games with VB6 like, drgunz, and like maplestory, wolfenstein, and programs like firefox, and IE and like VB6 and my control panel on my computer can someone give me a TuT on how to do it? |
|
| Back to top |
|
 |
Kevin Grandmaster Cheater Supreme
Reputation: 0
Joined: 07 Mar 2007 Posts: 1139 Location: Spiderman-World
|
Posted: Tue Aug 07, 2007 11:10 am Post subject: |
|
|
Shell_API , ShellExecute
but thats in delphi , just forgot your using vb, which you shouldn't. |
|
| Back to top |
|
 |
killar456 Master Cheater
Reputation: 0
Joined: 30 Mar 2007 Posts: 415
|
Posted: Tue Aug 07, 2007 11:15 am Post subject: |
|
|
| i should use delphi? ok ill use it is it free? cause i already bought vb and i dont want to buy more |
|
| Back to top |
|
 |
Kevin Grandmaster Cheater Supreme
Reputation: 0
Joined: 07 Mar 2007 Posts: 1139 Location: Spiderman-World
|
Posted: Tue Aug 07, 2007 11:22 am Post subject: |
|
|
| it costs real money. quite alot if i remember correctly. |
|
| Back to top |
|
 |
killar456 Master Cheater
Reputation: 0
Joined: 30 Mar 2007 Posts: 415
|
Posted: Tue Aug 07, 2007 11:36 am Post subject: |
|
|
| oh....mah friends gonna let me use his computer its got delphi can i have a TuT on how to do it? |
|
| Back to top |
|
 |
Kevin Grandmaster Cheater Supreme
Reputation: 0
Joined: 07 Mar 2007 Posts: 1139 Location: Spiderman-World
|
Posted: Tue Aug 07, 2007 11:55 am Post subject: |
|
|
| check the sticky on this forum |
|
| Back to top |
|
 |
killar456 Master Cheater
Reputation: 0
Joined: 30 Mar 2007 Posts: 415
|
Posted: Tue Aug 07, 2007 12:02 pm Post subject: |
|
|
sorry but can u tell me what exactly TuT i need?
sorry im new to this kinda stuff i been hiding in the flash hacking section and the trainer making section |
|
| Back to top |
|
 |
sponge I'm a spammer
Reputation: 1
Joined: 07 Nov 2006 Posts: 6009
|
Posted: Tue Aug 07, 2007 2:38 pm Post subject: |
|
|
im sure you can find some API, at say MSDN? _________________
|
|
| Back to top |
|
 |
Noz3001 I'm a spammer
Reputation: 26
Joined: 29 May 2006 Posts: 6220 Location: /dev/null
|
Posted: Tue Aug 07, 2007 3:53 pm Post subject: |
|
|
| CreateProcess |
|
| Back to top |
|
 |
killar456 Master Cheater
Reputation: 0
Joined: 30 Mar 2007 Posts: 415
|
Posted: Wed Aug 08, 2007 6:14 am Post subject: |
|
|
| noz3001 wrote: | | CreateProcess | on what vb6? or delphi? cause i guess im going to delphi but i just got it.......... |
|
| Back to top |
|
 |
Kevin Grandmaster Cheater Supreme
Reputation: 0
Joined: 07 Mar 2007 Posts: 1139 Location: Spiderman-World
|
Posted: Wed Aug 08, 2007 7:10 am Post subject: |
|
|
| killar456 wrote: | | noz3001 wrote: | | CreateProcess | on what vb6? or delphi? cause i guess im going to delphi but i just got it.......... |
I belive it works in delphi too. Google it, i don't know it so thats why i can't give you a direct answer. |
|
| Back to top |
|
 |
Trow Grandmaster Cheater
Reputation: 2
Joined: 17 Aug 2006 Posts: 957
|
Posted: Wed Aug 08, 2007 8:39 am Post subject: |
|
|
Shell "path"[,vbNormalFocus]
you figure out your way to do relative paths, but i dont think thats needed if only you are using it _________________
Get kidnapped often. |
|
| Back to top |
|
 |
Heartless I post too much
Reputation: 0
Joined: 03 Dec 2006 Posts: 2436
|
Posted: Wed Aug 08, 2007 8:46 am Post subject: |
|
|
| Code: | Call Shell("path of game/whatever")
end |
_________________
What dosen't kill you, usually does the second time. |
|
| Back to top |
|
 |
UnLmtD Grandmaster Cheater
Reputation: 0
Joined: 13 Mar 2007 Posts: 894 Location: Canada
|
Posted: Wed Aug 08, 2007 8:52 am Post subject: |
|
|
| noz3001 wrote: | | CreateProcess |
Not shell! _________________
|
|
| Back to top |
|
 |
TheIndianGuy Advanced Cheater
Reputation: 102
Joined: 14 Jan 2007 Posts: 88
|
Posted: Wed Aug 08, 2007 9:39 am Post subject: |
|
|
| killar456 wrote: | | i should use delphi? ok ill use it is it free? cause i already bought vb and i dont want to buy more |
you can get vb for free from their website and delphi isnt free. |
|
| Back to top |
|
 |
|