ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
+1 Blocks Every Second
2.5k Views

opscripts destory builds & corrupt data

+1 Blocks Every SecondUploaded by
8 months ago
Please login to perform these actions:

Description

OP SCRIPTS ON TOP FastBuild - Builds fast Destroy All Builds (SS) - Destroys every build in the server (ss) (op) Annoy All (SS) (OP) - Destroy all builds but spammed (IF SOMEONE LEAVES WHILE YOU HAVE IT ON, THERE IS A HIGH CHANCE THE DATA WILL BE CORRUPTED FOR THEM. MAKING IT UNPLAYABLE

View Raw
Edited By: scripter132 Download


Comments
3
User profile picture
scripter132 8 months ago
making it supported by more executors now
User profile picture
scripter132 8 months ago
im just gonna open source my methods
User profile picture
scripter132 8 months ago
cant edit rn so here is source local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))() local Window = Library.CreateLib("OpScripts - +1 blocks every second", "DarkTheme") local Tab = Window:NewTab("Main") local Section = Tab:NewSection("Main") local fbr = false local fbrthread Section:NewToggle("FastBuild", "fastbuild", function(state) fbr = state if fbr then fbrthread = task.spawn(function() while fbr do game:GetService("ReplicatedStorage").Remotes.PlaceBlock:FireServer() task.wait() end end) end end) Section:NewButton("Destroy All Towers (OP) (SS)", "OP", function() game:GetService("ReplicatedStorage").Remotes.SetSelectedTower:FireServer("OpScriptsOnTop") end) Section:NewToggle("Annoy All (Check Desc)(OP) (SS)", "(Can corrupt data.)Kinda makes the game unplayable LOL", function(state) destroySpam = state if destroySpam then destroyThread = task.spawn(function() while destroySpam do game:GetService("ReplicatedStorage").Remotes.SetSelectedTower:FireServer("OpScriptsOnTop") task.wait() end end) end end)
Please Login to add a comment.