Advertisement
hekta222

Piggy Destroyer

Feb 26th, 2020
29,192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.09 KB | None | 0 0
  1. --[[
  2. V1.0.0
  3. -- Made by ok cool#5607
  4. --]]
  5.  
  6.  
  7.  
  8. -- Instances:
  9.  
  10. local PiggyDestroyer = Instance.new("ScreenGui")
  11. local Open = Instance.new("TextButton")
  12. local Main = Instance.new("Frame")
  13. local Credit = Instance.new("TextLabel")
  14. local Close = Instance.new("TextButton")
  15. local Line3 = Instance.new("Frame")
  16. local Line2 = Instance.new("Frame")
  17. local Line1 = Instance.new("Frame")
  18. local miscellaneous = Instance.new("TextLabel")
  19. local TitleHumanoid = Instance.new("TextLabel")
  20. local NoclipE = Instance.new("TextButton")
  21. local InfiniteYield = Instance.new("TextButton")
  22. local BotEsp = Instance.new("TextButton")
  23. local Walkspeed25 = Instance.new("TextButton")
  24. local Title = Instance.new("TextLabel")
  25.  
  26. --[[
  27. Properties:
  28. --]]
  29.  
  30. PiggyDestroyer.Name = "Piggy Destroyer"
  31. PiggyDestroyer.Parent = game.CoreGui
  32. PiggyDestroyer.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  33.  
  34. Open.Name = "Open"
  35. Open.Parent = PiggyDestroyer
  36. Open.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  37. Open.BackgroundTransparency = 0.20000000298023
  38. Open.BorderSizePixel = 0
  39. Open.Position = UDim2.new(0, 0, 0.510221481, 0)
  40. Open.Size = UDim2.new(0, 95, 0, 87)
  41. Open.Font = Enum.Font.SciFi
  42. Open.Text = "+"
  43. Open.TextColor3 = Color3.new(1, 1, 1)
  44. Open.TextSize = 45
  45. Open.MouseButton1Down:connect(function()
  46. PiggyDestroyer.Visible = true
  47. Open.Visible = false
  48. end)
  49.  
  50. Main.Name = "Main"
  51. Main.Parent = PiggyDestroyer
  52. Main.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  53. Main.BorderSizePixel = 0
  54. Main.Position = UDim2.new(0.589349687, 0, 0.482964218, 0)
  55. Main.Selectable = true
  56. Main.Size = UDim2.new(0, 512, 0, 301)
  57. Main.Visible = true
  58.  
  59. Credit.Name = "Credit"
  60. Credit.Parent = Main
  61. Credit.BackgroundColor3 = Color3.new(0.137255, 0.133333, 0.133333)
  62. Credit.BackgroundTransparency = 1
  63. Credit.BorderSizePixel = 0
  64. Credit.Position = UDim2.new(-0.000554561615, 0, 0.871622205, 0)
  65. Credit.Size = UDim2.new(0, 201, 0, 38)
  66. Credit.Font = Enum.Font.Code
  67. Credit.Text = "By: ok cool#5607"
  68. Credit.TextColor3 = Color3.new(1, 1, 1)
  69. Credit.TextSize = 23
  70.  
  71. Close.Name = "Close"
  72. Close.Parent = Main
  73. Close.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  74. Close.BackgroundTransparency = 0.69999998807907
  75. Close.BorderSizePixel = 0
  76. Close.Position = UDim2.new(0.90625, 0, -0.158278152, 0)
  77. Close.Size = UDim2.new(0, 48, 0, 38)
  78. Close.Font = Enum.Font.SciFi
  79. Close.Text = "X"
  80. Close.TextColor3 = Color3.new(0.780392, 0.172549, 0.172549)
  81. Close.TextSize = 35
  82. Close.TextWrapped = true
  83. Close.MouseButton1Down:connect(function()
  84. Open.Visible = true
  85. PiggyDestroyer.Visible = false
  86. end)
  87.  
  88. Line3.Name = "Line3"
  89. Line3.Parent = Main
  90. Line3.BackgroundColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  91. Line3.BorderSizePixel = 0
  92. Line3.Position = UDim2.new(-0.001953125, 0, 0.21381487, 0)
  93. Line3.Size = UDim2.new(0, 253, 0, 12)
  94.  
  95. Line2.Name = "Line2"
  96. Line2.Parent = Main
  97. Line2.BackgroundColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  98. Line2.BorderSizePixel = 0
  99. Line2.Position = UDim2.new(0.505859375, 0, 0.210492611, 0)
  100. Line2.Size = UDim2.new(0, 250, 0, 12)
  101.  
  102. Line1.Name = "Line1"
  103. Line1.Parent = Main
  104. Line1.BackgroundColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  105. Line1.BorderSizePixel = 0
  106. Line1.Position = UDim2.new(0.4921875, 0, 0, 0)
  107. Line1.Size = UDim2.new(0, 7, 0, 301)
  108.  
  109. miscellaneous.Name = "miscellaneous"
  110. miscellaneous.Parent = Main
  111. miscellaneous.BackgroundColor3 = Color3.new(0.137255, 0.133333, 0.133333)
  112. miscellaneous.BorderSizePixel = 0
  113. miscellaneous.Position = UDim2.new(0.51171875, 0, 0.0842467621, 0)
  114. miscellaneous.Size = UDim2.new(0, 249, 0, 38)
  115. miscellaneous.Font = Enum.Font.Code
  116. miscellaneous.Text = "Miscellaneous"
  117. miscellaneous.TextColor3 = Color3.new(1, 1, 1)
  118. miscellaneous.TextSize = 27
  119.  
  120. TitleHumanoid.Name = "Title(Humanoid)"
  121. TitleHumanoid.Parent = Main
  122. TitleHumanoid.BackgroundColor3 = Color3.new(0.137255, 0.133333, 0.133333)
  123. TitleHumanoid.BorderSizePixel = 0
  124. TitleHumanoid.Position = UDim2.new(-0.000554561615, 0, 0.0842467621, 0)
  125. TitleHumanoid.Size = UDim2.new(0, 249, 0, 38)
  126. TitleHumanoid.Font = Enum.Font.Code
  127. TitleHumanoid.Text = "HumanoidScripts"
  128. TitleHumanoid.TextColor3 = Color3.new(1, 1, 1)
  129. TitleHumanoid.TextSize = 27
  130.  
  131. NoclipE.Name = "Noclip(E)"
  132. NoclipE.Parent = Main
  133. NoclipE.BackgroundColor3 = Color3.new(0.137255, 0.133333, 0.133333)
  134. NoclipE.BorderSizePixel = 0
  135. NoclipE.Position = UDim2.new(0.51171875, 0, 0.639712512, 0)
  136. NoclipE.Size = UDim2.new(0, 247, 0, 50)
  137. NoclipE.Font = Enum.Font.SciFi
  138. NoclipE.Text = "Noclip(E)"
  139. NoclipE.TextColor3 = Color3.new(1, 1, 1)
  140. NoclipE.TextSize = 25
  141. NoclipE.MouseButton1Down:connect(function()
  142. loadstring(game:HttGet("https://pastebin.com/raw/KQTsxy7q", true))()
  143. end)
  144.  
  145. InfiniteYield.Name = "InfiniteYield"
  146. InfiniteYield.Parent = Main
  147. InfiniteYield.BackgroundColor3 = Color3.new(0.137255, 0.133333, 0.133333)
  148. InfiniteYield.BorderSizePixel = 0
  149. InfiniteYield.Position = UDim2.new(0.51171875, 0, 0.447669357, 0)
  150. InfiniteYield.Size = UDim2.new(0, 248, 0, 50)
  151. InfiniteYield.Font = Enum.Font.SciFi
  152. InfiniteYield.Text = "InfiniteYield"
  153. InfiniteYield.TextColor3 = Color3.new(1, 1, 1)
  154. InfiniteYield.TextSize = 25
  155. InfiniteYield.MouseButton1Down:connect(function()
  156. loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
  157. end)
  158.  
  159. BotEsp.Name = "BotEsp"
  160. BotEsp.Parent = Main
  161. BotEsp.BackgroundColor3 = Color3.new(0.137255, 0.133333, 0.133333)
  162. BotEsp.BorderSizePixel = 0
  163. BotEsp.Position = UDim2.new(0.51171875, 0, 0.254238993, 0)
  164. BotEsp.Size = UDim2.new(0, 248, 0, 50)
  165. BotEsp.Font = Enum.Font.SciFi
  166. BotEsp.Text = "BotEsp"
  167. BotEsp.TextColor3 = Color3.new(1, 1, 1)
  168. BotEsp.TextSize = 25
  169. BotEsp.MouseButton1Down:connect(function()
  170. loadstring(game:HttpGet("https://pastebin.com/raw/1ctkTEqK", true))()
  171. end)
  172.  
  173. Walkspeed25.Name = "Walkspeed(25)"
  174. Walkspeed25.Parent = Main
  175. Walkspeed25.BackgroundColor3 = Color3.new(0.137255, 0.133333, 0.133333)
  176. Walkspeed25.BorderSizePixel = 0
  177. Walkspeed25.Position = UDim2.new(0, 0, 0.255166888, 0)
  178. Walkspeed25.Size = UDim2.new(0, 249, 0, 50)
  179. Walkspeed25.Font = Enum.Font.SciFi
  180. Walkspeed25.Text = "Walkspeed(25)"
  181. Walkspeed25.TextColor3 = Color3.new(1, 1, 1)
  182. Walkspeed25.TextSize = 25
  183. Walkspeed25.MouseButton1Down:connect(function()
  184. loadstring(game:HttpGet("https://pastebin.com/raw/Rb6a7smu", true))()
  185. end)
  186.  
  187. Title.Name = "Title"
  188. Title.Parent = Main
  189. Title.BackgroundColor3 = Color3.new(0.137255, 0.133333, 0.133333)
  190. Title.BorderSizePixel = 0
  191. Title.Position = UDim2.new(-0.000554561615, 0, -0.158278152, 0)
  192. Title.Size = UDim2.new(0, 512, 0, 38)
  193. Title.Font = Enum.Font.Code
  194. Title.Text = "Piggy Destroyer v1.0.0"
  195. Title.TextColor3 = Color3.new(1, 1, 1)
  196. Title.TextSize = 27
  197.  
  198. --[[
  199. Scripts:
  200. --]]
  201.  
  202. local function XMKKU_fake_script() -- Main.Notif
  203. local script = Instance.new('LocalScript', Main)
  204.  
  205. game:GetService("StarterGui"):SetCore("SendNotification",{
  206. Title = "Piggy Destroyer",
  207. Text = "Please keep in mind its v1.0.0",
  208. Duration = 10,
  209. })
  210. end
  211. coroutine.wrap(XMKKU_fake_script)()
  212. local function XCWEY_fake_script() -- Main.Drag
  213. local script = Instance.new('LocalScript', Main)
  214.  
  215. script.Parent.Selectable = true
  216. script.Parent.Active = true
  217. script.Parent.Draggable = true
  218. end
  219. coroutine.wrap(XCWEY_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement