YAMAx

NL

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