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 Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local small = Instance.new("TextButton")
- local UICorner = Instance.new("UICorner")
- local reviz = Instance.new("TextButton")
- local UICorner_2 = Instance.new("UICorner")
- local loop = Instance.new("TextButton")
- local UICorner_3 = Instance.new("UICorner")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ResetOnSpawn = false
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
- Frame.Position = UDim2.new(0.859779119, 0, 0.56964004, 0)
- Frame.Selectable = true
- Frame.Size = UDim2.new(0, 157, 0, 217)
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.Position = UDim2.new(0.0636942685, 0, 0.0036764706, 0)
- TextLabel.Size = UDim2.new(0, 136, 0, 31)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Made by 27x34k"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- small.Name = "small"
- small.Parent = Frame
- small.BackgroundColor3 = Color3.fromRGB(56, 0, 170)
- small.Position = UDim2.new(0.0636942685, 0, 0.159694418, 0)
- small.Size = UDim2.new(0, 136, 0, 50)
- small.Font = Enum.Font.SourceSans
- small.Text = "Small"
- small.TextColor3 = Color3.fromRGB(0, 0, 0)
- small.TextScaled = true
- small.TextSize = 14.000
- small.TextWrapped = true
- UICorner.CornerRadius = UDim.new(0.150000006, 0)
- UICorner.Parent = small
- reviz.Name = "reviz"
- reviz.Parent = Frame
- reviz.BackgroundColor3 = Color3.fromRGB(56, 0, 170)
- reviz.Position = UDim2.new(0.0636942685, 0, 0.436760396, 0)
- reviz.Size = UDim2.new(0, 136, 0, 50)
- reviz.Font = Enum.Font.SourceSans
- reviz.Text = "Reviz admin"
- reviz.TextColor3 = Color3.fromRGB(0, 0, 0)
- reviz.TextScaled = true
- reviz.TextSize = 14.000
- reviz.TextWrapped = true
- UICorner_2.CornerRadius = UDim.new(0.150000006, 0)
- UICorner_2.Parent = reviz
- loop.Name = "loop"
- loop.Parent = Frame
- loop.BackgroundColor3 = Color3.fromRGB(56, 0, 170)
- loop.Position = UDim2.new(0.0636942685, 0, 0.70709604, 0)
- loop.Size = UDim2.new(0, 136, 0, 50)
- loop.Font = Enum.Font.SourceSans
- loop.Text = "Loop"
- loop.TextColor3 = Color3.fromRGB(0, 0, 0)
- loop.TextScaled = true
- loop.TextSize = 14.000
- loop.TextWrapped = true
- UICorner_3.CornerRadius = UDim.new(0.150000006, 0)
- UICorner_3.Parent = loop
- -- Scripts:
- local function WGULJ_fake_script() -- small.LocalScript
- local script = Instance.new('LocalScript', small)
- small.MouseButton1Click:Connect(function()
- for i,v in pairs(game.Players.LocalPlayer.Character.Humanoid:GetChildren()) do
- if v:IsA("NumberValue") then
- v:Destroy()
- end
- end
- end)
- end
- coroutine.wrap(WGULJ_fake_script)()
- local function TUSL_fake_script() -- reviz.LocalScript
- local script = Instance.new('LocalScript', reviz)
- reviz.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/pGhYnsxA", true))()
- end)
- end
- coroutine.wrap(TUSL_fake_script)()
- local function JNHLB_fake_script() -- loop.LocalScript
- local script = Instance.new('LocalScript', loop)
- loop.MouseButton1Click:Connect(function()
- loadstring(game:GetObjects('rbxassetid://1010374652')[1].Source)()
- end)
- end
- coroutine.wrap(JNHLB_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement