Skip to content

loadstring1/antiskid-v14

Repository files navigation

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")

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

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

Bypass breakasset (method deprecated and kinda wont be updated anymore)

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

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

  1. 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

current workaround for issue number 1: just use latest antiskid from github releases or getobjects like this (works in studio only)

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

Things that i did or fixed for this update

  1. Fixed type checker making errors when i do smth like script.Modules in AntiSkidStarter (lol rojo fixed it with rojo sourcemap very op)

TODO (if somebody cares enough to help with it):

  1. Make ;bans command work and show everyone whos banned on antiskid's banlist via gui or smth lol
  2. Make github actions that automaticially update the module on roblox.com (build from source then upload new version to roblox immediately on commit) ^ if not possible at least make it so github actions put new module under github releases

About

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

Resources

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages