Advertisement
partyparrot

test

Oct 6th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.97 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local partyparrot = Instance.new("ScreenGui")
  5. local OpenFrame = Instance.new("Frame")
  6. local Open = Instance.new("TextButton")
  7. local Main = Instance.new("Frame")
  8. local _1 = Instance.new("Frame")
  9. local _2 = Instance.new("Frame")
  10. local Close = Instance.new("TextButton")
  11. local Name = Instance.new("TextLabel")
  12. local Frosthook = Instance.new("TextButton")
  13. local Nova = Instance.new("TextButton")
  14. local AntiAFK = Instance.new("TextButton")
  15. local DFAuto = Instance.new("TextButton")
  16. local AltDelete = Instance.new("TextButton")
  17. local AutoPackage = Instance.new("TextButton")
  18. local Unlock = Instance.new("TextButton")
  19. local cHaco = Instance.new("TextButton")
  20. --Properties:
  21. partyparrot.Parent = game.CoreGui
  22. partyparrot.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  23.  
  24. OpenFrame.Name = "OpenFrame"
  25. OpenFrame.Parent = partyparrot
  26. OpenFrame.Active = true
  27. OpenFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  28. OpenFrame.BorderSizePixel = 0
  29. OpenFrame.Position = UDim2.new(0, 0, 0.472295493, 0)
  30. OpenFrame.Size = UDim2.new(0, 96, 0, 42)
  31.  
  32. Open.Name = "Open"
  33. Open.Parent = OpenFrame
  34. Open.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  35. Open.BorderSizePixel = 0
  36. Open.Position = UDim2.new(0.0520833135, 0, 0.166666627, 0)
  37. Open.Size = UDim2.new(0, 85, 0, 28)
  38. Open.Font = Enum.Font.Cartoon
  39. Open.Text = "Open"
  40. Open.TextColor3 = Color3.new(1, 1, 1)
  41. Open.TextScaled = true
  42. Open.TextSize = 14
  43. Open.TextWrapped = true
  44. Open.MouseButton1Down:connect(function()
  45. Main.Visible = true
  46. OpenFrame.Visible = false
  47. end)
  48.  
  49. Main.Name = "Main"
  50. Main.Parent = partyparrot
  51. Main.Active = true
  52. Main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  53. Main.BorderSizePixel = 0
  54. Main.Position = UDim2.new(0.282178223, 0, 0.218997359, 0)
  55. Main.Size = UDim2.new(0, 475, 0, 426)
  56. Main.Visible = false
  57. Main.Draggable = true
  58.  
  59. _1.Name = "1"
  60. _1.Parent = Main
  61. _1.BackgroundColor3 = Color3.new(0, 0, 0)
  62. _1.BorderSizePixel = 0
  63. _1.Position = UDim2.new(0, 0, 0.00469483575, 0)
  64. _1.Size = UDim2.new(0, 475, 0, 37)
  65.  
  66. _2.Name = "2"
  67. _2.Parent = Main
  68. _2.BackgroundColor3 = Color3.new(0, 0, 0)
  69. _2.BorderSizePixel = 0
  70. _2.Position = UDim2.new(0, 0, 0.913145542, 0)
  71. _2.Size = UDim2.new(0, 474, 0, 37)
  72.  
  73. Close.Name = "Close"
  74. Close.Parent = Main
  75. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  76. Close.BackgroundTransparency = 1
  77. Close.BorderSizePixel = 0
  78. Close.Position = UDim2.new(0.899999976, 0, 0, 0)
  79. Close.Size = UDim2.new(0, 47, 0, 39)
  80. Close.Font = Enum.Font.Cartoon
  81. Close.Text = "X"
  82. Close.TextColor3 = Color3.new(1, 0, 0.0156863)
  83. Close.TextScaled = true
  84. Close.TextSize = 14
  85. Close.TextWrapped = true
  86. Close.MouseButton1Down:connect(function()
  87. OpenFrame.Visible = true
  88. Main.Visible = false
  89. end)
  90.  
  91. Name.Name = "Name"
  92. Name.Parent = Main
  93. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  94. Name.BackgroundTransparency = 1
  95. Name.BorderSizePixel = 0
  96. Name.Size = UDim2.new(0, 475, 0, 37)
  97. Name.Font = Enum.Font.Cartoon
  98. Name.Text = "Partyparrot"
  99. Name.TextColor3 = Color3.new(1, 1, 1)
  100. Name.TextScaled = true
  101. Name.TextSize = 14
  102. Name.TextWrapped = true
  103.  
  104. Frosthook.Name = "Frosthook"
  105. Frosthook.Parent = Main
  106. Frosthook.BackgroundColor3 = Color3.new(0, 0, 0)
  107. Frosthook.BorderSizePixel = 0
  108. Frosthook.Position = UDim2.new(0.0715789497, 0, 0.147887319, 0)
  109. Frosthook.Size = UDim2.new(0, 180, 0, 50)
  110. Frosthook.Font = Enum.Font.Cartoon
  111. Frosthook.Text = "Frosthook"
  112. Frosthook.TextColor3 = Color3.new(1, 1, 1)
  113. Frosthook.TextSize = 30
  114. Frosthook.MouseButton1Down:connect(function()
  115. loadstring(game:HttpGet(('https://pastebin.com/raw/94EQr5Ee'),true))()
  116. end)
  117.  
  118. Nova.Name = "Nova"
  119. Nova.Parent = Main
  120. Nova.BackgroundColor3 = Color3.new(0, 0, 0)
  121. Nova.BorderSizePixel = 0
  122. Nova.Position = UDim2.new(0.538165748, 0, 0.145992041, 0)
  123. Nova.Size = UDim2.new(0, 185, 0, 50)
  124. Nova.Font = Enum.Font.Cartoon
  125. Nova.Text = "Nova"
  126. Nova.TextColor3 = Color3.new(1, 1, 1)
  127. Nova.TextSize = 30
  128. Nova.MouseButton1Down:connect(function()
  129. loadstring(game:HttpGet(('https://pastebin.com/raw/fMZfB5nQ'),true))()
  130. end)
  131.  
  132. AntiAFK.Name = "Anti AFK"
  133. AntiAFK.Parent = Main
  134. AntiAFK.BackgroundColor3 = Color3.new(0, 0, 0)
  135. AntiAFK.BorderSizePixel = 0
  136. AntiAFK.Position = UDim2.new(0.0610443652, 0, 0.532647014, 0)
  137. AntiAFK.Size = UDim2.new(0, 185, 0, 50)
  138. AntiAFK.Font = Enum.Font.Cartoon
  139. AntiAFK.Text = "Anti AFK"
  140. AntiAFK.TextColor3 = Color3.new(1, 1, 1)
  141. AntiAFK.TextSize = 30
  142. AntiAFK.MouseButton1Down:connect(function()
  143. loadstring(game:HttpGet(('https://pastebin.com/raw/iQKHEBkn'),true))()
  144. end)
  145.  
  146. DFAuto.Name = "DF Auto"
  147. DFAuto.Parent = Main
  148. DFAuto.BackgroundColor3 = Color3.new(0, 0, 0)
  149. DFAuto.BorderSizePixel = 0
  150. DFAuto.Position = UDim2.new(0.5366835, 0, 0.332905948, 0)
  151. DFAuto.Size = UDim2.new(0, 185, 0, 50)
  152. DFAuto.Font = Enum.Font.Cartoon
  153. DFAuto.Text = "DF Auto"
  154. DFAuto.TextColor3 = Color3.new(1, 1, 1)
  155. DFAuto.TextSize = 30
  156.  
  157. AltDelete.Name = "Alt Delete"
  158. AltDelete.Parent = Main
  159. AltDelete.BackgroundColor3 = Color3.new(0, 0, 0)
  160. AltDelete.BorderSizePixel = 0
  161. AltDelete.Position = UDim2.new(0.0714203417, 0, 0.332905948, 0)
  162. AltDelete.Size = UDim2.new(0, 185, 0, 50)
  163. AltDelete.Font = Enum.Font.Cartoon
  164. AltDelete.Text = "Alt Delete"
  165. AltDelete.TextColor3 = Color3.new(1, 1, 1)
  166. AltDelete.TextSize = 30
  167. AltDelete.MouseButton1Down:connect(function()
  168. loadstring(game:HttpGet(('https://pastebin.com/raw/KJKtpzk7'),true))()
  169. end)
  170.  
  171. AutoPackage.Name = "Auto Package"
  172. AutoPackage.Parent = Main
  173. AutoPackage.BackgroundColor3 = Color3.new(0, 0, 0)
  174. AutoPackage.BorderSizePixel = 0
  175. AutoPackage.Position = UDim2.new(0.0610443614, 0, 0.736872375, 0)
  176. AutoPackage.Size = UDim2.new(0, 185, 0, 50)
  177. AutoPackage.Font = Enum.Font.Cartoon
  178. AutoPackage.Text = "Auto Package"
  179. AutoPackage.TextColor3 = Color3.new(1, 1, 1)
  180. AutoPackage.TextSize = 30
  181. AutoPackage.MouseButton1Down:connect(function()
  182. loadstring(game:HttpGet(('https://pastebin.com/raw/g1sxXBWcs'),true))()
  183. end)
  184.  
  185. Unlock.Name = "Unlock"
  186. Unlock.Parent = Main
  187. Unlock.BackgroundColor3 = Color3.new(0, 0, 0)
  188. Unlock.BorderSizePixel = 0
  189. Unlock.Position = UDim2.new(0.536833823, 0, 0.736872375, 0)
  190. Unlock.Size = UDim2.new(0, 185, 0, 50)
  191. Unlock.Font = Enum.Font.Cartoon
  192. Unlock.Text = "Unlock"
  193. Unlock.TextColor3 = Color3.new(1, 1, 1)
  194. Unlock.TextSize = 30
  195. Unlock.MouseButton1Down:connect(function()
  196. loadstring(game:HttpGet(('https://pastebin.com/raw/5bWTDQbn'),true))()
  197. end)
  198.  
  199. cHaco.Name = "cHaco"
  200. cHaco.Parent = Main
  201. cHaco.BackgroundColor3 = Color3.new(0, 0, 0)
  202. cHaco.BorderSizePixel = 0
  203. cHaco.Position = UDim2.new(0.5366835, 0, 0.53243649, 0)
  204. cHaco.Size = UDim2.new(0, 185, 0, 50)
  205. cHaco.Font = Enum.Font.Cartoon
  206. cHaco.Text = "cHaco"
  207. cHaco.TextColor3 = Color3.new(1, 1, 1)
  208. cHaco.TextSize = 30
  209. cHaco.MouseButton1Down:connect(function()
  210. loadstring(game:HttpGet(('https://pastebin.com/raw/T3D0htZC'),true))()
  211. end)
  212.  
  213. -- Scripts:
  214.  
  215. DFAuto.MouseButton1Down:connect(function()
  216. while wait(0,1) do
  217. for _,v in pairs(game.Workspace:GetChildren()) do
  218. if v.Name:match("Fruit") and v:IsA("Tool") then
  219. v.Handle.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  220. end
  221. end
  222. end
  223. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement