Advertisement
Guest User

Untitled

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