Results 1 to 14 of 14
  1. #1
    ltkort213's Avatar
    Join Date
    May 2007
    Gender
    male
    Location
    I live in my own pc and, I hack in my pc!
    Posts
    203
    Reputation
    11
    Thanks
    16
    My Mood
    Stressed

    Exclamation Stamina doesnt work!

    Hey guys,

    i made a hack but it doesnt work what did i wrong this are my codes:
    Code:
    Private Sub Command1_Click()
    Dim Value1 As Long
    Call ReadALong("WarRock", &H7DB120, Value1)
    Text1.Text = Value1
    End Sub
    
    Private Sub Timer1_Timer()
    Call WriteALong("WarRock", &H7DB120, 1120403456)
    End Sub
    
    Private Sub Timer2_Timer()
    Timer1.Interval = 0
    End Sub
    
    Private Sub Timer3_Timer()
    Timer1.Interval = 1
    End Sub
    and i made a text box, i did everything that i need to do
    i did it from this thread:

    https://www.mpgh.net/forum/tutorials/...6_trainer.html
    Srry for Bad English, I am Dutch!




    Help me raise my Habamon!

  2. #2
    Grannyp0rn's Avatar
    Join Date
    May 2007
    Posts
    18
    Reputation
    10
    Thanks
    0
    Same i just done that tut and the stamina hack dont work we may be using the wrong Code For the hack changed in the update ?

  3. #3
    ltkort213's Avatar
    Join Date
    May 2007
    Gender
    male
    Location
    I live in my own pc and, I hack in my pc!
    Posts
    203
    Reputation
    11
    Thanks
    16
    My Mood
    Stressed
    Quote Originally Posted by Grannyp0rn View Post
    Same i just done that tut and the stamina hack dont work we may be using the wrong Code For the hack changed in the update ?
    no cause someone made also a stamina hack with the same codes
    Srry for Bad English, I am Dutch!




    Help me raise my Habamon!

  4. #4
    Trixiez's Avatar
    Join Date
    Feb 2007
    Gender
    male
    Posts
    261
    Reputation
    10
    Thanks
    0
    Try

    Code:
    Private Sub Command1_Click()
    Timer1.Interval = 1
    End Sub
    
    Private Sub Command2_Click()
    Timer1.Interval = 0
    End Sub
    
    Private Sub Timer1_Timer()
    Call WriteALong("WarRock", &H7DB120, 1120403456)
    End Sub
    That should work. Dont just take the code & use it. Read it & learn/understand it.

    ~TriX~



  5. #5
    ltkort213's Avatar
    Join Date
    May 2007
    Gender
    male
    Location
    I live in my own pc and, I hack in my pc!
    Posts
    203
    Reputation
    11
    Thanks
    16
    My Mood
    Stressed
    Quote Originally Posted by Trixiez View Post
    Try

    Code:
    Private Sub Command1_Click()
    Timer1.Interval = 1
    End Sub
    
    Private Sub Command2_Click()
    Timer1.Interval = 0
    End Sub
    
    Private Sub Timer1_Timer()
    Call WriteALong("WarRock", &H7DB120, 1120403456)
    End Sub
    That should work. Dont just take the code & use it. Read it & learn/understand it.

    ~TriX~
    so it need to look like this:

    Code:
    Private Sub Command1_Click()
    Dim Value1 As Long
    Call ReadALong("WarRock", &H7DB120, Value1)
    Text1.Text = Value1
    End Sub
    
    Private Sub Frame2_DragDrop(Source As Control, X As Single, Y As Single)
    
    End Sub
    
    Private Sub Timer1_Timer()
    Call WriteALong("WarRock", &H7DB120, 1120403456)
    Private Sub Command1_Click()
    Timer1.Interval = 1
    End Sub
    
    Private Sub Command2_Click()
    Timer1.Interval = 0
    End Sub
    
    Private Sub Timer1_Timer()
    Call WriteALong("WarRock", &H7DB120, 1120403456)
    End Sub
    probaly not, but say how it need to look. because i dont know it!

    srry for bad english
    Srry for Bad English, I am Dutch!




    Help me raise my Habamon!

  6. #6
    Trixiez's Avatar
    Join Date
    Feb 2007
    Gender
    male
    Posts
    261
    Reputation
    10
    Thanks
    0
    Your code is very wrong. The code I gave you is excatly how stamina hack should look like.

    Personaly I think you need to find a similar site in your language as you will get confussed here. You cant read English well & learning a new code isn't easy either.

    I wont stop you from trying & good luck.

    ~TriX~



  7. #7
    Grannyp0rn's Avatar
    Join Date
    May 2007
    Posts
    18
    Reputation
    10
    Thanks
    0
    i Activate them by clicking them i guess ?

  8. #8
    ltkort213's Avatar
    Join Date
    May 2007
    Gender
    male
    Location
    I live in my own pc and, I hack in my pc!
    Posts
    203
    Reputation
    11
    Thanks
    16
    My Mood
    Stressed
    Quote Originally Posted by Trixiez View Post
    Your code is very wrong. The code I gave you is excatly how stamina hack should look like.

    Personaly I think you need to find a similar site in your language as you will get confussed here. You cant read English well & learning a new code isn't easy either.

    I wont stop you from trying & good luck.

    ~TriX~
    so it look like this:

    Code:
    Private Sub Command1_Click()
    Timer1.Interval = 1
    End Sub
    
    Private Sub Command2_Click()
    Timer1.Interval = 0
    End Sub
    
    Private Sub Timer1_Timer()
    Call WriteALong("WarRock", &H7DB120, 1120403456)
    End Sub
    Srry for Bad English, I am Dutch!




    Help me raise my Habamon!

  9. #9
    Trixiez's Avatar
    Join Date
    Feb 2007
    Gender
    male
    Posts
    261
    Reputation
    10
    Thanks
    0
    Yes.

    ~TriX~



  10. #10
    jokuvaan11's Avatar
    Join Date
    May 2007
    Posts
    192
    Reputation
    11
    Thanks
    0

    Lightbulb GooD

    Quote Originally Posted by ltkort213 View Post
    so it look like this:

    Code:
    Private Sub Command1_Click()
    Timer1.Interval = 1
    End Sub
    
    Private Sub Command2_Click()
    Timer1.Interval = 0
    End Sub
    
    Private Sub Timer1_Timer()
    Call WriteALong("WarRock", &H7DB120, 1120403456)
    End Sub
    I think that is right!!!

  11. #11
    ltkort213's Avatar
    Join Date
    May 2007
    Gender
    male
    Location
    I live in my own pc and, I hack in my pc!
    Posts
    203
    Reputation
    11
    Thanks
    16
    My Mood
    Stressed
    ok thnx do you want it?
    Srry for Bad English, I am Dutch!




    Help me raise my Habamon!

  12. #12
    Trixiez's Avatar
    Join Date
    Feb 2007
    Gender
    male
    Posts
    261
    Reputation
    10
    Thanks
    0
    No Thnx - I think I might have it already

    ~TriX~



  13. #13
    Grannyp0rn's Avatar
    Join Date
    May 2007
    Posts
    18
    Reputation
    10
    Thanks
    0
    mine came out like this when trying It ?

    Private Sub Command1_Click()
    Timer1.Interval = 1
    End Sub

    Private Sub Command2_Click()
    Timer1.Interval = 0
    End Sub

    Private Sub Timer1_Timer() -- said this one was wrong sub or function wrong

    Call WriteALong("WarRock", &H7DB120, 1120403456)
    End Sub

  14. #14
    Trixiez's Avatar
    Join Date
    Feb 2007
    Gender
    male
    Posts
    261
    Reputation
    10
    Thanks
    0
    Make sure you read TheRedEye tutorial & use his module. I wont give you everything as you need to learn.

    ~TriX~



Similar Threads

  1. My Hack doesnt work oO
    By kingkicker8 in forum WarRock - International Hacks
    Replies: 2
    Last Post: 06-11-2007, 05:13 AM
  2. DS2 doesnt work
    By acepwnage in forum General Gaming
    Replies: 1
    Last Post: 07-03-2006, 10:21 PM
  3. Warrok Doesnt work for me!?!?!
    By acepwnage in forum General Gaming
    Replies: 8
    Last Post: 06-13-2006, 09:55 PM
  4. The Weopons hack doesnt work???
    By Coolman in forum WarRock - International Hacks
    Replies: 18
    Last Post: 05-25-2006, 07:04 AM
  5. WPE doesnt work anymore!!!!!!!!!!!!!!!!!!!!
    By kayhesse in forum WarRock - International Hacks
    Replies: 3
    Last Post: 01-22-2006, 12:47 PM