Results 1 to 5 of 5
  1. #1
    helenakarl's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    81

    Finding addies for anti-kick

    PLEASE CAN YOU HELP ME HOW FIND ADDIES FOR ANTI KICK?

    THANKS

    SALAMAT

  2. #2
    Mike Shinoda's Avatar
    Join Date
    May 2008
    Gender
    male
    Location
    127.0.0.1
    Posts
    1,177
    Reputation
    67
    Thanks
    165
    My Mood
    Amazed
    Anti-kick has been patched for 2-3 years now!
    It always starts with one thing...

  3. #3
    [G]CODER's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    4
    1.Post in the right section
    2.Anti Kick is a 6 bite NOP:

    Code:

    WriteAByte("WarRock", &H4FCF35, &H90)
    WriteAByte("WarRock", &H4FCF36, &H90)
    WriteAByte("WarRock", &H4FCF37, &H90)
    WriteAByte("WarRock", &H4FCF38, &H90)
    WriteAByte("WarRock", &H4FCF39, &H90)
    WriteAByte("WarRock", &H4FCF3A, &H90)

    This goes in a button.

    call writeabyte("warrock", &Hadress, &H90) <<<<<< that counts for 1 so only 5 to go ( 1+5= 6 )
    call writeabyte("warrock", &Hadress + 1, &H90)<<<< counts as 2
    call writeabyte("warrock", &Hadress + 2, &H90)<<<<counts as 3
    call writeabyte("warrock", &Hadress + 3, &H90)<<<<counts as 4
    call writeabyte("warrock", &Hadress + 4, &H90)<<<<counts as 5
    call writeabyte("warrock", &Hadress + 5, &H90)<<<<counts as 6


    so now we got 6 times noped ( only 1 of teh 3 addreses).
    do the same whit teh second and the 3th addres so eventualy u will have 18 lines of commands.
    example how it will look if the code is done:

    Code:

    call writeabyte("warrock", &Hadress1, &H90)
    call writeabyte("warrock", &Hadress1 + 1, &H90)
    call writeabyte("warrock", &Hadress1 + 2, &H90)
    call writeabyte("warrock", &Hadress1 + 3, &H90)
    call writeabyte("warrock", &Hadress1 + 4, &H90)
    call writeabyte("warrock", &Hadress1 + 5, &H90)
    call writeabyte("warrock", &Hadress2, &H90)
    call writeabyte("warrock", &Hadress2 + 1, &H90)
    call writeabyte("warrock", &Hadress2 + 2, &H90)
    call writeabyte("warrock", &Hadress2 + 3, &H90)
    call writeabyte("warrock", &Hadress2 + 4, &H90)
    call writeabyte("warrock", &Hadress2 + 5, &H90)
    call writeabyte("warrock", &Hadress3, &H90)
    call writeabyte("warrock", &Hadress3 + 1, &H90)
    call writeabyte("warrock", &Hadress3 + 2, &H90)
    call writeabyte("warrock", &Hadress3 + 3, &H90)
    call writeabyte("warrock", &Hadress3 + 4, &H90)
    call writeabyte("warrock", &Hadress3 + 5, &H90)
    see is u now replace addres 1 2 and 3 whit teh real 3 addreses. then ur done whit opk.

    here is teh last examples fast as famas and antikick.

    famas only needs to be noped 4 times so :
    call writeabyte("warrock", &Hadress, &H90) 1
    call writeabyte("warrock", &Hadress + 1, &H90) 2
    call writeabyte("warrock", &Hadress + 2, &H90) 3
    call writeabyte("warrock", &Hadress + 3, &H90) 4
    ( in the actiual code u need to remove the 1,2,3,4.

    and here antikick example: antikick needs to be noped 6 time so :

    call writeabyte("warrock", &Hadress, &H90) 1
    call writeabyte("warrock", &Hadress + 1, &H90) 2
    call writeabyte("warrock", &Hadress + 2, &H90) 3
    call writeabyte("warrock", &Hadress + 3, &H90) 4
    call writeabyte("warrock", &Hadress + 4, &H90) 5
    call writeabyte("warrock", &Hadress + 5, &H90) 6

    see it's not difficult. just remove 1,2,3,4,5,6 in actual code and replace the address ^^
    so just to help u here is the code so u can use it urself.

    4 bytes nop:

    Code:

    call writeabyte("warrock", &Hadress, &H90)
    call writeabyte("warrock", &Hadress + 1, &H90)
    call writeabyte("warrock", &Hadress + 2, &H90)
    call writeabyte("warrock", &Hadress + 3, &H90)
    6bytes nop:

    Code:

    call writeabyte("warrock", &Hadress, &H90)
    call writeabyte("warrock", &Hadress + 1, &H90)
    call writeabyte("warrock", &Hadress + 2, &H90)
    call writeabyte("warrock", &Hadress + 3, &H90)
    call writeabyte("warrock", &Hadress + 4, &H90)
    call writeabyte("warrock", &Hadress + 5, &H90)
    7bytes nop:

    Code:

    call writeabyte("warrock", &Hadress, &H90)
    call writeabyte("warrock", &Hadress + 1, &H90)
    call writeabyte("warrock", &Hadress + 2, &H90)
    call writeabyte("warrock", &Hadress + 3, &H90)
    call writeabyte("warrock", &Hadress + 4, &H90)
    call writeabyte("warrock", &Hadress + 5, &H90)
    call writeabyte("warrock", &Haddres + 6, &H90)

    REMEMBER U NEED TO REPLACE THE ADDRES PART
    Last edited by [G]CODER; 03-29-2012 at 12:23 AM.
    [G]CODER

    Detective Agency

  4. #4
    <<<[Curse One]>>>'s Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    1
    (CODE)

    Call WriteALong("warrock", &H503715, &H90)
    Call WriteALong("warrock", &H503715 + 1, &H90)
    Call WriteALong("warrock", &H503715 + 2, &H90)
    Call WriteALong("warrock", &H503715 + 3, &H90)
    Call WriteALong("warrock", &H503715 + 4, &H90)
    Call WriteALong("warrock", &H503715 + 5, &H90)

    Do not forget press the thanks;;;

  5. The Following User Says Thank You to <<<[Curse One]>>> For This Useful Post:

    [G]CODER (03-29-2012)

  6. #5
    gamernuub's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    Norway
    Posts
    801
    Reputation
    9
    Thanks
    69
    Quote Originally Posted by [G]CODER View Post
    1.Post in the right section
    2.Anti Kick is a 6 bite NOP:

    Code:

    WriteAByte("WarRock", &H4FCF35, &H90)
    WriteAByte("WarRock", &H4FCF36, &H90)
    WriteAByte("WarRock", &H4FCF37, &H90)
    WriteAByte("WarRock", &H4FCF38, &H90)
    WriteAByte("WarRock", &H4FCF39, &H90)
    WriteAByte("WarRock", &H4FCF3A, &H90)

    This goes in a button.

    call writeabyte("warrock", &Hadress, &H90) <<<<<< that counts for 1 so only 5 to go ( 1+5= 6 )
    call writeabyte("warrock", &Hadress + 1, &H90)<<<< counts as 2
    call writeabyte("warrock", &Hadress + 2, &H90)<<<<counts as 3
    call writeabyte("warrock", &Hadress + 3, &H90)<<<<counts as 4
    call writeabyte("warrock", &Hadress + 4, &H90)<<<<counts as 5
    call writeabyte("warrock", &Hadress + 5, &H90)<<<<counts as 6


    so now we got 6 times noped ( only 1 of teh 3 addreses).
    do the same whit teh second and the 3th addres so eventualy u will have 18 lines of commands.
    example how it will look if the code is done:

    Code:

    call writeabyte("warrock", &Hadress1, &H90)
    call writeabyte("warrock", &Hadress1 + 1, &H90)
    call writeabyte("warrock", &Hadress1 + 2, &H90)
    call writeabyte("warrock", &Hadress1 + 3, &H90)
    call writeabyte("warrock", &Hadress1 + 4, &H90)
    call writeabyte("warrock", &Hadress1 + 5, &H90)
    call writeabyte("warrock", &Hadress2, &H90)
    call writeabyte("warrock", &Hadress2 + 1, &H90)
    call writeabyte("warrock", &Hadress2 + 2, &H90)
    call writeabyte("warrock", &Hadress2 + 3, &H90)
    call writeabyte("warrock", &Hadress2 + 4, &H90)
    call writeabyte("warrock", &Hadress2 + 5, &H90)
    call writeabyte("warrock", &Hadress3, &H90)
    call writeabyte("warrock", &Hadress3 + 1, &H90)
    call writeabyte("warrock", &Hadress3 + 2, &H90)
    call writeabyte("warrock", &Hadress3 + 3, &H90)
    call writeabyte("warrock", &Hadress3 + 4, &H90)
    call writeabyte("warrock", &Hadress3 + 5, &H90)
    see is u now replace addres 1 2 and 3 whit teh real 3 addreses. then ur done whit opk.

    here is teh last examples fast as famas and antikick.

    famas only needs to be noped 4 times so :
    call writeabyte("warrock", &Hadress, &H90) 1
    call writeabyte("warrock", &Hadress + 1, &H90) 2
    call writeabyte("warrock", &Hadress + 2, &H90) 3
    call writeabyte("warrock", &Hadress + 3, &H90) 4
    ( in the actiual code u need to remove the 1,2,3,4.

    and here antikick example: antikick needs to be noped 6 time so :

    call writeabyte("warrock", &Hadress, &H90) 1
    call writeabyte("warrock", &Hadress + 1, &H90) 2
    call writeabyte("warrock", &Hadress + 2, &H90) 3
    call writeabyte("warrock", &Hadress + 3, &H90) 4
    call writeabyte("warrock", &Hadress + 4, &H90) 5
    call writeabyte("warrock", &Hadress + 5, &H90) 6

    see it's not difficult. just remove 1,2,3,4,5,6 in actual code and replace the address ^^
    so just to help u here is the code so u can use it urself.

    4 bytes nop:

    Code:

    call writeabyte("warrock", &Hadress, &H90)
    call writeabyte("warrock", &Hadress + 1, &H90)
    call writeabyte("warrock", &Hadress + 2, &H90)
    call writeabyte("warrock", &Hadress + 3, &H90)
    6bytes nop:

    Code:

    call writeabyte("warrock", &Hadress, &H90)
    call writeabyte("warrock", &Hadress + 1, &H90)
    call writeabyte("warrock", &Hadress + 2, &H90)
    call writeabyte("warrock", &Hadress + 3, &H90)
    call writeabyte("warrock", &Hadress + 4, &H90)
    call writeabyte("warrock", &Hadress + 5, &H90)
    7bytes nop:

    Code:

    call writeabyte("warrock", &Hadress, &H90)
    call writeabyte("warrock", &Hadress + 1, &H90)
    call writeabyte("warrock", &Hadress + 2, &H90)
    call writeabyte("warrock", &Hadress + 3, &H90)
    call writeabyte("warrock", &Hadress + 4, &H90)
    call writeabyte("warrock", &Hadress + 5, &H90)
    call writeabyte("warrock", &Haddres + 6, &H90)

    REMEMBER U NEED TO REPLACE THE ADDRES PART

    Visual Basic ftw?
    ATTENTION WR PLAYERS !

    I AM SELLLING ALL MY WR RETAIL ACCOUNTS ! CHEAP!

    https://www.mpgh.net/forum/124-sellin...ml#post4862046

    11 succesfull trades



    [IMG]https://i843.photobucke*****m/albums/zz356/white_tiger0226/uamfmmbygmfs-1.gif[/IMG]

Similar Threads

  1. How to Find addy for Crossfire PH
    By acedia in forum CrossFire PH Discussions
    Replies: 2
    Last Post: 08-09-2011, 02:15 AM
  2. [Help] How to find Addy for AmmoDamge
    By Ghost Rider. in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 10
    Last Post: 07-08-2011, 12:54 AM
  3. is this the right code for (Anti-Kick) New Addresses
    By floris12345! in forum Visual Basic Programming
    Replies: 6
    Last Post: 01-28-2008, 06:33 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