Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if game:GetService("CoreGui"):FindFirstChild("ExploitUserInterface") then
- game:GetService("CoreGui"):FindFirstChild("ExploitUserInterface"):Destroy()
- end
- --[[if loaded then
- error("Script is already runned!")
- return
- end]]
- pcall(function()
- getgenv().loaded = true
- end)
- ExploitUserInterface = Instance.new("ScreenGui")
- StartUpScreen = Instance.new("ImageLabel")
- StartUpScreenUICorner = Instance.new("UICorner")
- StartUpValue = Instance.new("StringValue")
- ExploitUserInterface.Name = "ExploitUserInterface"
- ExploitUserInterface.Parent = game.CoreGui
- ExploitUserInterface.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- game.CoreGui.ExploitUserInterface.Enabled = true
- StartUpScreen.Name = "StartUpScreen"
- StartUpScreen.Parent = ExploitUserInterface
- StartUpScreen.AnchorPoint = Vector2.new(0.5, 0.5)
- StartUpScreen.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- StartUpScreen.Position = UDim2.new(0.5, 0, 0.5, 0)
- StartUpScreen.Size = UDim2.new(0, 450, 0, 400)
- StartUpScreen.ZIndex = 2
- StartUpScreen.Image = "rbxassetid://17307350492"
- StartUpScreenUICorner.CornerRadius = UDim.new(0, 12)
- StartUpScreenUICorner.Parent = StartUpScreen
- function createfolders(path)
- local pathtbl = string.split(path, "/")
- for i, v in pairs(pathtbl) do
- if i == 1 then
- if not isfolder(v) then
- makefolder(v)
- end
- else
- local newpath = pathtbl[1]
- for i2=2, i-1 do
- newpath = newpath.. "/" ..pathtbl[i2]
- end
- newpath = newpath.. "/" ..v
- if not isfolder(newpath) then
- makefolder(newpath)
- end
- end
- end
- end
- if not isfolder("T3Xploit") then
- createfolders("ECCS_OS/System/Files")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement