Advertisement
HHLExploits

fuck

Nov 16th, 2019
413
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.82 KB | None | 0 0
  1. local player = game.Players.LocalPlayer
  2. local library = loadstring(game:HttpGet("https://pastebin.com/raw/eWKgbdix",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/2qKmDuiy",true))()
  18. end)
  19.  
  20. local Hi = Farming:Button("Auto-Hoops", function()
  21. _G.Hoops = true
  22. while _G.Hoops do
  23. local stuff = 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. }
  66. }, function(new) print("Selected Egg:", new) end)
  67.  
  68. local Eggs = Misc:Toggle("Open Eggs", {flag = "TEgg"}) -- Misc.flags.TEgg
  69. local Basic = Misc:Toggle("Sell Basic", {flag = "SBasic"}) --Misc.flags.SBasic
  70. local Advanced = Misc:Toggle("Sell Advanced", {flag = "SAdvanced"}) --Misc.flags.SAdvanced
  71. local Rare = Misc:Toggle("Sell Rare", {flag = "SRare"}) --Misc.flags.SRare
  72. local Epic = Misc:Toggle("Sell Epic", {flag = "SEpic"}) --Misc.flags.SEpic
  73. local Unique = Misc:Toggle("Sell Unique", {flag = "SUnique"})
  74. local IPB = Misc:Toggle("Sell Omega", {flag = "SIPB"})
  75. local rasd = Misc:Toggle("Sell Fusion Dragons", {flag = "UCFD"})
  76. local asd = Misc:Toggle("Sell Legends Bunnys", {flag = "ELB"})
  77. local Evolve = Misc:Toggle("Auto-Evolve", {flag = "Evolve"}) -- Misc.flags.TEgg
  78. local Eternalise = Misc:Toggle("Auto-Eternalise", {flag = "Eternalise"}) -- Misc.flags.Eternalise
  79. local Immortalize = Misc:Toggle("Auto-Immortalize", {flag = "Immortalize"}) -- Misc.flags.Eternalise
  80.  
  81. Misc:Section("--== Other Stuff ==--")
  82.  
  83. local FastThing = Misc:Toggle("Fast Shuriken", {flag = "Fast"}) -- AutoBuy.flags.Belt
  84.  
  85. local head = Misc:Button("Big Head All", function()
  86. while wait(1) do
  87. for _, v in pairs(game:GetService("Players"):GetPlayers()) do
  88. if v.Name ~= game:GetService("Players").LocalPlayer.Name then
  89. v.Character.Head.CanCollide = false
  90. v.Character.Head.Size = Vector3.new(5, 5, 5)
  91. v.Character.Head.Transparency = 0
  92. end
  93. end
  94. end
  95. end)
  96.  
  97. local HideName = Misc:Button("Hide Name", function()
  98. local plrname = game.Players.LocalPlayer.Name
  99. workspace[plrname].Head.nameGui:Destroy()
  100. end)
  101.  
  102. local Invis = Misc:Button("Invisibility", function()
  103. while true do
  104. wait(.0001)
  105. local A_1 = "goInvisible"
  106. local Event = game.Players.LocalPlayer.ninjaEvent
  107. Event:FireServer(A_1)
  108. end
  109. end)
  110.  
  111. local MaxJump = Misc:Button("Max Jump", function()
  112. while true do
  113. wait(.001)
  114. game.Players.LocalPlayer.multiJumpCount.Value = "50"
  115. end
  116. end)
  117.  
  118. local UnlockIsland = Misc:Button("Unlock Islands", function()
  119. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Enchanted Island"].CFrame
  120. wait(.7)
  121. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Astral Island"].CFrame
  122. wait(.7)
  123. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Mystical Island"].CFrame
  124. wait(.7)
  125. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Space Island"].CFrame
  126. wait(.7)
  127. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Tundra Island"].CFrame
  128. wait(.7)
  129. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Eternal Island"].CFrame
  130. wait(.7)
  131. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Sandstorm"].CFrame
  132. end)
  133.  
  134. local StatEffects = Misc:Button("Toggle Popups", function()
  135. game:GetService("Players").LocalPlayer.PlayerGui.statEffectsGui.Enabled = not game:GetService("Players").LocalPlayer.PlayerGui.statEffectsGui.Enabled
  136. game:GetService("Players").LocalPlayer.PlayerGui.hoopGui.Enabled = not game:GetService("Players").LocalPlayer.PlayerGui.hoopGui.Enabled
  137. end)
  138.  
  139.  
  140. -- Teleports
  141. local Teleports = library:CreateWindow("Teleports")
  142.  
  143. Teleports:Section("--== Utilitys ==--")
  144. local Shop = Teleports:Button("Shop", function()
  145. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").shopAreaCircle5.circleInner.CFrame
  146. end)
  147.  
  148. local KOTH = Teleports:Button("KOTH", function()
  149. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").kingOfTheHillPart.CFrame
  150. end)
  151.  
  152. Teleports:Section("--== Worlds ==--")
  153.  
  154. local EnchantedIsland = Teleports:Button("Enchanted Island", function()
  155. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Enchanted Island"].CFrame
  156. end)
  157.  
  158. local AstralIsland = Teleports:Button("Astral Island", function()
  159. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Astral Island"].CFrame
  160. end)
  161.  
  162. local MysticalIsland = Teleports:Button("Mystical Island", function()
  163. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Mystical Island"].CFrame
  164. end)
  165.  
  166. local SpaceIsland = Teleports:Button("Space Island", function()
  167. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Space Island"].CFrame
  168. end)
  169.  
  170. local TundraIsland = Teleports:Button("Tundra Island", function()
  171. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Tundra Island"].CFrame
  172. end)
  173.  
  174. local EternalIsland = Teleports:Button("Eternal Island", function()
  175. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Eternal Island"].CFrame
  176. end)
  177.  
  178. local Sandstorm = Teleports:Button("Sandstorm Island", function()
  179. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Sandstorm"].CFrame
  180. end)
  181.  
  182. spawn(function()
  183. while wait(.01) do
  184. if Misc.flags.TEgg then
  185. local oh1 = "openCrystal"
  186. local oh2 = _G.Egg
  187. print("Purchased", _G.Egg)
  188. game:GetService("ReplicatedStorage").rEvents.openCrystalRemote:InvokeServer(oh1, oh2)
  189. end
  190. end
  191. end)
  192.  
  193. spawn(function()
  194. while wait() do
  195. if Farming.flags.Swing then
  196. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  197. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") then
  198. game.Players.LocalPlayer.ninjaEvent:FireServer("swingKatana")
  199. else
  200. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  201. if v.ClassName == "Tool" and v:FindFirstChild("attackShurikenScript") then
  202. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  203. wait()
  204. if v.ClassName == "Tool" and v:FindFirstChild("attackKatanaScript") then
  205. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  206. end
  207. end
  208. end
  209. end
  210. end
  211. end
  212. end
  213. end)
  214.  
  215. spawn(function()
  216. while wait(0.01) do
  217. if Farming.flags.Sell then
  218. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  219. game.workspace["sellAreaCircle6"].circleInner.CFrame = game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart").CFrame
  220. wait(.05)
  221. game.workspace["sellAreaCircle6"].circleInner.CFrame = game.Workspace.Part.CFrame
  222. end
  223. end
  224. end
  225. end)
  226.  
  227. spawn(function()
  228. while wait(0.01) do
  229. if Farming.flags.FullSell then
  230. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  231. if player.PlayerGui.gameGui.maxNinjitsuMenu.Visible == true then
  232. game.workspace["sellAreaCircle6"].circleInner.CFrame = game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart").CFrame
  233. wait(.05)
  234. game.workspace["sellAreaCircle6"].circleInner.CFrame = game.Workspace.Part.CFrame
  235. end
  236. end
  237. end
  238. end
  239. end)
  240.  
  241.  
  242. spawn(function()
  243. while wait(0.4) do
  244. if Farming.flags.GK then
  245. loadstring(game:HttpGet(('https://pastebin.com/raw/AaqHqPyw'),true))()
  246. end
  247. end
  248. end)
  249.  
  250. spawn(function()
  251. while wait(0.00011) do
  252. if Farming.flags.L then
  253. local plr = game.Players.LocalPlayer
  254. for _,v in pairs(workspace.Hoops:GetDescendants()) do
  255. if v.ClassName == "MeshPart" then
  256. v.touchPart.CFrame = plr.Character.HumanoidRootPart.CFrame
  257. end
  258. end
  259. end
  260. end
  261. end)
  262.  
  263.  
  264. spawn(function()
  265. while wait(0.4) do
  266. if Farming.flags.BK then
  267. loadstring(game:HttpGet(('https://pastebin.com/raw/wEEB3nQt'),true))()
  268. end
  269. end
  270. end)
  271.  
  272. spawn(function()
  273. while wait(.001) do
  274. if Farming.flags.Boss then
  275. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  276. if game:GetService("Workspace").bossFolder:WaitForChild("RobotBoss"):WaitForChild("HumanoidRootPart") then
  277. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.bossFolder.RobotBoss.HumanoidRootPart.CFrame
  278. if player.Character:FindFirstChildOfClass("Tool") then
  279. player.Character:FindFirstChildOfClass("Tool"):Activate()
  280. else
  281. for i,v in pairs(player.Backpack:GetChildren()) do
  282. if v.ClassName == "Tool" and v:FindFirstChild("attackKatanaScript") then
  283. v.attackTime.Value = 0.2
  284. player.Character.Humanoid:EquipTool(v)
  285. if attackfar then
  286. for i,v in pairs(player.Backpack:GetChildren()) do
  287. if v.ClassName == "Tool" and v:FindFirstChild("attackShurikenScript") then
  288. player.Character.Humanoid:EquipTool(v)
  289. end
  290. end
  291. end
  292. end
  293. end
  294. end
  295. end
  296. end
  297. end
  298. end
  299. end)
  300.  
  301.  
  302. spawn(function()
  303. while wait(.001) do
  304. if Farming.flags.EBoss then
  305. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  306. if game:GetService("Workspace").bossFolder:WaitForChild("EternalBoss"):WaitForChild("HumanoidRootPart") then
  307. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.bossFolder.EternalBoss.HumanoidRootPart.CFrame
  308. if player.Character:FindFirstChildOfClass("Tool") then
  309. player.Character:FindFirstChildOfClass("Tool"):Activate()
  310. else
  311. for i,v in pairs(player.Backpack:GetChildren()) do
  312. if v.ClassName == "Tool" and v:FindFirstChild("attackKatanaScript") then
  313. v.attackTime.Value = 0.2
  314. player.Character.Humanoid:EquipTool(v)
  315. if attackfar then
  316. for i,v in pairs(player.Backpack:GetChildren()) do
  317. if v.ClassName == "Tool" and v:FindFirstChild("attackShurikenScript") then
  318. player.Character.Humanoid:EquipTool(v)
  319. end
  320. end
  321. end
  322. end
  323. end
  324. end
  325. end
  326. end
  327. end
  328. end
  329. end)
  330.  
  331. spawn(function()
  332. while wait(0.5) do
  333. if AutoBuy.flags.Sword then
  334. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  335. local oh1 = "buyAllSwords"
  336. local oh2 = {"Ground", "Astral Island", "Space Island","Tundra Island", "Eternal Island", "Sandstorm"}
  337. for i = 1,#oh2 do
  338. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i])
  339. end
  340. end
  341. end
  342. end
  343. end)
  344.  
  345. spawn(function()
  346. while wait(0.5) do
  347. if AutoBuy.flags.Belt then
  348. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  349. local oh1 = "buyAllBelts"
  350. local oh2 = {"Ground", "Astral Island", "Space Island","Tundra Island", "Eternal Island", "Sandstorm"}
  351. for i = 1,#oh2 do
  352. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i])
  353. end
  354. end
  355. end
  356. end
  357. end)
  358.  
  359. spawn(function()
  360. while wait(0.5) do
  361. if AutoBuy.flags.Skill then
  362. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  363. local oh1 = "buyAllSkills"
  364. local oh2 = {"Ground", "Astral Island", "Space Island","Tundra Island", "Eternal Island", "Sandstorm"}
  365. for i = 1,#oh2 do
  366. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i])
  367. end
  368. end
  369. end
  370. end
  371. end)
  372.  
  373.  
  374.  
  375. spawn(function()
  376. while wait(0.5) do
  377. if AutoBuy.flags.Rank then
  378. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  379. local oh1 = "buyRank"
  380. local oh2 = game:GetService("ReplicatedStorage").Ranks.Ground:GetChildren()
  381. for i = 1,#oh2 do
  382. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i].Name)
  383. end
  384. end
  385. end
  386. end
  387. end)
  388.  
  389. spawn(function()
  390. while wait(0.5) do
  391. if AutoBuy.flags.Shurikens then
  392. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  393. local oh1 = "buyAllShurikens"
  394. local oh2 = {"Ground", "Astral Island", "Space Island","Tundra Island", "Eternal Island", "Sandstorm"}
  395. for i = 1,#oh2 do
  396. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i])
  397. end
  398. end
  399. end
  400. end
  401. end)
  402.  
  403. spawn(function()
  404. while wait(0.033) do
  405. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  406. if Farming.flags.Chi then
  407. for i,v in pairs(game.Workspace.spawnedCoins.Valley:GetChildren()) do
  408. if v.Name == "Blue Chi Crate" then
  409. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position)
  410. wait(.16)
  411. end
  412. end
  413. end
  414. end
  415. end
  416. end)
  417.  
  418.  
  419.  
  420. spawn(function()
  421. while wait(3) do
  422. if Misc.flags.Evolve then
  423. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  424. for i,v in pairs(game:GetService("Players").LocalPlayer.petsFolder:GetChildren()) do
  425. for i,x in pairs(v:GetChildren()) do
  426. local oh1 = "evolvePet"
  427. local oh2 = x.Name
  428. game:GetService("ReplicatedStorage").rEvents.petEvolveEvent:FireServer(oh1, oh2)
  429. end
  430. end
  431. end
  432. end
  433. end
  434. end)
  435. spawn(function()
  436. while wait(3) do
  437. if Misc.flags.Eternalise then
  438. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  439. for i,v in pairs(game:GetService("Players").LocalPlayer.petsFolder:GetChildren()) do
  440. for i,x in pairs(v:GetChildren()) do
  441. local oh1 = "eternalizePet"
  442. local oh2 = x.Name
  443. game:GetService("ReplicatedStorage").rEvents.petEternalizeEvent:FireServer(oh1, oh2)
  444. end
  445. end
  446. end
  447. end
  448. end
  449. end)
  450.  
  451. spawn(function()
  452. while wait(3) do
  453. if Misc.flags.Immortalize then
  454. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  455. for i,v in pairs(game:GetService("Players").LocalPlayer.petsFolder:GetChildren()) do
  456. for i,x in pairs(v:GetChildren()) do
  457. local oh1 = "immortalizePet"
  458. local oh2 = x.Name
  459. game:GetService("ReplicatedStorage").rEvents.petImmortalizeEvent:FireServer(oh1, oh2)
  460. end
  461. end
  462. end
  463. end
  464. end
  465. end)
  466.  
  467. spawn(function()
  468. while wait(1) do
  469. if Misc.flags.SBasic then
  470. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  471. for i,v in pairs(game.Players.LocalPlayer.petsFolder.Basic:GetChildren()) do
  472. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  473. end
  474. end
  475. end
  476. end
  477. end)
  478.  
  479. spawn(function()
  480. while wait(1) do
  481. if Misc.flags.SAdvanced then
  482. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  483. for i,v in pairs(game.Players.LocalPlayer.petsFolder.Advanced:GetChildren()) do
  484. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  485. end
  486. end
  487. end
  488. end
  489. end)
  490.  
  491. spawn(function()
  492. while wait(1) do
  493. if Misc.flags.SRare then
  494. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  495. for i,v in pairs(game.Players.LocalPlayer.petsFolder.Rare:GetChildren()) do
  496. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  497. end
  498. end
  499. end
  500. end
  501. end)
  502.  
  503. spawn(function()
  504. while wait(1) do
  505. if Misc.flags.SEpic then
  506. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  507. for i,v in pairs(game.Players.LocalPlayer.petsFolder.Epic:GetChildren()) do
  508. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  509. end
  510. end
  511. end
  512. end
  513. end)
  514.  
  515. spawn(function()
  516. while wait(1) do
  517. if Misc.flags.SUnique then
  518. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  519. for i,v in pairs(game.Players.LocalPlayer.petsFolder.Unique:GetChildren()) do
  520. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  521. end
  522. end
  523. end
  524. end
  525. end)
  526.  
  527. spawn(function()
  528. while wait(.001) do
  529. if Misc.flags.Fast then
  530. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  531. local plr = game.Players.LocalPlayer
  532. local Mouse = plr:GetMouse()
  533. local velocity = 1000
  534. for _,p in pairs(game.Workspace.shurikensFolder:GetChildren()) do
  535. if p.Name == "Handle" then
  536. if p:FindFirstChild("BodyVelocity") then
  537. local bv = p:FindFirstChildOfClass("BodyVelocity")
  538. bv.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  539. bv.Velocity = Mouse.Hit.lookVector * velocity
  540. end
  541. end
  542. end
  543. end
  544. end
  545. end
  546. end)
  547.  
  548. spawn(function()
  549. while wait(1) do
  550. if Misc.flags.SIPB then
  551. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  552. for i,v in pairs(game.Players.LocalPlayer.petsFolder.Omega:GetChildren()) do
  553. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  554. end
  555. end
  556. end
  557. end
  558. end)
  559.  
  560. spawn(function()
  561. while wait(1) do
  562. if Misc.flags.UCFD then
  563. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  564. for i,v in pairs(game.Players.LocalPlayer.petsFolder.Elite:GetChildren()) do
  565. if v.Name == "Ultra Chaos Fusion Dragon" then
  566. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  567. end
  568. end
  569. end
  570. end
  571. end
  572. end)
  573.  
  574. spawn(function()
  575. while wait(1) do
  576. if Misc.flags.ELB then
  577. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  578. for i,v in pairs(game.Players.LocalPlayer.petsFolder.Elite:GetChildren()) do
  579. if v.Name == "Eternity Legends Bunny" then
  580. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  581. end
  582. end
  583. end
  584. end
  585. end
  586. end)
  587.  
  588. local vu = game:GetService("VirtualUser")
  589. game:GetService("Players").LocalPlayer.Idled:connect(
  590. function()
  591. vu:Button2Down(Vector2.new(0, 0), workspace.CurrentCamera.CFrame)
  592. wait(1)
  593. vu:Button2Up(Vector2.new(0, 0), workspace.CurrentCamera.CFrame)
  594. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement