Results 1 to 10 of 10
  1. #1
    iwanthacks121's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    170
    Reputation
    10
    Thanks
    36
    My Mood
    Shocked

    Exclamation HELP! anti-kick problem!

    Please can some1 tell me why my anti-kick isn't working heres my code:

    Private Sub Timer6_Timer()
    Call WriteAbyte("warrock", &H5058C5, &H90)
    Call WriteAbyte("warrock", &H5058C6, &H90)
    Call WriteAbyte("warrock", &H5058C7, &H90)
    Call WriteAbyte("warrock", &H5058C8, &H90)
    Call WriteAbyte("warrock", &H5058C9, &H90)
    Call WriteAbyte("warrock", &H5058C10, &H90)
    End Sub

    And also yes i have changed mine from WriteAbyte

    And my stamina hack isn't working either it always says "compile error list separator or )" here it is :

    Private Sub Timer7_Timer()
    Call WriteALong("warrock", &H13773A0, 28C)
    End Sub
    Last edited by iwanthacks121; 05-04-2008 at 06:19 AM.
    Fuck you Gamersfirst.... My ass MoneyFirst.

  2. #2
    Josephlolis0's Avatar
    Join Date
    Feb 2008
    Gender
    male
    Location
    On top of your House
    Posts
    161
    Reputation
    10
    Thanks
    15
    Quote Originally Posted by iwanthacks121 View Post
    Please can some1 tell me why my anti-kick isn't working heres my code:

    Private Sub Timer6_Timer()
    Call WriteAbyte("warrock", &H5058C5, &H90)
    Call WriteAbyte("warrock", &H5058C6, &H90)
    Call WriteAbyte("warrock", &H5058C7, &H90)
    Call WriteAbyte("warrock", &H5058C8, &H90)
    Call WriteAbyte("warrock", &H5058C9, &H90)
    Call WriteAbyte("warrock", &H5058CA, &H90)
    End Sub

    And also yes i have changed mine from WriteAbyte

    And my stamina hack isn't working either it always says "compile error list separator or )" here it is :

    Private Sub Timer7_Timer()
    Call WriteALong("warrock", &H13773A0, &H28C)
    End Sub
    Here i changed what you needed to do in BOLD.
    All you needed to do is add a "&H" to your 28c. You also needed to replace that 10 with an A.
    PanCakes

  3. The Following User Says Thank You to Josephlolis0 For This Useful Post:

    iwanthacks121 (05-04-2008)

  4. #3
    iwanthacks121's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    170
    Reputation
    10
    Thanks
    36
    My Mood
    Shocked
    Quote Originally Posted by Josephlolis0 View Post
    Here i changed what you needed to do in BOLD.
    All you needed to do is add a "&H" to your 28c. You also needed to replace that 10 with an A.
    Thanks you a lot m8 your the best
    Fuck you Gamersfirst.... My ass MoneyFirst.

  5. #4
    thiag00's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    50
    Reputation
    10
    Thanks
    7
    try this for anti-kick
    Call writealong("warrock", &H(addy), &H90)
    Call writealong("warrock", &H(addy)+ 1, &H90)
    Call writealong("warrock", &H(addy)+ 2, &H90)
    Call writealong("warrock", &H(addy)+ 3, &H90)
    Call writealong("warrock", &H(addy)+ 4, &H90)
    Call writealong("warrock", &H(addy)+ 5, &H90)

  6. #5
    bloqueado93's Avatar
    Join Date
    Sep 2007
    Posts
    226
    Reputation
    10
    Thanks
    34

    just

    just change the 10 for a you cant put 10 = A

  7. #6
    Josephlolis0's Avatar
    Join Date
    Feb 2008
    Gender
    male
    Location
    On top of your House
    Posts
    161
    Reputation
    10
    Thanks
    15
    Dude, i just said that bloq..
    PanCakes

  8. #7
    Carb0neum's Avatar
    Join Date
    May 2008
    Location
    Netherlands
    Posts
    37
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by Josephlolis0 View Post
    Private Sub Timer7_Timer()
    Call WriteALong("warrock", &H13773A0, &H28C)
    End Sub
    This code let my game crash...

  9. #8
    ilovepie21's Avatar
    Join Date
    Feb 2007
    Location
    Drunk
    Posts
    388
    Reputation
    11
    Thanks
    134
    thats because it dont do anything and is wrong

  10. #9
    p0wn4ge's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    Holland :)
    Posts
    154
    Reputation
    12
    Thanks
    187
    My Mood
    Amused
    Quote Originally Posted by Carb0neum View Post
    This code let my game crash...
    that is because they are old address. After last update, this is the new code for stamina:
    Code:
    Dim Stam1 As Long
    Dim Stam2 As Long
    Call ReadALong("WarRock", &H13783A0, Stam1)
    Stam2 = Stam1 + &H28C
    Call WrtiteALong("WarRock", Stam2, 100)
    EDIT:
    And This is the new code for antikick:
    Code:
    Call WriteAbyte("Warrock", &H505935, &H90)
    Call WriteAbyte("Warrock", &H505936, &H90)
    Call WriteAbyte("Warrock", &H505937, &H90)
    Call WriteAbyte("Warrock", &H505938, &H90)
    Call WriteAbyte("Warrock", &H505939, &H90)
    Call WriteAbyte("Warrock", &H50593A, &H90)
    Last edited by p0wn4ge; 05-09-2008 at 10:56 AM.

  11. #10
    Jester62's Avatar
    Join Date
    May 2007
    Posts
    58
    Reputation
    10
    Thanks
    0
    And my stamina hack isn't working either it always says "compile error list separator or )" here it is :

    Private Sub Timer7_Timer()
    Call WriteALong("warrock", &H13773A0, 28C)
    End Sub[/QUOTE]

    if u want a stamina hack that u can put in check boxes and buttons and `1 that will actualy work no matter wat then here

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

Similar Threads

  1. ANTI KICK PROBLEM
    By qunqurer in forum WarRock - International Hacks
    Replies: 20
    Last Post: 12-29-2009, 07:04 PM
  2. TUT unl ammo and anti kick (help) vb6
    By boyd45 in forum Programming Tutorials
    Replies: 1
    Last Post: 06-01-2008, 02:15 AM
  3. HELP with Unlimted ammo, invisible, anti kick adresses
    By noobi4life in forum WarRock - International Hacks
    Replies: 22
    Last Post: 11-27-2007, 05:35 PM
  4. Anti-kick help
    By Miraseth in forum WarRock - International Hacks
    Replies: 0
    Last Post: 11-17-2007, 04:51 PM
  5. Anti kick help
    By Nurbek92 in forum WarRock - International Hacks
    Replies: 5
    Last Post: 11-05-2007, 11:40 AM

Tags for this Thread