Skip to content

loadstring1/antiskid-v14

Repository files navigation

disclaimer: This script shouldn't be used in regular games. It was made only for games where developers give serverside execution access to everyone on purpose. This script gives admin commands to everyone without permission. Use at your own risk!

AntiSkid stable (works in any game even with http disabled and loadstring disabled)

help antiskid v14 improve today by making pull requests

how to run in-game? You need a serverside executor because this doesn't work on clientsided executors. This script was designed only for Script Builder community.

Classic method of loading antiskid
require(16534611190).AntiSkid()

AntiSkid stable (http method - works only in loadstring and http enabled games)

Http method (works only in loadstring enabled games)
task.spawn(loadstring(game:GetService("HttpService"):GetAsync("https://raw.githubusercontent.com/loadstring1/antiskid-v14/refs/heads/main/source.lua")),"Your roblox username here","main")

Http version of antiskid is still unfinished! Use classic method instead.


AntiSkid nightly loader (http method - works only in loadstring and http enabled games)

Http method - nightly loader
task.spawn(loadstring(game:GetService("HttpService"):GetAsync("https://raw.githubusercontent.com/loadstring1/antiskid-v14/refs/heads/nightly/source.lua")),"Your roblox username here","nightly")

Http version of antiskid is still unfinished! Use classic method instead.


Bypass breakasset - http method

bypass breakasset - http method
loadstring(game:GetService("HttpService"):GetAsync("https://raw.githubusercontent.com/loadstring1/antiskid-v14/refs/heads/main/loader.lua"))()

this is just classic method behind http however it bypasses breakasset in case somebody killed antiskid require on purpose


Known bugs that i won't fix bc it pissed me off

  • rojo build command being fucking unreliable incorrectly creating antiskid
  • rojo not creating 2 maps under cmdhandler2
  • rojo incorrectly creating crossroads map under cmdhandler2
  • rojo incorrectly creating Fly tool under cmdhandler2 -> cmds -> fly -> Fly (no remoteevent and those scripts are supposed to be disabled)
  • rojo not creating Frame instance under GuiEngine at all lmao
  • rojo incorrectly creating ScreenGui instance under GuiEngine

conclusion: use rbxm from releases or this workaround in studio

current workaround for studio
game:GetObjects("rbxassetid://16534611190")[1].Parent=workspace

About

Script commonly used in Script Builder community for useful commands and antis

Resources

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages