Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- local Sirf = Instance.new("ScreenGui")
- local bar1 = Instance.new("Frame")
- local Teleport = Instance.new("TextButton")
- local Delete = Instance.new("TextButton")
- local Gold = Instance.new("TextButton")
- local Workspace = Instance.new("TextButton")
- local FunX = Instance.new("TextLabel")
- -- Properties
- Sirf.Name = "Sirf"
- Sirf.Parent = game.CoreGui
- bar1.Name = "bar1"
- bar1.Parent = Sirf
- bar1.Active = true
- bar1.AnchorPoint = Vector2.new(1, 1)
- bar1.BackgroundColor3 = Color3.new(0.0196078, 0.0470588, 0.00784314)
- bar1.BorderColor3 = Color3.new(0.494118, 0.776471, 0.972549)
- bar1.Position = UDim2.new(0.967592597, 0, 0.905901134, 0)
- bar1.Selectable = true
- bar1.Size = UDim2.new(0, 200, 0, 215)
- Teleport.Name = "Teleport"
- Teleport.Parent = bar1
- Teleport.BackgroundColor3 = Color3.new(0.0352941, 0.0313726, 0.0313726)
- Teleport.BorderColor3 = Color3.new(0.054902, 0.952941, 0.686275)
- Teleport.Position = UDim2.new(0.0504943728, 0, 0.212927774, 0)
- Teleport.Size = UDim2.new(0, 87, 0, 37)
- Teleport.Font = Enum.Font.SciFi
- Teleport.Text = "Teleport Eggs"
- Teleport.TextColor3 = Color3.new(0.952941, 0.94902, 0.945098)
- Teleport.TextSize = 14
- Teleport.MouseButton1Click:connect(function()
- while wait() do
- for _,v in next, workspace.Eggs:GetDescendants() do
- if v:IsA("Part") then
- v.Anchored = true
- v.CanCollide = false
- v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- end
- end
- end
- end)
- Delete.Name = "Delete"
- Delete.Parent = bar1
- Delete.BackgroundColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
- Delete.BorderColor3 = Color3.new(0.494118, 0.776471, 0.972549)
- Delete.Position = UDim2.new(0.53411746, 0, 0.212927774, 0)
- Delete.Size = UDim2.new(0, 87, 0, 37)
- Delete.Font = Enum.Font.SciFi
- Delete.Text = "Delete All"
- Delete.TextColor3 = Color3.new(0.0588235, 0.996078, 0.247059)
- Delete.TextSize = 14
- Delete.MouseButton1Click:connect(function()
- delete = game.Players.LocalPlayer.Backpack.DeleteTool.RF
- for i, v in pairs(game.Workspace:GetChildren()) do
- if v.ClassName ~= "Terrain" then
- print(v.Name)
- delete:InvokeServer(v)
- end
- end
- end)
- Gold.Name = "Gold"
- Gold.Parent = bar1
- Gold.BackgroundColor3 = Color3.new(0.0352941, 0.0352941, 0.0352941)
- Gold.BorderColor3 = Color3.new(0.780392, 0.0509804, 0.960784)
- Gold.Position = UDim2.new(0.156017452, 0, 0.451215863, 0)
- Gold.Size = UDim2.new(0, 141, 0, 53)
- Gold.Font = Enum.Font.SciFi
- Gold.Text = "100 Gold"
- Gold.TextColor3 = Color3.new(0.960784, 0.886275, 0.0352941)
- Gold.TextSize = 20
- Gold.MouseButton1Click:connect(function()
- for i=1,5 do
- local x = 50
- local y = 50
- local waittime = 0.09
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,1360)
- wait(waittime)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,1606)
- wait(waittime)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,2110)
- wait(waittime)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,2356)
- wait(waittime)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,2860)
- wait(waittime)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,3610)
- wait(waittime)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,3856)
- wait(waittime)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,4360)
- wait(waittime)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,4606)
- wait(waittime)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,5111)
- wait(waittime)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,5356)
- wait(waittime)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,5860)
- wait(waittime)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,6106)
- wait(waittime)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,6610)
- wait(waittime)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,6857)
- wait(waittime)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,7360)
- wait(waittime)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,7606)
- wait(waittime)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,8110)
- wait(waittime)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,8356)
- wait(waittime)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-60,-250,9523)
- wait(waittime*7)
- end
- end)
- Workspace.Name = "Workspace"
- Workspace.Parent = bar1
- Workspace.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
- Workspace.BorderColor3 = Color3.new(0.0156863, 0.913726, 0.960784)
- Workspace.Position = UDim2.new(0.0653266311, 0, 0.750925541, 0)
- Workspace.Size = UDim2.new(0, 177, 0, 43)
- Workspace.Font = Enum.Font.SciFi
- Workspace.Text = "Delete Workspace"
- Workspace.TextColor3 = Color3.new(0.980392, 0.027451, 0.980392)
- Workspace.TextSize = 22
- Workspace.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Backpack.DeleteTool.Parent = game.Players.LocalPlayer.Character
- for _,v in pairs(workspace:GetChildren()) do
- if v.ClassName ~= "Terrain" then
- game.Players.LocalPlayer.Character.DeleteTool.RF:InvokeServer(v)
- end
- end
- end)
- FunX.Name = "FunX"
- FunX.Parent = bar1
- FunX.Active = true
- FunX.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
- FunX.BorderColor3 = Color3.new(0.952941, 0.827451, 0.117647)
- FunX.Position = UDim2.new(0.0502512567, 0, 0.0518272445, 0)
- FunX.Selectable = true
- FunX.Size = UDim2.new(0, 183, 0, 24)
- FunX.Font = Enum.Font.Code
- FunX.Text = "Life Sucks - FunTrator"
- FunX.TextColor3 = Color3.new(0.0705882, 0.976471, 0.478431)
- FunX.TextSize = 16
- FunX.TextStrokeColor3 = Color3.new(0.0196078, 0.956863, 0.129412)
Add Comment
Please, Sign In to add comment