Advertisement
Guest User

Dupe FArm

a guest
Feb 23rd, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.03 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local Dupe = Instance.new("TextLabel")
  7. local Tool = Instance.new("TextBox")
  8. local Layvao = Instance.new("TextButton")
  9. local ScrollingFrame = Instance.new("ScrollingFrame")
  10. local Sun = Instance.new("TextButton")
  11. local Mush = Instance.new("TextButton")
  12. local BlueFlower = Instance.new("TextButton")
  13. local Clover = Instance.new("TextButton")
  14. local Straw = Instance.new("TextButton")
  15. local Spider = Instance.new("TextButton")
  16. local BamBoo = Instance.new("TextButton")
  17. local Pumpkin = Instance.new("TextButton")
  18. local Cactus = Instance.new("TextButton")
  19. local Pineapple = Instance.new("TextButton")
  20. local Stump = Instance.new("TextButton")
  21. local Rose = Instance.new("TextButton")
  22. local Top = Instance.new("TextButton")
  23. local Dan = Instance.new("TextButton")
  24. local PinTree = Instance.new("TextButton")
  25. local By = Instance.new("TextLabel")
  26. local Dupe_2 = Instance.new("TextLabel")
  27. local Gettool = Instance.new("TextButton")
  28. local Dupeoff = Instance.new("TextButton")
  29. local Farmoff = Instance.new("TextButton")
  30. local Farmon = Instance.new("TextButton")
  31. local Dupeon = Instance.new("TextButton")
  32. --Properties:
  33. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  34. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  35.  
  36. Frame.Parent = ScreenGui
  37. Frame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  38. Frame.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  39. Frame.Position = UDim2.new(0.400157869, 0, 0.287116557, 0)
  40. Frame.Size = UDim2.new(0, 355, 0, 261)
  41. Frame.Active = true
  42. Frame.Draggable = true
  43. Dupe.Name = "Dupe"
  44. Dupe.Parent = Frame
  45. Dupe.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  46. Dupe.BorderColor3 = Color3.new(0, 0, 0)
  47. Dupe.Position = UDim2.new(0.0486601479, 0, 0.141051427, 0)
  48. Dupe.Size = UDim2.new(0, 147, 0, 24)
  49. Dupe.Font = Enum.Font.SourceSans
  50. Dupe.Text = "DUPE TOOL"
  51. Dupe.TextColor3 = Color3.new(1, 1, 1)
  52. Dupe.TextSize = 28
  53.  
  54. Tool.Name = "Tool"
  55. Tool.Parent = Frame
  56. Tool.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  57. Tool.BorderColor3 = Color3.new(0, 0, 0)
  58. Tool.Position = UDim2.new(0.0345756412, 0, 0.334865868, 0)
  59. Tool.Size = UDim2.new(0, 157, 0, 38)
  60. Tool.Font = Enum.Font.SourceSans
  61. Tool.Text = "Tool"
  62. Tool.TextColor3 = Color3.new(1, 1, 1)
  63. Tool.TextSize = 25
  64.  
  65. Layvao.Name = "Layvao"
  66. Layvao.Parent = Frame
  67. Layvao.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  68. Layvao.BorderColor3 = Color3.new(0, 0, 0)
  69. Layvao.Position = UDim2.new(0.048660107, 0, 0.52861774, 0)
  70. Layvao.Size = UDim2.new(0, 71, 0, 50)
  71. Layvao.Font = Enum.Font.SourceSans
  72. Layvao.Text = "Put into"
  73. Layvao.TextColor3 = Color3.new(1, 1, 1)
  74. Layvao.TextSize = 25
  75. Layvao.MouseButton1Click:connect(function()
  76. for i,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  77. if v.Name == Tool.Text then
  78. v.Parent = game.Players.LocalPlayer.Backpack
  79. end
  80. end
  81.  
  82. end)
  83.  
  84. ScrollingFrame.Parent = Frame
  85. ScrollingFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  86. ScrollingFrame.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  87. ScrollingFrame.Position = UDim2.new(0.580281675, 0, 0.331034452, 0)
  88. ScrollingFrame.Size = UDim2.new(0, 149, 0, 173)
  89. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 3, 0)
  90. ScrollingFrame.ScrollBarThickness = 11
  91.  
  92. Sun.Name = "Sun"
  93. Sun.Parent = ScrollingFrame
  94. Sun.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  95. Sun.BorderColor3 = Color3.new(0, 0, 0)
  96. Sun.Position = UDim2.new(0.0939597338, 0, 0.00264376029, 0)
  97. Sun.Size = UDim2.new(0, 109, 0, 40)
  98. Sun.Font = Enum.Font.SourceSans
  99. Sun.Text = "Sunflower"
  100. Sun.TextColor3 = Color3.new(1, 1, 1)
  101. Sun.TextSize = 25
  102. Sun.MouseButton1Click:connect(function()
  103. min = 2682
  104. max = 3341
  105. end)
  106.  
  107.  
  108. Mush.Name = "Mush"
  109. Mush.Parent = ScrollingFrame
  110. Mush.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  111. Mush.BorderColor3 = Color3.new(0, 0, 0)
  112. Mush.Position = UDim2.new(0.0939597338, 0, 0.0665007234, 0)
  113. Mush.Size = UDim2.new(0, 109, 0, 40)
  114. Mush.Font = Enum.Font.SourceSans
  115. Mush.Text = "Mushroom"
  116. Mush.TextColor3 = Color3.new(1, 1, 1)
  117. Mush.TextSize = 25
  118. Mush.MouseButton1Click:connect(function()
  119. min = 1
  120. max = 736
  121. end)
  122.  
  123.  
  124. BlueFlower.Name = "BlueFlower"
  125. BlueFlower.Parent = ScrollingFrame
  126. BlueFlower.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  127. BlueFlower.BorderColor3 = Color3.new(0, 0, 0)
  128. BlueFlower.Position = UDim2.new(0.0939597338, 0, 0.129080534, 0)
  129. BlueFlower.Size = UDim2.new(0, 109, 0, 40)
  130. BlueFlower.Font = Enum.Font.SourceSans
  131. BlueFlower.Text = "BlueFlower"
  132. BlueFlower.TextColor3 = Color3.new(1, 1, 1)
  133. BlueFlower.TextSize = 25
  134. BlueFlower.MouseButton1Click:connect(function()
  135. min = 3342
  136. max = 4072
  137. end)
  138.  
  139. Clover.Name = "Clover"
  140. Clover.Parent = ScrollingFrame
  141. Clover.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  142. Clover.BorderColor3 = Color3.new(0, 0, 0)
  143. Clover.Position = UDim2.new(0.0939597338, 0, 0.195491761, 0)
  144. Clover.Size = UDim2.new(0, 109, 0, 40)
  145. Clover.Font = Enum.Font.SourceSans
  146. Clover.Text = "Clover"
  147. Clover.TextColor3 = Color3.new(1, 1, 1)
  148. Clover.TextSize = 25
  149. Clover.MouseButton1Click:connect(function()
  150. min = 1309
  151. max = 2120
  152. end)
  153.  
  154.  
  155. Straw.Name = "Straw"
  156. Straw.Parent = ScrollingFrame
  157. Straw.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  158. Straw.BorderColor3 = Color3.new(0, 0, 0)
  159. Straw.Position = UDim2.new(0.0939597338, 0, 0.265734434, 0)
  160. Straw.Size = UDim2.new(0, 109, 0, 40)
  161. Straw.Font = Enum.Font.SourceSans
  162. Straw.Text = "Strawberry"
  163. Straw.TextColor3 = Color3.new(1, 1, 1)
  164. Straw.TextSize = 25
  165. Straw.MouseButton1Click:connect(function()
  166. min = 737
  167. max = 1308
  168. end)
  169.  
  170. Spider.Name = "Spider"
  171. Spider.Parent = ScrollingFrame
  172. Spider.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  173. Spider.BorderColor3 = Color3.new(0, 0, 0)
  174. Spider.Position = UDim2.new(0.0939597338, 0, 0.334699929, 0)
  175. Spider.Size = UDim2.new(0, 109, 0, 40)
  176. Spider.Font = Enum.Font.SourceSans
  177. Spider.Text = "Spider"
  178. Spider.TextColor3 = Color3.new(1, 1, 1)
  179. Spider.TextSize = 25
  180. Spider.MouseButton1Click:connect(function()
  181. min = 6095
  182. max = 6822
  183. end)
  184.  
  185. BamBoo.Name = "BamBoo"
  186. BamBoo.Parent = ScrollingFrame
  187. BamBoo.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  188. BamBoo.BorderColor3 = Color3.new(0, 0, 0)
  189. BamBoo.Position = UDim2.new(0.0939597338, 0, 0.403665453, 0)
  190. BamBoo.Size = UDim2.new(0, 109, 0, 40)
  191. BamBoo.Font = Enum.Font.SourceSans
  192. BamBoo.Text = "BamBoo"
  193. BamBoo.TextColor3 = Color3.new(1, 1, 1)
  194. BamBoo.TextSize = 25
  195. BamBoo.MouseButton1Click:connect(function()
  196. min = 5393
  197. max = 6088
  198. end)
  199.  
  200. Pumpkin.Name = "Pumpkin"
  201. Pumpkin.Parent = ScrollingFrame
  202. Pumpkin.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  203. Pumpkin.BorderColor3 = Color3.new(0, 0, 0)
  204. Pumpkin.Position = UDim2.new(0.0939597338, 0, 0.467522413, 0)
  205. Pumpkin.Size = UDim2.new(0, 109, 0, 40)
  206. Pumpkin.Font = Enum.Font.SourceSans
  207. Pumpkin.Text = "Pumpkin"
  208. Pumpkin.TextColor3 = Color3.new(1, 1, 1)
  209. Pumpkin.TextSize = 25
  210. Pumpkin.MouseButton1Click:connect(function()
  211. min = 2121
  212. max = 2681
  213. end)
  214.  
  215. Cactus.Name = "Cactus"
  216. Cactus.Parent = ScrollingFrame
  217. Cactus.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  218. Cactus.BorderColor3 = Color3.new(0, 0, 0)
  219. Cactus.Position = UDim2.new(0.0939597338, 0, 0.536487937, 0)
  220. Cactus.Size = UDim2.new(0, 109, 0, 40)
  221. Cactus.Font = Enum.Font.SourceSans
  222. Cactus.Text = "Cactus"
  223. Cactus.TextColor3 = Color3.new(1, 1, 1)
  224. Cactus.TextSize = 25
  225. Cactus.MouseButton1Click:connect(function()
  226. min = 8968
  227. max = 9561
  228. end)
  229.  
  230. Pineapple.Name = "Pineapple"
  231. Pineapple.Parent = ScrollingFrame
  232. Pineapple.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  233. Pineapple.BorderColor3 = Color3.new(0, 0, 0)
  234. Pineapple.Position = UDim2.new(0.0939597338, 0, 0.601622045, 0)
  235. Pineapple.Size = UDim2.new(0, 109, 0, 40)
  236. Pineapple.Font = Enum.Font.SourceSans
  237. Pineapple.Text = "Pineapple"
  238. Pineapple.TextColor3 = Color3.new(1, 1, 1)
  239. Pineapple.TextSize = 25
  240. Pineapple.MouseButton1Click:connect(function()
  241. min = 6822
  242. max = 7626
  243. end)
  244. Stump.Name = "Stump"
  245. Stump.Parent = ScrollingFrame
  246. Stump.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  247. Stump.BorderColor3 = Color3.new(0, 0, 0)
  248. Stump.Position = UDim2.new(0.0939597338, 0, 0.673141837, 0)
  249. Stump.Size = UDim2.new(0, 109, 0, 40)
  250. Stump.Font = Enum.Font.SourceSans
  251. Stump.Text = "Stump"
  252. Stump.TextColor3 = Color3.new(1, 1, 1)
  253. Stump.TextSize = 25
  254. Stump.MouseButton1Click:connect(function()
  255. min = 9978
  256. max = 10414
  257. end)
  258.  
  259.  
  260. Rose.Name = "Rose"
  261. Rose.Parent = ScrollingFrame
  262. Rose.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  263. Rose.BorderColor3 = Color3.new(0, 0, 0)
  264. Rose.Position = UDim2.new(0.0939597338, 0, 0.742107332, 0)
  265. Rose.Size = UDim2.new(0, 109, 0, 40)
  266. Rose.Font = Enum.Font.SourceSans
  267. Rose.Text = "Rose"
  268. Rose.TextColor3 = Color3.new(1, 1, 1)
  269. Rose.TextSize = 25
  270. Rose.MouseButton1Click:connect(function()
  271. min = 8348
  272. max = 8967
  273. end)
  274.  
  275. Top.Name = "Top"
  276. Top.Parent = ScrollingFrame
  277. Top.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  278. Top.BorderColor3 = Color3.new(0, 0, 0)
  279. Top.Position = UDim2.new(0.0939597338, 0, 0.813627124, 0)
  280. Top.Size = UDim2.new(0, 109, 0, 40)
  281. Top.Font = Enum.Font.SourceSans
  282. Top.Text = "Moutain Top"
  283. Top.TextColor3 = Color3.new(1, 1, 1)
  284. Top.TextSize = 25
  285. Top.MouseButton1Click:connect(function()
  286. min = 4721
  287. max = 5392
  288. end)
  289.  
  290.  
  291. Dan.Name = "Dan"
  292. Dan.Parent = ScrollingFrame
  293. Dan.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  294. Dan.BorderColor3 = Color3.new(0, 0, 0)
  295. Dan.Position = UDim2.new(0.0939597338, 0, 0.883869827, 0)
  296. Dan.Size = UDim2.new(0, 109, 0, 40)
  297. Dan.Font = Enum.Font.SourceSans
  298. Dan.Text = "Dandelion"
  299. Dan.TextColor3 = Color3.new(1, 1, 1)
  300. Dan.TextSize = 25
  301. Dan.MouseButton1Click:connect(function()
  302. min = 4073
  303. max = 4720
  304. end)
  305.  
  306.  
  307. PinTree.Name = "PinTree"
  308. PinTree.Parent = ScrollingFrame
  309. PinTree.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  310. PinTree.BorderColor3 = Color3.new(0, 0, 0)
  311. PinTree.Position = UDim2.new(0.0939597338, 0, 0.950281084, 0)
  312. PinTree.Size = UDim2.new(0, 109, 0, 40)
  313. PinTree.Font = Enum.Font.SourceSans
  314. PinTree.Text = "PineTree"
  315. PinTree.TextColor3 = Color3.new(1, 1, 1)
  316. PinTree.TextSize = 25
  317. PinTree.MouseButton1Click:connect(function()
  318. min = 7629
  319. max = 8347
  320. end)
  321.  
  322. By.Name = "By"
  323. By.Parent = Frame
  324. By.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  325. By.BorderColor3 = Color3.new(0, 0, 0)
  326. By.Size = UDim2.new(0, 355, 0, 24)
  327. By.Font = Enum.Font.SourceSans
  328. By.Text = "DPTGamer"
  329. By.TextColor3 = Color3.new(1, 1, 1)
  330. By.TextSize = 28
  331.  
  332. Dupe_2.Name = "Dupe"
  333. Dupe_2.Parent = Frame
  334. Dupe_2.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  335. Dupe_2.BorderColor3 = Color3.new(0, 0, 0)
  336. Dupe_2.Position = UDim2.new(0.580281675, 0, 0.141051427, 0)
  337. Dupe_2.Size = UDim2.new(0, 137, 0, 24)
  338. Dupe_2.Font = Enum.Font.SourceSans
  339. Dupe_2.Text = "SELECT FIELD"
  340. Dupe_2.TextColor3 = Color3.new(1, 1, 1)
  341. Dupe_2.TextSize = 28
  342.  
  343. Gettool.Name = "Gettool"
  344. Gettool.Parent = Frame
  345. Gettool.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  346. Gettool.BorderColor3 = Color3.new(0, 0, 0)
  347. Gettool.Position = UDim2.new(0.048660107, 0, 0.758502781, 0)
  348. Gettool.Size = UDim2.new(0, 71, 0, 50)
  349. Gettool.Font = Enum.Font.SourceSans
  350. Gettool.Text = "Get Tool"
  351. Gettool.TextColor3 = Color3.new(1, 1, 1)
  352. Gettool.TextSize = 25
  353. Gettool.MouseButton1Click:connect(function()
  354. game:GetService("ReplicatedStorage").Events.ItemPackageEvent:InvokeServer("Equip", { ["Mute"]= false, ["Type"]= Tool.Text, ["Category"]= "Collector" })
  355. end)
  356.  
  357.  
  358. Dupeoff.Name = "Dupeoff"
  359. Dupeoff.Parent = Frame
  360. Dupeoff.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  361. Dupeoff.BorderColor3 = Color3.new(0, 0, 0)
  362. Dupeoff.Position = UDim2.new(0.276829123, 0, 0.52861774, 0)
  363. Dupeoff.Size = UDim2.new(0, 71, 0, 50)
  364. Dupeoff.Font = Enum.Font.SourceSans
  365. Dupeoff.Text = "Dupe"
  366. Dupeoff.TextColor3 = Color3.new(1, 1, 1)
  367. Dupeoff.TextSize = 25
  368. Dupeoff.MouseButton1Click:connect(function()
  369. Dupeoff.Visible = false
  370. Dupeon.Visible = true
  371. _G.dupe = true
  372. while _G.dupe do
  373. wait()
  374. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  375. if v.Name == Tool.Text then
  376. v.Parent = game.Players.LocalPlayer
  377. end
  378. end
  379. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  380. if v.Name == Tool.Text then
  381. v.Parent = game.Players.LocalPlayer
  382. end
  383. end
  384. end
  385. end)
  386.  
  387. Farmoff.Name = "Farmoff"
  388. Farmoff.Parent = Frame
  389. Farmoff.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  390. Farmoff.BorderColor3 = Color3.new(0, 0, 0)
  391. Farmoff.Position = UDim2.new(0.276829123, 0, 0.758502781, 0)
  392. Farmoff.Size = UDim2.new(0, 71, 0, 50)
  393. Farmoff.Font = Enum.Font.SourceSans
  394. Farmoff.Text = "Farm"
  395. Farmoff.TextColor3 = Color3.new(1, 1, 1)
  396. Farmoff.TextSize = 25
  397. Farmoff.MouseButton1Click:connect(function()
  398. Farmon.Visible = true
  399. Farmoff.Visible = false
  400. _G.farm = true
  401. while _G.farm do
  402. wait(0.1)
  403. local plr = game.Players.LocalPlayer.Character.HumanoidRootPart
  404. local pollenLbl = game.Players.LocalPlayer.Character:FindFirstChild("ProgressLabel",true)
  405. local maxpollen = tonumber(pollenLbl.Text:match("%d+$"))
  406. for i,v in pairs(game.workspace.Flowers:GetDescendants()) do
  407. if string.find(v.Name,"FlowerPatch") and _G.farm and v.FlowerID.Value == pit then
  408. for i,g in pairs(game.Players.LocalPlayer.Backpack:GetDescendants()) do
  409. if string.find(g.Name,Tool.Text) then
  410. plr.CFrame = v.CFrame
  411. local bigboi = plr.CFrame
  412. for k,y in pairs(workspace.Collectibles:GetChildren()) do
  413. if y.Name == player.Name and not y:FindFirstChild("Void") or tonumber((y.Position - plr.Position).magnitude) <= 50 and not y:FindFirstChild("Void") then
  414. plr.CFrame = y.CFrame
  415. local intvalue = Instance.new("IntValue",y)
  416. intvalue.Name = "Void"
  417. wait(.08)
  418. end
  419. end
  420. plr.CFrame = bigboi
  421. g.Parent = game.Players.LocalPlayer.Character
  422. workspace[game.Players.LocalPlayer.Name][Tool.Text].ClickEvent:FireServer()
  423. game.Players.LocalPlayer.Character[Tool.Text].Parent = game.Players.LocalPlayer.Backpack
  424. if tonumber(player.leaderstats.Pollen.Value + 1) > tonumber(maxpollen) then
  425. player.Character:MoveTo(player.SpawnPos.Value.p)
  426. wait(1)
  427. game:GetService("ReplicatedStorage").Events.PlayerHiveCommand:FireServer("ToggleHoneyMaking")
  428. repeat wait(0.5) until game:GetService("Players").LocalPlayer.leaderstats.Pollen.Value < 1
  429. wait(5)
  430. end
  431. wait()
  432. end
  433. end
  434. pit = math.random(min,max)
  435. end
  436. end
  437. end
  438. end)
  439.  
  440.  
  441. Farmon.Name = "Farmon"
  442. Farmon.Parent = Frame
  443. Farmon.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  444. Farmon.BorderColor3 = Color3.new(0, 0, 0)
  445. Farmon.Position = UDim2.new(0.276829123, 0, 0.758502781, 0)
  446. Farmon.Size = UDim2.new(0, 71, 0, 50)
  447. Farmon.Font = Enum.Font.SourceSans
  448. Farmon.Text = "Farm"
  449. Farmon.TextColor3 = Color3.new(1, 1, 1)
  450. Farmon.TextSize = 25
  451. Farmon.MouseButton1Click:connect(function()
  452. Farmon.Visible = false
  453. Farmoff.Visible = true
  454. _G.farm = false
  455. end)
  456.  
  457. Dupeon.Name = "Dupeon"
  458. Dupeon.Parent = Frame
  459. Dupeon.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  460. Dupeon.BorderColor3 = Color3.new(0, 0, 0)
  461. Dupeon.Position = UDim2.new(0.276829123, 0, 0.52861774, 0)
  462. Dupeon.Size = UDim2.new(0, 71, 0, 50)
  463. Dupeon.Font = Enum.Font.SourceSans
  464. Dupeon.Text = "Dupe"
  465. Dupeon.TextColor3 = Color3.new(1, 1, 1)
  466. Dupeon.TextSize = 25
  467. Dupeon.MouseButton1Click:connect(function()
  468. _G.dupe = false
  469. Dupeon.Visible = false
  470. Dupeoff.Visible = true
  471. end)
  472.  
  473. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement