ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
Universal Script ๐Ÿ“Œ
12.9k Views

RC7

Universal Script ๐Ÿ“ŒUploaded by
1 year ago
Please login to perform these actions:

Description

RC7 (uptade!!!!)

View Raw
Edited By: SSanter0Kiddd Download


Comments
3
User profile picture
nicydarovin 1 year ago - Edited
--[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] if game.CoreGui:FindFirstChild("RC7LOLOL") then game.CoreGui:FindFirstChild("RC7LOLOL"):Destroy() end local Screen = game:GetObjects("rbxassetid://14625538289")[1] Screen.Parent = game.CoreGui local RC7 = Screen.RC7 local Explorer = Screen.Explorer local Save = Screen.Save local Open = Screen.Open local CurrentTab = "1" local Buttonz = RC7.Buttons local NewestTab = 1 if not isfolder("RC7Scripts") then makefolder("RC7Scripts") end Explorer.Visible = false Open.Visible = false Save.Visible = false RC7.Draggable = true Open.Draggable = true Open.Active = true RC7.Active = true for i,v in next, listfiles("RC7Scripts") do local a = Explorer.Buttons.Yes:Clone() a.Parent = Explorer.Buttons a.Visible = true a.Text = v a.Name = v a.MouseButton1Click:Connect(function() pcall(function() RC7.TabTexts:FindFirstChild(CurrentTab):FindFirstChild(CurrentTab).Text = readfile(listfiles("RC7Scripts")[i]) end) Explorer.Visible = false end) end Save.save.MouseButton1Click:Connect(function() writefile("RC7Scripts/" .. tostring(Save.name.Text) .. ".lua", tostring(RC7.TabTexts:FindFirstChild(CurrentTab):FindFirstChild(CurrentTab).Text)) Save.Visible = false end) Buttonz.Execute.MouseButton1Click:Connect(function() local success, result = pcall(function() assert(loadstring(RC7.TabTexts[CurrentTab][CurrentTab].Text))() end) if not success then local Error = RC7.Console.Error:Clone() Error.Text = result Error.Parent = RC7.Console Erro
User profile picture
buithanhdinhn 1 year ago
Is work,I tried with kick scripts and it actually works
User profile picture
iuploadscripts4518 11 months ago
Intriga?
Please Login to add a comment.