Advertisement
takuyahd

Ninja Legends GUI TEST

Nov 30th, 2019
746
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.14 KB | None | 0 0
  1. local player = game.Players.LocalPlayer
  2. local library = loadstring(game:HttpGet("https://pastebin.com/raw/eECjCsip",true))()
  3. library.options.underlinecolor = "rainbow"
  4.  
  5. -- Farming tab
  6. local Farming = library:CreateWindow("Farming")
  7. local Swing = Farming:Toggle("👉Auto Swing ⚔️", {flag = "Swing"}) -- Farming.flags.Swing
  8. local Sell = Farming:Toggle("👉Auto Sell 💰", {flag = "Sell"}) -- Farming.flags.Sell
  9. local BackpackFull = Farming:Toggle("👉Auto Full Sell 💰", {flag = "FullSell"}) --Farming.flags.FullBackpack
  10. local EAR = Farming:Toggle("👉Auto Pet Levels 🐾", {flag = "L"})
  11. local Chi = Farming:Toggle("👉Auto Chi ☯", {flag = "Chi"})
  12. local Coin = Farming:Toggle("👉Auto Coin 💰", {flag = "Coin"})
  13. local Both = Farming:Toggle("👉Auto Both", {flag = "Both"})
  14. Farming:Section("-= Boss Farms =-")
  15. local Boss = Farming:Toggle("👉Auto Robot Boss", {flag = "Boss"}) -- Farming.flags.Boss
  16. local ETBoss = Farming:Toggle("👉Auto Eternal Boss", {flag = "EBoss"}) -- Farming.flags.Boss
  17. local AMBoss = Farming:Toggle("👉Auto Ancient Boss", {flag = "ABoss"}) -- Farming.flags.Boss
  18. local AllBoss = Farming:Toggle("👉Auto All Bosses", {flag = "AllBosses"}) -- Farming.flags.Boss
  19. Farming:Section("-= Karma Farms =-")
  20. local GK = Farming:Toggle("👉Auto Good Karma 😇", {flag = "GK"})
  21. local BK = Farming:Toggle("👉Auto Bad Karma 👿", {flag = "BK"})
  22.  
  23. -- Big Head All (Mainly Used for Auto-Kill/Karma)
  24. local head = Farming:Button("👹Big Head All 👹", function()
  25. while wait(1) do
  26. for _, v in pairs(game:GetService("Players"):GetPlayers()) do
  27. if v.Name ~= game:GetService("Players").LocalPlayer.Name then
  28. v.Character.Head.CanCollide = false
  29. v.Character.Head.Size = Vector3.new(5, 5, 5)
  30. v.Character.Head.Transparency = 0
  31. end
  32. end
  33. end
  34. end)
  35.  
  36. local Kat = Farming:Button("👉Auto Koth/Boss/Kill", function()
  37. loadstring(game:HttpGet("https://pastebin.com/raw/8eeTdf32",true))()
  38. end)
  39.  
  40. local Hi = Farming:Button("👉Auto Hoops ☯", function()
  41. _G.Hoops = true
  42. while _G.Hoops do
  43. local stuff = workspace.Hoops:getChildren()
  44. for i = 1, #stuff do
  45. if _G.Hoops then
  46. for i = 1, 10 do
  47. stuff[i].touchPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  48. wait()
  49. end
  50. end
  51. wait()
  52. end
  53. end
  54. end)
  55.  
  56. local Hi2 = Farming:Button("👉Disable Auto Hoops ☯", function()
  57. _G.Hoops = false
  58. end)
  59.  
  60. local PetGlitch = Farming:Button("☯ Pet Glitch ☯", function()
  61. _G.Glitch = true
  62. while _G.Glitch == true do
  63. wait(.03)
  64. for i,v in pairs(game.Workspace.spawnedCoins.Valley:GetChildren()) do
  65. if v.Name == "Blue Chi Crate" then
  66. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position)
  67. wait(.16)
  68. end
  69. end
  70. end
  71. end)
  72.  
  73. local PetGlitch2 = Farming:Button("☯ Disable Pet Glitch ☯", function()
  74. _G.Glitch = false
  75. end)
  76.  
  77. -- Menu2 Tab
  78. local Misc = library:CreateWindow("Menu")
  79. Misc:Section("-= AutoBuy =-")
  80. local Sword = Misc:Toggle("👉Auto Sword", {flag = "Sword"}) -- AutoBuy.flags.Sword
  81. local Belt = Misc:Toggle("👉Auto Belt", {flag = "Belt"}) -- AutoBuy.flags.Belt
  82. local Rank = Misc:Toggle("👉Auto Rank", {flag = "Rank"}) -- AutoBuy.flags.Rank
  83. local Skill = Misc:Toggle("👉Auto Skills", {flag = "Skill"}) -- AutoBuy.flags.Skill
  84. local Shuriken = Misc:Toggle("👉Auto Shurikens", {flag = "Shurikens"}) --AutoBuy.flags.Shurikens
  85. _G.Enabled = Misc.flags.Purchase
  86. _G.Sword = Misc.flags.Sword
  87. _G.Belt = Misc.flags.Belt
  88. _G.Rank = Misc.flags.Rank
  89. _G.Skill = Misc.flags.Skill
  90.  
  91. Misc:Section("-= Other Stuff =-")
  92. local Shuriken2 = Misc:Toggle("👉Slow Shuriken", {flag = "Slow"})
  93. local FastThing = Misc:Toggle("👉Fast Shuriken", {flag = "Fast"})
  94. local Invis = Misc:Toggle("👉Invisibility 👻", {flag = "Invis"})
  95.  
  96. -- Max Jump
  97. local MaxJP = Misc:Button("🆙Max Jumps", function()
  98. while wait(.0001) do
  99. game.Players.LocalPlayer.multiJumpCount.Value = "50"
  100. end
  101. end)
  102.  
  103. -- Hide Name
  104. local HideName = Misc:Button("🃏Hide Name 🃏", function()
  105. local plrname = game.Players.LocalPlayer.Name
  106. workspace[plrname].Head.nameGui:Destroy()
  107. end)
  108.  
  109. local Heads = Misc:Button("Bring Player Heads", function()
  110. local pos = 5, 0, 5
  111. local player = game.Players:GetChildren()
  112. for i = 1, #player do
  113. if player[i].Name ~= game.Players.LocalPlayer.Name then
  114. local part = player[i].Character.Head
  115. part.Transparency = 0
  116. part.Material = "Neon"
  117. part.CanCollide = false
  118. part.Anchored = true
  119. part.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(pos)
  120. end
  121. end
  122. end)
  123.  
  124. -- ESP
  125. local ESP = Misc:Button("👁ESP 👁", function()
  126. function isnil(thing)
  127. return (thing == nil)
  128. end
  129. local function round(n)
  130. return math.floor(tonumber(n) + 0.5)
  131. end
  132. function UpdatePlayerChams()
  133. for i,v in pairs(game:GetService'Players':GetChildren()) do
  134. pcall(function()
  135. if not isnil(v.Character) then
  136. for _,k in pairs(v.Character:GetChildren()) do
  137. if k:IsA'BasePart' and not k:FindFirstChild'Cham' then
  138. local cham = Instance.new('BoxHandleAdornment',k)
  139. cham.ZIndex= 10
  140. cham.Adornee=k
  141. cham.AlwaysOnTop=true
  142. cham.Size=k.Size
  143. cham.Transparency=.8
  144. cham.Color3=Color3.new(0,0,1)
  145. cham.Name = 'Cham'
  146. end
  147. end
  148. if not isnil(v.Character.Head) and not v.Character.Head:FindFirstChild'NameEsp' then
  149. local bill = Instance.new('BillboardGui',v.Character.Head)
  150. bill.Name = 'NameEsp'
  151. bill.Size=UDim2.new(1,200,1,30)
  152. bill.Adornee=v.Character.Head
  153. bill.AlwaysOnTop=true
  154. local name = Instance.new('TextLabel',bill)
  155. name.TextWrapped=true
  156. name.Text = (v.Name ..' '.. round((game:GetService('Players').LocalPlayer.Character.Head.Position - v.Character.Head.Position).Magnitude/3) ..'m')
  157. name.Size = UDim2.new(1,0,1,0)
  158. name.TextYAlignment='Top'
  159. name.TextColor3=Color3.new(1,1,1)
  160. name.BackgroundTransparency=1
  161. else
  162. v.Character.Head.NameEsp.TextLabel.Text = (v.Name ..' '.. round((game:GetService('Players').LocalPlayer.Character.Head.Position - v.Character.Head.Position).Magnitude/3) ..'m')
  163. end
  164. end
  165. end)
  166. end
  167. end
  168. while wait() do
  169. UpdatePlayerChams()
  170. end
  171. end)
  172.  
  173. -- Unlock All Islands
  174. local UnlockIsland = Misc:Button("Unlock All Islands", function()
  175. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Enchanted Island"].CFrame
  176. wait(.7)
  177. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Astral Island"].CFrame
  178. wait(.7)
  179. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Mystical Island"].CFrame
  180. wait(.7)
  181. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Space Island"].CFrame
  182. wait(.7)
  183. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Tundra Island"].CFrame
  184. wait(.7)
  185. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Eternal Island"].CFrame
  186. wait(.7)
  187. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Sandstorm"].CFrame
  188. wait(.7)
  189. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Thunderstorm"].CFrame
  190. wait(.7)
  191. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Ancient Inferno Island"].CFrame
  192. wait(.7)
  193. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Midnight Shadow Island"].CFrame
  194. end)
  195.  
  196. Misc:Section("-= 🛠️Settings 🛠️ =-")
  197.  
  198. -- Destroy GUI
  199. local Kill = Misc:Button("❌Destroy GUI ❌", function()
  200. game:GetService("CoreGui").ScreenGui:Destroy()
  201. end)
  202.  
  203. -- Toggle Popups (Chi/Coin thigns)
  204. local StatEffects = Misc:Button("🔕Toggle StatEffects (Popups)", function()
  205. game:GetService("Players").LocalPlayer.PlayerGui.statEffectsGui.Enabled = not game:GetService("Players").LocalPlayer.PlayerGui.statEffectsGui.Enabled
  206. game:GetService("Players").LocalPlayer.PlayerGui.hoopGui.Enabled = not
  207. game:GetService("Players").LocalPlayer.PlayerGui.hoopGui.Enabled
  208. end)
  209.  
  210. -- Toggable GUI Key
  211. Misc:Bind("Toggle Gui",
  212. {flag = "Toggle", kbonly = true, default = Enum.KeyCode.LeftControl},
  213. function()
  214. game:GetService("CoreGui").ScreenGui.Container.Visible = not game:GetService("CoreGui").ScreenGui.Container.Visible
  215. end)
  216.  
  217. -- PET
  218. local Pets = library:CreateWindow("Pets")
  219. Pets:Section("-= Pets =-")
  220. Pets:Dropdown("Eggs", {location = _G, flag = "Egg", list = {
  221. "Blue Crystal",
  222. "Purple Crystal",
  223. "Orange Crystal",
  224. "Enchanted Crystal",
  225. "Astral Crystal",
  226. "Golden Crystal",
  227. "Inferno Crystal",
  228. "Galaxy Crystal",
  229. "Frozen Crystal",
  230. "Eternal Crystal",
  231. "Storm Crystal",
  232. "Thunder Crystal",
  233. "Legends Crystal",
  234. "Eternity Crystal",
  235. "Infinity Eclipse Crystal"
  236. }
  237. }, function(new) print("Selected Egg:", new) end)
  238.  
  239. -- Open Pets
  240. local Eggs = Pets:Toggle("👉Open Eggs 🐣", {flag = "TEgg"}) -- Misc.flags.TEgg
  241.  
  242. -- Pet Options
  243. Pets:Section("-= Pet Options =-")
  244. local Evolve = Pets:Toggle("👉Auto Evolve", {flag = "Evolve"}) -- Misc.flags.Evolve
  245. local Eternalise = Pets:Toggle("👉Auto Eternalise", {flag = "Eternalise"}) -- Misc.flags.Eternalise
  246. local Immortalize = Pets:Toggle("👉Auto Immortalize", {flag = "Immortalize"}) -- Misc.flags.Immortalize
  247. local Legend = Pets:Toggle("👉Auto Legend", {flag = "Legend"}) -- Misc.flags.Legend
  248.  
  249. -- Sell Pets
  250. Pets:Section("-= Sell Pet 1 =-")
  251. local Basic = Pets:Toggle("▶Sell All Basic", {flag = "SBasic"})
  252. local Advanced = Pets:Toggle("▶Sell All Advanced", {flag = "SAdvanced"})
  253. local Rare = Pets:Toggle("▶Sell All Rare", {flag = "SRare"})
  254. local Epic = Pets:Toggle("▶Sell All Epic", {flag = "SEpic"})
  255. local Unique = Pets:Toggle("▶Sell All Unique", {flag = "SUnique"})
  256. local IPB = Pets:Toggle("▶Sell All Omega", {flag = "SIPB"})
  257. local Elite = Pets:Toggle("▶Sell All Elite", {flag = "SElite"})
  258. Pets:Section("-= Sell Pet 2 =-")
  259. local Pet1 = Pets:Toggle("▶Sell Heroes Golem", {flag = "S1"})
  260. local Pet2 = Pets:Toggle("▶Sell Abyss Birdie", {flag = "S2"})
  261. local Pet3 = Pets:Toggle("▶Sell Ruby Wyvern", {flag = "S3"})
  262. local Pet4 = Pets:Toggle("▶Sell Phantom Dragon", {flag = "S4"})
  263. local Pet5 = Pets:Toggle("▶Sell Chaos Legend", {flag = "S5"})
  264. local Pet6 = Pets:Toggle("▶Sell Starlight Dragon", {flag = "S6"})
  265.  
  266. -- Teleports
  267. local Teleports = library:CreateWindow("Teleports")
  268.  
  269. Teleports:Section("-= 🌀Utilitys 🌀 =-")
  270.  
  271. local KOTH = Teleports:Button("👑King Of The Hill", function()
  272. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").kingOfTheHillPart.CFrame
  273. end)
  274.  
  275. local Skills1 = Teleports:Button("⛪Light Skills Shop", function()
  276. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-116.49514, 3.24800324, 0.0838552266)
  277. end)
  278.  
  279. local Skills2 = Teleports:Button("⛪Dark Skills Shop", function()
  280. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-116.549767, 3.24800324, 58.087841)
  281. end)
  282.  
  283. local Skills = Teleports:Button("⛪Skills Shop", function()
  284. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").skillAreaCircles["skillsAreaCircle9"].circleInner.CFrame
  285. end)
  286.  
  287. local Shop = Teleports:Button("⛪Shop", function()
  288. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").shopAreaCircles["shopAreaCircle9"].circleInner.CFrame
  289. end)
  290.  
  291. -- World/Island Teleports
  292. Teleports:Section("-= 🌀Worlds 🌀 =-")
  293.  
  294. local Ground = Teleports:Button("Spawn Island", function()
  295. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-7.51416588, 3.19600391, 70.7879868)
  296. end)
  297.  
  298. local EnchantedIsland = Teleports:Button("Enchanted Island", function()
  299. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Enchanted Island"].CFrame
  300. end)
  301.  
  302. local AstralIsland = Teleports:Button("Astral Island", function()
  303. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Astral Island"].CFrame
  304. end)
  305.  
  306. local MysticalIsland = Teleports:Button("Mystical Island", function()
  307. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Mystical Island"].CFrame
  308. end)
  309.  
  310. local SpaceIsland = Teleports:Button("Space Island", function()
  311. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Space Island"].CFrame
  312. end)
  313.  
  314. local TundraIsland = Teleports:Button("Tundra Island", function()
  315. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Tundra Island"].CFrame
  316. end)
  317.  
  318. local EternalIsland = Teleports:Button("Eternal Island", function()
  319. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Eternal Island"].CFrame
  320. end)
  321.  
  322. local Sandstorm = Teleports:Button("Sandstorm Island", function()
  323. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Sandstorm"].CFrame
  324. end)
  325.  
  326. local Thunderstorm = Teleports:Button("Thunderstorm Island", function()
  327. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Thunderstorm"].CFrame
  328. end)
  329.  
  330. local Ancient = Teleports:Button("Ancient Island", function()
  331. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Ancient Inferno Island"].CFrame
  332. end)
  333.  
  334. local Shadow = Teleports:Button("Midnight Island", function()
  335. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Midnight Shadow Island"].CFrame
  336. end)
  337.  
  338. -- Training Area Teleports
  339. Teleports:Section("-= 🌀Training Areas 🌀 =-")
  340. local a1 = Teleports:Button("😇Mystical Waters (Good)", function()
  341. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(347.74881, 8824.53809, 114.271019)
  342. end)
  343.  
  344. local a2 = Teleports:Button("😇Sword of Legends (Good)", function()
  345. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1834.15967, 38.704483, -141.375641)
  346. end)
  347.  
  348. local a5 = Teleports:Button("😇Elemental Tornado (Good)", function()
  349. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(299.758484, 30383.0957, -90.1542206)
  350. end)
  351.  
  352. local a3 = Teleports:Button("👿Lava Pit (Bad)", function()
  353. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-116.631485, 12952.5381, 271.14624)
  354. end)
  355.  
  356. local a4 = Teleports:Button("👿Tornado (Bad)", function()
  357. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(325.641174, 16872.0938, -9.9906435)
  358. end)
  359.  
  360. local a6 = Teleports:Button("👿Swords Of Ancients (Bad)", function()
  361. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(648.365662, 38.704483, 2409.72266)
  362. end)
  363.  
  364. -- Chests Teleports
  365. local CTeleports = library:CreateWindow("Chests")
  366.  
  367. CTeleports:Section("-= Chests =-")
  368.  
  369. local midnightShadowChest = CTeleports:Button("Midnight Chest", function()
  370. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.midnightShadowChest.chestNamePart.CFrame
  371. end)
  372.  
  373. local ancientChest = CTeleports:Button("Ancient Chest", function()
  374. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.ancientChest.chestNamePart.CFrame
  375. end)
  376.  
  377. local thunderChest = CTeleports:Button("Thunder Chest", function()
  378. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.thunderChest.chestNamePart.CFrame
  379. end)
  380.  
  381. local saharaChest = CTeleports:Button("Sahara Chest", function()
  382. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.saharaChest.chestNamePart.CFrame
  383. end)
  384.  
  385. local EternalChest = CTeleports:Button("Eternal Chest", function()
  386. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.eternalChest.chestNamePart.CFrame
  387. end)
  388.  
  389. local MythicalChest = CTeleports:Button("Legends Chest", function()
  390. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.legendsChest.chestNamePart.CFrame
  391. end)
  392.  
  393. local MythicalChest = CTeleports:Button("Mythical Chest", function()
  394. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.mythicalChest.chestNamePart.CFrame
  395. end)
  396.  
  397. local GoldenChest = CTeleports:Button("Golden Chest", function()
  398. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.goldenChest.chestNamePart.CFrame
  399. end)
  400.  
  401. local EnchantedChest = CTeleports:Button("Enchanted Chest", function()
  402. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.enchantedChest.chestNamePart.CFrame
  403. end)
  404.  
  405. local MagmaChest = CTeleports:Button("Magma Chest", function()
  406. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.magmaChest.chestNamePart.CFrame
  407. end)
  408.  
  409. local DailyRewards = CTeleports:Button("Daily Rewards", function()
  410. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace["Daily Chest"].chestNamePart.CFrame
  411. end)
  412.  
  413. local GroupRewards = CTeleports:Button("Group Rewards", function()
  414. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.groupRewardsCircle.circleInner.CFrame
  415. end)
  416.  
  417. -- Collect All Chest
  418. local ChestCollect = CTeleports:Button("Collect All Chest (Don't Move)", function()
  419. game:GetService("Workspace").mythicalChest["circleInner"].CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  420. wait(3.5)
  421. game:GetService("Workspace").goldenChest["circleInner"].CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  422. wait(3.5)
  423. game:GetService("Workspace").enchantedChest["circleInner"].CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  424. wait(3.5)
  425. game:GetService("Workspace").magmaChest["circleInner"].CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  426. wait(3.5)
  427. game:GetService("Workspace").legendsChest["circleInner"].CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  428. wait(3.5)
  429. game:GetService("Workspace").eternalChest["circleInner"].CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  430. wait(3.5)
  431. game:GetService("Workspace").saharaChest["circleInner"].CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  432. wait(3.5)
  433. game:GetService("Workspace").thunderChest["circleInner"].CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  434. wait(3.5)
  435. game:GetService("Workspace").ancientChest["circleInner"].CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  436. wait(3.5)
  437. game:GetService("Workspace").midnightShadowChest["circleInner"].CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  438. wait(3.5)
  439. game:GetService("Workspace").ancientChest["circleInner"].CFrame = game.Workspace.Part.CFrame
  440. game:GetService("Workspace").midnightShadowChest["circleInner"].CFrame = game.Workspace.Part.CFrame
  441. game:GetService("Workspace").thunderChest["circleInner"].CFrame = game.Workspace.Part.CFrame
  442. game:GetService("Workspace").saharaChest["circleInner"].CFrame = game.Workspace.Part.CFrame
  443. game:GetService("Workspace").eternalChest["circleInner"].CFrame = game.Workspace.Part.CFrame
  444. game:GetService("Workspace").legendsChest["circleInner"].CFrame = game.Workspace.Part.CFrame
  445. game:GetService("Workspace").magmaChest["circleInner"].CFrame = game.Workspace.Part.CFrame
  446. game:GetService("Workspace").enchantedChest["circleInner"].CFrame = game.Workspace.Part.CFrame
  447. game:GetService("Workspace").goldenChest["circleInner"].CFrame = game.Workspace.Part.CFrame
  448. game:GetService("Workspace").mythicalChest["circleInner"].CFrame = game.Workspace.Part.CFrame
  449. end)
  450.  
  451. -- Credits
  452. local credits = library:CreateWindow("💎Credits💎")
  453. credits:Section("🎉Gui Modify By Esc997")
  454. credits:Section("🙌Help from 🙌")
  455. credits:Section("📞Esc997 #6668")
  456. credits:Section("⚡My Discord")
  457. credits:Section("discord.gg/k2xCVhH")
  458. credits:Button("📋Copy Discord Invite", function()
  459. syn.write_clipboard("https://discord.gg/k2xCVhH")
  460. end)
  461. credits:Section("📜Gui Modify By Esc997")
  462. credits:Section("🌈Facebook")
  463. credits:Section("⚡Esc997")
  464. credits:Button("📋Copy Facebook link", function()
  465. syn.write_clipboard(
  466. "https://www.facebook.com/esc997")
  467. end)
  468.  
  469. local rs = game:GetService("RunService").RenderStepped
  470.  
  471. -- Open Crystals
  472. spawn(function()
  473. while wait(.01) do
  474. if Pets.flags.TEgg then
  475. local oh1 = "openCrystal"
  476. local oh2 = _G.Egg
  477. print("Purchased", _G.Egg)
  478. game:GetService("ReplicatedStorage").rEvents.openCrystalRemote:InvokeServer(oh1, oh2)
  479. end
  480. end
  481. end)
  482.  
  483. -- Auto-Swing
  484. spawn(function()
  485. while wait() do
  486. if Farming.flags.Swing then
  487. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  488. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") then
  489. game.Players.LocalPlayer.ninjaEvent:FireServer("swingKatana")
  490. else
  491. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  492. if v.ClassName == "Tool" and v:FindFirstChild("attackShurikenScript") then
  493. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  494. wait()
  495. if v.ClassName == "Tool" and v:FindFirstChild("attackKatanaScript") then
  496. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  497. end
  498. end
  499. end
  500. end
  501. end
  502. end
  503. end
  504. end)
  505.  
  506. -- Auto-Sell
  507. spawn(function()
  508. while wait(0.01) do
  509. if Farming.flags.Sell then
  510. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  511. game.workspace.sellAreaCircles["sellAreaCircle6"].circleInner.CFrame = game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart").CFrame
  512. wait(.05)
  513. game.workspace.sellAreaCircles["sellAreaCircle6"].circleInner.CFrame = game.Workspace.Part.CFrame
  514. end
  515. end
  516. end
  517. end)
  518.  
  519. -- Auto-Full Sell
  520. spawn(function()
  521. while wait(0.01) do
  522. if Farming.flags.FullSell then
  523. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  524. if player.PlayerGui.gameGui.maxNinjitsuMenu.Visible == true then
  525. game.workspace.sellAreaCircles["sellAreaCircle6"].circleInner.CFrame = game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart").CFrame
  526. wait(.05)
  527. game.workspace.sellAreaCircles["sellAreaCircle6"].circleInner.CFrame = game.Workspace.Part.CFrame
  528. end
  529. end
  530. end
  531. end
  532. end)
  533.  
  534. -- Invisibility
  535. spawn(function()
  536. while wait(0.001) do
  537. if Misc.flags.Invis then
  538. local A_1 = "goInvisible"
  539. local Event = game.Players.LocalPlayer.ninjaEvent
  540. Event:FireServer(A_1)
  541. end
  542. end
  543. end)
  544.  
  545. -- Auto-Pet Levels
  546. spawn(function()
  547. while wait(0.00011) do
  548. if Farming.flags.L then
  549. local plr = game.Players.LocalPlayer
  550. for _,v in pairs(workspace.Hoops:GetDescendants()) do
  551. if v.ClassName == "MeshPart" then
  552. v.touchPart.CFrame = plr.Character.HumanoidRootPart.CFrame
  553. end
  554. end
  555. end
  556. end
  557. end)
  558.  
  559. -- Good Karma Farm
  560. spawn(function()
  561. while wait(0.4) do
  562. if Farming.flags.GK then
  563. loadstring(game:HttpGet(('https://pastebin.com/raw/NC9zGtMz'),true))()
  564. end
  565. end
  566. end)
  567.  
  568. -- Bad Karma Farm
  569. spawn(function()
  570. while wait(0.4) do
  571. if Farming.flags.BK then
  572. loadstring(game:HttpGet(('https://pastebin.com/raw/U1EqWMY3'),true))()
  573. end
  574. end
  575. end)
  576.  
  577. -- Auto Normal Boss
  578. spawn(function()
  579. while wait(.001) do
  580. if Farming.flags.Boss then
  581. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  582. if game:GetService("Workspace").bossFolder:WaitForChild("RobotBoss"):WaitForChild("HumanoidRootPart") then
  583. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.bossFolder.RobotBoss.HumanoidRootPart.CFrame
  584. if player.Character:FindFirstChildOfClass("Tool") then
  585. player.Character:FindFirstChildOfClass("Tool"):Activate()
  586. else
  587. for i,v in pairs(player.Backpack:GetChildren()) do
  588. if v.ClassName == "Tool" and v:FindFirstChild("attackKatanaScript") then
  589. v.attackTime.Value = 0.2
  590. player.Character.Humanoid:EquipTool(v)
  591. if attackfar then
  592. for i,v in pairs(player.Backpack:GetChildren()) do
  593. if v.ClassName == "Tool" and v:FindFirstChild("attackShurikenScript") then
  594. player.Character.Humanoid:EquipTool(v)
  595. end
  596. end
  597. end
  598. end
  599. end
  600. end
  601. end
  602. end
  603. end
  604. end
  605. end)
  606.  
  607. -- Auto Eternal Boss
  608. spawn(function()
  609. while wait(.001) do
  610. if Farming.flags.EBoss then
  611. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  612. if game:GetService("Workspace").bossFolder:WaitForChild("EternalBoss"):WaitForChild("HumanoidRootPart") then
  613. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.bossFolder.EternalBoss.HumanoidRootPart.CFrame
  614. if player.Character:FindFirstChildOfClass("Tool") then
  615. player.Character:FindFirstChildOfClass("Tool"):Activate()
  616. else
  617. for i,v in pairs(player.Backpack:GetChildren()) do
  618. if v.ClassName == "Tool" and v:FindFirstChild("attackKatanaScript") then
  619. v.attackTime.Value = 0.2
  620. player.Character.Humanoid:EquipTool(v)
  621. if attackfar then
  622. for i,v in pairs(player.Backpack:GetChildren()) do
  623. if v.ClassName == "Tool" and v:FindFirstChild("attackShurikenScript") then
  624. player.Character.Humanoid:EquipTool(v)
  625. end
  626. end
  627. end
  628. end
  629. end
  630. end
  631. end
  632. end
  633. end
  634. end
  635. end)
  636.  
  637. -- Auto Anchient Boss
  638. spawn(function()
  639. while wait(.001) do
  640. if Farming.flags.ABoss then
  641. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  642. if game:GetService("Workspace").bossFolder:WaitForChild("AncientMagmaBoss"):WaitForChild("HumanoidRootPart") then
  643. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.bossFolder.AncientMagmaBoss.HumanoidRootPart.CFrame
  644. if player.Character:FindFirstChildOfClass("Tool") then
  645. player.Character:FindFirstChildOfClass("Tool"):Activate()
  646. else
  647. for i,v in pairs(player.Backpack:GetChildren()) do
  648. if v.ClassName == "Tool" and v:FindFirstChild("attackKatanaScript") then
  649. v.attackTime.Value = 0.2
  650. player.Character.Humanoid:EquipTool(v)
  651. if attackfar then
  652. for i,v in pairs(player.Backpack:GetChildren()) do
  653. if v.ClassName == "Tool" and v:FindFirstChild("attackShurikenScript") then
  654. player.Character.Humanoid:EquipTool(v)
  655. end
  656. end
  657. end
  658. end
  659. end
  660. end
  661. end
  662. end
  663. end
  664. end
  665. end)
  666.  
  667. -- Auto All Bosses
  668. spawn(function()
  669. while wait(.001) do
  670. if Farming.flags.AllBosses then
  671. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  672. if game.Workspace.bossFolder:FindFirstChild("AncientMagmaBoss") then
  673. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.bossFolder.AncientMagmaBoss.HumanoidRootPart.CFrame
  674. else
  675. if not game.Workspace.bossFolder:FindFirstChild("AncientMagmaBoss") then
  676. if game.Workspace.bossFolder:FindFirstChild("EternalBoss") then
  677. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.bossFolder.EternalBoss.HumanoidRootPart.CFrame
  678. else
  679. if not game.Workspace.bossFolder:FindFirstChild("EternalBoss") then
  680. if game.Workspace.bossFolder:FindFirstChild("RobotBoss") then
  681. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.bossFolder.RobotBoss.HumanoidRootPart.CFrame
  682. end
  683. end
  684. end
  685. end
  686. end
  687. if player.Character:FindFirstChildOfClass("Tool") then
  688. player.Character:FindFirstChildOfClass("Tool"):Activate()
  689. else
  690. for i,v in pairs(player.Backpack:GetChildren()) do
  691. if v.ClassName == "Tool" and v:FindFirstChild("attackKatanaScript") then
  692. v.attackTime.Value = 0.2
  693. player.Character.Humanoid:EquipTool(v)
  694. if attackfar then
  695. for i,v in pairs(player.Backpack:GetChildren()) do
  696. if v.ClassName == "Tool" and v:FindFirstChild("attackShurikenScript") then
  697. player.Character.Humanoid:EquipTool(v)
  698. end
  699. end
  700. end
  701. end
  702. end
  703. end
  704. end
  705. end
  706. end
  707. end)
  708.  
  709. -- Auto-Buy Swords
  710. spawn(function()
  711. while wait(0.5) do
  712. if Misc.flags.Sword then
  713. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  714. local oh1 = "buyAllSwords"
  715. local oh2 = {"Ground", "Astral Island", "Space Island","Tundra Island", "Eternal Island", "Sandstorm", "Thunderstorm", "Ancient Inferno Island", "Midnight Shadow Island"}
  716. for i = 1,#oh2 do
  717. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i])
  718. end
  719. end
  720. end
  721. end
  722. end)
  723.  
  724. -- Auto-Buy Belts
  725. spawn(function()
  726. while wait(0.5) do
  727. if Misc.flags.Belt then
  728. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  729. local oh1 = "buyAllBelts"
  730. local oh2 = {"Ground", "Astral Island", "Space Island","Tundra Island", "Eternal Island", "Sandstorm", "Thunderstorm", "Ancient Inferno Island", "Midnight Shadow Island"}
  731. for i = 1,#oh2 do
  732. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i])
  733. end
  734. end
  735. end
  736. end
  737. end)
  738.  
  739. -- Auto-Buy Skills
  740. spawn(function()
  741. while wait(0.5) do
  742. if Misc.flags.Skill then
  743. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  744. local oh1 = "buyAllSkills"
  745. local oh2 = {"Ground", "Astral Island", "Space Island","Tundra Island", "Eternal Island", "Sandstorm", "Thunderstorm", "Ancient Inferno Island", "Midnight Shadow Island"}
  746. for i = 1,#oh2 do
  747. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i])
  748. end
  749. end
  750. end
  751. end
  752. end)
  753.  
  754. -- Auto-Buy Ranks
  755. spawn(function()
  756. while wait(0.5) do
  757. if Misc.flags.Rank then
  758. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  759. local oh1 = "buyRank"
  760. local oh2 = game:GetService("ReplicatedStorage").Ranks.Ground:GetChildren()
  761. for i = 1,#oh2 do
  762. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i].Name)
  763. end
  764. end
  765. end
  766. end
  767. end)
  768.  
  769. -- Auto-Buy Shurikens
  770. spawn(function()
  771. while wait(0.5) do
  772. if Misc.flags.Shurikens then
  773. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  774. local oh1 = "buyAllShurikens"
  775. local oh2 = {"Ground", "Astral Island", "Space Island","Tundra Island", "Eternal Island", "Sandstorm", "Thunderstorm", "Ancient Inferno Island", "Midnight Shadow Island"}
  776. for i = 1,#oh2 do
  777. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i])
  778. end
  779. end
  780. end
  781. end
  782. end)
  783.  
  784. -- Auto-Chi
  785. spawn(function()
  786. while wait(0.033) do
  787. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  788. if Farming.flags.Chi then
  789. for i,v in pairs(game.Workspace.spawnedCoins.Valley:GetChildren()) do
  790. if v.Name == "Blue Chi Crate" then
  791. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position)
  792. wait(.16)
  793. end
  794. end
  795. end
  796. end
  797. end
  798. end)
  799.  
  800. -- Auto-Coin
  801. spawn(function()
  802. while wait(0.033) do
  803. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  804. if Farming.flags.Coin then
  805. for i,v in pairs(game.Workspace.spawnedCoins.Valley:GetChildren()) do
  806. if v.Name == "Coin" then
  807. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position)
  808. wait(.16)
  809. end
  810. end
  811. end
  812. end
  813. end
  814. end)
  815.  
  816. -- Auto-Both
  817. spawn(function()
  818. while wait(0.033) do
  819. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  820. if Farming.flags.Both then
  821. for i,v in pairs(game.Workspace.spawnedCoins.Valley:GetChildren()) do
  822. if v.Name == "Both" then
  823. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position)
  824. wait(.16)
  825. end
  826. end
  827. end
  828. end
  829. end
  830. end)
  831.  
  832. -- Auto Evolve Pet
  833. spawn(function()
  834. while wait(3) do
  835. if Pets.flags.Evolve then
  836. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  837. for i,v in pairs(game:GetService("Players").LocalPlayer.petsFolder:GetChildren()) do
  838. for i,x in pairs(v:GetChildren()) do
  839. local oh1 = "evolvePet"
  840. local oh2 = x.Name
  841. game:GetService("ReplicatedStorage").rEvents.petEvolveEvent:FireServer(oh1, oh2)
  842. end
  843. end
  844. end
  845. end
  846. end
  847. end)
  848.  
  849. -- Auto-Eternalize Pet
  850. spawn(function()
  851. while wait(3) do
  852. if Pets.flags.Eternalise then
  853. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  854. for i,v in pairs(game:GetService("Players").LocalPlayer.petsFolder:GetChildren()) do
  855. for i,x in pairs(v:GetChildren()) do
  856. local oh1 = "eternalizePet"
  857. local oh2 = x.Name
  858. game:GetService("ReplicatedStorage").rEvents.petEternalizeEvent:FireServer(oh1, oh2)
  859. end
  860. end
  861. end
  862. end
  863. end
  864. end)
  865.  
  866. -- Auto-Immortalize Pet
  867. spawn(function()
  868. while wait(3) do
  869. if Pets.flags.Immortalize then
  870. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  871. for i,v in pairs(game:GetService("Players").LocalPlayer.petsFolder:GetChildren()) do
  872. for i,x in pairs(v:GetChildren()) do
  873. local oh1 = "immortalizePet"
  874. local oh2 = x.Name
  875. game:GetService("ReplicatedStorage").rEvents.petImmortalizeEvent:FireServer(oh1, oh2)
  876. end
  877. end
  878. end
  879. end
  880. end
  881. end)
  882.  
  883. -- Auto-Legend Pet
  884. spawn(function()
  885. while wait(3) do
  886. if Pets.flags.Legend then
  887. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  888. for i,v in pairs(game:GetService("Players").LocalPlayer.petsFolder:GetChildren()) do
  889. for i,x in pairs(v:GetChildren()) do
  890. local oh1 = "legendPet"
  891. local oh2 = x.Name
  892. game:GetService("ReplicatedStorage").rEvents.petLegendEvent:FireServer(oh1, oh2)
  893. end
  894. end
  895. end
  896. end
  897. end
  898. end)
  899.  
  900. -- Sell All Basics
  901. spawn(function()
  902. while wait(1) do
  903. if Pets.flags.SBasic then
  904. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  905. for i,v in pairs(game.Players.LocalPlayer.petsFolder.Basic:GetChildren()) do
  906. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  907. end
  908. end
  909. end
  910. end
  911. end)
  912.  
  913. -- Sell All Advanced
  914. spawn(function()
  915. while wait(1) do
  916. if Pets.flags.SAdvanced then
  917. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  918. for i,v in pairs(game.Players.LocalPlayer.petsFolder.Advanced:GetChildren()) do
  919. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  920. end
  921. end
  922. end
  923. end
  924. end)
  925.  
  926. -- Sell All Rares
  927. spawn(function()
  928. while wait(1) do
  929. if Pets.flags.SRare then
  930. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  931. for i,v in pairs(game.Players.LocalPlayer.petsFolder.Rare:GetChildren()) do
  932. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  933. end
  934. end
  935. end
  936. end
  937. end)
  938.  
  939.  
  940. -- Sell All Epics
  941. spawn(function()
  942. while wait(1) do
  943. if Pets.flags.SEpic then
  944. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  945. for i,v in pairs(game.Players.LocalPlayer.petsFolder.Epic:GetChildren()) do
  946. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  947. end
  948. end
  949. end
  950. end
  951. end)
  952.  
  953. -- Sell All Uniques
  954. spawn(function()
  955. while wait(1) do
  956. if Pets.flags.SUnique then
  957. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  958. for i,v in pairs(game.Players.LocalPlayer.petsFolder.Unique:GetChildren()) do
  959. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  960. end
  961. end
  962. end
  963. end
  964. end)
  965.  
  966. -- Sell All Omegas
  967. spawn(function()
  968. while wait(1) do
  969. if Pets.flags.SOmega then
  970. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  971. for i,v in pairs(game.Players.LocalPlayer.petsFolder.Omega:GetChildren()) do
  972. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  973. end
  974. end
  975. end
  976. end
  977. end)
  978.  
  979. -- Sell All Elites
  980. spawn(function()
  981. while wait(1) do
  982. if Pets.flags.SElite then
  983. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  984. for i,v in pairs(game.Players.LocalPlayer.petsFolder.Elite:GetChildren()) do
  985. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  986. end
  987. end
  988. end
  989. end
  990. end)
  991.  
  992. -- Sell PET
  993. -- S1 Sell All Heroes Golem
  994. spawn(function()
  995. while wait(1) do
  996. if Pets.flags.S1 then
  997. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  998. for i,v in pairs(game.Players.LocalPlayer.petsFolder.Elite:GetChildren()) do
  999. if v.Name == "Destiny Heroes Golem" then
  1000. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  1001. end
  1002. end
  1003. end
  1004. end
  1005. end
  1006. end)
  1007.  
  1008. -- S2 Sell All Abyss Birdies
  1009. spawn(function()
  1010. while wait(1) do
  1011. if Pets.flags.S2 then
  1012. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  1013. for i,v in pairs(game.Players.LocalPlayer.petsFolder.Elite:GetChildren()) do
  1014. if v.Name == "Rising Abyss Birdie" then
  1015. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  1016. end
  1017. end
  1018. end
  1019. end
  1020. end
  1021. end)
  1022.  
  1023. -- S3 Sell All Midnight Wyvern
  1024. spawn(function()
  1025. while wait(1) do
  1026. if Pets.flags.S3 then
  1027. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  1028. for i,v in pairs(game.Players.LocalPlayer.petsFolder.Elite:GetChildren()) do
  1029. if v.Name == "Ruby Midnight Wyvern" then
  1030. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  1031. end
  1032. end
  1033. end
  1034. end
  1035. end
  1036. end)
  1037.  
  1038. -- S4 Sell All Genesis Dragon
  1039. spawn(function()
  1040. while wait(1) do
  1041. if Pets.flags.S4 then
  1042. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  1043. for i,v in pairs(game.Players.LocalPlayer.petsFolder.Elite:GetChildren()) do
  1044. if v.Name == "Phantom Genesis Dragon" then
  1045. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  1046. end
  1047. end
  1048. end
  1049. end
  1050. end
  1051. end)
  1052.  
  1053. -- S5 Sell All Mini Chaos Legend
  1054. spawn(function()
  1055. while wait(1) do
  1056. if Pets.flags.S5 then
  1057. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  1058. for i,v in pairs(game.Players.LocalPlayer.petsFolder.Infinity:GetChildren()) do
  1059. if v.Name == "Mini Chaos Legend" then
  1060. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  1061. end
  1062. end
  1063. end
  1064. end
  1065. end
  1066. end)
  1067.  
  1068.  
  1069. -- Fast Shuriken
  1070. spawn(function()
  1071. while wait(.001) do
  1072. if Misc.flags.Fast then
  1073. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  1074. local plr = game.Players.LocalPlayer
  1075. local Mouse = plr:GetMouse()
  1076. local velocity = 1000
  1077. for _,p in pairs(game.Workspace.shurikensFolder:GetChildren()) do
  1078. if p.Name == "Handle" then
  1079. if p:FindFirstChild("BodyVelocity") then
  1080. local bv = p:FindFirstChildOfClass("BodyVelocity")
  1081. bv.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  1082. bv.Velocity = Mouse.Hit.lookVector * velocity
  1083. end
  1084. end
  1085. end
  1086. end
  1087. end
  1088. end
  1089. end)
  1090.  
  1091. -- Slow Shuriken
  1092. spawn(function()
  1093. while wait(.001) do
  1094. if Misc.flags.Slow then
  1095. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  1096. local plr = game.Players.LocalPlayer
  1097. local Mouse = plr:GetMouse()
  1098. local velocity = 35
  1099. for _,p in pairs(game.Workspace.shurikensFolder:GetChildren()) do
  1100. if p.Name == "Handle" then
  1101. if p:FindFirstChild("BodyVelocity") then
  1102. local bv = p:FindFirstChildOfClass("BodyVelocity")
  1103. bv.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  1104. bv.Velocity = Mouse.Hit.lookVector * velocity
  1105. end
  1106. end
  1107. end
  1108. end
  1109. end
  1110. end
  1111. end)
  1112.  
  1113. -- Anti-AFK
  1114. local vu = game:GetService("VirtualUser")
  1115. game:GetService("Players").LocalPlayer.Idled:connect(
  1116. function()
  1117. vu:Button2Down(Vector2.new(0, 0), workspace.CurrentCamera.CFrame)
  1118. wait(1)
  1119. vu:Button2Up(Vector2.new(0, 0), workspace.CurrentCamera.CFrame)
  1120. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement