Results 1 to 7 of 7
  1. #1
    ferrar1000's Avatar
    Join Date
    Dec 2005
    Gender
    male
    Posts
    80
    Reputation
    11
    Thanks
    3

    help for my WarRock trainer

    hi, i making a trainer with vb6, but when i try it all work except the teleport and superjump(Z of teleport), when i press the button its how i set the number to 0 but i set to 2000, don't is the textbox because i try with weapon and work, its only with teleport...

    i tryed do with long and with float but don't work

    can anyone tell me with i have to do this?




  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
    Ugh....Its the wrong address maby, Post your script there may be somthing wrong with it.

  3. #3
    ferrar1000's Avatar
    Join Date
    Dec 2005
    Gender
    male
    Posts
    80
    Reputation
    11
    Thanks
    3
    Quote Originally Posted by jetamay View Post
    Ugh....Its the wrong address maby, Post your script there may be somthing wrong with it.
    here its the code:
    Code:
    Dim xxx As Long
    Dim xxx2 As Long
    Call xxxxxx("WarRock", &H8B5288, xxx)
    xxx2 = xxx + &H180
    Call xxxxxx("WarRock", xxx2, Text1)




  4. #4
    juppeli's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    768
    Reputation
    12
    Thanks
    19
    This is mine code from mine 100 year old trainer(for superjump):
    Code:
    Dim jump As Long
    Dim jump1 As Long
    Dim jump3 As Single
    Call ReadALong("WarRock", &H8ADCA8, jump)
    jump1 = jump + &H180
    jump3 = Text3.text 
    Call WriteAFloat("WarRock", jump1, jump3)

  5. #5
    Noxit's Avatar
    Join Date
    Jul 2007
    Gender
    male
    Location
    N:\O\X\I\T.exe
    Posts
    2,017
    Reputation
    24
    Thanks
    640
    My Mood
    Drunk
    So what??
    He doesn't asked if you want to show youre own code...
    And if it's 100 years old this is a fckn useless post...

  6. #6
    juppeli's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    768
    Reputation
    12
    Thanks
    19
    You dipshit... He can look from mine code that whats wrong with his source

  7. #7
    ferrar1000's Avatar
    Join Date
    Dec 2005
    Gender
    male
    Posts
    80
    Reputation
    11
    Thanks
    3
    Quote Originally Posted by juppeli View Post
    This is mine code from mine 100 year old trainer(for superjump):
    Code:
    Dim jump As Long
    Dim jump1 As Long
    Dim jump3 As Single
    Call ReadALong("WarRock", &H8ADCA8, jump)
    jump1 = jump + &H180
    jump3 = Text3.text 
    Call WriteAFloat("WarRock", jump1, jump3)
    i tryed with this, and don't work, i go to 0 and i ajust to 2000 on textbox

    fucker WR and his cheats!!!

    plz help me, its only the SJ don't work the other hacks work...




Similar Threads

  1. Warrock Trainer
    By 22061988 in forum WarRock - International Hacks
    Replies: 13
    Last Post: 06-29-2007, 09:17 PM
  2. help for NEW KOREAN TRAINER
    By XqwertyX in forum WarRock Korea Hacks
    Replies: 26
    Last Post: 05-15-2007, 09:07 PM
  3. The Warrock Trainer
    By tomvernons in forum WarRock - International Hacks
    Replies: 4
    Last Post: 02-05-2006, 01:23 AM
  4. (SEARCHING)WarRock Trainer
    By User Namem in forum Hack Requests
    Replies: 11
    Last Post: 02-02-2006, 07:48 PM
  5. MPGH Warrock Trainer v1.010206
    By Dave84311 in forum WarRock - International Hacks
    Replies: 21
    Last Post: 01-10-2006, 06:41 PM