Results 1 to 5 of 5
  1. #1
    poon hacker's Avatar
    Join Date
    Apr 2007
    Gender
    male
    Posts
    68
    Reputation
    9
    Thanks
    0

    Need help with my UDM

    I can't tell if it's detected, or how to use it. Thanks guys.

    [HTML]Public Const PROCESS_ALL_ACCESS = &H1F0FFF
    Dim f1holder As Integer
    Dim timer_pos As Long

    'API Declaration
    Public Declare Function Alias "Get" Lib "user32" Alias "GetWindowThreadProcessId" (ByVal Alias "Wnd" As Long, lpdwProcessId As Long) As Long
    Public Declare Function Alias "Open" Lib "kernel32" Alias "OpenProcess" (ByVal dwDesiredAccess As Long, ByVal bInheritHandle As Long, ByVal dwProcessId As Long) As Long
    Public Declare Function Alias "Write" 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 Alias "Close" Lib "kernel32" Alias "CloseHandle" (ByVal hObject As Long) As Long
    Public Declare Function Alias "Find" Lib "user32" Alias "FindWindowA" (ByVal Classname As String, ByVal WindowName As String) As Long
    Public Declare Function Alias "Getk" Lib "user32" Alias "GetAsyncKeyState" (ByVal key As Long) As Integer
    Public Declare Function Alias "Read" 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 Alias "WriteLong"(Warrock_fenster_4_ As String, Combination_4_ As Long, Super_zahl_4_ As Long)
    Dim Alias "Wnd" As Long
    Dim Alias "Pd" As Long
    Dim Alias "Get"0 As Long
    Alias "Wnd" = Alias "Find"(vbNullString, Warrock_fenster_4_)
    If (Alias "Wnd" = 0) Then
    End
    Exit Function
    End If
    Alias "Get" Alias "Wnd", Alias "Pd"
    Alias "Get"0 = Alias "Open"(PROCESS_ALL_ACCESS, False, Alias "Pd")
    If (Alias "Get"0 = 0) Then
    Exit Function
    End If
    Alias "Write" Alias "Get"0, Combination_4_, Super_zahl_4_, 4, 0&
    Alias "Close" hProcess
    End Function

    Public Function Alias "ReadLong"(Warrock_fenster_4_ As String, Combination_4_ As Long, Super_zahl_filter_4_ As Long)
    Dim Alias "Wnd" As Long
    Dim Alias "Pd" As Long
    Dim Alias "Get"0 As Long
    Alias "Wnd" = Alias "Find"(vbNullString, Warrock_fenster_4_)
    If (Alias "Wnd" = 0) Then
    End
    Exit Function
    End If
    Alias "Get" Alias "Wnd", Alias "Pd"
    Alias "Get"0 = Alias "Open"(PROCESS_ALL_ACCESS, False, Alias "Pd")
    If (Alias "Get"0 = 0) Then
    Exit Function
    End If
    Alias "Read" Alias "Get"0, Combination_4_, Super_zahl_filter_4_, 4, 0&
    Alias "Close" hProcess
    End Function

    Public Function Alias "ReadFloat"(Warrock_fenster_4_ As String, Combination_4_ As Long, Super_zahl_filter_4_ As Single)
    Dim Alias "Wnd" As Long
    Dim Alias "Pd" As Long
    Dim Alias "Get"0 As Long
    Alias "Wnd" = Alias "Find"(vbNullString, Warrock_fenster_4_)
    If (Alias "Wnd" = 0) Then
    End
    Exit Function
    End If
    Alias "Get" Alias "Wnd", Alias "Pd"
    Alias "Get"0 = Alias "Open"(PROCESS_ALL_ACCESS, False, Alias "Pd")
    If (Alias "Get"0 = 0) Then
    Exit Function
    End If
    Alias "Read" Alias "Get"0, Combination_4_, Super_zahl_filter_4_, 4, 0&
    Alias "Close" hProcess
    End Function

    Public Function Alias "WriteFloat"(Warrock_fenster_4_ As String, Combination_4_ As Long, Super_zahl_4_ As Single)
    Dim Alias "Wnd" As Long
    Dim Alias "Pd" As Long
    Dim Alias "Get"0 As Long
    Alias "Wnd" = Alias "Find"(vbNullString, Warrock_fenster_4_)
    If (Alias "Wnd" = 0) Then
    End
    Exit Function
    End If
    Alias "Get" Alias "Wnd", Alias "Pd"
    Alias "Get"0 = Alias "Open"(PROCESS_ALL_ACCESS, False, Alias "Pd")
    If (Alias "Get"0 = 0) Then
    Exit Function
    End If
    Alias "Write" Alias "Get"0, Combination_4_, Superzahl_4_, 4, 0&
    Alias "Close" hProcess
    End Function

    Public Function Alias "WriteByte"(Warrock_fenster_4_ As String, Combination_4_ As Long, Super_zahl_4_ As Byte)
    Dim Alias "Wnd" As Long
    Dim Alias "Pd" As Long
    Dim Alias "Get"0 As Long
    Alias "Wnd" = Alias "Find"(vbNullString, Warrock_fenster_4_)
    If (Alias "Wnd" = 0) Then
    End
    Exit Function
    End If
    Alias "Get" Alias "Wnd", Alias "Pd"
    Alias "Get"0 = Alias "Open"(PROCESS_ALL_ACCESS, False, Alias "Pd")
    If (Alias "Get"0 = 0) Then
    Exit Function
    End If
    Alias "Write" Alias "Get"0, Combination_4_, Super_zahl_4_, 1, 0&
    Alias "Close" hProcess
    End Function

    Public Function Alias "ReadByte"(Warrock_fenster_4_ As String, Combination_4_ As Long, Super_zahl_filter_4_ As Byte)
    Dim Alias "Wnd" As Long
    Dim Alias "Pd" As Long
    Dim Alias "Get"0 As Long
    Alias "Wnd" = Alias "Find"(vbNullString, Warrock_fenster_4_)
    If (Alias "Wnd" = 0) Then
    End
    Exit Function
    End If
    Alias "Get" Alias "Wnd", Alias "Pd"
    Alias "Get"0 = Alias "Open"(PROCESS_ALL_ACCESS, False, Alias "Pd")
    If (Alias "Get"0 = 0) Then
    Exit Function
    End If
    Alias "Read" Alias "Get"0, Combination_4_, Super_zahl_filter_4_, 1, 0&
    Alias "Close" hProcess
    End Function
    [/HTML]

  2. #2
    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
    You...use it to see if its detected...or give it to some random noob.



    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?


  3. #3
    poon hacker's Avatar
    Join Date
    Apr 2007
    Gender
    male
    Posts
    68
    Reputation
    9
    Thanks
    0
    Alright then. Guess I'll test it out.
    [IMG]https://i92.photobucke*****m/albums/l18/Pokey200/00mpgh.jpg[/IMG]

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

  4. #4
    wieter20's Avatar
    Join Date
    Feb 2007
    Gender
    male
    Location
    doesn't matter i only say im fam. of queen of holland!
    Posts
    207
    Reputation
    16
    Thanks
    41
    i wana bet that 1 is detected just get urself a module and change keywords like writealong writeafloat in to like ice cream1 or shit2
    Gtfo k

  5. #5
    da_je's Avatar
    Join Date
    Feb 2007
    Gender
    male
    Posts
    169
    Reputation
    10
    Thanks
    4
    My Mood
    Angelic
    Quote Originally Posted by wieter20 View Post
    i wana bet that 1 is detected just get urself a module and change keywords like writealong writeafloat in to like ice cream1 or shit2
    uhm yeh.. its should be perfect name ;]

Similar Threads

  1. Need help with GunZ
    By Mikkaav in forum Gunz General
    Replies: 9
    Last Post: 02-07-2006, 09:27 PM
  2. Need help with mrs packer/unpacker
    By pesst in forum Gunz General
    Replies: 6
    Last Post: 02-07-2006, 08:22 PM
  3. i need help with wpepro
    By andy105 in forum WarRock - International Hacks
    Replies: 0
    Last Post: 02-04-2006, 07:09 PM
  4. Need help with "packets"
    By Nrak9493 in forum General Game Hacking
    Replies: 3
    Last Post: 01-22-2006, 09:48 AM
  5. Need help with ammo hack
    By AthlaS in forum WarRock - International Hacks
    Replies: 4
    Last Post: 01-19-2006, 01:50 PM