ItzDiegoExploitzBoi

Untitled

Sep 3rd, 2020
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.61 KB | None | 0 0
  1. local LocalPlayer = game:GetService("Players").LocalPlayer
  2. local ui = loadstring(game:GetObjects("rbxassetid://4133667265")[1].Source)("Library by wally")
  3. local w = ui:CreateWindow('Automated')
  4. w:Section('Autofarms')
  5. local b = w:Button("Autofarm (Starter Island)", function()
  6.  
  7.  
  8. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Monster.Mon["Clown Pirate [Lv. 10]"].HumanoidRootPart.CFrame
  9. repeat
  10. if game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  11. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  12. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Monster.Mon["Clown Pirate [Lv. 10]"].HumanoidRootPart.CFrame
  13. end
  14. wait()
  15. until not game.Players.LocalPlayer.Character:FindFirstChild("Humanoid")
  16. running = false
  17. wait()
  18. end)
  19.  
  20. local b = w:Button("Autofarm (Pirate Island)", function()
  21.  
  22. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Monster.Mon["Clown Pirate [Lv. 50]"].HumanoidRootPart.CFrame
  23. repeat
  24. if game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  25. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  26. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Monster.Mon["Clown Pirate [Lv. 50]"].HumanoidRootPart.CFrame
  27. end
  28. wait()
  29. until not game.Players.LocalPlayer.Character:FindFirstChild("Humanoid")
  30. running = false
  31. wait()
  32. end)
  33.  
  34. local b = w:Button("Autofarm (Soldier Island)", function()
  35.  
  36. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Monster.Mon["Commander [Lv. 100]"].HumanoidRootPart.CFrame
  37. repeat
  38. if game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  39. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  40. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Monster.Mon["Commander [Lv. 100]"].HumanoidRootPart.CFrame
  41. end
  42. wait()
  43. until not game.Players.LocalPlayer.Character:FindFirstChild("Humanoid")
  44. running = false
  45. wait()
  46. end)
  47.  
  48. local b = w:Button("Autofarm (Snow Island)", function()
  49.  
  50. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Monster.Mon["Snow Soldier [Lv. 400]"].HumanoidRootPart.CFrame
  51. repeat
  52. if game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  53. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  54. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Monster.Mon["Snow Soldier [Lv. 400]"].HumanoidRootPart.CFrame
  55. end
  56. wait()
  57. until not game.Players.LocalPlayer.Character:FindFirstChild("Humanoid")
  58. running = false
  59. wait()
  60. end)
  61.  
  62. local b = w:Button("Autofarm (Desert Island)", function()
  63.  
  64. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Monster.Boss["King of Sand [Lv. 725]"].HumanoidRootPart.CFrame
  65. repeat
  66. if game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  67. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  68. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Monster.Boss["King of Sand [Lv. 725]"].HumanoidRootPart.CFrame
  69. end
  70. wait()
  71. until not game.Players.LocalPlayer.Character:FindFirstChild("Humanoid")
  72. running = false
  73. wait()
  74. end)
  75.  
  76. local b = w:Button("Autofarm (Shark Island)", function()
  77.  
  78. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Monster.Mon["Fishman [Lv. 180]"].HumanoidRootPart.CFrame
  79. repeat
  80. if game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  81. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  82. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Monster.Mon["Fishman [Lv. 180]"].HumanoidRootPart.CFrame
  83. end
  84. wait()
  85. until not game.Players.LocalPlayer.Character:FindFirstChild("Humanoid")
  86. running = false
  87. wait()
  88. end)
  89.  
  90. local b = w:Button("Autofarm (Chef Island)", function()
  91.  
  92. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Monster.Mon["Trainer Chef [Lv. 250]"].HumanoidRootPart.CFrame
  93. repeat
  94. if game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  95. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  96. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Monster.Mon["Trainer Chef [Lv. 250]"].HumanoidRootPart.CFrame
  97. end
  98. wait()
  99. until not game.Players.LocalPlayer.Character:FindFirstChild("Humanoid")
  100. running = false
  101. wait()
  102. end)
  103.  
  104. local b = w:Button("Autofarm (Bubble Island)", function()
  105.  
  106. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Monster.Mon["Soldier [Lv. 1000]"].HumanoidRootPart.CFrame
  107. repeat
  108. if game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  109. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  110. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Monster.Mon["Soldier [Lv. 1000]"].HumanoidRootPart.CFrame
  111. end
  112. wait()
  113. until not game.Players.LocalPlayer.Character:FindFirstChild("Humanoid")
  114. running = false
  115. wait()
  116. end)
  117.  
  118. local b = w:Button("Autofarm (Sky Island)", function()
  119.  
  120. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Monster.Mon["Sky Soldier [Lv. 800]"].HumanoidRootPart.CFrame
  121. repeat
  122. if game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  123. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  124. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Monster.Mon["Sky Soldier [Lv. 800]"].HumanoidRootPart.CFrame
  125. end
  126. wait()
  127. until not game.Players.LocalPlayer.Character:FindFirstChild("Humanoid")
  128. running = false
  129. wait()
  130. end)
  131.  
  132. local b = w:Button("Autofarm (Lobby Island)", function()
  133.  
  134. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Monster.Boss["Giraffe [Lv. 1325]"].HumanoidRootPart.CFrame
  135. repeat
  136. if game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  137. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  138. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Monster.Boss["Giraffe [Lv. 1325]"].HumanoidRootPart.CFrame
  139. end
  140. wait()
  141. until not game.Players.LocalPlayer.Character:FindFirstChild("Humanoid")
  142. running = false
  143. wait()
  144. end)
  145.  
  146. local b = w:Button("Autofarm (Zombie Island)", function()
  147.  
  148. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Monster.Mon["Zombie [Lv. 1500]"].HumanoidRootPart.CFrame
  149. repeat
  150. if game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  151. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  152. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Monster.Mon["Zombie [Lv. 1500]"].HumanoidRootPart.CFrame
  153. end
  154. wait()
  155. until not game.Players.LocalPlayer.Character:FindFirstChild("Humanoid")
  156. running = false
  157. wait()
  158. end)
  159.  
  160. local b = w:Button("Autofarm (War Island)", function()
  161.  
  162. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Monster.Mon["Rear Admiral [Lv. 1800]"].HumanoidRootPart.CFrame
  163. repeat
  164. if game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  165. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  166. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Monster.Mon["Rear Admiral [Lv. 1800]"].HumanoidRootPart.CFrame
  167. end
  168. wait()
  169. until not game.Players.LocalPlayer.Character:FindFirstChild("Humanoid")
  170. running = false
  171. wait()
  172. end)
  173.  
  174.  
  175. -- Teleports
  176.  
  177. local w = ui:CreateWindow('Teleports')
  178. w:Section('Teleports')
  179. local b = w:Button("Starter Island", function()
  180. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Spawn1.CFrame
  181. end)
  182.  
  183. local b = w:Button("Pirate Island", function()
  184. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Spawn2.CFrame
  185. end)
  186.  
  187. local b = w:Button("Soldier Island", function()
  188. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Spawn3.CFrame
  189. end)
  190.  
  191. local b = w:Button("Snow Island", function()
  192. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Spawn4.CFrame
  193. end)
  194.  
  195. local b = w:Button("Desert Island", function()
  196. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Spawn5.CFrame
  197. end)
  198.  
  199. local b = w:Button("Shark Island", function()
  200. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Spawn6.CFrame
  201. end)
  202.  
  203. local b = w:Button("Chef Island", function()
  204. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Spawn7.CFrame
  205. end)
  206.  
  207. local b = w:Button("Bubble Island", function()
  208. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Spawn8.CFrame
  209. end)
  210.  
  211. local b = w:Button("Sky Island", function()
  212. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Spawn9.CFrame
  213. end)
  214.  
  215. local b = w:Button("Lobby Island", function()
  216. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Spawn10.CFrame
  217. end)
  218.  
  219. local b = w:Button("Zombie Island", function()
  220. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Spawn11.CFrame
  221. end)
  222.  
  223. local b = w:Button("War Island", function()
  224. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Spawn12.CFrame
  225. end)
  226.  
  227. -----------------
  228.  
  229. local w = ui:CreateWindow('Character Cheats')
  230. w:Section('Useful Maybe')
  231.  
  232. local b = w:Button("Noclip (n)", function()
  233. noclip = false
  234. game:GetService('RunService').Stepped:connect(function()
  235. if noclip then
  236. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  237. end
  238. end)
  239. end)
  240. plr = game.Players.LocalPlayer
  241. mouse = plr:GetMouse()
  242. mouse.KeyDown:connect(function(key)
  243.  
  244. if key == "n" then
  245. noclip = not noclip
  246. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  247. end
  248. end)
  249. print("Noclip Loaded! Press 'n' To Toggle On/Off")
  250.  
  251. local box = w:Box('HipHeight', {
  252. flag = "hh";
  253. type = 'number';
  254. }, function(box, new, old, enter)
  255. print(new, old, enter)
  256. LocalPlayer.Character.Humanoid.HipHeight = tonumber(new)
  257. end)
  258. local b2 = w:Button('Reset HipHeight', function()
  259. LocalPlayer.Character.Humanoid.HipHeight = 2
  260. end)
  261.  
  262. local box = w:Box('WalkSpeed', {
  263. flag = "ws";
  264. type = 'number';
  265. }, function(box, new, old, enter)
  266. print(new, old, enter)
  267. LocalPlayer.Character.Humanoid.WalkSpeed = tonumber(new)
  268. end)
  269. local b2 = w:Button('Reset WalkSpeed', function()
  270. LocalPlayer.Character.Humanoid.WalkSpeed = 16
  271. end)
  272.  
  273. local box = w:Box('JumpPower', {
  274. flag = "jp";
  275. type = 'number';
  276. }, function(box, new, old, enter)
  277. print(new, old, enter)
  278. LocalPlayer.Character.Humanoid.JumpPower = tonumber(new)
  279. end)
  280. local b2 = w:Button('Reset JumpPower', function()
  281. LocalPlayer.Character.Humanoid.JumpPower = 50
  282. end)
  283.  
  284. local s = w:Slider("Gravity", {
  285. min = 0;
  286. max = 196.2;
  287. flag = 'g'
  288. }, function(v)
  289. game:GetService("Workspace").Gravity = v;
  290. end)
  291.  
  292. local b2 = w:Button('Reset Gravity', function()
  293. game:GetService("Workspace").Gravity = 196.2
  294. end)
  295.  
  296. local old = workspace.CurrentCamera.FieldOfView
  297. local s = w:Slider("FOV", {
  298. min = math.floor(workspace.CurrentCamera.FieldOfView);
  299. max = 120;
  300. flag = 'fov'
  301. }, function(v)
  302. workspace.CurrentCamera.FieldOfView = v;
  303. end)
  304.  
  305. local b2 = w:Button('Reset FOV', function()
  306. s:Set(old)
  307. end)
  308.  
  309.  
  310. w:Section('Kill Yourself')
  311. w:Bind("Kill Player", {
  312. flag = "killbind";
  313. kbonly = true;
  314. default = Enum.KeyCode.RightAlt;
  315. }, function()
  316. game.Players.LocalPlayer.Character:BreakJoints()
  317. end)
  318.  
  319. local b = w:Button("Destroy Gui", function()
  320. game:GetService("CoreGui").ScreenGui:Destroy()
  321. end)
  322.  
  323.  
  324. -----------------
  325.  
  326. local w = ui:CreateWindow('Quest')
  327. w:Section('Quest')
  328. local b = w:Button("Find Chicken Quest", function()
  329. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").AntiTPNPC.FindChickenQuest.HumanoidRootPart.CFrame
  330. wait(10)
  331. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").SpawnItem[" "].CFrame
  332. wait(10)
  333. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2082.22607, 49.1524277, -1841.01147, -0.772161722, 0, -0.635426044, 0, 1, 0, 0.635426044, 0, -0.772161722)
  334. wait(10)
  335. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2320.08179, 70.3538361, -1964.06128, 0.792489529, -2.78052339e-05, 0.609885514, -2.78052339e-05, 1, 8.17212276e-05, -0.609885514, -8.17212276e-05, 0.792489529)
  336. wait(10)
  337. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Spawn1.CFrame
  338. end)
  339.  
  340. -----------------
  341.  
  342. local w = ui:CreateWindow('Credits')
  343. w:Section('Thanks')
  344. local b = w:Button("Stefano#3257", function()
  345. end)
  346.  
  347. warn("King Piece Destroyer Loaded!")
  348. warn("No Errors.")
  349. warn("Any Ideas? Add me on Discord! Stefano#3257")
  350. warn("Enjoy Playing!")
  351. warn("Stefano#3257")
Add Comment
Please, Sign In to add comment