Results 1 to 7 of 7
  1. #1
    floris12345!'s Avatar
    Join Date
    May 2007
    Gender
    male
    Location
    gasdhf
    Posts
    63
    Reputation
    10
    Thanks
    13

    is this the right code for (Anti-Kick) New Addresses

    i found in Warrock International this anti kick code : 4FCF35
    Do i have to change my Module ???
    is this the right code ? :

    Call WriteAbyte("WarRock", 4FCF35 , &H90)
    Call WriteAbyte("WarRock", 4FCF35 , +1 &H90)
    Call WriteAbyte("WarRock", 4FCF35 , +2 &H90)
    Call WriteAbyte("WarRock", 4FCF35 , +3 &H90)
    Call WriteAbyte("WarRock", 4FCF35 , +4 &H90)
    Call WriteAbyte("WarRock", 4FCF35 , +5 &H90)
    Call WriteAbyte("WarRock", 4FCF35 , +6 &H90)

    Or

    Call WriteAbyte("WarRock", 4FCF35 , &H90)
    Call WriteAbyte("WarRock", 4FCF36 , +1 &H90)
    Call WriteAbyte("WarRock", 4FCF37 , +2 &H90)
    Call WriteAbyte("WarRock", 4FCF38 , +3 &H90)
    Call WriteAbyte("WarRock", 4FCF39 , +4 &H90)
    Call WriteAbyte("WarRock", 4FCF3A , +5 &H90)
    Call WriteAbyte("WarRock", 4FCF3B , +6 &H90)

    Please leave something if i am wrong !
    Last edited by floris12345!; 01-26-2008 at 01:29 PM.

  2. #2
    Teh Sasuke's Avatar
    Join Date
    Dec 2007
    Gender
    male
    Location
    白昼夢
    Posts
    73
    Reputation
    10
    Thanks
    13
    i think this will work.

    Call WriteAbyte("Warrock", 4FCF35 , &H90)
    Call WriteAbyte("Warrock", 4FCF36 , &H90)
    Call WriteAbyte("Warrock", 4FCF37 , &H90)
    Call WriteAbyte("Warrock", 4FCF38 , &H90)
    Call WriteAbyte("Warrock", 4FCF39 , &H90)
    Call WriteAbyte("Warrock", 4FCF3A , &H90)

  3. #3
    Kirge's Avatar
    Join Date
    Dec 2007
    Posts
    15
    Reputation
    10
    Thanks
    2
    Does antikick go into a timer?

    Sorry for nub questions

  4. #4
    herowarz's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Posts
    95
    Reputation
    11
    Thanks
    21
    not sure but i think your code need to be in a button not in timer

    good luck

  5. #5
    herowarz's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Posts
    95
    Reputation
    11
    Thanks
    21
    Quote Originally Posted by Teh Sasuke View Post
    i think this will work.

    Call WriteAbyte("Warrock", 4FCF35 , &H90)
    Call WriteAbyte("Warrock", 4FCF36 , &H90)
    Call WriteAbyte("Warrock", 4FCF37 , &H90)
    Call WriteAbyte("Warrock", 4FCF38 , &H90)
    Call WriteAbyte("Warrock", 4FCF39 , &H90)
    Call WriteAbyte("Warrock", 4FCF3A , &H90)


    Call WriteAbyte("Warrock", &H4FCF35 , &H90)
    Call WriteAbyte("Warrock", &H4FCF36 , &H90)
    Call WriteAbyte("Warrock", &H4FCF37 , &H90)
    Call WriteAbyte("Warrock", &H4FCF38 , &H90)
    Call WriteAbyte("Warrock", &H4FCF39 , &H90)
    Call WriteAbyte("Warrock", &H4FCF3A , &H90)

  6. #6
    floris12345!'s Avatar
    Join Date
    May 2007
    Gender
    male
    Location
    gasdhf
    Posts
    63
    Reputation
    10
    Thanks
    13
    when i add the code : above here

    and i add module
    i save but i get error : Sub or Function not Defied

    do i have to edit my module ??

    how ??

  7. #7
    herowarz's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Posts
    95
    Reputation
    11
    Thanks
    21
    Quote Originally Posted by floris12345! View Post
    when i add the code : above here

    and i add module
    i save but i get error : Sub or Function not Defied

    do i have to edit my module ??

    how ??
    ????

    replace WriteAbyte to YOUR string
    ex: Call floris15("WarRock", ....

    if you use WriteAbyte you will get automaticly banned cause its detected!

    good luck ( if you dont have undetected module i can make you 1 )



Similar Threads

  1. [Solved] Is this the right code for no reload?
    By Jordyr in forum CrossFire Help
    Replies: 2
    Last Post: 10-07-2011, 07:32 PM
  2. is this the right code?
    By ownedplox in forum WarRock - International Hacks
    Replies: 5
    Last Post: 01-21-2008, 01:35 PM
  3. what is the code and the right hotkey (space) for SJ
    By floris12345! in forum Visual Basic Programming
    Replies: 4
    Last Post: 01-20-2008, 01:37 PM
  4. trading bypass made by me for anti kick adresss on warrock
    By ~claw~ in forum Trade Accounts/Keys/Items
    Replies: 0
    Last Post: 07-26-2007, 06:19 AM
  5. Trading something for Anti-Kick
    By Rawr in forum Trade Accounts/Keys/Items
    Replies: 0
    Last Post: 07-25-2007, 06:48 AM