Results 1 to 7 of 7
  1. #1
    condor01's Avatar
    Join Date
    Feb 2007
    Location
    In My Bed
    Posts
    765
    Reputation
    17
    Thanks
    91

    VB 6 and Warrock Hack Help

    I am programming a new hack and need help. I posted once with what i needed but no one could help. Here it is again but with another thing added.

    1. I need a VB 6 code for showing a image in the center of a screen. I need this because i will be using this for a public release to have custom crosshairs.

    2. A VB 6 code for telling weather the game is enabled or disabled

    3. A VB 6 code for opening a file

    4. A VB 6 and INET i think it is called help

    If any body can help after i program this hack i will allow them to have it first.

    Thanks Condor01
    Last edited by condor01; 07-03-2007 at 02:30 PM.

  2. #2
    purenoob134's Avatar
    Join Date
    Apr 2007
    Posts
    468
    Reputation
    11
    Thanks
    13
    i think jesee made the new croshair hack but he cant release because he has the same problem as you, doesnt know vb6, mabey you guys can talk and work soemthing out to help eachother????just a thought

  3. #3
    condor01's Avatar
    Join Date
    Feb 2007
    Location
    In My Bed
    Posts
    765
    Reputation
    17
    Thanks
    91
    Quote Originally Posted by purenoob134 View Post
    i think jesee made the new croshair hack but he cant release because he has the same problem as you, doesnt know vb6, mabey you guys can talk and work soemthing out to help eachother????just a thought
    Ok its hard to work out but i have seen it done lol ill PM him later.

  4. #4
    purenoob134's Avatar
    Join Date
    Apr 2007
    Posts
    468
    Reputation
    11
    Thanks
    13
    iight good luk

  5. #5
    dezer's Avatar
    Join Date
    Nov 2006
    Gender
    male
    Posts
    285
    Reputation
    12
    Thanks
    4
    My Mood
    Aggressive
    1. idk whats ur point
    2.
    Code:
    Public Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal Classname As String, ByVal WindowName As String) As Long
    -> Into module

    Code:
    'WarRock detector
    Dim fw As Long
    Dim running As Long
    
    fw = FindWindow(vbNullString, "WarRock")
    running = Val(fw)
    
    If running = 0 Then 'if warrock off then
    MsgBox "WarRock not running!", vbCritical, "Check failed"
    End
    Else 'else, here - if warrock on then
    MsgBox "WarRock running!", , "Check ok"
    End
    End If
    <- Into timer, interval 100 would be ok
    3. depends on what file
    4. u need to explain what u want to do with INET...

    the code from 2. obviously has to be modified to use it for what u want to use it. Now it will just check for warrock and close itself... so if u just copy it, it will check for warrock and close your hack
    Last edited by dezer; 07-03-2007 at 03:07 PM.
    Quote Originally Posted by killerofsake987 View Post
    wuts search button
    owned

  6. #6
    condor01's Avatar
    Join Date
    Feb 2007
    Location
    In My Bed
    Posts
    765
    Reputation
    17
    Thanks
    91
    Quote Originally Posted by dezer View Post
    1. idk whats ur point
    2.
    Code:
    Public Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal Classname As String, ByVal WindowName As String) As Long
    -> Into module

    Code:
    'WarRock detector
    Dim fw As Long
    Dim running As Long
    
    fw = FindWindow(vbNullString, "WarRock")
    running = Val(fw)
    
    If running = 0 Then 'if warrock off then
    MsgBox "WarRock not running!", vbCritical, "Check failed"
    End
    Else 'else, here - if warrock on then
    MsgBox "WarRock running!", , "Check ok"
    End
    End If
    <- Into timer, interval 100 would be ok
    3. depends on what file
    4. u need to explain what u want to do with INET...

    the code from 2. obviously has to be modified to use it for what u want to use it. Now it will just check for warrock and close itself... so if u just copy it, it will check for warrock and close your hack
    1. So i can use a custom image in the center of the screen to run as a crosshair

    2. Thanks

    3. warrock.exe

    4. so i can display recent news about the hack and updates etc

  7. #7
    purenoob134's Avatar
    Join Date
    Apr 2007
    Posts
    468
    Reputation
    11
    Thanks
    13
    u want a lot condor lol must have lots of time on ur hands

Similar Threads

  1. [ WARROCK HACKS HELP ]
    By lovelyHaxorz in forum General Game Hacking
    Replies: 0
    Last Post: 10-31-2009, 09:24 AM
  2. Big warrock hack (help)
    By dark_byte70 in forum WarRock - International Hacks
    Replies: 5
    Last Post: 11-08-2008, 08:07 AM
  3. Virtual basic warrock hack help!
    By iwanthacks121 in forum Programming Tutorial Requests
    Replies: 0
    Last Post: 05-03-2008, 03:15 PM
  4. warrock hacking help
    By josephjboogie3 in forum WarRock - International Hacks
    Replies: 3
    Last Post: 11-15-2007, 08:33 PM
  5. Basic hacks and downloading hack help needed
    By micah344 in forum WarRock - International Hacks
    Replies: 1
    Last Post: 05-25-2007, 12:20 PM