Advertisement
R0nicss

Untitled

Nov 29th, 2019
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.89 KB | None | 0 0
  1. local library = loadstring(game:HttpGet("https://pastebin.com/raw/7Z6TzFnv", true))()
  2. local example = library:CreateWindow({
  3. text = "Farming"
  4. })
  5.  
  6. example:AddButton("Reset", function()
  7. game:GetService("Players").LocalPlayer.Character.Humanoid.Health = 0;
  8. end)
  9.  
  10. example:AddButton("Enable AutoFarm", function()
  11. _G.a = true
  12. while _G.a == true do
  13. wait()
  14. local a = game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  15. a:Activate()
  16. wait(0.1)
  17. local a = game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  18. a:Deactivate()
  19. end
  20. end)
  21.  
  22. example:AddButton("Disable AutoFarm", function()
  23. _G.a = false
  24. while _G.a == true do
  25. wait()
  26. local a = game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  27. a:Activate()
  28. wait(0.1)
  29. local a = game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  30. a:Deactivate()
  31. end
  32. end)
  33.  
  34. example:AddButton("Enable AutoSell", function()
  35. game:GetService("Players").LocalPlayer.Boosts.AutoSell.Value = 99999999999999
  36. end)
  37.  
  38. example:AddButton("Disable AutoSell", function()
  39. game:GetService("Players").LocalPlayer.Boosts.AutoSell.Value = 0
  40. end)
  41.  
  42. example:AddButton("Auto Coin+Gems", function()
  43. _G.b = true
  44. while _G.b == true do
  45. wait()
  46. for i,v in pairs(game.Workspace:GetDescendants()) do
  47. if v.Name == "Touch" then
  48. wait()
  49. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  50. end
  51. end
  52. end
  53. end)
  54.  
  55. example:AddButton("Disable Coin+Gems", function()
  56. _G.b = false
  57. while _G.b == true do
  58. wait()
  59. for i,v in pairs(game.Workspace:GetDescendants()) do
  60. if v.Name == "Touch" then
  61. wait()
  62. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  63. end
  64. end
  65. end
  66. end)
  67.  
  68. local example = library:CreateWindow({
  69. text = "Auto Buy"
  70. })
  71.  
  72. example:AddButton("Auto Gloves", function()
  73. _G.Gloves = true
  74. while _G.Gloves == true do
  75. wait()
  76. game.ReplicatedStorage.Remotes.Events.Gloves:FireServer("purchaseall")
  77. end
  78. end)
  79.  
  80. example:AddButton("Disable Auto Gloves", function()
  81. _G.gloves = false
  82. while _G.gloves == true do
  83. wait()
  84. game.ReplicatedStorage.Remotes.Events.Gloves:FireServer("purchaseall")
  85. end
  86. end)
  87.  
  88. example:AddButton("Auto DNA", function()
  89. _G.dna = true
  90. while _G.dna == true do
  91. wait()
  92. game.ReplicatedStorage.Remotes.Events.DNA:FireServer("purchaseall")
  93. end
  94. end)
  95.  
  96. example:AddButton("Disable Auto DNA", function()
  97. _G.dna = false
  98. while _G.dna == true do
  99. wait()
  100. game.ReplicatedStorage.Remotes.Events.DNA:FireServer("purchaseall")
  101. end
  102. end)
  103.  
  104. local example = library:CreateWindow({
  105. text = "Misc"
  106. })
  107.  
  108. example:AddButton("Infinite Jumps", function()
  109. game:GetService("Players").LocalPlayer.Others.DoubleJumps.Value = 50
  110. end)
  111.  
  112. example:AddButton("Speed Boost", function()
  113. game:GetService("Players").LocalPlayer.Variables.WalkspeedMulti.Value = 5
  114. end)
  115.  
  116. example:AddButton("KOTH", function()
  117. _G.KOTH = true
  118. while _G.KOTH do
  119. wait(0.5)
  120. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-35.6743584, 101.061218, -106.684868))
  121. wait(.3)
  122. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-25.516468, 101.061218, -113.203789))
  123. wait(.3)
  124. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-30.496418, 101.061234, -121.401047))
  125. wait(.3)
  126. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-32.5891342, 101.061218, -112.159691))
  127. end
  128. end)
  129.  
  130.  
  131. example:AddButton("Disable KOTH", function()
  132. _G.KOTH = false
  133. while _G.KOTH do
  134. wait(0.5)
  135. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-35.6743584, 101.061218, -106.684868))
  136. wait(.3)
  137. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-25.516468, 101.061218, -113.203789))
  138. wait(.3)
  139. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-30.496418, 101.061234, -121.401047))
  140. wait(.3)
  141. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-32.5891342, 101.061218, -112.159691))
  142. end
  143. end)
  144.  
  145. example:AddButton("Flags All", function()
  146. local x = 12
  147. _G.Flags = true
  148. while _G.Flags do
  149. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(209.88356, 71.0547943, 293.726776))
  150. wait(x)
  151. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(173.952774, 60.6136589, -156.613556))
  152. wait(x)
  153. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(122.336266, 96.0951996, 55.7453651))
  154. wait(x)
  155. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(372.19574, 2.9136734, 109.987114))
  156. wait(x)
  157. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(617.649719, 40.2196236, -305.933472))
  158. wait(x)
  159. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-54.9968681, 598.713501, 231.409637))
  160. wait(x)
  161. end
  162. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-54.9968681, 598.713501, 231.409637))
  163. wait(x)
  164. end)
  165.  
  166. example:AddButton("Disable Flags All", function()
  167. local x = 12
  168. _G.Flags = false
  169. while _G.Flags do
  170. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(209.88356, 71.0547943, 293.726776))
  171. wait(x)
  172. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(173.952774, 60.6136589, -156.613556))
  173. wait(x)
  174. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(122.336266, 96.0951996, 55.7453651))
  175. wait(x)
  176. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(372.19574, 2.9136734, 109.987114))
  177. wait(x)
  178. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(617.649719, 40.2196236, -305.933472))
  179. wait(x)
  180. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-54.9968681, 598.713501, 231.409637))
  181. wait(x)
  182. end
  183. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-54.9968681, 598.713501, 231.409637))
  184. wait(x)
  185. end)
  186.  
  187. example:AddButton("Bring Players (Kill)", function()
  188. _G.Kill = true
  189. while _G.Kill do
  190. wait()
  191. for i,v in pairs(game.Players:GetChildren()) do
  192. if v.Name ~= game.Players.LocalPlayer.Name then
  193. v.Character.Head.Anchored = true
  194. v.Character.Head.CFrame = game.Players.LocalPlayer.Character.Head.CFrame*CFrame.new(0,3,-3)
  195. end
  196. end
  197. end
  198. end)
  199.  
  200. example:AddButton("Disable Bring Players (Kill)", function()
  201. _G.Kill = false
  202. while _G.Kill do
  203. wait()
  204. for i,v in pairs(game.Players:GetChildren()) do
  205. if v.Name ~= game.Players.LocalPlayer.Name then
  206. v.Character.Head.Anchored = true
  207. v.Character.Head.CFrame = game.Players.LocalPlayer.Character.Head.CFrame*CFrame.new(0,3,-3)
  208. end
  209. end
  210. end
  211. end)
  212.  
  213. local example = library:CreateWindow({
  214. text = "Auto buy Egg"
  215. })
  216.  
  217. example:AddButton("First egg", function()
  218. _G.egga = true
  219. while _G.egga == true do
  220. wait()
  221. game.ReplicatedStorage.Remotes.Functions.EggHatch:InvokeServer("single", 1)
  222. end
  223. end)
  224.  
  225. example:AddButton("Disable First egg", function()
  226. _G.egga = false
  227. while _G.egga == true do
  228. wait()
  229. game.ReplicatedStorage.Remotes.Functions.EggHatch:InvokeServer("single", 1)
  230. end
  231. end)
  232.  
  233. example:AddButton("Second egg", function()
  234. _G.eggb = true
  235. while _G.eggb == true do
  236. wait()
  237. game.ReplicatedStorage.Remotes.Functions.EggHatch:InvokeServer("single", 2)
  238. end
  239. end)
  240.  
  241. example:AddButton("Disable Second egg", function()
  242. _G.eggb = false
  243. while _G.eggb == true do
  244. wait()
  245. game.ReplicatedStorage.Remotes.Functions.EggHatch:InvokeServer("single", 2)
  246. end
  247. end)
  248.  
  249. example:AddButton("Third egg", function()
  250. _G.eggc = true
  251. while _G.eggc == true do
  252. wait()
  253. game.ReplicatedStorage.Remotes.Functions.EggHatch:InvokeServer("single", 3)
  254. end
  255. end)
  256.  
  257. example:AddButton("Disable Third egg", function()
  258. _G.eggc = false
  259. while _G.eggc == true do
  260. wait()
  261. game.ReplicatedStorage.Remotes.Functions.EggHatch:InvokeServer("single", 3)
  262. end
  263. end)
  264.  
  265. example:AddButton("Fourth egg", function()
  266. _G.egg = true
  267. while _G.egg == true do
  268. wait()
  269. game.ReplicatedStorage.Remotes.Functions.EggHatch:InvokeServer("single", 4)
  270. end
  271. end)
  272.  
  273. example:AddButton("Disable Fourth egg", function()
  274. _G.egg = false
  275. while _G.egg == true do
  276. wait()
  277. game.ReplicatedStorage.Remotes.Functions.EggHatch:InvokeServer("single", 4)
  278. end
  279. end)
  280.  
  281. example:AddButton("Sixth egg", function()
  282. _G.egg = true
  283. while _G.egg == true do
  284. wait()
  285. game.ReplicatedStorage.Remotes.Functions.EggHatch:InvokeServer("single", 6)
  286. end
  287. end)
  288.  
  289. example:AddButton("Disable Sixth egg", function()
  290. _G.egg = false
  291. while _G.egg == true do
  292. wait()
  293. game.ReplicatedStorage.Remotes.Functions.EggHatch:InvokeServer("single", 6)
  294. end
  295. end)
  296.  
  297.  
  298. local credits = library:CreateWindow({text='Credits'})
  299. credits:AddLabel("Credits\nInori: Dragging\nwally: UI\nAssembly xLaLLa#5740\n")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement