| View previous topic :: View next topic |
| Author |
Message |
joeman92 Master Cheater
Reputation: 0
Joined: 29 Sep 2007 Posts: 439
|
Posted: Wed Apr 30, 2008 4:53 pm Post subject: [how would i make a luancher with VB6? |
|
|
| how would i do this?
|
|
| Back to top |
|
 |
torpin005 Master Cheater
Reputation: 0
Joined: 19 Nov 2007 Posts: 255
|
Posted: Wed Apr 30, 2008 5:31 pm Post subject: |
|
|
u mean a laucher right?
and if so, what kind?
_________________
Go check it out. Good Hacks |
|
| Back to top |
|
 |
HalfPrime Grandmaster Cheater
Reputation: 0
Joined: 12 Mar 2008 Posts: 532 Location: Right there...On your monitor
|
|
| Back to top |
|
 |
Snootae Grandmaster Cheater
Reputation: 0
Joined: 16 Dec 2006 Posts: 969 Location: --->
|
Posted: Wed Apr 30, 2008 9:52 pm Post subject: |
|
|
VB.net:
| Code: | System.Diagnostics.Process.Start _
("c:\your.exe") |
VB6:
| Code: | Shell("c:\your.exe", _
vbNormalFocus) |
_________________
|
|
| Back to top |
|
 |
sumnewdude Expert Cheater
Reputation: 0
Joined: 23 May 2007 Posts: 181 Location: Where you least expect me.
|
Posted: Thu May 01, 2008 5:51 am Post subject: |
|
|
Well I know how to start a local program but what if I wanted to make a Private server launcher? how would I point to the correct ip?
_________________
.erutangis ruoy ni siht esu neht ,sdrawkcab siht daer ot hguone trams erew uoy fI |
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Thu May 01, 2008 11:25 am Post subject: |
|
|
| torpin005 wrote: | u mean a laucher right?
and if so, what kind? |
I like how you spelled your own correction wrong, nice job
If you're thinking about just making a program that starts shit to try and be convenient, it's pointless, windows already has a bunch of ways to do it.
|
|
| Back to top |
|
 |
HalfPrime Grandmaster Cheater
Reputation: 0
Joined: 12 Mar 2008 Posts: 532 Location: Right there...On your monitor
|
Posted: Thu May 01, 2008 2:42 pm Post subject: |
|
|
Instead of
put
| Code: | | C:\NEXON\MS\MS.exe 8484 255.255.255.255 |
our whatever the port and ip are.
Obviously, you could just use a bat or shortcut instead. Unless you actually do something with the launcher or want it to look nice.
_________________
|
|
| Back to top |
|
 |
sumnewdude Expert Cheater
Reputation: 0
Joined: 23 May 2007 Posts: 181 Location: Where you least expect me.
|
Posted: Thu May 01, 2008 6:07 pm Post subject: |
|
|
hmm Thanks.
_________________
.erutangis ruoy ni siht esu neht ,sdrawkcab siht daer ot hguone trams erew uoy fI |
|
| Back to top |
|
 |
|