Advertisement
Guest User

Untitled

a guest
Nov 17th, 2019
572
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.81 KB | None | 0 0
  1. local player = game.Players.LocalPlayer
  2. local library = loadstring(game:HttpGet("https://pastebin.com/raw/UsrmTARP",true))()
  3. library.options.underlinecolor = "rainbow"
  4.  
  5. -- Farming tab
  6. local Farming = library:CreateWindow("Farming")
  7. local GK = Farming:Toggle("Auto-Good Karma", {flag = "GK"}) -- Farming.flags.Boss
  8. local BK = Farming:Toggle("Auto-Bad Karma", {flag = "BK"}) -- Farming.flags.Boss=
  9. local Swing = Farming:Toggle("Auto-Swing", {flag = "Swing"}) -- Farming.flags.Swing
  10. local Sell = Farming:Toggle("Auto-Sell", {flag = "Sell"}) -- Farming.flags.Sell
  11. local BackpackFull = Farming:Toggle("Auto-Full Sell", {flag = "FullSell"}) --Farming.flags.FullBackpack
  12. local EAR = Farming:Toggle("Auto-Pet Levels", {flag = "L"}) --Farming.flags.FullBackpack
  13. local Boss = Farming:Toggle("Auto-Robot Boss", {flag = "Boss"}) -- Farming.flags.Boss
  14. local ETBoss = Farming:Toggle("Auto-Eternal Boss", {flag = "EBoss"}) -- Farming.flags.Boss
  15. local Chi = Farming:Toggle("Auto-Chi", {flag = "Chi"}) -- Farming.flags.Boss
  16. local Kat = Farming:Button("Auto-Koth/Boss/Kill", function()
  17. loadstring(game:HttpGet("https://pastebin.com/raw/UEDhSKyN",true))()
  18. end)
  19.  
  20. local Hi = Farming:Button("Auto-Hoops", function()
  21. _G.Hoops = true
  22. while _G.Hoops do
  23. local stuff = game.Workspace.Hoops:getChildren()
  24. for i = 1, #stuff do
  25. if _G.Hoops then
  26. for i = 1, 10 do
  27. stuff[i].touchPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  28. wait()
  29. end
  30. end
  31. wait()
  32. end
  33. end
  34. end)
  35.  
  36. local AutoBuy = library:CreateWindow("Auto Buy")
  37. local Sword = AutoBuy:Toggle("Auto-Sword", {flag = "Sword"}) -- AutoBuy.flags.Sword
  38. local Belt = AutoBuy:Toggle("Auto-Belt", {flag = "Belt"}) -- AutoBuy.flags.Belt
  39. local Rank = AutoBuy:Toggle("Auto-Rank", {flag = "Rank"}) -- AutoBuy.flags.Rank
  40. local Skill = AutoBuy:Toggle("Auto-Skills", {flag = "Skill"}) -- AutoBuy.flags.Skill
  41. local Shuriken = AutoBuy:Toggle("Auto-Shurikens", {flag = "Shurikens"}) --AutoBuy.flags.Shurikens
  42. _G.Enabled = AutoBuy.flags.Purchase
  43. _G.Sword = AutoBuy.flags.Sword
  44. _G.Belt = AutoBuy.flags.Belt
  45. _G.Rank = AutoBuy.flags.Rank
  46. _G.Skill = AutoBuy.flags.Skill
  47.  
  48. -- Misc
  49. local Misc = library:CreateWindow("Misc")
  50. Misc:Section("--== Pets ==--")
  51.  
  52. Misc:Dropdown("Eggs", {location = _G, flag = "Egg", list = {
  53. "Blue Crystal",
  54. "Purple Crystal",
  55. "Orange Crystal",
  56. "Enchanted Crystal",
  57. "Astral Crystal",
  58. "Golden Crystal",
  59. "Inferno Crystal",
  60. "Galaxy Crystal",
  61. "Frozen Crystal",
  62. "Eternal Crystal",
  63. "Storm Crystal",
  64. "Legends Crystal",
  65. "Thunder Crystal"
  66. }
  67. }, function(new) print("Selected Egg:", new) end)
  68.  
  69. local Eggs = Misc:Toggle("Open Eggs", {flag = "TEgg"}) -- Misc.flags.TEgg
  70. local Basic = Misc:Toggle("Sell Basic", {flag = "SBasic"}) --Misc.flags.SBasic
  71. local Advanced = Misc:Toggle("Sell Advanced", {flag = "SAdvanced"}) --Misc.flags.SAdvanced
  72. local Rare = Misc:Toggle("Sell Rare", {flag = "SRare"}) --Misc.flags.SRare
  73. local Epic = Misc:Toggle("Sell Epic", {flag = "SEpic"}) --Misc.flags.SEpic
  74. local Unique = Misc:Toggle("Sell Unique", {flag = "SUnique"})
  75. local IPB = Misc:Toggle("Sell Omega", {flag = "SIPB"})
  76. local rasd = Misc:Toggle("Sell Fusion Dragons", {flag = "UCFD"})
  77. local asd = Misc:Toggle("Sell Legends Bunnys", {flag = "ELB"})
  78. local Evolve = Misc:Toggle("Auto-Evolve", {flag = "Evolve"}) -- Misc.flags.TEgg
  79. local Eternalise = Misc:Toggle("Auto-Eternalise", {flag = "Eternalise"}) -- Misc.flags.Eternalise
  80. local Immortalize = Misc:Toggle("Auto-Immortalize", {flag = "Immortalize"}) -- Misc.flags.Eternalise
  81.  
  82. Misc:Section("--== Other Stuff ==--")
  83.  
  84. local FastThing = Misc:Toggle("Fast Shuriken", {flag = "Fast"}) -- AutoBuy.flags.Belt
  85.  
  86. local head = Misc:Button("Big Head All", function()
  87. while wait(1) do
  88. for _, v in pairs(game:GetService("Players"):GetPlayers()) do
  89. if v.Name ~= game:GetService("Players").LocalPlayer.Name then
  90. v.Character.Head.CanCollide = false
  91. v.Character.Head.Size = Vector3.new(5, 5, 5)
  92. v.Character.Head.Transparency = 0
  93. end
  94. end
  95. end
  96. end)
  97.  
  98. local HideName = Misc:Button("Hide Name", function()
  99. local plrname = game.Players.LocalPlayer.Name
  100. workspace[plrname].Head.nameGui:Destroy()
  101. end)
  102.  
  103. local Invis = Misc:Button("Invisibility", function()
  104. while true do
  105. wait(.0001)
  106. local A_1 = "goInvisible"
  107. local Event = game.Players.LocalPlayer.ninjaEvent
  108. Event:FireServer(A_1)
  109. end
  110. end)
  111.  
  112. local MaxJump = Misc:Button("Max Jump", function()
  113. while true do
  114. wait(.001)
  115. game.Players.LocalPlayer.multiJumpCount.Value = "50"
  116. end
  117. end)
  118.  
  119. local UnlockIsland = Misc:Button("Unlock Islands", function()
  120. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Enchanted Island"].CFrame
  121. wait(.7)
  122. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Astral Island"].CFrame
  123. wait(.7)
  124. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Mystical Island"].CFrame
  125. wait(.7)
  126. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Space Island"].CFrame
  127. wait(.7)
  128. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Tundra Island"].CFrame
  129. wait(.7)
  130. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Eternal Island"].CFrame
  131. wait(.7)
  132. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Sandstorm"].CFrame
  133. wait(.7)
  134. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Thunderstorm"].CFrame
  135. end)
  136.  
  137. local StatEffects = Misc:Button("Toggle Popups", function()
  138. game:GetService("Players").LocalPlayer.PlayerGui.statEffectsGui.Enabled = not game:GetService("Players").LocalPlayer.PlayerGui.statEffectsGui.Enabled
  139. game:GetService("Players").LocalPlayer.PlayerGui.hoopGui.Enabled = not game:GetService("Players").LocalPlayer.PlayerGui.hoopGui.Enabled
  140. end)
  141.  
  142. Misc:Bind("Toggle Gui",
  143. {flag = "Toggle", kbonly = true, default = Enum.KeyCode.P},
  144. function()
  145. game:GetService("CoreGui").ScreenGui.Container.Visible = not game:GetService("CoreGui").ScreenGui.Container.Visible
  146. end)
  147.  
  148. -- Teleports
  149. local Teleports = library:CreateWindow("Teleports")
  150.  
  151. Teleports:Section("--== Utilitys ==--")
  152. local Shop = Teleports:Button("Shop", function()
  153. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").shopAreaCircles.shopAreaCircle7.circleInner.CFrame
  154. end)
  155.  
  156. local KOTH = Teleports:Button("KOTH", function()
  157. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").kingOfTheHillPart.CFrame
  158. end)
  159.  
  160. Teleports:Section("--== Worlds ==--")
  161.  
  162. local EnchantedIsland = Teleports:Button("Enchanted Island", function()
  163. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Enchanted Island"].CFrame
  164. end)
  165.  
  166. local AstralIsland = Teleports:Button("Astral Island", function()
  167. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Astral Island"].CFrame
  168. end)
  169.  
  170. local MysticalIsland = Teleports:Button("Mystical Island", function()
  171. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Mystical Island"].CFrame
  172. end)
  173.  
  174. local SpaceIsland = Teleports:Button("Space Island", function()
  175. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Space Island"].CFrame
  176. end)
  177.  
  178. local TundraIsland = Teleports:Button("Tundra Island", function()
  179. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Tundra Island"].CFrame
  180. end)
  181.  
  182. local EternalIsland = Teleports:Button("Eternal Island", function()
  183. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Eternal Island"].CFrame
  184. end)
  185.  
  186. local Sandstorm = Teleports:Button("Sandstorm Island", function()
  187. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Sandstorm"].CFrame
  188. end)
  189.  
  190. local Thunderstorm = Teleports:Button("Thunderstorm Island", function()
  191. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Thunderstorm"].CFrame
  192. end)
  193.  
  194. Teleports:Section("--== Chests ==--")
  195.  
  196. local EnchantedIsland = Teleports:Button("Golden Chest", function()
  197. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").goldenChest.circleInner.CFrame
  198. end)
  199.  
  200. local MagmaChest = Teleports:Button("Magma Chest", function()
  201. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").magmaChest.circleInner.CFrame
  202. end)
  203.  
  204. local MysticalIsland = Teleports:Button("Daily Chest", function()
  205. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace")["Daily Chest"].circleInner.CFrame
  206. end)
  207.  
  208. local SpaceIsland = Teleports:Button("Enchanted Chest", function()
  209. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").enchantedChest.circleInner.CFrame
  210. end)
  211.  
  212. local TundraIsland = Teleports:Button("Group Reward", function()
  213. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").groupRewardsCircle.circleInner.CFrame
  214. end)
  215.  
  216. local EternalIsland = Teleports:Button("Legend's Chest", function()
  217. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").legendsChest.circleInner.CFrame
  218. end)
  219.  
  220. local Sandstorm = Teleports:Button("Eternal Chest", function()
  221. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").eternalChest.circleInner.CFrame
  222. end)
  223.  
  224. local Thunderstorm = Teleports:Button("Sahara Chest", function()
  225. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").saharaChest.circleInner.CFrame
  226. end)
  227.  
  228. local Sahara = Teleports:Button("Thunder Chest", function()
  229. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").thunderChest.circleInner.CFrame
  230. end)
  231.  
  232. -- Light & Dark
  233. local Teleports = library:CreateWindow("Light & Evil Training")
  234.  
  235. Teleports:Section("Evil Karma Training")
  236. local Shop = Teleports:Button("Evil Train - Tornado", function()
  237. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").snowEmitterParts.Tornado.innerTornado.CFrame
  238. end)
  239.  
  240. local Shop = Teleports:Button("Evil Train - Lava", function()
  241. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-119.522, 13002.3, 274.569))
  242. end)
  243.  
  244. local Shop = Teleports:Button("Dark Shop", function()
  245. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").darkSkillsAreaCircle.circleInner.CFrame
  246. end)
  247.  
  248. Teleports:Section("Light Karma Training")
  249. local Shop = Teleports:Button("Light Train - Mystical Waters", function()
  250. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(354.477539, 8874.26367, 116.569244, 0.342042685, -0, -0.939684391, 0, 1, -0, 0.939684391, 0, 0.342042685))
  251. end)
  252.  
  253. local Shop = Teleports:Button("Light Train - Sword Of Legends", function()
  254. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(1848.47754, 82.2061615, -137.430756, 0.342042685, -0, -0.939684391, 0, 1, -0, 0.939684391, 0, 0.342042685))
  255. end)
  256.  
  257. local Shop = Teleports:Button("Light Shop", function()
  258. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").lightSkillsAreaCircle.circleInner.CFrame
  259. end)
  260.  
  261. spawn(function()
  262. while wait(.01) do
  263. if Misc.flags.TEgg then
  264. local oh1 = "openCrystal"
  265. local oh2 = _G.Egg
  266. print("Purchased", _G.Egg)
  267. game:GetService("ReplicatedStorage").rEvents.openCrystalRemote:InvokeServer(oh1, oh2)
  268. end
  269. end
  270. end)
  271.  
  272. spawn(function()
  273. while wait() do
  274. if Farming.flags.Swing then
  275. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  276. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") then
  277. game.Players.LocalPlayer.ninjaEvent:FireServer("swingKatana")
  278. else
  279. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  280. if v.ClassName == "Tool" and v:FindFirstChild("attackShurikenScript") then
  281. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  282. wait()
  283. if v.ClassName == "Tool" and v:FindFirstChild("attackKatanaScript") then
  284. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  285. end
  286. end
  287. end
  288. end
  289. end
  290. end
  291. end
  292. end)
  293.  
  294. spawn(function()
  295. while wait(0.01) do
  296. if Farming.flags.Sell then
  297. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  298. game.Workspace.sellAreaCircles.sellAreaCircle.circleInner.CFrame = game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart").CFrame
  299. wait(.05)
  300. game.Workspace.sellAreaCircles.sellAreaCircle.circleInner.CFrame = game.Workspace.Part.CFrame
  301. end
  302. end
  303. end
  304. end)
  305.  
  306. spawn(function()
  307. while wait(0.01) do
  308. if Farming.flags.FullSell then
  309. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  310. if player.PlayerGui.gameGui.maxNinjitsuMenu.Visible == true then
  311. game.Workspace.sellAreaCircles.sellAreaCircle.circleInner.CFrame = game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart").CFrame
  312. wait(.05)
  313. game.Workspace.sellAreaCircles.sellAreaCircle.circleInner.CFrame = game.Workspace.Part.CFrame
  314. end
  315. end
  316. end
  317. end
  318. end)
  319.  
  320.  
  321. spawn(function()
  322. while wait(0.4) do
  323. if Farming.flags.GK then
  324. loadstring(game:HttpGet(('https://pastebin.com/raw/UV4LvgBQ'),true))()
  325. end
  326. end
  327. end)
  328.  
  329. spawn(function()
  330. while wait(0.00011) do
  331. if Farming.flags.L then
  332. local plr = game.Players.LocalPlayer
  333. for _,v in pairs(workspace.Hoops:GetDescendants()) do
  334. if v.ClassName == "MeshPart" then
  335. v.touchPart.CFrame = plr.Character.HumanoidRootPart.CFrame
  336. end
  337. end
  338. end
  339. end
  340. end)
  341.  
  342.  
  343. spawn(function()
  344. while wait(0.4) do
  345. if Farming.flags.BK then
  346. loadstring(game:HttpGet(('https://pastebin.com/raw/EG5jdB85'),true))()
  347. end
  348. end
  349. end)
  350.  
  351. spawn(function()
  352. while wait(.001) do
  353. if Farming.flags.Boss then
  354. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  355. if game:GetService("Workspace").bossFolder:WaitForChild("RobotBoss"):WaitForChild("HumanoidRootPart") then
  356. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.bossFolder.RobotBoss.HumanoidRootPart.CFrame
  357. if player.Character:FindFirstChildOfClass("Tool") then
  358. player.Character:FindFirstChildOfClass("Tool"):Activate()
  359. else
  360. for i,v in pairs(player.Backpack:GetChildren()) do
  361. if v.ClassName == "Tool" and v:FindFirstChild("attackKatanaScript") then
  362. v.attackTime.Value = 0.2
  363. player.Character.Humanoid:EquipTool(v)
  364. if attackfar then
  365. for i,v in pairs(player.Backpack:GetChildren()) do
  366. if v.ClassName == "Tool" and v:FindFirstChild("attackShurikenScript") then
  367. player.Character.Humanoid:EquipTool(v)
  368. end
  369. end
  370. end
  371. end
  372. end
  373. end
  374. end
  375. end
  376. end
  377. end
  378. end)
  379.  
  380.  
  381. spawn(function()
  382. while wait(.001) do
  383. if Farming.flags.EBoss then
  384. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  385. if game:GetService("Workspace").bossFolder:WaitForChild("EternalBoss"):WaitForChild("HumanoidRootPart") then
  386. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.bossFolder.EternalBoss.HumanoidRootPart.CFrame
  387. if player.Character:FindFirstChildOfClass("Tool") then
  388. player.Character:FindFirstChildOfClass("Tool"):Activate()
  389. else
  390. for i,v in pairs(player.Backpack:GetChildren()) do
  391. if v.ClassName == "Tool" and v:FindFirstChild("attackKatanaScript") then
  392. v.attackTime.Value = 0.2
  393. player.Character.Humanoid:EquipTool(v)
  394. if attackfar then
  395. for i,v in pairs(player.Backpack:GetChildren()) do
  396. if v.ClassName == "Tool" and v:FindFirstChild("attackShurikenScript") then
  397. player.Character.Humanoid:EquipTool(v)
  398. end
  399. end
  400. end
  401. end
  402. end
  403. end
  404. end
  405. end
  406. end
  407. end
  408. end)
  409.  
  410. spawn(function()
  411. while wait(0.5) do
  412. if AutoBuy.flags.Sword then
  413. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  414. local oh1 = "buyAllSwords"
  415. local oh2 = {"Ground", "Astral Island", "Space Island","Tundra Island", "Eternal Island", "Sandstorm", "Thunderstorm"}
  416. for i = 1,#oh2 do
  417. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i])
  418. end
  419. end
  420. end
  421. end
  422. end)
  423.  
  424. spawn(function()
  425. while wait(0.5) do
  426. if AutoBuy.flags.Belt then
  427. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  428. local oh1 = "buyAllBelts"
  429. local oh2 = {"Ground", "Astral Island", "Space Island","Tundra Island", "Eternal Island", "Sandstorm", "Thunderstorm"}
  430. for i = 1,#oh2 do
  431. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i])
  432. end
  433. end
  434. end
  435. end
  436. end)
  437.  
  438. spawn(function()
  439. while wait(0.5) do
  440. if AutoBuy.flags.Skill then
  441. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  442. local oh1 = "buyAllSkills"
  443. local oh2 = {"Ground", "Astral Island", "Space Island","Tundra Island", "Eternal Island", "Sandstorm", "Thunderstorm"}
  444. for i = 1,#oh2 do
  445. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i])
  446. end
  447. end
  448. end
  449. end
  450. end)
  451.  
  452.  
  453.  
  454. spawn(function()
  455. while wait(0.5) do
  456. if AutoBuy.flags.Rank then
  457. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  458. local oh1 = "buyRank"
  459. local oh2 = game:GetService("ReplicatedStorage").Ranks.Ground:GetChildren()
  460. for i = 1,#oh2 do
  461. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i].Name)
  462. end
  463. end
  464. end
  465. end
  466. end)
  467.  
  468. spawn(function()
  469. while wait(0.5) do
  470. if AutoBuy.flags.Shurikens then
  471. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  472. local oh1 = "buyAllShurikens"
  473. local oh2 = {"Ground", "Astral Island", "Space Island","Tundra Island", "Eternal Island", "Sandstorm", "Thunderstorm"}
  474. for i = 1,#oh2 do
  475. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i])
  476. end
  477. end
  478. end
  479. end
  480. end)
  481.  
  482. spawn(function()
  483. while wait(0.033) do
  484. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  485. if Farming.flags.Chi then
  486. for i,v in pairs(game.Workspace.spawnedCoins.Valley:GetChildren()) do
  487. if v.Name == "Blue Chi Crate" then
  488. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position)
  489. wait(.16)
  490. end
  491. end
  492. end
  493. end
  494. end
  495. end)
  496.  
  497.  
  498.  
  499. spawn(function()
  500. while wait(3) do
  501. if Misc.flags.Evolve then
  502. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  503. for i,v in pairs(game:GetService("Players").LocalPlayer.petsFolder:GetChildren()) do
  504. for i,x in pairs(v:GetChildren()) do
  505. local oh1 = "evolvePet"
  506. local oh2 = x.Name
  507. game:GetService("ReplicatedStorage").rEvents.petEvolveEvent:FireServer(oh1, oh2)
  508. end
  509. end
  510. end
  511. end
  512. end
  513. end)
  514. spawn(function()
  515. while wait(3) do
  516. if Misc.flags.Eternalise then
  517. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  518. for i,v in pairs(game:GetService("Players").LocalPlayer.petsFolder:GetChildren()) do
  519. for i,x in pairs(v:GetChildren()) do
  520. local oh1 = "eternalizePet"
  521. local oh2 = x.Name
  522. game:GetService("ReplicatedStorage").rEvents.petEternalizeEvent:FireServer(oh1, oh2)
  523. end
  524. end
  525. end
  526. end
  527. end
  528. end)
  529.  
  530. spawn(function()
  531. while wait(3) do
  532. if Misc.flags.Immortalize then
  533. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  534. for i,v in pairs(game:GetService("Players").LocalPlayer.petsFolder:GetChildren()) do
  535. for i,x in pairs(v:GetChildren()) do
  536. local oh1 = "immortalizePet"
  537. local oh2 = x.Name
  538. game:GetService("ReplicatedStorage").rEvents.petImmortalizeEvent:FireServer(oh1, oh2)
  539. end
  540. end
  541. end
  542. end
  543. end
  544. end)
  545.  
  546. spawn(function()
  547. while wait(1) do
  548. if Misc.flags.SBasic then
  549. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  550. for i,v in pairs(game.Players.LocalPlayer.petsFolder.Basic:GetChildren()) do
  551. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  552. end
  553. end
  554. end
  555. end
  556. end)
  557.  
  558. spawn(function()
  559. while wait(1) do
  560. if Misc.flags.SAdvanced then
  561. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  562. for i,v in pairs(game.Players.LocalPlayer.petsFolder.Advanced:GetChildren()) do
  563. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  564. end
  565. end
  566. end
  567. end
  568. end)
  569.  
  570. spawn(function()
  571. while wait(1) do
  572. if Misc.flags.SRare then
  573. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  574. for i,v in pairs(game.Players.LocalPlayer.petsFolder.Rare:GetChildren()) do
  575. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  576. end
  577. end
  578. end
  579. end
  580. end)
  581.  
  582. spawn(function()
  583. while wait(1) do
  584. if Misc.flags.SEpic then
  585. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  586. for i,v in pairs(game.Players.LocalPlayer.petsFolder.Epic:GetChildren()) do
  587. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  588. end
  589. end
  590. end
  591. end
  592. end)
  593.  
  594. spawn(function()
  595. while wait(1) do
  596. if Misc.flags.SUnique then
  597. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  598. for i,v in pairs(game.Players.LocalPlayer.petsFolder.Unique:GetChildren()) do
  599. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  600. end
  601. end
  602. end
  603. end
  604. end)
  605.  
  606. spawn(function()
  607. while wait(.001) do
  608. if Misc.flags.Fast then
  609. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  610. local plr = game.Players.LocalPlayer
  611. local Mouse = plr:GetMouse()
  612. local velocity = 1000
  613. for _,p in pairs(game.Workspace.shurikensFolder:GetChildren()) do
  614. if p.Name == "Handle" then
  615. if p:FindFirstChild("BodyVelocity") then
  616. local bv = p:FindFirstChildOfClass("BodyVelocity")
  617. bv.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  618. bv.Velocity = Mouse.Hit.lookVector * velocity
  619. end
  620. end
  621. end
  622. end
  623. end
  624. end
  625. end)
  626.  
  627. spawn(function()
  628. while wait(1) do
  629. if Misc.flags.SIPB then
  630. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  631. for i,v in pairs(game.Players.LocalPlayer.petsFolder.Omega:GetChildren()) do
  632. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  633. end
  634. end
  635. end
  636. end
  637. end)
  638.  
  639. spawn(function()
  640. while wait(1) do
  641. if Misc.flags.UCFD then
  642. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  643. for i,v in pairs(game.Players.LocalPlayer.petsFolder.Elite:GetChildren()) do
  644. if v.Name == "Ultra Chaos Fusion Dragon" then
  645. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  646. end
  647. end
  648. end
  649. end
  650. end
  651. end)
  652.  
  653. spawn(function()
  654. while wait(1) do
  655. if Misc.flags.ELB then
  656. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  657. for i,v in pairs(game.Players.LocalPlayer.petsFolder.Elite:GetChildren()) do
  658. if v.Name == "Eternity Legends Bunny" then
  659. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  660. end
  661. end
  662. end
  663. end
  664. end
  665. end)
  666.  
  667. local vu = game:GetService("VirtualUser")
  668. game:GetService("Players").LocalPlayer.Idled:connect(
  669. function()
  670. vu:Button2Down(Vector2.new(0, 0), workspace.CurrentCamera.CFrame)
  671. wait(1)
  672. vu:Button2Up(Vector2.new(0, 0), workspace.CurrentCamera.CFrame)
  673. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement