WarRock Status ?

Posts 115 of 15 · Page 1 of 1
WarRock Status ?
How to make or get warrock status code for VB6 ?
OMFG CANT YOU REALLY MAKE ANYTHING BY YOURSELF?
No , you tell me .
I don;t know how to make this any more retard friendly. ITS NOT FUCKING CODES ITS ADDRESSES, FUCK!. Kk but in this term your actually using it correctly so GJ!, but....... You can't leach like this. Here is a hint, you read the addresses, you don't write them..
Reason number 1 to stop vb6 -.-
omfg here you get add this to your module:

Public Function running(Warrock_fenster_4_ As String) As Boolean
Dim hWnd As Long

hWnd = FindWindow(vbNullString, Warrock_fenster_4_)

If (hWnd = 0) Then
running = False
Else
running = True
End If
End Function


timer1: (interval 100)
if running("Warrock") then
label1.visible = true
else:
label2.visible = true
end if
end sub


>_>
Quote Originally Posted by ZeaS View Post
omfg here you get add this to your module:

Public Function running(Warrock_fenster_4_ As String) As Boolean
Dim hWnd As Long

hWnd = FindWindow(vbNullString, Warrock_fenster_4_)

If (hWnd = 0) Then
running = False
Else
running = True
End If
End Function


timer1: (interval 100)
if running("Warrock") then
label1.visible = true
else:
label2.visible = true
end if
end sub


>_>
This code dont work .
OH FUX THATS WHAT YOU MENT. KK what you do is

if(FindWindow("warrock")) then WarRockOpen = True
else WarRockOpen = false

0 = false so that should work..
Quote Originally Posted by TheBlueMax View Post
This code dont work .
lol?? for me it works fine?!??!?! looool
Quote Originally Posted by ZeaS View Post
lol?? for me it works fine?!??!?! looool
You dont need to be Einstein to find out that this guy is complete idiot
Quote Originally Posted by juppeli View Post
You dont need to be Einstein to find out that this guy is complete idiot
And you think you are Einstein , Ha , LOLZ
no hes dead already, but the point is if you cant even copypaste ready sources to easiest programming language (if you know what it is) there is you souldnt start programming
Ok i try to learn more about visual basic .
Quote Originally Posted by radnomguywfq3 View Post
OH FUX THATS WHAT YOU MENT. KK what you do is

if(FindWindow("warrock")) then WarRockOpen = True
else WarRockOpen = false

0 = false so that should work..
didn't you forget to close the IF?
Quote Originally Posted by olie122333 View Post
didn't you forget to close the IF?
No, I didn't. Put that in your VB compiler, it will compile, Its a short way of writing an if.
Posts 115 of 15 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?