Thread: AntiKick Addie

Page 1 of 3 123 LastLast
Results 1 to 15 of 32
  1. #1
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty

    AntiKick Addie

    Well i was talking to this guy on CA.
    He codes his own hack (only had OPK and aimbot) in it

    He gave me the antikick addie.

    Hope you coders can make something out of it
    Im going away for 10 days, So im not gna bother too look into it. I will when i get back.

    If you make something out of it, Release it to me privatly please :P

    Well here it is:
    0x5eb6a4a

    Not sure if its legit tho.

    ac1d_buRn

    EDIT:

    Found an antikick source.
    might work for ca (i think its for warrock)

    here it is:

    Code:
    void AntiKick ()
      {
    const BYTE KICKON [] = {0xEB, 0x0D};
    {
    DWORD dwProtect;
    VirtualProtect((void*)(ANTIKICK), 1, PAGE_EXECUTE_READWRITE, &dwProtect);
    memcpy((void*)(ANTIKICK), &KICKON, 1);
    VirtualProtect((void*)(ANTIKICK), 1, dwProtect, NULL);}}
    Dont forget to define the address ;D

    NOTE: For experienced C++ coders only. You will only know this if you know the basics of game hacking.
    Last edited by ac1d_buRn; 01-19-2010 at 12:55 AM.

  2. The Following 2 Users Say Thank You to ac1d_buRn For This Useful Post:

    headsup (02-01-2010),josamko (01-19-2010)

  3. #2
    Shocking's Avatar
    Join Date
    Oct 2008
    Gender
    female
    Location
    In your pants.
    Posts
    4,116
    Reputation
    112
    Thanks
    1,029
    My Mood
    Shocked
    Looks like a legit addie, I don't know what to do with it, i'll talk to warpath later when hes done Warrocking.

  4. #3
    josamko's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    53
    Reputation
    10
    Thanks
    10
    hmmm nice find gratz man!

  5. #4
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    Quote Originally Posted by Shocking View Post
    Looks like a legit addie, I don't know what to do with it, i'll talk to warpath later when hes done Warrocking.
    I think it is.
    because i said he was trolling me and he just has VIP
    But then he gave me that to prove it

  6. #5
    Samueldo's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Meh
    Posts
    1,023
    Reputation
    29
    Thanks
    348
    My Mood
    Inspired
    You never know, you could have got something useful here, this could be good news for kicked hackers.
    Quote Originally Posted by Grim View Post
    glad to be an inspiration
    Minions rule. /endof

    InjectPlz Refresh - download v1.0 now!

  7. #6
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    Quote Originally Posted by Samueldo View Post
    You never know, you could have got something useful here, this could be good news for kicked hackers.
    Yeh.
    But if it works, I wouldnt release it to everyone like gorfag did.
    Just say members with 400+ posts or w.e

  8. #7
    Stevenom's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Summoner's Rift
    Posts
    17,743
    Reputation
    1087
    Thanks
    1,917
    My Mood
    Doubtful
    Could you add this to Gellin's base? Or Harold's template?

  9. #8
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    Quote Originally Posted by Naruto_fAn View Post
    Could you add this to Gellin's base? Or Harold's template?
    Not sure about gellins base, Because thats a different way of hacking

    You could probably add it to harolds.

  10. #9
    Stevenom's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Summoner's Rift
    Posts
    17,743
    Reputation
    1087
    Thanks
    1,917
    My Mood
    Doubtful
    Quote Originally Posted by ac1d_buRn View Post


    Not sure about gellins base, Because thats a different way of hacking

    You could probably add it to harolds.
    I'll try to make it. If I can be bothered.
    Last edited by Stevenom; 01-19-2010 at 04:23 PM.

  11. #10
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    Quote Originally Posted by Naruto_fAn View Post
    I'll try to make it.
    Ye ima have a go at it when i get back from my holidaii

  12. #11
    why06's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    IBM
    Posts
    4,304
    Reputation
    170
    Thanks
    2,203
    My Mood
    Flirty
    Quote Originally Posted by ac1d_buRn View Post


    I think it is.
    because i said he was trolling me and he just has VIP
    But then he gave me that to prove it
    He was trolling you. That addie is 7 digits long. all addies are 8 digits long.

    Hacking 101:

    Windows uses flat memory. which is a 4gb range of addresses per program. Addresses are 4 bytes long which is a DWORD. A hex letter represents half a byte. (0x5eb6 a4a) so you see this is only 7 bytes. Now it could just be that he mean 0x05EB6A4A, but I find it more likely that he was just trolling you TBH. =/

    nt though.

    EDIT: My bad. I might have over done it a bit. I mean you can send 7 digit hex numbers its no big deal. The first number is just assumed to be zero. I still think it's a troll, but if not:

    It is probably a boolean value so just:
    Code:
    bool* AntiKick; //declaring variable
    Antikick = 0x05EB6A4A;  //address of antikick
    *AntiKick = 1; // 1 or 0 depends which state is for Antikick
    Put that in a .dll and inject it and it should work... if ur right that is.
    Last edited by why06; 01-19-2010 at 01:44 PM.

    "Every gun that is made, every warship launched, every rocket fired signifies, in the final sense, a theft from those who hunger and are not fed, those who are cold and are not clothed. This world in arms is not spending money alone. It is spending the sweat of its laborers, the genius of its scientists, the hopes of its children. The cost of one modern heavy bomber is this: a modern brick school in more than 30 cities. It is two electric power plants, each serving a town of 60,000 population. It is two fine, fully equipped hospitals. It is some fifty miles of concrete pavement. We pay for a single fighter plane with a half million bushels of wheat. We pay for a single destroyer with new homes that could have housed more than 8,000 people. This is, I repeat, the best way of life to be found on the road the world has been taking. This is not a way of life at all, in any true sense. Under the cloud of threatening war, it is humanity hanging from a cross of iron."
    - Dwight D. Eisenhower

  13. The Following 5 Users Say Thank You to why06 For This Useful Post:

    ac1d_buRn (01-29-2010),ilovecookies (01-28-2010),jokerskull123 (01-27-2010),[MPGH]KING (01-19-2010),Zoom (01-21-2010)

  14. #12
    Zidane29's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0
    My Mood
    Worried
    Igf a coder find out and releases pub it will be a new wave of gordoners...

  15. #13
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    I can't get this to compile... Jeez

  16. #14
    zmansquared's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    Kickin it at Microsoft
    Posts
    2,086
    Reputation
    36
    Thanks
    221
    My Mood
    Cheerful
    let me see if i can make anything with it. thanks
    Need Help With Coding or Something??? MSN me
    zmansquared@hotmail.com


    I am the one and only Microsoft Fag!!!

    Quote:
    Originally Posted by Arhk
    All games should be hacked, if we don't do it someone else will. Hackers force the progress, of better programming methods.
    ~


    Take this Pic everyone!



    next-

  17. #15
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    Fuck. Can't figure it out...

Page 1 of 3 123 LastLast

Similar Threads

  1. [detected]new addies trainer (use at own risk)
    By cjg333 in forum WarRock - International Hacks
    Replies: 17
    Last Post: 07-20-2007, 06:21 PM
  2. did some addies change
    By cjg333 in forum WarRock - International Hacks
    Replies: 1
    Last Post: 07-08-2007, 09:56 PM
  3. [Request] STOP pb addy
    By nabbos in forum WarRock - International Hacks
    Replies: 4
    Last Post: 05-29-2007, 04:38 AM
  4. Cheat Engine addys?
    By boyyoyo in forum Knight Online Hacks
    Replies: 5
    Last Post: 04-08-2007, 02:07 PM
  5. No recoil/no spread addys?
    By IBEZ in forum WarRock - International Hacks
    Replies: 8
    Last Post: 01-14-2007, 08:39 PM