Results 1 to 5 of 5
  1. #1
    jeffreyjenkins's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0

    [TuT] Invis Hack (works till 3/27/08)

    Ok open up vb6.

    Then Make 1 button, all u need.

    In the button Code this:

    Call notdetectedO("Warrock", &H524678, &H1C)

    there is invis, now the module:

    Public Const notdetectedU = &H1F0FFF
    Dim f1holder As Integer
    Dim timer_pos As Long

    'API Declaration
    Public Declare Function notdetectedA Lib "user32" Alias "GetWindowThreadProcessId" (ByVal hWnd As Long, lpdwProcessId As Long) As Long
    Public Declare Function notdetectedB Lib "kernel32" Alias "OpenProcess" (ByVal dwDesiredAccess As Long, ByVal bInheritHandle As Long, ByVal dwProcessId As Long) As Long
    Public Declare Function notdetectedC Lib "kernel32" Alias "WriteProcessMemory" (ByVal hProcess As Long, ByVal lpBaseAddress As Any, lpBuffer As Any, ByVal nSize As Long, lpNumberOfBytesWritten As Long) As Long
    Public Declare Function notdetectedD Lib "kernel32" Alias "CloseHandle" (ByVal hObject As Long) As Long
    Public Declare Function notdetectedE Lib "user32" Alias "FindWindowA" (ByVal Classname As String, ByVal WindowName As String) As Long
    Public Declare Function notdetectedF Lib "user32" Alias "GetAsyncKeyState" (ByVal key As Long) As Integer
    Public Declare Function notdetectedG Lib "kernel32" Alias "ReadProcessMemory" (ByVal hProcess As Long, ByVal lpBaseAddress As Any, ByRef lpBuffer As Any, ByVal nSize As Long, lpNumberOfBytesWritten As Long) As Long

    Public Function notdetectedK(notdetectedQ As String, notdetectedR As Long, notdetectedS As Long) 'WriteALong
    Dim notdetectedH As Long
    Dim notdetectedI As Long
    Dim notdetectedJ As Long
    notdetectedH = notdetectedE(vbNullString, notdetectedQ)
    If (notdetectedH = 0) Then
    End
    Exit Function
    End If
    notdetectedA notdetectedH, notdetectedI
    notdetectedJ = notdetectedB(notdetectedU, False, notdetectedI)
    If (notdetectedJ = 0) Then
    Exit Function
    End If
    notdetectedC notdetectedJ, notdetectedR, notdetectedS, 4, 0&
    notdetectedD notdetectedV
    End Function

    Public Function notdetectedL(notdetectedQ As String, notdetectedR As Long, notdetectedT As Long) 'ReadALong
    Dim notdetectedH As Long
    Dim notdetectedI As Long
    Dim notdetectedJ As Long
    notdetectedH = notdetectedE(vbNullString, notdetectedQ)
    If (notdetectedH = 0) Then
    End
    Exit Function
    End If
    notdetectedA notdetectedH, notdetectedI
    notdetectedJ = notdetectedB(notdetectedU, False, notdetectedI)
    If (notdetectedJ = 0) Then
    Exit Function
    End If
    notdetectedG notdetectedJ, notdetectedR, notdetectedT, 4, 0&
    notdetectedD notdetectedV
    End Function

    Public Function notdetectedN(notdetectedQ As String, notdetectedR As Long, notdetectedT As Single) 'ReadAFloat
    Dim notdetectedH As Long
    Dim notdetectedI As Long
    Dim notdetectedJ As Long
    notdetectedH = notdetectedE(vbNullString, notdetectedQ)
    If (notdetectedH = 0) Then
    End
    Exit Function
    End If
    notdetectedA notdetectedH, notdetectedI
    notdetectedJ = notdetectedB(notdetectedU, False, notdetectedI)
    If (notdetectedJ = 0) Then
    Exit Function
    End If
    notdetectedG notdetectedJ, notdetectedR, notdetectedT, 4, 0&
    notdetectedD notdetectedV
    End Function

    Public Function notdetectedM(notdetectedQ As String, notdetectedR As Long, notdetectedS As Single) 'WriteAFloat
    Dim notdetectedH As Long
    Dim notdetectedI As Long
    Dim notdetectedJ As Long
    notdetectedH = notdetectedE(vbNullString, notdetectedQ)
    If (notdetectedH = 0) Then
    End
    Exit Function
    End If
    notdetectedA notdetectedH, notdetectedI
    notdetectedJ = notdetectedB(notdetectedU, False, notdetectedI)
    If (notdetectedJ = 0) Then
    Exit Function
    End If
    notdetectedC notdetectedJ, notdetectedR, notdetectedS, 4, 0&
    notdetectedD notdetectedV
    End Function

    Public Function notdetectedO(notdetectedQ As String, notdetectedR As Long, notdetectedS As Byte) 'WriteAByte
    Dim notdetectedH As Long
    Dim notdetectedI As Long
    Dim notdetectedJ As Long
    notdetectedH = notdetectedE(vbNullString, notdetectedQ)
    If (notdetectedH = 0) Then
    End
    Exit Function
    End If
    notdetectedA notdetectedH, notdetectedI
    notdetectedJ = notdetectedB(notdetectedU, False, notdetectedI)
    If (notdetectedJ = 0) Then
    Exit Function
    End If
    notdetectedC notdetectedJ, notdetectedR, notdetectedS, 1, 0&
    notdetectedD notdetectedV
    End Function

    Public Function notdetectedP(notdetectedQ As String, notdetectedR As Long, notdetectedT As Byte) 'ReadAByte
    Dim notdetectedH As Long
    Dim notdetectedI As Long
    Dim notdetectedJ As Long
    notdetectedH = notdetectedE(vbNullString, notdetectedQ)
    If (notdetectedH = 0) Then
    End
    Exit Function
    End If
    notdetectedA notdetectedH, notdetectedI
    notdetectedJ = notdetectedB(notdetectedU, False, notdetectedI)
    If (notdetectedJ = 0) Then
    Exit Function
    End If
    notdetectedG notdetectedJ, notdetectedR, notdetectedT, 1, 0&
    notdetectedD notdetectedV
    End Function






    Copy The Module FULLY

    There ya go, Should work

  2. #2
    Niratsio's Avatar
    Join Date
    Aug 2007
    Posts
    458
    Reputation
    10
    Thanks
    26
    chaning the strings doesn't metter, that is not wath gets detected by warrock!

  3. #3
    ilovepie21's Avatar
    Join Date
    Feb 2007
    Location
    Drunk
    Posts
    388
    Reputation
    11
    Thanks
    134
    @ jeffrey / nice job posting a module that will get detected in 2minutes
    @ niratsio / chaing stings does matter if u dont know wat ur talking bout dont post

  4. #4
    jeffreyjenkins's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    why will it get detected? mine keeps getting detected... is it because other ppl use it or something?

  5. #5
    ilovepie21's Avatar
    Join Date
    Feb 2007
    Location
    Drunk
    Posts
    388
    Reputation
    11
    Thanks
    134
    because u just basically gave out to everyone wat makes ur hack "undetected"

Similar Threads

  1. [tut for noobs] How to make a invi hack with vb
    By atheist in forum WarRock - International Hacks
    Replies: 14
    Last Post: 02-15-2008, 03:36 AM
  2. [Tut]CheatEngine Hacking
    By System79 in forum WarRock - International Hacks
    Replies: 1
    Last Post: 10-14-2006, 01:55 AM
  3. Underground hack. (Invis Hack)
    By raz127 in forum Gate To Heaven Hacks
    Replies: 5
    Last Post: 02-05-2006, 11:48 AM
  4. In-Depth Tut. to hacking in War Rock (Conc. to Dave)
    By fl0 in forum WarRock - International Hacks
    Replies: 15
    Last Post: 01-18-2006, 02:49 PM
  5. Plz I Want Maple Global Hacks And Where Do I Get Game Engine 2 Make The Hacks Work???
    By mattinthehat in forum MapleStory Hacks, Cheats & Trainers
    Replies: 3
    Last Post: 01-15-2006, 06:12 PM

Tags for this Thread