Advertisement
Guest User

Untitled

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