Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    ilovepie21's Avatar
    Join Date
    Feb 2007
    Location
    Drunk
    Posts
    388
    Reputation
    11
    Thanks
    134

    [HELP] I NEED HELP WITH STAMINA CODE

    VB6 STAMINA CODE
    PLEASE TELL WAT IS WRONG WITH MY CODE THX!
    Code:
    Private Sub Timer1_Timer()
    If GKT12T2(vbKeyShift) Then
    Dim STAN As Long
    Dim STAN1 As Long
    Call DKJVUAOPVU38VMMFU1("WarRock", &H13680D8, STAN)
    STAN1 = STAN + &H288
    Call FKJNVUJA948FCMMVJD8("WarRock", STAN1, 100)
    End If
    End Sub
    ARE U SUPPOSED TO REPLACE STAN AND STAN1 WITH ANYTHING?
    Last edited by ilovepie21; 03-03-2008 at 05:33 PM.

  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
    Quote Originally Posted by ilovepie21 View Post
    VB6 STAMINA CODE
    PLEASE TELL WAT IS WRONG WITH MY CODE THX!
    Code:
    Private Sub Timer1_Timer()
    If GKT12T2(vbKeyShift) Then
    Dim STAM As Long
    Dim STAM1 As Long
    Call DKJVUAOPVU38VMMFU1("WarRock", &H13680D8, STAM)
    STAM1 = STAM + &H288
    Call FKJNVUJA948FCMMVJD8("WarRock", STAM1, 100)
    End If
    End Sub
    ARE U SUPPOSED TO REPLACE STAM AND STAM1 WITH ANYTHING?
    What happens when you try it? Does it freeze to 0?



    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
    Threadstarter
    Dual-Keyboard Member
    ilovepie21's Avatar
    Join Date
    Feb 2007
    Location
    Drunk
    Posts
    388
    Reputation
    11
    Thanks
    134
    according to people who tested for me it dont do anything
    EDIT: I just tested my self and it doesnt do anything
    Last edited by ilovepie21; 03-03-2008 at 05:30 PM.

  4. #4
    yup's Avatar
    Join Date
    Feb 2008
    Gender
    male
    Posts
    102
    Reputation
    11
    Thanks
    3
    Call FKJNVUJA948FCMMVJD8("WarRock", STAN1, 100)

    Shouldn't that be a higher value?

  5. #5
    mingling's Avatar
    Join Date
    Feb 2007
    Posts
    28
    Reputation
    10
    Thanks
    5
    i think u hav to replace stan and stan1

  6. #6
    Threadstarter
    Dual-Keyboard Member
    ilovepie21's Avatar
    Join Date
    Feb 2007
    Location
    Drunk
    Posts
    388
    Reputation
    11
    Thanks
    134
    Quote Originally Posted by yup View Post
    Call FKJNVUJA948FCMMVJD8("WarRock", STAN1, 100)

    Shouldn't that be a higher value?
    im not sure probably but either way nothing gets frozen or reset in any way
    Quote Originally Posted by mingling View Post
    i think u hav to replace stan and stan1
    i guess?

  7. #7
    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
    Try this :
    Code:
    Private Sub Timer1_Timer()
    If GKT12T2(vbKeyShift) Then
    Dim Write as float
    Dim STAN As Long
    Dim STAN1 As Long
    Call DKJVUAOPVU38VMMFU1("WarRock", &H13680D8, STAN)
    STAN1 = STAN + &H288
    Call FKJNVUJA948FCMMVJD8("WarRock", STAN1, Write)
    End If
    End Sub



    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?


  8. #8
    Threadstarter
    Dual-Keyboard Member
    ilovepie21's Avatar
    Join Date
    Feb 2007
    Location
    Drunk
    Posts
    388
    Reputation
    11
    Thanks
    134
    Quote Originally Posted by jetamay View Post
    Try this :
    Code:
    Private Sub Timer1_Timer()
    If GKT12T2(vbKeyShift) Then
    Dim Write as float
    Dim STAN As Long
    Dim STAN1 As Long
    Call DKJVUAOPVU38VMMFU1("WarRock", &H13680D8, STAN)
    STAN1 = STAN + &H288
    Call FKJNVUJA948FCMMVJD8("WarRock", STAN1, Write)
    End If
    End Sub
    Compile Error:
    Expected: Identifier

  9. #9
    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
    Quote Originally Posted by ilovepie21 View Post
    Compile Error:
    Expected: Identifier
    Lol, fuck, what are they called in VB...try replacing float with double =X



    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?


  10. #10
    Threadstarter
    Dual-Keyboard Member
    ilovepie21's Avatar
    Join Date
    Feb 2007
    Location
    Drunk
    Posts
    388
    Reputation
    11
    Thanks
    134
    Quote Originally Posted by jetamay View Post
    Lol, fuck, what are they called in VB...try replacing float with double =X
    Still get same error

  11. #11
    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
    Oh lol, duh, I didn't define it. This works :

    Private Sub Timer1_Timer()
    If GKT12T2(vbKeyShift) Then
    Dim Write as float
    Write = 100
    Dim STAN As Long
    Dim STAN1 As Long
    Call DKJVUAOPVU38VMMFU1("WarRock", &H13680D8, STAN)
    STAN1 = STAN + &H288
    Call FKJNVUJA948FCMMVJD8("WarRock", STAN1, Write)
    End If
    End Sub



    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?


  12. #12
    Threadstarter
    Dual-Keyboard Member
    ilovepie21's Avatar
    Join Date
    Feb 2007
    Location
    Drunk
    Posts
    388
    Reputation
    11
    Thanks
    134
    Quote Originally Posted by jetamay View Post
    Oh lol, duh, I didn't define it. This works :
    it highlights the = and then says
    Compile Error:
    Expected: #

  13. #13
    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
    Try :
    Dim Write as float = 100



    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?


  14. #14
    Threadstarter
    Dual-Keyboard Member
    ilovepie21's Avatar
    Join Date
    Feb 2007
    Location
    Drunk
    Posts
    388
    Reputation
    11
    Thanks
    134
    Quote Originally Posted by jetamay View Post
    Try :
    Dim Write as float = 100
    still need identifier lol

  15. #15
    -TM-'s Avatar
    Join Date
    Dec 2007
    Gender
    male
    Location
    ChairNearDesk
    Posts
    108
    Reputation
    12
    Thanks
    41
    What the heck?

    Unlimited Stamina:
    Dim UStaminaA As Long
    Dim UStaminaB As Long
    Call ReadALong("WarRock", &HPOINTER, UStaminaA)
    UStaminaB = UStaminaA + &HOFFSET
    Call WriteAFloat("WarRock", UStaminaB, VALUE)
    Or Use:
    Call WriteALong("WarRock", UStaminaB, VALUE)
    'Depending on if you use WriteALong or WriteAFloat the Vaue will be different.
    'WriteALong = 1120403456
    'WriteAFloat = 100

    Thats mine...Thank me...

Page 1 of 2 12 LastLast

Similar Threads

  1. [Help Request] need help with injecting code/using it
    By 0xx-kyle-xx0 in forum Combat Arms Help
    Replies: 1
    Last Post: 06-17-2018, 12:02 PM
  2. Need help with some codes - Vb8
    By NatureSkillz in forum Visual Basic Programming
    Replies: 9
    Last Post: 09-18-2009, 08:22 AM
  3. I need help with this code in C#
    By trevor206 in forum Programming Tutorial Requests
    Replies: 0
    Last Post: 08-18-2009, 05:40 PM
  4. need help with teleport code
    By konni in forum WarRock - International Hacks
    Replies: 0
    Last Post: 07-29-2007, 11:07 PM
  5. NEED help with verification code when registering!
    By vinogradov in forum WarRock Korea Hacks
    Replies: 2
    Last Post: 05-30-2007, 07:20 PM

Tags for this Thread