Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 38
  1. #16
    81|DrizZle's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    145
    Reputation
    12
    Thanks
    630
    My Mood
    Aggressive
    Quote Originally Posted by Malinka View Post
    Well, Antikick/Ban is an exploit which is very hard to code. I dont think he made it or it will work. As he said he is new and a new person cant code such things.
    Funny that a Malinka is explaining that Anti Kick is an exploit even though he didnt know what a exploit is when I asked him ^-^
    And just as Acid said it can be a 1byte patch as well.

    And I still dont really understand what antikick do. I mean why you dont get kicked? I need/want to understand that.


    -Sorry for my english ^^

  2. #17
    殺す必要がある唯一のものは殺されるために準備され人 々である。
    Premium Member
    Hitokiri~'s Avatar
    Join Date
    Oct 2012
    Gender
    female
    Location
    Cancer.
    Posts
    1,201
    Reputation
    24
    Thanks
    937
    My Mood
    Bitchy
    Simply put, when the game attempts to kick you, certain coded sequences fail to execute on the server.
    When that happens, it just cancels the kicking attempt.

    Pseudocode of what happens:

    Code:
    if( command->IsKickCommand() )
    {
       GameClient clientToKick = GetGameClient( command->GetText() );
       if( clientToKick == nullptr ) // This is what happens
          return;
       else
          GameKickClient( clientToKick );
    }

  3. #18
    81|DrizZle's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    145
    Reputation
    12
    Thanks
    630
    My Mood
    Aggressive
    Quote Originally Posted by Hitokiri~ View Post
    Simply put, when the game attempts to kick you, certain coded sequences fail to execute on the server.
    When that happens, it just cancels the kicking attempt.

    Pseudocode of what happens:

    Code:
    if( command->IsKickCommand() )
    {
       GameClient clientToKick = GetGameClient( command->GetText() );
       if( clientToKick == nullptr ) // This is what happens
          return;
       else
          GameKickClient( clientToKick );
    }
    Thank you alot.

    - - - Updated - - -

    And how did Acid (not sure if he found it) found the 1 byte patch? I mean what function has this

  4. #19
    hkDavy's Avatar
    Join Date
    Sep 2014
    Gender
    female
    Posts
    77
    Reputation
    10
    Thanks
    1,012
    Could you guys let this lame thread drown before more ignorant idiots come in and ask "PLZ RELIEZ BRUH DIS HAK BEST xoxoxo".
    Thank you.

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

    81|DrizZle (01-03-2015),FreshManDeadCow (01-08-2015)

  6. #20
    StardustDragonV2's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    2
    Quote Originally Posted by hkDavy View Post
    Could you guys let this lame thread drown before more ignorant idiots come in and ask "PLZ RELIEZ BRUH DIS HAK BEST xoxoxo".
    Thank you.
    i think you forgot 1337 and i am master hacker i use hackz i got of the interwebs broz!!

  7. #21
    81|DrizZle's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    145
    Reputation
    12
    Thanks
    630
    My Mood
    Aggressive
    Quote Originally Posted by hkDavy View Post
    Could you guys let this lame thread drown before more ignorant idiots come in and ask "PLZ RELIEZ BRUH DIS HAK BEST xoxoxo".
    Thank you.

    ROFL. +1
    -DrizZle

  8. #22
    StardustDragonV2's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    2
    https::www:.:youtube:.:com:/watch?v:=tK9ds-:V2mZU sorry for the lag as it was a shitty recorder program. anyway its possible. and if anyone is saying i was a admin or whatever oh boy ... if you cant work out i cant post links so just delete all the : (sry if im breaking rules but this is just to show it is possible as im not going to spam my post count. thanks for understanding ;p)
    Last edited by StardustDragonV2; 01-05-2015 at 04:49 PM.

  9. #23
    hkDavy's Avatar
    Join Date
    Sep 2014
    Gender
    female
    Posts
    77
    Reputation
    10
    Thanks
    1,012
    Quote Originally Posted by StardustDragonV2 View Post
    https::www:.:youtube:.:com:/watch?v:=tK9ds-:V2mZU sorry for the lag as it was a shitty recorder program. anyway its possible. and if anyone is saying i was a admin or whatever oh boy ... if you cant work out i cant post links so just delete all the : (sry if im breaking rules but this is just to show it is possible as im not going to spam my post count. thanks for understanding ;p)
    It IS an admin command.
    If he had the only possible godmode you can have, he wouldn't "look like this.".

    Anyone using godmode can confirm. (Even if there's only 3/4/5 people doing here out there.)

  10. #24
    StardustDragonV2's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    2
    Quote Originally Posted by hkDavy View Post
    It IS an admin command.
    If he had the only possible godmode you can have, he wouldn't "look like this.".

    Anyone using godmode can confirm. (Even if there's only 3/4/5 people doing here out there.)
    i know its a admin command ;p. i'm just saying i wasn't using the god mode command. ;p besides i only use CE because i cant code C++ or C# etc

  11. #25
    殺す必要がある唯一のものは殺されるために準備され人 々である。
    Premium Member
    Hitokiri~'s Avatar
    Join Date
    Oct 2012
    Gender
    female
    Location
    Cancer.
    Posts
    1,201
    Reputation
    24
    Thanks
    937
    My Mood
    Bitchy
    Quote Originally Posted by StardustDragonV2 View Post
    i know its a admin command ;p. i'm just saying i wasn't using the god mode command. ;p besides i only use CE because i cant code C++ or C# etc
    Technically, you don't need C++, assembly, C# or V.B to do real god mode.
    I can do it with a hex editor.

  12. The Following User Says Thank You to Hitokiri~ For This Useful Post:

    AcidShout (01-10-2015)

  13. #26
    AcidShout's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    nowhere
    Posts
    81
    Reputation
    27
    Thanks
    221
    My Mood
    Asleep
    Quote Originally Posted by 81|DrizZle View Post
    Thank you alot.

    - - - Updated - - -

    And how did Acid (not sure if he found it) found the 1 byte patch? I mean what function has this
    I did not find the one byte patch.
    First, I found the exploit, then I realized I could just patch a byte and get it working.

    Quote Originally Posted by Hitokiri~ View Post
    Simply put, when the game attempts to kick you, certain coded sequences fail to execute on the server.
    When that happens, it just cancels the kicking attempt.

    Pseudocode of what happens:

    Code:
    if( command->IsKickCommand() )
    {
       GameClient clientToKick = GetGameClient( command->GetText() );
       if( clientToKick == nullptr ) // This is what happens
          return;
       else
          GameKickClient( clientToKick );
    }
    Good guy Kenshin leaking exploits since 2k13

    Quote Originally Posted by 81|DrizZle View Post
    Funny that a Malinka is explaining that Anti Kick is an exploit even though he didnt know what a exploit is when I asked him ^-^
    And just as Acid said it can be a 1byte patch as well.

    And I still dont really understand what antikick do. I mean why you dont get kicked? I need/want to understand that.


    -Sorry for my english ^^
    This is pure bullshit.
    How did I find anti-kick in the first place if I had no idea, just like you had no idea?
    My 'weak' anti-kick is something I found by accident when reversing MW2 (because I initially thought it'd work on MW2, but it didn't, so I tried it on MW3 and it worked).

    My second, strong anti-kick is something that I found by searching for it.
    I just ran MW3, attached a debugger, kicked myself, and saw why I was getting kicked.

    It was just a matter of time for me to find a way to change the data that the server needed to kick me.

  14. #27
    liorsas's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    27
    My Mood
    Amazed
    can someone pls give me a hint about how to do the god mode with a hex editor?

  15. #28
    AcidShout's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    nowhere
    Posts
    81
    Reputation
    27
    Thanks
    221
    My Mood
    Asleep
    Quote Originally Posted by liorsas View Post
    can someone pls give me a hint about how to do the god mode with a hex editor?
    Patch 5MB of random bytes till you find God mode.

  16. The Following User Says Thank You to AcidShout For This Useful Post:

    liorsas (01-16-2015)

  17. #29
    liorsas's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    27
    My Mood
    Amazed
    thanks!

  18. #30
    殺す必要がある唯一のものは殺されるために準備され人 々である。
    Premium Member
    Hitokiri~'s Avatar
    Join Date
    Oct 2012
    Gender
    female
    Location
    Cancer.
    Posts
    1,201
    Reputation
    24
    Thanks
    937
    My Mood
    Bitchy
    5 MB = 5120.
    Number of possible byte combinations: 5120 ^ 255
    So you'll need to try around 5.39198933e93 times before you find it.
    Way to go AcidShout. Helping the nubs since 2k13.

  19. The Following 2 Users Say Thank You to Hitokiri~ For This Useful Post:

    AcidShout (01-25-2015),liorsas (01-16-2015)

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [Request] Teknomw3 || GODMODE || UNLIMITED AMMO Hack ? (Online not SP)
    By djnoe4 in forum Call of Duty Modern Warfare 3 Private Server Hacks
    Replies: 6
    Last Post: 12-07-2014, 05:37 AM
  2. Getting godmode - untested
    By System79 in forum WarRock - International Hacks
    Replies: 13
    Last Post: 08-01-2006, 03:59 PM
  3. [THEORY]A way to gain godmode
    By System79 in forum WarRock - International Hacks
    Replies: 18
    Last Post: 07-31-2006, 12:40 PM
  4. Godmode Hack with Ollydbg Tutorial
    By emisand in forum Gunz Hacks
    Replies: 46
    Last Post: 02-20-2006, 06:12 PM
  5. Can we post godmode for gunz
    By rock1988 in forum Gunz General
    Replies: 24
    Last Post: 02-09-2006, 10:51 PM