Results 1 to 13 of 13
  1. #1
    Gold Stone's Avatar
    Join Date
    Oct 2007
    Posts
    50
    Reputation
    10
    Thanks
    44

    how do i make something like this ?

    how can i make something like this?

    * look attachment *

    i will like that the hack will be started up when warrock.exe is loaded.
    some one can help me

  2. The Following 2 Users Say Thank You to Gold Stone For This Useful Post:

    JustTrollin (04-25-2012),TornCityGod (01-21-2014)

  3. #2
    ZeaS's Avatar
    Join Date
    Feb 2007
    Posts
    738
    Reputation
    15
    Thanks
    265
    Public Function TestIfWarrockWorking(Warrock_fenster_4_ As String) As Boolean
    Dim hWnd As Long

    hWnd = FindWindow(vbNullString, Warrock_fenster_4_)

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

    don't forgett too change the strings into your's (hwnd, warrock_fenster_4_...)

  4. The Following 3 Users Say Thank You to ZeaS For This Useful Post:

    Gold Stone (01-02-2008),niftyperiod (02-03-2008),Teh Sasuke (01-06-2008)

  5. #3
    Gold Stone's Avatar
    Join Date
    Oct 2007
    Posts
    50
    Reputation
    10
    Thanks
    44
    Quote Originally Posted by ZeaS View Post
    Public Function TestIfWarrockWorking(Warrock_fenster_4_ As String) As Boolean
    Dim hWnd As Long

    hWnd = FindWindow(vbNullString, Warrock_fenster_4_)

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

    don't forgett too change the strings into your's (hwnd, warrock_fenster_4_...)
    omfg man , ur realy the best

  6. #4
    carpanthers1's Avatar
    Join Date
    Apr 2007
    Posts
    245
    Reputation
    10
    Thanks
    16
    is that ur real username? u might wanna take it down cuz k2 has spys in this forum

  7. #5
    Gold Stone's Avatar
    Join Date
    Oct 2007
    Posts
    50
    Reputation
    10
    Thanks
    44
    Quote Originally Posted by carpanthers1 View Post
    is that ur real username? u might wanna take it down cuz k2 has spys in this forum
    nah its not my username
    its just fake , you cant enter a space btw

  8. #6
    branso's Avatar
    Join Date
    Nov 2007
    Posts
    66
    Reputation
    10
    Thanks
    10
    Oke but where must the code or anithing how do i make it?

  9. #7
    mpghhackersrock123's Avatar
    Join Date
    Sep 2007
    Posts
    246
    Reputation
    11
    Thanks
    7
    Quote Originally Posted by branso View Post
    Oke but where must the code or anithing how do i make it?
    Please speak E.N.G.L.I.S.H. normally

  10. #8
    branso's Avatar
    Join Date
    Nov 2007
    Posts
    66
    Reputation
    10
    Thanks
    10
    I am not english i am dutch

  11. #9
    Teh Sasuke's Avatar
    Join Date
    Dec 2007
    Gender
    male
    Location
    白昼夢
    Posts
    73
    Reputation
    10
    Thanks
    13
    This is easy , Thanks to ZeaS.

  12. #10
    THE PWNER's Avatar
    Join Date
    Sep 2007
    Location
    Getting Stoned in police station, with the officers and doing coke on the side, and bakn som crack..
    Posts
    315
    Reputation
    13
    Thanks
    37
    where do i put the code?

  13. #11
    -TM-'s Avatar
    Join Date
    Dec 2007
    Gender
    male
    Location
    ChairNearDesk
    Posts
    108
    Reputation
    12
    Thanks
    41
    This is similar, and seems a little better way to code it.
    I have my own custom module, so this might be a little off.
    I can post a public version of my module if needed. It has more then that other module that everyone gets.

    Private Sub Form_Load()

    CurrentProcess = "WarRock"

    End Sub
    Private Sub Timer1_Timer()

    If (FindWindow(vbNullString, CurrentProcess) <> 0) Then

    Label1.Caption = "Enabled!"

    CurrentProcess = "WarRock"

    Else

    Label1.Caption = "Disabled!"

    End If

    End Sub

  14. #12
    K2 Nemico's Avatar
    Join Date
    Jul 2007
    Gender
    male
    Posts
    160
    Reputation
    8
    Thanks
    29
    Quote Originally Posted by carpanthers1 View Post
    is that ur real username? u might wanna take it down cuz k2 has spys in this forum
    like me? lol jking

  15. #13
    branso's Avatar
    Join Date
    Nov 2007
    Posts
    66
    Reputation
    10
    Thanks
    10
    I have found a other code here its is
    Put this in a module:

    Public Function Running(window As String) As Boolean
    Dim hwnd As Long

    hwnd = FindWindow(vbNullString, window)

    If (hwnd = 0) Then
    Running = False
    Else
    Running = True
    End If
    End Function

    And this in a timer

    If Running("warrock") Then
    Unload Form?
    Form?.Show
    End If

    and this in form load

    CurrentProcess = "WarRock"

    I dont know its have effect but so is its be my works

    (sorry for me bad english i am dutch)

Similar Threads

  1. [Source Code] dBased...can you make something with this code
    By tasya89 in forum Mission Against Terror Discussions
    Replies: 12
    Last Post: 04-16-2011, 08:30 AM
  2. Let's Make Something Clear, THIS SECTION IS FOR RELEASES ONLY
    By Melodia in forum Call of Duty Modern Warfare 2 Help
    Replies: 6
    Last Post: 06-25-2010, 07:17 AM
  3. Is there something like this even out there?
    By f1n357 in forum Call of Duty Modern Warfare 2 Help
    Replies: 5
    Last Post: 06-21-2010, 06:41 PM
  4. Requesting Something Like This..
    By Uno in forum Help & Requests
    Replies: 5
    Last Post: 08-23-2009, 04:00 PM
  5. help!! i need hack tools something like this....
    By kapo in forum MapleStory Hacks, Cheats & Trainers
    Replies: 0
    Last Post: 01-11-2008, 04:16 PM