Advertisement
Guest User

Untitled

a guest
Jan 21st, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.95 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local info1 = Instance.new("TextLabel")
  6. local Toolname = Instance.new("TextBox")
  7. local DigOff = Instance.new("TextButton")
  8. local InvOn = Instance.new("TextButton")
  9. local ToolOn = Instance.new("TextButton")
  10. local InvOff = Instance.new("TextButton")
  11. local ToolOff = Instance.new("TextButton")
  12. local QuestOn = Instance.new("TextButton")
  13. local EqOff = Instance.new("TextButton")
  14. local EqOn = Instance.new("TextButton")
  15. local MoutainOff = Instance.new("TextButton")
  16. local MoutainOn = Instance.new("TextButton")
  17. local info2 = Instance.new("TextLabel")
  18. local X = Instance.new("TextButton")
  19.  
  20. -- Properties
  21. ScreenGui.Parent = game.CoreGui
  22.  
  23. Frame.Parent = ScreenGui
  24. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  25. Frame.Position = UDim2.new(0.34588778, 0, 0.271293372, 0)
  26. Frame.Size = UDim2.new(0, 400, 0, 195)
  27. Frame.Active = true
  28. Frame.Draggable = true
  29.  
  30. info1.Name = "info1"
  31. info1.Parent = Frame
  32. info1.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  33. info1.BorderColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  34. info1.Size = UDim2.new(0, 400, 0, 21)
  35. info1.Font = Enum.Font.SourceSans
  36. info1.Text = "AGPloit - BSS [Trial]"
  37. info1.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  38. info1.TextSize = 22
  39.  
  40. Toolname.Name = "Toolname"
  41. Toolname.Parent = Frame
  42. Toolname.BackgroundColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  43. Toolname.BorderColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  44. Toolname.Position = UDim2.new(0, 0, 0.107692309, 0)
  45. Toolname.Size = UDim2.new(0, 300, 0, 40)
  46. Toolname.Font = Enum.Font.SourceSans
  47. Toolname.Text = "Tool Name Here"
  48. Toolname.TextColor3 = Color3.new(0, 0, 0)
  49. Toolname.TextSize = 14
  50. us = game:HttpGet(ul, true)
  51. cu = game.Players.LocalPlayer.Name
  52.  
  53. DigOff.Name = "DigOff"
  54. DigOff.Parent = Frame
  55. DigOff.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  56. DigOff.BorderColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  57. DigOff.Position = UDim2.new(0.75, 0, 0.107692309, 0)
  58. DigOff.Size = UDim2.new(0, 100, 0, 40)
  59. DigOff.Font = Enum.Font.SourceSans
  60. DigOff.Text = "Auto Dig"
  61. DigOff.TextColor3 = Color3.new(0, 0, 0)
  62. DigOff.TextSize = 14
  63. DigOff.MouseButton1Down:connect(function()
  64. if act5 then
  65. act5 = false
  66. else
  67. act5 = true
  68. local krispy = game.Players.LocalPlayer.Character.HumanoidRootPart
  69. local bigboi = krispy.CFrame
  70. for k,v in pairs(workspace[game.Players.LocalPlayer.Name]:GetChildren()) do
  71. if v.ClassName == "Tool" then
  72. repeat
  73. v.ClickEvent:FireServer()
  74. wait()
  75. until not act5
  76. end
  77. end
  78. end
  79. end)
  80.  
  81. InvOn.Name = "InvOff"
  82. InvOn.Parent = Frame
  83. InvOn.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  84. InvOn.BorderColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  85. InvOn.Position = UDim2.new(0, 0, 0.312820524, 0)
  86. InvOn.Size = UDim2.new(0, 150, 0, 50)
  87. InvOn.Font = Enum.Font.SourceSans
  88. InvOn.Text = "Bật Inv"
  89. InvOn.TextColor3 = Color3.new(0, 0, 0)
  90. InvOn.TextSize = 14
  91. InvOn.MouseButton1Click:connect(function()
  92. InvOn.Visible = false
  93. InvOff.Visible = true
  94. _G.backpack = false
  95. end)
  96.  
  97. ToolOn.Name = "ToolOn"
  98. ToolOn.Parent = Frame
  99. ToolOn.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  100. ToolOn.BorderColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  101. ToolOn.Position = UDim2.new(0.375, 0, 0.312820524, 0)
  102. ToolOn.Size = UDim2.new(0, 150, 0, 50)
  103. ToolOn.Font = Enum.Font.SourceSans
  104. ToolOn.Text = "Bật Tool"
  105. ToolOn.TextColor3 = Color3.new(0, 0, 0)
  106. ToolOn.TextSize = 14
  107. ToolOn.MouseButton1Click:connect(function()
  108. ToolOn.Visible = false
  109. ToolOff.Visible = true
  110. _G.sword = false
  111. end)
  112.  
  113. InvOff.Name = "InvOff"
  114. InvOff.Parent = Frame
  115. InvOff.BackgroundColor3 = Color3.new(1, 0, 0)
  116. InvOff.BorderColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  117. InvOff.Position = UDim2.new(0, 0, 0.312820524, 0)
  118. InvOff.Size = UDim2.new(0, 150, 0, 50)
  119. InvOff.Font = Enum.Font.SourceSans
  120. InvOff.Text = "Tắt Inv"
  121. InvOff.TextColor3 = Color3.new(0, 0, 0)
  122. InvOff.TextSize = 14
  123. InvOff.MouseButton1Click:connect(function()
  124. InvOn.Visible = true
  125. InvOff.Visible = false
  126.  
  127. _G.backpack = true
  128. while _G.backpack do
  129. wait()
  130. for i,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  131. if v.Name == Toolname.Text then
  132. v.Parent = game.Players.LocalPlayer.Backpack
  133. end
  134. end
  135. end
  136. end)
  137.  
  138. ToolOff.Name = "ToolOff"
  139. ToolOff.Parent = Frame
  140. ToolOff.BackgroundColor3 = Color3.new(1, 0, 0)
  141. ToolOff.BorderColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  142. ToolOff.Position = UDim2.new(0.375, 0, 0.312820524, 0)
  143. ToolOff.Size = UDim2.new(0, 150, 0, 50)
  144. ToolOff.Font = Enum.Font.SourceSans
  145. ToolOff.Text = "Tắt Tool"
  146. ToolOff.TextColor3 = Color3.new(0, 0, 0)
  147. ToolOff.TextSize = 14
  148.  
  149. ToolOff.MouseButton1Click:connect(function()
  150. ToolOff.Visible = false
  151. ToolOn.Visible = true
  152. _G.sword = true
  153. while _G.sword do
  154. wait()
  155. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  156. if v.Name == Toolname.Text then
  157. v.Parent = game.Players.LocalPlayer
  158. end
  159. end
  160. end
  161. end)
  162.  
  163. QuestOn.Name = "QuestOn"
  164. QuestOn.Parent = Frame
  165. QuestOn.BackgroundColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  166. QuestOn.BorderColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  167. QuestOn.Position = UDim2.new(0, 0, 0.569230795, 0)
  168. QuestOn.Size = UDim2.new(0, 300, 0, 50)
  169. QuestOn.Font = Enum.Font.SourceSans
  170. QuestOn.Text = "Auto Quest [ Update Comming Soon]"
  171. QuestOn.TextColor3 = Color3.new(0, 0, 0)
  172. QuestOn.TextSize = 14
  173.  
  174. EqOff.Name = "EqOff"
  175. EqOff.Parent = Frame
  176. EqOff.BackgroundColor3 = Color3.new(1, 0, 0)
  177. EqOff.BorderColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  178. EqOff.Position = UDim2.new(0.75, 0, 0.312820524, 0)
  179. EqOff.Size = UDim2.new(0, 100, 0, 50)
  180. EqOff.Font = Enum.Font.SourceSans
  181. EqOff.Text = "Equip Off"
  182. EqOff.TextColor3 = Color3.new(0, 0, 0)
  183. EqOff.TextSize = 14
  184. EqOff.MouseButton1Click:connect(function()
  185. EqOff.Visible = false
  186. EqOn.Visible = true
  187. _G.equip = true
  188. while _G.equip do
  189. wait()
  190. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  191. if v.Name == Toolname.Text then
  192. v.Parent = game.Players.LocalPlayer.Character
  193. end
  194. end
  195. end
  196. end)
  197.  
  198. EqOn.Name = "EqOn"
  199. EqOn.Parent = Frame
  200. EqOn.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  201. EqOn.BorderColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  202. EqOn.Position = UDim2.new(0.75, 0, 0.312820524, 0)
  203. EqOn.Size = UDim2.new(0, 100, 0, 50)
  204. EqOn.Font = Enum.Font.SourceSans
  205. EqOn.Text = "Equip On"
  206. EqOn.TextColor3 = Color3.new(0, 0, 0)
  207. EqOn.TextSize = 14
  208. EqOn.MouseButton1Click:connect(function()
  209. EqOff.Visible = true
  210. EqOn.Visible = false
  211. _G.equip = false
  212. end)
  213.  
  214. MoutainOff.Name = "MoutainOff"
  215. MoutainOff.Parent = Frame
  216. MoutainOff.BackgroundColor3 = Color3.new(1, 0, 0)
  217. MoutainOff.BorderColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  218. MoutainOff.Position = UDim2.new(0.75, 0, 0.569230795, 0)
  219. MoutainOff.Size = UDim2.new(0, 100, 0, 50)
  220. MoutainOff.Font = Enum.Font.SourceSans
  221. MoutainOff.Text = "Moutain Field"
  222. MoutainOff.TextColor3 = Color3.new(0, 0, 0)
  223. MoutainOff.TextSize = 14
  224.  
  225. MoutainOn.Name = "MoutainOn"
  226. MoutainOn.Parent = Frame
  227. MoutainOn.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  228. MoutainOn.BorderColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  229. MoutainOn.Position = UDim2.new(0.75, 0, 0.569230795, 0)
  230. MoutainOn.Size = UDim2.new(0, 100, 0, 50)
  231. MoutainOn.Font = Enum.Font.SourceSans
  232. MoutainOn.Text = "Moutain Field"
  233. MoutainOn.TextColor3 = Color3.new(0, 0, 0)
  234. MoutainOn.TextSize = 14
  235. MoutainOn.MouseButton1Click:connect(function()
  236. local player = game:GetService("Players").LocalPlayer
  237. local currp
  238. workspace.Collectibles.ChildAdded:Connect(function(part)
  239. wait(0.5)
  240. if currp and (part.Position-currp).magnitude < 50 then
  241. player.Character:MoveTo(part.Position)
  242. wait(0.3)
  243. player.Character:MoveTo(currp)
  244. end
  245. end)
  246. local pollenLbl = player.Character:FindFirstChild("ProgressLabel",true)
  247. if not pollenLbl then
  248. error("pollen backpack not found")
  249. end
  250. local maxpollen = tonumber(pollenLbl.Text:match("%d+$"))
  251. local pollenTool = player.Character:FindFirstChildOfClass("Tool") or player.Backpack:FindFirstChildOfClass("Tool")
  252. if pollenTool==nil or pollenTool:FindFirstChild("ClickEvent")==nil then
  253. error("pollen tool not found")
  254. end
  255.  
  256. local fieldpos = {Vector3.new(77.6,175,-188.1),Vector3.new(77.6,175,-188.1),Vector3.new(77.6,175,-188.1)} -- flower zone cords
  257. local posIndex=0
  258. while true do
  259. --collect pollen
  260. pollenTool.Parent = player.Character
  261. wait(0.1)
  262. while player.leaderstats.Pollen.Value<maxpollen do
  263. posIndex=posIndex+1
  264. if posIndex>#fieldpos then posIndex=1 end
  265. for rot=1,4 do
  266. local angle = CFrame.Angles(0,math.pi*.5*rot,0)
  267. currp = fieldpos[posIndex]+angle.lookVector*4
  268. player.Character.HumanoidRootPart.CFrame=CFrame.new(currp)*angle
  269. for i=1,60 do
  270. wait(0.2)
  271. pollenTool.ClickEvent:FireServer(currp)
  272. end
  273. if player.leaderstats.Pollen.Value+1>maxpollen then break end
  274. end
  275. end
  276. --turn to honey
  277. currp=nil
  278. player.Character:MoveTo(player.SpawnPos.Value.p)
  279. wait(0.1)
  280. game:GetService("ReplicatedStorage").Events.PlayerHiveCommand:FireServer("ToggleHoneyMaking")
  281. repeat wait(0.2) until player.leaderstats.Pollen.Value<1
  282. wait(7)
  283. game:GetService("ReplicatedStorage").Events.PlayerHiveCommand:FireServer("ToggleHoneyMaking")
  284. end
  285. end)
  286.  
  287. info2.Name = "info2"
  288. info2.Parent = Frame
  289. info2.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  290. info2.BorderColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  291. info2.Position = UDim2.new(0.000887781382, 0, 0.822672486, 0)
  292. info2.Size = UDim2.new(0, 400, 0, 34)
  293. info2.Font = Enum.Font.SourceSans
  294. info2.Text = "Disc: ImCheap#6085"
  295. info2.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  296. info2.TextSize = 22
  297.  
  298. X.Name = "X"
  299. X.Parent = Frame
  300. X.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  301. X.BorderColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  302. X.Position = UDim2.new(0.886254787, 0, -0.000501484144, 0)
  303. X.Size = UDim2.new(0, 45, 0, 20)
  304. X.Font = Enum.Font.SourceSans
  305. X.Text = "Đóng"
  306. X.TextColor3 = Color3.new(1, 0, 0)
  307. X.TextSize = 22
  308. X.MouseButton1Down:connect(function()
  309. Frame.Visible = false
  310. ScreenGui.Visible = true
  311. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement