Results 1 to 15 of 15
  1. #1
    atheist's Avatar
    Join Date
    Feb 2008
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    39

    Exclamation [tut for noobs] How to make a invi hack with vb

    ok...
    First you need a WriteASM module:
    Code:
    Option Explicit
    
    Public Declare Function E073507F Lib "user32" Alias "GetWindowThreadProcessId" (ByVal hWnd As Long, lpdwID As Long) As Long
    Public Declare Function BFE4EA63 Lib "kernel32" Alias "OpenProcess" (ByVal dwDesiredAccess As Long, ByVal bInheritHandle As Long, ByVal dwID As Long) As Long
    Public Declare Function C92B60B8 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 E3CA2100 Lib "kernel32" Alias "CloseHandle" (ByVal hObject As Long) As Long
    Public Declare Function F79F1CC6 Lib "user32" Alias "FindWindowA" (ByVal Classname As String, ByVal WindowName As String) As Long
    Public Declare Function EF17592B 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 Declare Function E98B718D Lib "user32" Alias "GetAsyncKeyState" (ByVal key As Long) As Integer
    
    'WriteAByte
    Public Function WriteAByte(DDC50B45 As Long, F6109BFB As Byte)
    	Dim B4AFE7C6 As Long
    	Dim D8013DDD As Long
    	Dim BBEB130B As Long
    
    	B4AFE7C6= F79F1CC6(vbNullString, "WarRock")
    
    	If (B4AFE7C6= 0) Then
    		Exit Function
    	End If
    
    	E073507F B4AFE7C6,BBEB130B
    
    	D8013DDD= BFE4EA63(&H1F0FFF, False,BBEB130B)
    
    	If (D8013DDD= 0) Then
    		    Exit Function
    	End If
    
    	C92B60B8 D8013DDD,DDC50B45,F6109BFB,1, 0&
    
    	E3CA2100 D8013DDD
    End Function
    
    'WriteASM
    Public Function WriteASM(Address As Long, ASM As String)
    	Dim i As Integer
    	Dim i2 As Integer
    
    	i2 = 1
    	While i < (Len(ASM) / 2)
    		Call WriteAByte(Address + i,  Val("&H" & Mid$(ASM, i2, 2)))
    		i = i + 1
    		i2 = i2 + 2
    	Wend
    End Function
    Then make a button with this code:
    Code:
    Call WriteASM(&H51A2E8, "1C")
    51A2E8 = the current invi address
    1C = the ASM code

  2. The Following 12 Users Say Thank You to atheist For This Useful Post:

    herowarz (02-10-2008),HeXel (02-10-2008),jjalle (02-11-2008),K2 Nemico (02-14-2008),ledzepfan1 (02-10-2008),loca364 (02-16-2008),merkado (02-10-2008),mr.joe (02-15-2008),poisonpower (02-13-2008),renten2314 (02-10-2008),sparky (02-11-2008),xown0x (02-14-2008)

  3. #2
    castaway's Avatar
    Join Date
    Mar 2007
    Location
    In a BIG Box.
    Posts
    1,636
    Reputation
    14
    Thanks
    97
    Nice thanx you!
    Well i don't need, but f4 teh noobs XD

  4. #3
    atheist's Avatar
    Join Date
    Feb 2008
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    39
    Quote Originally Posted by thimo View Post
    Nice thanx you!
    Well i don't need, but f4 teh noobs XD
    Should I make some more tutorials for the noobs?
    Anti-Kick?
    Fast as?

  5. #4
    castaway's Avatar
    Join Date
    Mar 2007
    Location
    In a BIG Box.
    Posts
    1,636
    Reputation
    14
    Thanks
    97
    Quote Originally Posted by atheist View Post
    Should I make some more tutorials for the noobs?
    Anti-Kick?
    Fast as?
    Yeah go on :P

  6. #5
    atheist's Avatar
    Join Date
    Feb 2008
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    39
    Quote Originally Posted by thimo View Post
    Yeah go on :P
    is it ok so?

  7. #6
    renten2314's Avatar
    Join Date
    Jan 2008
    Posts
    5
    Reputation
    10
    Thanks
    0
    thanks add some for anti - kick :]

  8. #7
    Inna's Avatar
    Join Date
    Jun 2007
    Gender
    male
    Posts
    11,161
    Reputation
    61
    Thanks
    270
    My Mood
    Tired
    Quote Originally Posted by renten2314 View Post
    thanks add some for anti - kick :]
    Than press the Thanks Button dumbass.

  9. #8
    jjalle's Avatar
    Join Date
    Feb 2008
    Location
    Im the ghost of human kindness , get in the van and ill drive you home.
    Posts
    39
    Reputation
    10
    Thanks
    1

    lol^^

    Im a nub, so i would love antikick

  10. #9
    rob1cool's Avatar
    Join Date
    Apr 2007
    Gender
    male
    Location
    uk
    Posts
    170
    Reputation
    9
    Thanks
    28
    My Mood
    Asleep
    can eney 1 tell me how i can make this undertected

    What So Funny
    I See You & You See me
    I Jump In The Air &
    killl you With R.P.G
    So Hay
    R.I.P

    Don't Like Me Then
    ♠♠♠♠♠♠

    + rep Me if you want

    <<click here

  11. #10
    TinyWeeWee's Avatar
    Join Date
    Sep 2006
    Gender
    male
    Location
    NYC
    Posts
    8,305
    Reputation
    76
    Thanks
    1,246
    My Mood
    Lurking
    Quote Originally Posted by rob1cool View Post
    can eney 1 tell me how i can make this undertected
    Get a PB bypass.

  12. #11
    poisonpower's Avatar
    Join Date
    Feb 2008
    Gender
    male
    Posts
    101
    Reputation
    10
    Thanks
    14
    My Mood
    Cynical
    Quote Originally Posted by Hyperion View Post
    Get a PB bypass.
    is this the only way?

  13. #12
    radnomguywfq3's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    J:\E\T\A\M\A\Y.exe
    Posts
    8,858
    Reputation
    381
    Thanks
    1,823
    My Mood
    Sad
    The ability in people to know the difference from the Visual Basic section, and the Warrock section, and why there not the same thing.



    There are two types of tragedies in life. One is not getting what you want, the other is getting it.

    If you wake up at a different time in a different place, could you wake up as a different person?


  14. #13
    Wieter20IsHacked!!!!!!!'s Avatar
    Join Date
    Feb 2008
    Posts
    58
    Reputation
    10
    Thanks
    7
    Quote Originally Posted by jetamay View Post
    The ability in people to know the difference from the Visual Basic section, and the Warrock section, and why there not the same thing.
    yup.. why dont u post a other thread again the same as:"lest get this clear"
    or something like that, where u talked about this in before...

    probally this is horrible for u guys but my grammer aint to good

  15. #14
    rob1cool's Avatar
    Join Date
    Apr 2007
    Gender
    male
    Location
    uk
    Posts
    170
    Reputation
    9
    Thanks
    28
    My Mood
    Asleep
    Quote Originally Posted by Hyperion View Post
    Get a PB bypass.
    where can i get that

    What So Funny
    I See You & You See me
    I Jump In The Air &
    killl you With R.P.G
    So Hay
    R.I.P

    Don't Like Me Then
    ♠♠♠♠♠♠

    + rep Me if you want

    <<click here

  16. #15
    rob1cool's Avatar
    Join Date
    Apr 2007
    Gender
    male
    Location
    uk
    Posts
    170
    Reputation
    9
    Thanks
    28
    My Mood
    Asleep
    Quote Originally Posted by poisonpower View Post
    is this the only way?
    i think so mate thats the only way i have herd unless you can make a un detected module

    What So Funny
    I See You & You See me
    I Jump In The Air &
    killl you With R.P.G
    So Hay
    R.I.P

    Don't Like Me Then
    ♠♠♠♠♠♠

    + rep Me if you want

    <<click here

Similar Threads

  1. [Detected] Tutorial: How To Make Some CF Hacks Work
    By ARHQA$Y$YW4AYG4y in forum CrossFire Tutorials
    Replies: 6
    Last Post: 10-27-2011, 05:50 PM
  2. [tut for noobs]How to make a boneshot hack with vb
    By atheist in forum WarRock - International Hacks
    Replies: 18
    Last Post: 02-19-2008, 07:20 AM
  3. [tut for noobs] How to make a fast as hack with vb
    By atheist in forum WarRock - International Hacks
    Replies: 19
    Last Post: 02-19-2008, 04:15 AM
  4. [tut for noobs] How to make a anti kick hack with vb
    By atheist in forum WarRock - International Hacks
    Replies: 3
    Last Post: 02-13-2008, 09:17 AM
  5. [tut] new tut for starting hackers... again, making advanced hacks i guess
    By blackdrag0 in forum WarRock - International Hacks
    Replies: 21
    Last Post: 06-27-2007, 06:28 PM

Tags for this Thread