WarrockOHacks
Would you like to react to this message? Create an account in a few clicks or log in to continue.

[Tutorial]Launch Warrock from a form

3 posters

Go down

[Tutorial]Launch Warrock from a form Empty [Tutorial]Launch Warrock from a form

Post  Omega Mon Feb 25, 2008 4:59 am

This tutorial is made by me i dont want to see leecha's coming!!
Require:
*A brain, you can buy 1 on Ebay.
*A little bit vb6 knowledge
*And vb6 Razz
make 1 Button and 1 Textbox.

Click the text box now go change the name to
txtprocess(IMPORTANT!!) The name not the caption ok the name.
And now in the caption put this:

C:\Program Files\WarRock\WRLauncher.exe

Ok now you can double click on the button and enter this:

Dim sTemp As String
'
' Start the process.
'
sTemp = Trim$(txtprocess)
If sTemp = "" Then Exit Sub

glPid = Shell(sTemp, vbNormalFocus)
If glPid = 0 Then
MsgBox "Could not start process", vbExclamation, "Error"
End If



Thats it Now just hide the text box behind a button then try it out.

Or

Code:
Commandbutton1_Click
Shell "C:\Program Files\WarRock\WRLauncher.exe"
End Sub

****Made by [PCT]Omega, remember... do not leech like a ***!!****

Omega
ModeratorZ
ModeratorZ

Posts : 24
Join date : 2008-02-25

Back to top Go down

[Tutorial]Launch Warrock from a form Empty re

Post  Karss The Owner !! Mon Feb 25, 2008 5:12 am

Thxx Good Tuts
If U can make good hack .. that Cool !
(Public Coders)
Karss The Owner !!
Karss The Owner !!
Owner Of W0h
Owner Of W0h

Posts : 30
Join date : 2008-02-23
Age : 38
Location : In My Farging Stupid MothaFucka House ..

http://www.warrockohacks.1fr1.net

Back to top Go down

[Tutorial]Launch Warrock from a form Empty Re: [Tutorial]Launch Warrock from a form

Post  maxou Sat Mar 08, 2008 6:16 am

thnx dude;)

maxou
Noob Coders
Noob Coders

Posts : 25
Join date : 2008-03-04

Back to top Go down

[Tutorial]Launch Warrock from a form Empty Re: [Tutorial]Launch Warrock from a form

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum