Results 1 to 7 of 7
  1. #1
    dikketr0l's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    40
    Reputation
    10
    Thanks
    1

    Exclamation Need help with my warrock hack code

    Hi, i made a lot of hax.... now i wanna try somthing new: superjump...

    I make my trainers with the module of TheRedEye but i got an error:


    Shot at 2007-07-16

    Can some1 help me please?
    OOhhhh I fucked ur mother





  2. #2
    juppeli's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    768
    Reputation
    12
    Thanks
    19
    There's something wrong in your module (I think)

  3. #3
    Vahe's Avatar
    Join Date
    Jul 2007
    Location
    California
    Posts
    198
    Reputation
    9
    Thanks
    3
    I don't know how that happened. What are you using to make thet trainer?

  4. #4
    unseenss's Avatar
    Join Date
    Jun 2007
    Posts
    426
    Reputation
    12
    Thanks
    3
    i dont think it comes with writeafloat does it? i dont know since i use my own :P

    but write your own writeafloat its easy just look at how the other ones are written

  5. #5
    123456789987654321's Avatar
    Join Date
    May 2007
    Gender
    male
    Location
    HOLLAND
    Posts
    243
    Reputation
    11
    Thanks
    6
    u have to add this to your module:

    Public Function ReadAFloat(gamewindowtext As String, address As Long, valbuffer As Single)
    Dim hWnd As Long
    Dim pid As Long
    Dim phandle As Long
    hWnd = FindWindow(vbNullString, gamewindowtext)
    If (hWnd = 0) Then
    MsgBox "The Game Is Not Working", vbCritical, "Error"
    End
    Exit Function
    End If

    GetWindowThreadProcessId hWnd, pid
    phandle = OpenProcess(PROCESS_ALL_ACCESS, False, pid)
    If (phandle = 0) Then
    MsgBox "Can't get ProcessId", vbCritical, "Error"
    Exit Function
    End If

    ReadProcessMem phandle, address, valbuffer, 4, 0&
    CloseHandle hProcess
    End Function



    Public Function WriteAFloat(gamewindowtext As String, address As Long, value As Single)
    Dim hWnd As Long
    Dim pid As Long
    Dim phandle As Long

    hWnd = FindWindow(vbNullString, gamewindowtext)
    If (hWnd = 0) Then
    MsgBox "The Game Is Not Working", vbCritical, "Error"
    End
    Exit Function
    End If

    GetWindowThreadProcessId hWnd, pid
    phandle = OpenProcess(PROCESS_ALL_ACCESS, False, pid)
    If (phandle = 0) Then
    MsgBox "Can't get ProcessId", vbCritical, "Error"
    Exit Function
    End If

    WriteProcessMemory phandle, address, value, 4, 0&
    CloseHandle hProcess
    End Function

  6. #6
    Blind028's Avatar
    Join Date
    Jul 2007
    Location
    In a magical place
    Posts
    144
    Reputation
    10
    Thanks
    0

    Talking

    Quote Originally Posted by 123456789987654321 View Post
    u have to add this to your module:

    Public Function ReadAFloat(gamewindowtext As String, address As Long, valbuffer As Single)
    Dim hWnd As Long
    Dim pid As Long
    Dim phandle As Long
    hWnd = FindWindow(vbNullString, gamewindowtext)
    If (hWnd = 0) Then
    MsgBox "The Game Is Not Working", vbCritical, "Error"
    End
    Exit Function
    End If

    GetWindowThreadProcessId hWnd, pid
    phandle = OpenProcess(PROCESS_ALL_ACCESS, False, pid)
    If (phandle = 0) Then
    MsgBox "Can't get ProcessId", vbCritical, "Error"
    Exit Function
    End If

    ReadProcessMem phandle, address, valbuffer, 4, 0&
    CloseHandle hProcess
    End Function



    Public Function WriteAFloat(gamewindowtext As String, address As Long, value As Single)
    Dim hWnd As Long
    Dim pid As Long
    Dim phandle As Long

    hWnd = FindWindow(vbNullString, gamewindowtext)
    If (hWnd = 0) Then
    MsgBox "The Game Is Not Working", vbCritical, "Error"
    End
    Exit Function
    End If

    GetWindowThreadProcessId hWnd, pid
    phandle = OpenProcess(PROCESS_ALL_ACCESS, False, pid)
    If (phandle = 0) Then
    MsgBox "Can't get ProcessId", vbCritical, "Error"
    Exit Function
    End If

    WriteProcessMemory phandle, address, value, 4, 0&
    CloseHandle hProcess
    End Function
    Thanks dude it helps me

  7. #7
    gamehackernoob's Avatar
    Join Date
    Apr 2007
    Location
    in your base, invis hacking.
    Posts
    7
    Reputation
    10
    Thanks
    0

    Cool

    Note that that module is detected.
    You will be banned within 30 seconds.

Similar Threads

  1. [Help Request] Need help with G-force hack
    By neonstar in forum CrossFire Help
    Replies: 6
    Last Post: 06-18-2011, 02:17 PM
  2. Need Help With 1.05 Hack
    By infinitar in forum Combat Arms Hacks & Cheats
    Replies: 4
    Last Post: 10-18-2008, 12:25 PM
  3. Need help with red grenade hack
    By Niekjes in forum WolfTeam General
    Replies: 24
    Last Post: 03-15-2008, 12:41 AM
  4. Need help with my ladder Teleport Code
    By shanky1 in forum WarRock - International Hacks
    Replies: 3
    Last Post: 08-23-2007, 04:02 PM
  5. need help with cheat engine hacks for u to tell me including amazing bypasser
    By george567 in forum WarRock - International Hacks
    Replies: 5
    Last Post: 07-01-2007, 12:43 PM