Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local Xis = Instance.new("TextBox")
- local Tm = Instance.new("TextButton")
- local Uni = Instance.new("TextButton")
- local RF = Instance.new("TextButton")
- local Close = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Main.Archivable = false
- Main.Name = "Main"
- Main.Parent = ScreenGui
- Main.Active = true
- Main.BackgroundColor3 = Color3.fromRGB(22, 22, 22)
- Main.BackgroundTransparency = 0.250
- Main.BorderColor3 = Color3.fromRGB(170, 170, 255)
- Main.Position = UDim2.new(0.329429001, 0, 0.173828125, 0)
- Main.Selectable = true
- Main.Size = UDim2.new(0, 253, 0, 220)
- Xis.Archivable = false
- Xis.Name = "Xis"
- Xis.Parent = Main
- Xis.Active = false
- Xis.BackgroundColor3 = Color3.fromRGB(22, 22, 22)
- Xis.BorderColor3 = Color3.fromRGB(170, 170, 255)
- Xis.Position = UDim2.new(0, 0, -0.170804203, 0)
- Xis.Selectable = false
- Xis.Size = UDim2.new(0, 253, 0, 31)
- Xis.ClearTextOnFocus = false
- Xis.Font = Enum.Font.GothamSemibold
- Xis.PlaceholderColor3 = Color3.fromRGB(170, 170, 255)
- Xis.Text = "Xi$tence"
- Xis.TextColor3 = Color3.fromRGB(170, 170, 255)
- Xis.TextScaled = true
- Xis.TextSize = 14.000
- Xis.TextStrokeColor3 = Color3.fromRGB(170, 170, 255)
- Xis.TextWrapped = true
- Tm.Name = "Tm"
- Tm.Parent = Xis
- Tm.BackgroundColor3 = Color3.fromRGB(22, 22, 22)
- Tm.BorderColor3 = Color3.fromRGB(170, 170, 255)
- Tm.Position = UDim2.new(0.0355731174, 0, 3.49906921, 0)
- Tm.Size = UDim2.new(0, 235, 0, 39)
- Tm.Font = Enum.Font.SourceSans
- Tm.Text = "Twisted murderer admin"
- Tm.TextColor3 = Color3.fromRGB(170, 170, 255)
- Tm.TextScaled = true
- Tm.TextSize = 14.000
- Tm.TextWrapped = true
- Uni.Name = "Uni"
- Uni.Parent = Xis
- Uni.BackgroundColor3 = Color3.fromRGB(22, 22, 22)
- Uni.BorderColor3 = Color3.fromRGB(170, 170, 255)
- Uni.Position = UDim2.new(0.0355731212, 0, 1.58653855, 0)
- Uni.Size = UDim2.new(0, 235, 0, 39)
- Uni.Font = Enum.Font.SourceSans
- Uni.Text = "Universal FE Admin"
- Uni.TextColor3 = Color3.fromRGB(170, 170, 255)
- Uni.TextScaled = true
- Uni.TextSize = 13.000
- Uni.TextWrapped = true
- RF.Name = "RF"
- RF.Parent = Xis
- RF.BackgroundColor3 = Color3.fromRGB(22, 22, 22)
- RF.BorderColor3 = Color3.fromRGB(170, 170, 255)
- RF.Position = UDim2.new(0.0355731174, 0, 5.37003708, 0)
- RF.Size = UDim2.new(0, 235, 0, 39)
- RF.Font = Enum.Font.SourceSans
- RF.Text = "Radio fucker"
- RF.TextColor3 = Color3.fromRGB(170, 170, 255)
- RF.TextSize = 30.000
- RF.TextWrapped = true
- Close.Name = "Close"
- Close.Parent = Main
- Close.BackgroundColor3 = Color3.fromRGB(22, 22, 22)
- Close.BackgroundTransparency = 0.250
- Close.BorderColor3 = Color3.fromRGB(170, 170, 255)
- Close.Position = UDim2.new(1.027668, 0, -0.170804203, 0)
- Close.Size = UDim2.new(0, 40, 0, 31)
- Close.Font = Enum.Font.SourceSans
- Close.Text = "<"
- Close.TextColor3 = Color3.fromRGB(170, 170, 255)
- Close.TextSize = 45.000
- Close.TextWrapped = true
- -- Scripts:
- local function ARAQWRE_fake_script() -- Tm.Script
- local script = Instance.new('Script', Tm)
- local Player = game.Players.LocalPlayer
- local button = script.Parent
- button.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/IllegalInfo/8/master/yes2'))()
- script.Parent.Parent.Active = false
- end)
- end
- coroutine.wrap(ARAQWRE_fake_script)()
- local function KGTBUP_fake_script() -- Uni.Script
- local script = Instance.new('Script', Uni)
- local Player = game.Players.LocalPlayer
- local button = script.Parent
- button.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/IllegalInfo/8/master/dwa'))()
- script.Parent.Parent:remove()
- end)
- end
- coroutine.wrap(KGTBUP_fake_script)()
- local function KMRC_fake_script() -- RF.Script
- local script = Instance.new('Script', RF)
- local Player = game.Players.LocalPlayer
- local button = script.Parent
- button.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/IllegalInfo/8/master/frickser'))()
- script.Parent.Parent.Active = false
- end)
- end
- coroutine.wrap(KMRC_fake_script)()
- local function DOWMO_fake_script() -- Close.LocalScript
- local script = Instance.new('LocalScript', Close)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Visible = false
- end)
- end
- coroutine.wrap(DOWMO_fake_script)()
- local function RBUWT_fake_script() -- Main.LocalScript
- local script = Instance.new('LocalScript', Main)
- script.Parent.Draggable = true
- function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- counter = 0
- while wait(0.1)do
- Tm.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
- Uni.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
- Xis.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
- RF.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.01010
- end
- end
- coroutine.wrap(RBUWT_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement