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")
- local strength = Instance.new("TextButton")
- local UICorner_4 = 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.862264633, 0, 0.532081366, 0)
- Frame.Size = UDim2.new(0, 157, 0, 272)
- 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.118655726, 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.075000003, 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.33614856, 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.200000003, 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.549688816, 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.174999997, 0)
- UICorner_3.Parent = loop
- strength.Name = "strength"
- strength.Parent = Frame
- strength.BackgroundColor3 = Color3.fromRGB(56, 0, 170)
- strength.Position = UDim2.new(0.0636942685, 0, 0.762038112, 0)
- strength.Size = UDim2.new(0, 136, 0, 50)
- strength.Font = Enum.Font.SourceSans
- strength.Text = "See other peoples strength"
- strength.TextColor3 = Color3.fromRGB(0, 0, 0)
- strength.TextScaled = true
- strength.TextSize = 14.000
- strength.TextWrapped = true
- UICorner_4.CornerRadius = UDim.new(0.100000001, 0)
- UICorner_4.Parent = strength
- -- Scripts:
- local function LAQTJ_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(LAQTJ_fake_script)()
- local function FFRBHMV_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(FFRBHMV_fake_script)()
- local function QDGVWCL_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(QDGVWCL_fake_script)()
- local function JXHMLMU_fake_script() -- strength.LocalScript
- local script = Instance.new('LocalScript', strength)
- strength.MouseButton1Click:Connect(function()
- local InsertedObjects = Instance.new("ScreenGui")
- local Gradient = Instance.new("Frame")
- local UIGradient = Instance.new("UIGradient")
- local UICorner = Instance.new("UICorner")
- local TextBox = Instance.new("TextBox")
- local TextLabel = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- local TextLabel_2 = Instance.new("TextLabel")
- --Properties:
- InsertedObjects.Name = "InsertedObjects"
- InsertedObjects.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Gradient.Name = "Gradient"
- Gradient.Parent = InsertedObjects
- Gradient.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Gradient.BorderColor3 = Color3.fromRGB(27, 42, 53)
- Gradient.BorderSizePixel = 0
- Gradient.Position = UDim2.new(0.5, 0, 0.5, 0)
- Gradient.Size = UDim2.new(0, 200, 0, 200)
- UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(137, 0, 254)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(223, 0, 255))}
- UIGradient.Parent = Gradient
- UICorner.CornerRadius = UDim.new(0, 4)
- UICorner.Parent = Gradient
- TextBox.Parent = Gradient
- TextBox.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextBox.BackgroundTransparency = 1.000
- TextBox.Position = UDim2.new(0, 0, 0.242567599, 0)
- TextBox.Size = UDim2.new(0, 200, 0, 50)
- TextBox.Font = Enum.Font.SourceSans
- TextBox.Text = "Player"
- TextBox.TextColor3 = Color3.fromRGB(85, 255, 255)
- TextBox.TextSize = 28.000
- TextBox.TextWrapped = true
- TextBox.FocusLost:connect(function()
- for i,v in pairs(game.Players:GetChildren()) do
- if (string.sub(string.lower(v.Name),1,string.len(TextBox.Text))) == string.lower(TextBox.Text) then
- TextBox.Text = v.Name
- end
- end
- end)
- TextLabel.Parent = Gradient
- TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.Position = UDim2.new(0, 0, 0.49000001, 0)
- TextLabel.Size = UDim2.new(0, 200, 0, 50)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = ""
- TextLabel.TextColor3 = Color3.fromRGB(170, 255, 255)
- TextLabel.TextSize = 27.000
- TextButton.Parent = Gradient
- TextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.BackgroundTransparency = 1.000
- TextButton.Position = UDim2.new(0, 0, 0.720000029, 0)
- TextButton.Size = UDim2.new(0, 200, 0, 50)
- TextButton.Font = Enum.Font.SciFi
- TextButton.Text = "Check"
- TextButton.TextColor3 = Color3.fromRGB(170, 255, 255)
- TextButton.TextSize = 28.000
- TextLabel_2.Parent = Gradient
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_2.BackgroundTransparency = 1.000
- TextLabel_2.Size = UDim2.new(0, 200, 0, 50)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = "Made by Alan & Kale"
- TextLabel_2.TextColor3 = Color3.fromRGB(170, 255, 255)
- TextLabel_2.TextSize = 27.000
- TextLabel_2.TextWrapped = true
- -- Scripts:
- local function WHDF_fake_script() -- InsertedObjects.LocalScript
- local script = Instance.new('LocalScript', InsertedObjects)
- --By DriedUpCat
- frame = script.Parent.Gradient --Name of your frame
- frame.Draggable = true
- frame.Active = true
- frame.Selectable = true
- end
- coroutine.wrap(WHDF_fake_script)()
- TextButton.MouseButton1Click:connect(function()
- while true do
- TextLabel.Text = game.ReplicatedStorage.Data[TextBox.Text].Strength.Value
- wait(.1)
- end
- end)
- local frame = game.Players.LocalPlayer.PlayerGui.InsertedObjects.Gradient
- local mouse = game:GetService('Players').LocalPlayer:GetMouse();
- mouse.KeyDown:connect(function(key)
- key = key:lower()
- if key == 'l' then
- frame.Visible = not frame.Visible
- end
- end)
- end
- coroutine.wrap(JXHMLMU_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement