NeonFox__

ROBLOX *OP* NINJA LEGENDS GUI HACK

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