Giter Site home page Giter Site logo

anti-kick's Introduction

Anti-Kick

About

This script prevents you from being kicked after being detected by an Anti Cheat system in any game. This script has also been tested and has been proven to work 100% of the time. This is a universal script that works in every and any game.

WARNING

Please note that this script can only prevent kicks that happen on the client, meaning if you are being kicked by the server then the script cannot prevent that because ROBLOX does not send information from the server to your client. The only reason why it is possible to prevent a kick on the client is because the client has access to the raw metatable of the game and the services which allows us to hook and add metamethods to the raw metatable of the game or service.

Script

Load the script by using the code below or by copying it from here.

loadstring(game:HttpGet("https://pastebin.com/raw/gsxvWvnj"))()

Contact information

anti-kick's People

Contributors

exunys avatar faithfulac avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

anti-kick's Issues

This can be bypassed in multiple ways

I know exploiting is mostly dead, but there are methods to bypassing/detecting your "anti-kick"

Method 1:

local plr = game.Players.LocalPlayer

plr["Kick\0"](plr) -- namecallmethod is not the same as "kick" or "Kick", therefore will bypass ur method

Method 2:

local success, err = pcall(function()
    workspace:Kick() -- will not error when it normally should because you always hook "kick" and dont check the self object
end)

if not err or success then
    -- detected ur anti kick and can do w/e they like such as crashing the client or kicking w/ a remoteevent
end

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.