Page 1 of 2 12 LastLast
Results 1 to 15 of 19
  1. #1
    aeronyx's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    /210/
    Posts
    11,238
    Reputation
    1211
    Thanks
    5,070

    [Idea] Anti-Kick

    I'm no coder, but is it possible make it so that you have a hotkey to automatically and randomly kick someone for hacking at the first sign that you are gonna be kicked, because this disables the votekick function for a while. Also, is it possible to send packets to the server and tell it that the timer is already over/reset for requesting a votekick?

  2. #2
    UltimateX1's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    114
    Reputation
    10
    Thanks
    10
    My Mood
    Yeehaw
    Quote Originally Posted by aeronyx View Post
    I'm no coder, but is it possible make it so that you have a hotkey to automatically and randomly kick someone for hacking at the first sign that you are gonna be kicked, because this disables the votekick function for a while. Also, is it possible to send packets to the server and tell it that the timer is already over/reset for requesting a votekick?
    everything is possible

    but not everything is legal

    just think its possible to make this

    but its impossibly to packet edit legally

  3. #3
    aeronyx's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    /210/
    Posts
    11,238
    Reputation
    1211
    Thanks
    5,070
    Quote Originally Posted by UltimateX1 View Post
    everything is possible

    but not everything is legal

    just think its possible to make this

    but its impossibly to packet edit legally
    Obviously. but this question was more directed towards coders. :P

  4. #4
    UltimateX1's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    114
    Reputation
    10
    Thanks
    10
    My Mood
    Yeehaw
    Quote Originally Posted by aeronyx View Post


    Obviously. but this question was more directed towards coders. :P
    i am a coder just not on this forum...

  5. #5
    aeronyx's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    /210/
    Posts
    11,238
    Reputation
    1211
    Thanks
    5,070
    Quote Originally Posted by UltimateX1 View Post
    i am a coder just not on this forum...
    Apparently not. Well, why don't you set your sights on my idea and then code something for yourself? and do you want to me some of your code?

  6. #6
    wassup40's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    I dont know help me
    Posts
    2,238
    Reputation
    28
    Thanks
    790
    My Mood
    Lurking
    Quote Originally Posted by aeronyx View Post


    Apparently not. Well, why don't you set your sights on my idea and then code something for yourself? and do you want to me some of your code?
    The game is not magic it cannot tell before anyone is gonna kick you .

  7. #7
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    Quote Originally Posted by aeronyx View Post
    I'm no coder, but is it possible make it so that you have a hotkey to automatically and randomly kick someone for hacking at the first sign that you are gonna be kicked, because this disables the votekick function for a while. Also, is it possible to send packets to the server and tell it that the timer is already over/reset for requesting a votekick?
    the game doesn't know ahead of time that your gonna get kicked...

    and you hve to be very careful with the packet stuff, the law on it is iffy and making a packet editing hack is dangerous because of it. If it was legal, you would still see things such as god mode, anti kick, knife hacks and other stuff

    unlimited ammo is not a packet hack like everyone thinks, its actually done via editing fx in game because there is somewhere in the files (besides attributes) that tells the game to remove a bullet from the count of how much you have

    commando: You're probably the best non-coder coder I know LOL


  8. #8
    iShockYouuu's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    129
    Reputation
    10
    Thanks
    27
    Its illigal to Packet edit. isnt it?

  9. #9
    wassup40's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    I dont know help me
    Posts
    2,238
    Reputation
    28
    Thanks
    790
    My Mood
    Lurking
    Quote Originally Posted by iShockYouuu View Post
    Its illigal to Packet edit. isnt it?
    Yes it is but it isn't just looking at them .

  10. #10
    Dewerong's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Inside a Packet
    Posts
    59
    Reputation
    10
    Thanks
    2
    Well one wait to detect if someone is hacking is to detect how many packets they are sending at once. So for instance. If I send 100 packets in 1-2 milliseconds, my anti-hack would auto-kick them no matter if I'm host or not.

  11. #11
    ᶠᶸᶜᵏ's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    174
    Reputation
    36
    Thanks
    159
    Yep, that's possible.

    Under one hotkey like .. insert?

    Presses F5.
    Randomly chooses a player.
    Vote kicks player.

    It's not an anti kick but it can buy you some time if you know you will be kicked soon.

  12. #12
    Amatowarrior's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    629
    Reputation
    14
    Thanks
    102
    My Mood
    Inspired
    as fu(k said, it isn't a hack, more like a tool, it is a simple SendKey function that can be done in Visual Basic and C++
    Tools UNDETECTED - PATCHED [I will only have recent versions up!]
    Tapper V1.15: https://www.mpgh.net/forum/164-combat...r-v1-15-a.html
    Amato Inject V1.15: https://www.mpgh.net/forum/292-combat...t-v1-15-a.html

    Mods
    L96A1 - Arctic Wolf
    Super M416 CQB
    Super M16A3
    MW2 M92FS (M9)
    Starcraft 2 L96A1

    PVT VIP
    Aimbot: 65% (Have full source code)
    OPK: 100% (Uses Enemy Class)
    Telekill: 100% (Uses Enemy Class)
    Ghost Mode: 80% (In Semi-Stages)
    Super Bullets: 100% (Thanks Deadlinez/hahaz!)
    Menu Sprite: 100% (Thanks whit!)



  13. #13
    UltimateX1's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    114
    Reputation
    10
    Thanks
    10
    My Mood
    Yeehaw
    Quote Originally Posted by aeronyx View Post


    Apparently not. Well, why don't you set your sights on my idea and then code something for yourself? and do you want to me some of your code?
    why would i try something thats illegal

    how bout you learn to code and try it

    then say hi to the person who ass rhapes you in jail for me

  14. #14
    aeronyx's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    /210/
    Posts
    11,238
    Reputation
    1211
    Thanks
    5,070
    Quote Originally Posted by UltimateX1 View Post
    why would i try something thats illegal

    how bout you learn to code and try it

    then say hi to the person who ass rhapes you in jail for me
    Then you, sir are obviously lying. You have no proof, therefore you did not do it.

    @ other people who talked about the hotkey function, that's what I meant.

  15. #15
    Amatowarrior's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    629
    Reputation
    14
    Thanks
    102
    My Mood
    Inspired
    Quote Originally Posted by aeronyx View Post


    Then you, sir are obviously lying. You have no proof, therefore you did not do it.

    @ other people who talked about the hotkey function, that's what I meant.
    I'm acually working on a tool that does it. It so far has fully customizable features such as kick reason, player-to-be-kicked, etc, and mabye even make it a hotkey in menu i'll be releasing , i'll release the tool first though. Expect it to be done by next weekend (i'm busy ALOT during the week days)
    Tools UNDETECTED - PATCHED [I will only have recent versions up!]
    Tapper V1.15: https://www.mpgh.net/forum/164-combat...r-v1-15-a.html
    Amato Inject V1.15: https://www.mpgh.net/forum/292-combat...t-v1-15-a.html

    Mods
    L96A1 - Arctic Wolf
    Super M416 CQB
    Super M16A3
    MW2 M92FS (M9)
    Starcraft 2 L96A1

    PVT VIP
    Aimbot: 65% (Have full source code)
    OPK: 100% (Uses Enemy Class)
    Telekill: 100% (Uses Enemy Class)
    Ghost Mode: 80% (In Semi-Stages)
    Super Bullets: 100% (Thanks Deadlinez/hahaz!)
    Menu Sprite: 100% (Thanks whit!)



Page 1 of 2 12 LastLast

Similar Threads

  1. [Discussion] Anti-kick idea
    By darktroopz in forum WarRock Discussions
    Replies: 15
    Last Post: 08-11-2010, 05:37 AM
  2. [Search]Anti-kick
    By M.A.S in forum WarRock - International Hacks
    Replies: 2
    Last Post: 05-19-2007, 06:40 AM
  3. Anyone got an anti kick hack?
    By whomper in forum WarRock - International Hacks
    Replies: 2
    Last Post: 05-07-2007, 02:37 PM
  4. need anti-kick and one position kill!!
    By gmrapno1 in forum WarRock - International Hacks
    Replies: 9
    Last Post: 05-07-2007, 12:17 PM
  5. Anti kick?
    By 1877 in forum WarRock - International Hacks
    Replies: 6
    Last Post: 03-15-2007, 09:18 AM