Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 37
  1. #16
    poon hacker's Avatar
    Join Date
    Apr 2007
    Gender
    male
    Posts
    68
    Reputation
    9
    Thanks
    0
    Do I need to type (ex.) Alias "WriteAFloat" or just my alias?
    [IMG]https://i92.photobucke*****m/albums/l18/Pokey200/00mpgh.jpg[/IMG]

    [IMG]https://i92.photobucke*****m/albums/l18/Pokey200/0000000000patriots.png[/IMG]

  2. #17
    Gold Stone's Avatar
    Join Date
    Oct 2007
    Posts
    50
    Reputation
    10
    Thanks
    44
    omfg , thanks nigga's xD

  3. #18
    mpghhackersrock123's Avatar
    Join Date
    Sep 2007
    Posts
    246
    Reputation
    11
    Thanks
    7
    2 words
    Thank you!!!!

  4. #19
    Threadstarter
    Expert Member
    ZeaS's Avatar
    Join Date
    Feb 2007
    Posts
    738
    Reputation
    15
    Thanks
    265
    lol this is outdated long time ago >_> ^^

  5. #20
    olie122333's Avatar
    Join Date
    Oct 2007
    Gender
    male
    Posts
    438
    Reputation
    10
    Thanks
    20
    wow, thanks!

    Did you make this urself?


    XD

  6. #21
    Threadstarter
    Expert Member
    ZeaS's Avatar
    Join Date
    Feb 2007
    Posts
    738
    Reputation
    15
    Thanks
    265
    Quote Originally Posted by olie122333 View Post
    wow, thanks!

    Did you make this urself?


    XD
    yes but i sayed it is outdated i always got a v3 of the maker... but i don't release it here

  7. #22
    landerman007's Avatar
    Join Date
    Feb 2008
    Location
    belguim, hasselt
    Posts
    25
    Reputation
    10
    Thanks
    9

    1000000000000000000000000000000000 thx

    1000000000000000000000000000000000 thx

  8. #23
    Alen's Avatar
    Join Date
    Oct 2007
    Gender
    male
    Location
    Liquid Generator
    Posts
    27,920
    Reputation
    2548
    Thanks
    4,224
    My Mood
    Fine
    Quote Originally Posted by landerman007 View Post
    1000000000000000000000000000000000 thx
    nice but stop bringing up old topics, ok?

  9. #24
    landerman007's Avatar
    Join Date
    Feb 2008
    Location
    belguim, hasselt
    Posts
    25
    Reputation
    10
    Thanks
    9

    hmmm

    i have this module:
    'get0window0thread0process0id
    'open0proces
    'write0process0memory
    'close0handle
    'find0window0A
    'get0async0key0stat
    'read0precess0memory
    'write0a0long
    'read0a0long
    'read0a0float
    'write0a0float
    Public Const PROCESS_ALL_ACCESS = &H1F0FFF
    Dim f1holder As Integer
    Dim timer_pos As Long

    'API Declaration
    Public Declare Function get0window0thread0process0id Lib "user32" Alias "GetWindowThreadProcessId" (ByVal h0wnd0 As Long, lpdwProcessId As Long) As Long
    Public Declare Function open0proces Lib "kernel32" Alias "OpenProcess" (ByVal dwDesiredAccess As Long, ByVal bInheritHandle As Long, ByVal dwProcessId As Long) As Long
    Public Declare Function write0process0memory 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 close0handle Lib "kernel32" Alias "CloseHandle" (ByVal hObject As Long) As Long
    Public Declare Function find0window0A Lib "user32" Alias "FindWindowA" (ByVal Classname As String, ByVal WindowName As String) As Long
    Public Declare Function get0async0key0state Lib "user32" Alias "GetAsyncKeyState" (ByVal key As Long) As Integer
    Public Declare Function read0precess0memory 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 write0a0long(Warrock_fenster_4_ As String, Combination_4_ As Long, Super_zahl_4_ As Long)
    Dim h0wnd0 As Long
    Dim pid As Long
    Dim get0window0thread0process0id0 As Long
    h0wnd0 = find0window0A(vbNullString, Warrock_fenster_4_)
    If (h0wnd0 = 0) Then
    End
    Exit Function
    End If
    get0window0thread0process0id h0wnd0, pid
    get0window0thread0process0id0 = open0proces(PROCESS_ALL_ACCESS, False, pid)
    If (get0window0thread0process0id0 = 0) Then
    Exit Function
    End If
    write0process0memory get0window0thread0process0id0, Combination_4_, Super_zahl_4_, 4, 0&
    close0handle hProcess
    End Function

    Public Function read0a0long(Warrock_fenster_4_ As String, Combination_4_ As Long, Super_zahl_filter_4_ As Long)
    Dim h0wnd0 As Long
    Dim pid As Long
    Dim get0window0thread0process0id0 As Long
    h0wnd0 = find0window0A(vbNullString, Warrock_fenster_4_)
    If (h0wnd0 = 0) Then
    End
    Exit Function
    End If
    get0window0thread0process0id h0wnd0, pid
    get0window0thread0process0id0 = open0proces(PROCESS_ALL_ACCESS, False, pid)
    If (get0window0thread0process0id0 = 0) Then
    Exit Function
    End If
    read0precess0memory get0window0thread0process0id0, Combination_4_, Super_zahl_filter_4_, 4, 0&
    close0handle hProcess
    End Function

    Public Function read0a0float(Warrock_fenster_4_ As String, Combination_4_ As Long, Super_zahl_filter_4_ As Single)
    Dim h0wnd0 As Long
    Dim pid As Long
    Dim get0window0thread0process0id0 As Long
    h0wnd0 = find0window0A(vbNullString, Warrock_fenster_4_)
    If (h0wnd0 = 0) Then
    End
    Exit Function
    End If
    get0window0thread0process0id h0wnd0, pid
    get0window0thread0process0id0 = open0proces(PROCESS_ALL_ACCESS, False, pid)
    If (get0window0thread0process0id0 = 0) Then
    Exit Function
    End If
    read0precess0memory get0window0thread0process0id0, Combination_4_, Super_zahl_filter_4_, 4, 0&
    close0handle hProcess
    End Function

    Public Function write0a0float(Warrock_fenster_4_ As String, Combination_4_ As Long, Super_zahl_4_ As Single)
    Dim h0wnd0 As Long
    Dim pid As Long
    Dim get0window0thread0process0id0 As Long
    h0wnd0 = find0window0A(vbNullString, Warrock_fenster_4_)
    If (h0wnd0 = 0) Then
    End
    Exit Function
    End If
    get0window0thread0process0id h0wnd0, pid
    get0window0thread0process0id0 = open0proces(PROCESS_ALL_ACCESS, False, pid)
    If (get0window0thread0process0id0 = 0) Then
    Exit Function
    End If
    write0process0memory get0window0thread0process0id0, Combination_4_, Superzahl_4_, 4, 0&
    close0handle hProcess
    End Function

    Public Function write0a0byte(Warrock_fenster_4_ As String, Combination_4_ As Long, Super_zahl_4_ As Byte)
    Dim h0wnd0 As Long
    Dim pid As Long
    Dim get0window0thread0process0id0 As Long
    h0wnd0 = find0window0A(vbNullString, Warrock_fenster_4_)
    If (h0wnd0 = 0) Then
    End
    Exit Function
    End If
    get0window0thread0process0id h0wnd0, pid
    get0window0thread0process0id0 = open0proces(PROCESS_ALL_ACCESS, False, pid)
    If (get0window0thread0process0id0 = 0) Then
    Exit Function
    End If
    write0process0memory get0window0thread0process0id0, Combination_4_, Super_zahl_4_, 1, 0&
    close0handle hProcess
    End Function

    Public Function read0a0byte(Warrock_fenster_4_ As String, Combination_4_ As Long, Super_zahl_filter_4_ As Byte)
    Dim h0wnd0 As Long
    Dim pid As Long
    Dim get0window0thread0process0id0 As Long
    h0wnd0 = find0window0A(vbNullString, Warrock_fenster_4_)
    If (h0wnd0 = 0) Then
    End
    Exit Function
    End If
    get0window0thread0process0id h0wnd0, pid
    get0window0thread0process0id0 = open0proces(PROCESS_ALL_ACCESS, False, pid)
    If (get0window0thread0process0id0 = 0) Then
    Exit Function
    End If
    read0precess0memory get0window0thread0process0id0, Combination_4_, Super_zahl_filter_4_, 1, 0&
    close0handle hProcess
    End Function
    and this superjump code
    If get0async0key0state(17) <> 0 Then
    Dim superjump As Long
    Dim superjump2 As Long
    read0a0long ("warrock", &h1332A20, superjump2)

    superjump = superjump2 + &H178
    write0a0FLoat ("warrock", superjump)


    End If
    it gives the follow error:
    compile error: expected =

  10. #25
    ivopereira's Avatar
    Join Date
    Jan 2008
    Posts
    20
    Reputation
    10
    Thanks
    2
    Thanks Very usefull

  11. #26
    Murkforce's Avatar
    Join Date
    Feb 2008
    Location
    Mosh Pit
    Posts
    759
    Reputation
    24
    Thanks
    90

    g

    Wow thx.

  12. #27
    condor01's Avatar
    Join Date
    Feb 2007
    Location
    In My Bed
    Posts
    765
    Reputation
    17
    Thanks
    91
    This is an old and outdated version and will probably get u banned as some strings will still be detected so get the updated version and sont BUMP OLD TOPICS!

  13. #28
    skater310's Avatar
    Join Date
    Jan 2008
    Posts
    20
    Reputation
    10
    Thanks
    0
    dude ur my hero thanks so much

  14. #29
    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
    Please be careful not to bump old topics, its already been said recently in this thread.



    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?


  15. #30
    ilovepie21's Avatar
    Join Date
    Feb 2007
    Location
    Drunk
    Posts
    388
    Reputation
    11
    Thanks
    134
    nice tyvm

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [Tutorial] How to make your own undetected module in VB6
    By markfracasso11 in forum Visual Basic Programming
    Replies: 17
    Last Post: 10-15-2007, 09:34 AM
  2. undetected module
    By ledzepfan1 in forum WarRock - International Hacks
    Replies: 14
    Last Post: 10-02-2007, 12:29 PM
  3. [Tutorial] How to make your own undetected module in VB6
    By markfracasso11 in forum WarRock - International Hacks
    Replies: 22
    Last Post: 09-25-2007, 05:35 AM
  4. Undetected Module - Copy And Paste
    By prompbesj in forum WarRock - International Hacks
    Replies: 7
    Last Post: 09-23-2007, 12:48 PM
  5. Undetected module for VB6
    By Nurbek92 in forum Hack Requests
    Replies: 2
    Last Post: 08-22-2007, 06:39 PM