Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3
- -- Instances:
- local peil = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local Collect = Instance.new("TextButton")
- local Range = Instance.new("TextButton")
- --Properties:
- peil.Name = "peil"
- peil.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- peil.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = peil
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.Position = UDim2.new(0.018153118, 0, 0.00859950855, 0)
- Frame.Size = UDim2.new(0, 222, 0, 201)
- Frame.Style = Enum.FrameStyle.DropShadow
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(0.00450450182, 0, -0.0447761193, 0)
- TextLabel.Size = UDim2.new(0, 200, 0, 50)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Made by DDi"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextSize = 14
- Collect.Name = "Collect"
- Collect.Parent = Frame
- Collect.BackgroundColor3 = Color3.new(1, 1, 1)
- Collect.Position = UDim2.new(0.0802445933, 0, 0.203122064, 0)
- Collect.Size = UDim2.new(0, 71, 0, 125)
- Collect.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- Collect.Font = Enum.Font.SourceSans
- Collect.Text = "Collect hack"
- Collect.TextColor3 = Color3.new(0, 0, 0)
- Collect.TextSize = 14
- Range.Name = "Range"
- Range.Parent = Frame
- Range.BackgroundColor3 = Color3.new(1, 1, 1)
- Range.Position = UDim2.new(0.581827223, 0, 0.203122064, 0)
- Range.Size = UDim2.new(0, 71, 0, 129)
- Range.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- Range.Font = Enum.Font.SourceSans
- Range.Text = "Range hack"
- Range.TextColor3 = Color3.new(0, 0, 0)
- Range.TextSize = 14
- -- Scripts:
- local function IKULZX_fake_script() -- Collect.Script
- local script = Instance.new('Script', Collect)
- game.Players.LocalPlayer.PlayerGui.peil.Frame.Collect.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.CollectMulti.Value = 10000000000000
- end)
- end
- coroutine.wrap(IKULZX_fake_script)()
- local function EBJKXBI_fake_script() -- Range.Script
- local script = Instance.new('Script', Range)
- game.Players.LocalPlayer.PlayerGui.peil.Frame.Range.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Range.Value = 10000000000000
- end)
- end
- coroutine.wrap(EBJKXBI_fake_script)()
Add Comment
Please, Sign In to add comment