SNAKERBLX

Untitled

Apr 28th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.80 KB | None | 0 0
  1. -- Objects
  2.  
  3. local Sirf = Instance.new("ScreenGui")
  4. local bar1 = Instance.new("Frame")
  5. local Teleport = Instance.new("TextButton")
  6. local Delete = Instance.new("TextButton")
  7. local Gold = Instance.new("TextButton")
  8. local Workspace = Instance.new("TextButton")
  9. local FunX = Instance.new("TextLabel")
  10.  
  11. -- Properties
  12.  
  13. Sirf.Name = "Sirf"
  14. Sirf.Parent = game.CoreGui
  15.  
  16. bar1.Name = "bar1"
  17. bar1.Parent = Sirf
  18. bar1.Active = true
  19. bar1.AnchorPoint = Vector2.new(1, 1)
  20. bar1.BackgroundColor3 = Color3.new(0.0196078, 0.0470588, 0.00784314)
  21. bar1.BorderColor3 = Color3.new(0.494118, 0.776471, 0.972549)
  22. bar1.Position = UDim2.new(0.967592597, 0, 0.905901134, 0)
  23. bar1.Selectable = true
  24. bar1.Size = UDim2.new(0, 200, 0, 215)
  25.  
  26. Teleport.Name = "Teleport"
  27. Teleport.Parent = bar1
  28. Teleport.BackgroundColor3 = Color3.new(0.0352941, 0.0313726, 0.0313726)
  29. Teleport.BorderColor3 = Color3.new(0.054902, 0.952941, 0.686275)
  30. Teleport.Position = UDim2.new(0.0504943728, 0, 0.212927774, 0)
  31. Teleport.Size = UDim2.new(0, 87, 0, 37)
  32. Teleport.Font = Enum.Font.SciFi
  33. Teleport.Text = "Teleport Eggs"
  34. Teleport.TextColor3 = Color3.new(0.952941, 0.94902, 0.945098)
  35. Teleport.TextSize = 14
  36. Teleport.MouseButton1Click:connect(function()
  37. while wait() do
  38. for _,v in next, workspace.Eggs:GetDescendants() do
  39. if v:IsA("Part") then
  40. v.Anchored = true
  41. v.CanCollide = false
  42. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  43. end
  44. end
  45. end
  46. end)
  47.  
  48.  
  49. Delete.Name = "Delete"
  50. Delete.Parent = bar1
  51. Delete.BackgroundColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  52. Delete.BorderColor3 = Color3.new(0.494118, 0.776471, 0.972549)
  53. Delete.Position = UDim2.new(0.53411746, 0, 0.212927774, 0)
  54. Delete.Size = UDim2.new(0, 87, 0, 37)
  55. Delete.Font = Enum.Font.SciFi
  56. Delete.Text = "Delete All"
  57. Delete.TextColor3 = Color3.new(0.0588235, 0.996078, 0.247059)
  58. Delete.TextSize = 14
  59. Delete.MouseButton1Click:connect(function()
  60. delete = game.Players.LocalPlayer.Backpack.DeleteTool.RF
  61.  
  62. for i, v in pairs(game.Workspace:GetChildren()) do
  63. if v.ClassName ~= "Terrain" then
  64. print(v.Name)
  65. delete:InvokeServer(v)
  66. end
  67. end
  68. end)
  69.  
  70.  
  71. Gold.Name = "Gold"
  72. Gold.Parent = bar1
  73. Gold.BackgroundColor3 = Color3.new(0.0352941, 0.0352941, 0.0352941)
  74. Gold.BorderColor3 = Color3.new(0.780392, 0.0509804, 0.960784)
  75. Gold.Position = UDim2.new(0.156017452, 0, 0.451215863, 0)
  76. Gold.Size = UDim2.new(0, 141, 0, 53)
  77. Gold.Font = Enum.Font.SciFi
  78. Gold.Text = "100 Gold"
  79. Gold.TextColor3 = Color3.new(0.960784, 0.886275, 0.0352941)
  80. Gold.TextSize = 20
  81. Gold.MouseButton1Click:connect(function()
  82. for i=1,5 do
  83. local x = 50
  84. local y = 50
  85. local waittime = 0.09
  86. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,1360)
  87. wait(waittime)
  88. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,1606)
  89. wait(waittime)
  90. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,2110)
  91. wait(waittime)
  92. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,2356)
  93. wait(waittime)
  94. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,2860)
  95. wait(waittime)
  96. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,3610)
  97. wait(waittime)
  98. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,3856)
  99. wait(waittime)
  100. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,4360)
  101. wait(waittime)
  102. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,4606)
  103. wait(waittime)
  104. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,5111)
  105. wait(waittime)
  106. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,5356)
  107. wait(waittime)
  108. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,5860)
  109. wait(waittime)
  110. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,6106)
  111. wait(waittime)
  112. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,6610)
  113. wait(waittime)
  114. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,6857)
  115. wait(waittime)
  116. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,7360)
  117. wait(waittime)
  118. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,7606)
  119. wait(waittime)
  120. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,8110)
  121. wait(waittime)
  122. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,8356)
  123. wait(waittime)
  124. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-60,-250,9523)
  125. wait(waittime*7)
  126. end
  127. end)
  128.  
  129.  
  130. Workspace.Name = "Workspace"
  131. Workspace.Parent = bar1
  132. Workspace.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  133. Workspace.BorderColor3 = Color3.new(0.0156863, 0.913726, 0.960784)
  134. Workspace.Position = UDim2.new(0.0653266311, 0, 0.750925541, 0)
  135. Workspace.Size = UDim2.new(0, 177, 0, 43)
  136. Workspace.Font = Enum.Font.SciFi
  137. Workspace.Text = "Delete Workspace"
  138. Workspace.TextColor3 = Color3.new(0.980392, 0.027451, 0.980392)
  139. Workspace.TextSize = 22
  140. Workspace.MouseButton1Click:connect(function()
  141. game.Players.LocalPlayer.Backpack.DeleteTool.Parent = game.Players.LocalPlayer.Character
  142. for _,v in pairs(workspace:GetChildren()) do
  143. if v.ClassName ~= "Terrain" then
  144. game.Players.LocalPlayer.Character.DeleteTool.RF:InvokeServer(v)
  145. end
  146. end
  147. end)
  148.  
  149. FunX.Name = "FunX"
  150. FunX.Parent = bar1
  151. FunX.Active = true
  152. FunX.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
  153. FunX.BorderColor3 = Color3.new(0.952941, 0.827451, 0.117647)
  154. FunX.Position = UDim2.new(0.0502512567, 0, 0.0518272445, 0)
  155. FunX.Selectable = true
  156. FunX.Size = UDim2.new(0, 183, 0, 24)
  157. FunX.Font = Enum.Font.Code
  158. FunX.Text = "Life Sucks - FunTrator"
  159. FunX.TextColor3 = Color3.new(0.0705882, 0.976471, 0.478431)
  160. FunX.TextSize = 16
  161. FunX.TextStrokeColor3 = Color3.new(0.0196078, 0.956863, 0.129412)
Add Comment
Please, Sign In to add comment