Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    boyd45's Avatar
    Join Date
    Apr 2008
    Gender
    male
    Location
    behind my lapt0p
    Posts
    88
    Reputation
    10
    Thanks
    20
    My Mood
    Yeehaw

    stamina dont freezes...

    hello i maked a stamina hack but it dont works =( im a newbie hacker i dont know what iv done wrong here wat i putted in i hope you can help me


    Private Sub Command1_Click()
    Timer1.Enabled = True
    End Sub

    Private Sub Command2_Click()
    Timer1.Enabled = False
    End Sub

    Private Sub Timer1_Timer()
    Dim STAM As Long
    Dim STAM1 As Long
    Call pwned11("Warrock", &H13773A0, STAM)
    STAM1 = STAM + &H28C
    Call pwned12("Warrock", STAM1, 1120403456)

    End Sub


    and this is my module

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

    'API Declaration
    Public Declare Function pwned1 Lib "user32" Alias "GetWindowThreadProcessId" (ByVal hWnd As Long, lpdwProcessId As Long) As Long
    Public Declare Function pwned2 Lib "kernel32" Alias "OpenProcess" (ByVal dwDesiredAccess As Long, ByVal bInheritHandle As Long, ByVal dwProcessId As Long) As Long
    Public Declare Function pwned3 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 pwned4 Lib "kernel32" Alias "CloseHandle" (ByVal hObject As Long) As Long
    Public Declare Function pwned5 Lib "user32" Alias "FindWindowA" (ByVal Classname As String, ByVal WindowName As String) As Long
    Public Declare Function pwned6 Lib "user32" Alias "GetAsyncKeyState" (ByVal key As Long) As Integer
    Public Declare Function pwned7 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 pwned11(pwned17 As String, pwned18 As Long, pwned19 As Long) 'WriteALong
    Dim pwned8 As Long
    Dim pwned9 As Long
    Dim pwned10 As Long
    pwned8 = pwned5(vbNullString, pwned17)
    If (pwned8 = 0) Then
    End
    Exit Function
    End If
    pwned1 pwned8, pwned9
    pwned10 = pwned2(pwned21, False, pwned9)
    If (pwned10 = 0) Then
    Exit Function
    End If
    pwned3 pwned10, pwned18, pwned19, 4, 0&
    pwned4 pwned22
    End Function

    Public Function pwned12(pwned17 As String, pwned18 As Long, pwned20 As Long) 'ReadALong
    Dim pwned8 As Long
    Dim pwned9 As Long
    Dim pwned10 As Long
    pwned8 = pwned5(vbNullString, pwned17)
    If (pwned8 = 0) Then
    End
    Exit Function
    End If
    pwned1 pwned8, pwned9
    pwned10 = pwned2(pwned21, False, pwned9)
    If (pwned10 = 0) Then
    Exit Function
    End If
    pwned7 pwned10, pwned18, pwned20, 4, 0&
    pwned4 pwned22
    End Function

    Public Function pwned14(pwned17 As String, pwned18 As Long, pwned20 As Single) 'ReadAFloat
    Dim pwned8 As Long
    Dim pwned9 As Long
    Dim pwned10 As Long
    pwned8 = pwned5(vbNullString, pwned17)
    If (pwned8 = 0) Then
    End
    Exit Function
    End If
    pwned1 pwned8, pwned9
    pwned10 = pwned2(pwned21, False, pwned9)
    If (pwned10 = 0) Then
    Exit Function
    End If
    pwned7 pwned10, pwned18, pwned20, 4, 0&
    pwned4 pwned22
    End Function

    Public Function pwned13(pwned17 As String, pwned18 As Long, pwned19 As Single) 'WriteAFloat
    Dim pwned8 As Long
    Dim pwned9 As Long
    Dim pwned10 As Long
    pwned8 = pwned5(vbNullString, pwned17)
    If (pwned8 = 0) Then
    End
    Exit Function
    End If
    pwned1 pwned8, pwned9
    pwned10 = pwned2(pwned21, False, pwned9)
    If (pwned10 = 0) Then
    Exit Function
    End If
    pwned3 pwned10, pwned18, pwned19, 4, 0&
    pwned4 pwned22
    End Function

    Public Function pwned15(pwned17 As String, pwned18 As Long, pwned19 As Byte) 'WriteAByte
    Dim pwned8 As Long
    Dim pwned9 As Long
    Dim pwned10 As Long
    pwned8 = pwned5(vbNullString, pwned17)
    If (pwned8 = 0) Then
    End
    Exit Function
    End If
    pwned1 pwned8, pwned9
    pwned10 = pwned2(pwned21, False, pwned9)
    If (pwned10 = 0) Then
    Exit Function
    End If
    pwned3 pwned10, pwned18, pwned19, 1, 0&
    pwned4 pwned22
    End Function

    Public Function pwned16(pwned17 As String, pwned18 As Long, pwned20 As Byte) 'ReadAByte
    Dim pwned8 As Long
    Dim pwned9 As Long
    Dim pwned10 As Long
    pwned8 = pwned5(vbNullString, pwned17)
    If (pwned8 = 0) Then
    End
    Exit Function
    End If
    pwned1 pwned8, pwned9
    pwned10 = pwned2(pwned21, False, pwned9)
    If (pwned10 = 0) Then
    Exit Function
    End If
    pwned7 pwned10, pwned18, pwned20, 1, 0&
    pwned4 pwned22
    End Function

  2. #2
    Synns's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    5,174
    Reputation
    170
    Thanks
    2,557
    My Mood
    Bitchy
    In the timer properties, put. Interval = 1 and Enabled = False

    And It should work.

  3. #3
    boyd45's Avatar
    Join Date
    Apr 2008
    Gender
    male
    Location
    behind my lapt0p
    Posts
    88
    Reputation
    10
    Thanks
    20
    My Mood
    Yeehaw
    ok i think i forgot that i will try it now

  4. #4
    boyd45's Avatar
    Join Date
    Apr 2008
    Gender
    male
    Location
    behind my lapt0p
    Posts
    88
    Reputation
    10
    Thanks
    20
    My Mood
    Yeehaw
    it still doesnt work =(

  5. #5
    AlexSleyore's Avatar
    Join Date
    Sep 2007
    Posts
    44
    Reputation
    10
    Thanks
    11
    Switch Pwned11 to Pwned12 and Pwned12 to Pwned11

  6. #6
    boyd45's Avatar
    Join Date
    Apr 2008
    Gender
    male
    Location
    behind my lapt0p
    Posts
    88
    Reputation
    10
    Thanks
    20
    My Mood
    Yeehaw
    nope also not that =(

  7. #7
    f3l1x01's Avatar
    Join Date
    Apr 2008
    Posts
    24
    Reputation
    10
    Thanks
    3
    remove the "warrock" most people get errors with it...

  8. #8
    olie122333's Avatar
    Join Date
    Oct 2007
    Gender
    male
    Posts
    438
    Reputation
    10
    Thanks
    20
    i never remove War Rock, only remove War Rock if you are hacking a different game (in which case you need to change it) or if you have used Zeas' latest Module Generator...

  9. #9
    Jester62's Avatar
    Join Date
    May 2007
    Posts
    58
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Longevity View Post
    In the timer properties, put. Interval = 1 and Enabled = False

    And It should work.
    how the fuck wud that work

    if u make the timer false it wont work


    Private Sub Timer1_Timer()
    Dim STAN As Long
    Dim STAN1 As Long
    Call ReadALong("WarRock", &H139A190, STAN)
    STAN1 = STAN + &H28C
    Call WriteALong("WarRock", STAN1, 1120403456)
    End Sub

    use that and replace the writealong and readalong with strings from ur module

  10. #10
    park16's Avatar
    Join Date
    Jun 2008
    Posts
    1
    Reputation
    10
    Thanks
    0
    Dim STAM As Long
    Dim STAM1 As Long
    Call pwned11("Warrock", &H13773A0, STAM)
    STAM1 = STAM + &H28C
    Call pwned12("Warrock", STAM1, 1120403456)



    the freeze is 100 no 1120403456

  11. #11
    whydoihack's Avatar
    Join Date
    Feb 2008
    Location
    Why'd you wanna know pervert!
    Posts
    112
    Reputation
    9
    Thanks
    1
    Remove warrock from pc then pour water on HD then put in a freezer.. then it will freeze duhh

  12. #12
    boyd45's Avatar
    Join Date
    Apr 2008
    Gender
    male
    Location
    behind my lapt0p
    Posts
    88
    Reputation
    10
    Thanks
    20
    My Mood
    Yeehaw
    my freeze code work too

  13. #13
    digger's Avatar
    Join Date
    Jun 2008
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    2
    Quote Originally Posted by park16 View Post
    Dim STAM As Long
    Dim STAM1 As Long
    Call pwned11("Warrock", &H13773A0, STAM)
    STAM1 = STAM + &H28C
    Call pwned12("Warrock", STAM1, 1120403456)



    the freeze is 100 no 1120403456

    No the right value is 1120403456 and it's working fine, we are writing a long here not a float or something else

  14. #14
    brazilhabb's Avatar
    Join Date
    Aug 2007
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    1
    R u sure u got newest playerpointer ? -.-

  15. #15
    mrkprv's Avatar
    Join Date
    Feb 2008
    Gender
    male
    Posts
    40
    Reputation
    10
    Thanks
    47
    ahhahahThe error issssssssssssssssssss:
    tha playerpointer is :139B6B8
    this is the error ..

Page 1 of 2 12 LastLast

Similar Threads

  1. [Help] Stamina code freezes to 0
    By ilovepie21 in forum Visual Basic Programming
    Replies: 2
    Last Post: 03-05-2008, 08:21 PM
  2. [Release] Warrock Trainer - Scope / Stamina
    By darkshinez in forum WarRock - International Hacks
    Replies: 20
    Last Post: 06-14-2006, 06:51 PM
  3. Dont get all happy!
    By jeremywilms in forum WarRock - International Hacks
    Replies: 12
    Last Post: 06-12-2006, 10:48 PM
  4. is there a way that i dont get disconnect
    By plapla1 in forum Gunz General
    Replies: 14
    Last Post: 02-07-2006, 12:44 PM
  5. I dont understand the tutorial
    By ValconGSX in forum WarRock - International Hacks
    Replies: 1
    Last Post: 01-16-2006, 04:11 PM

Tags for this Thread