Advertisement
Guest User

asdasd

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