Advertisement
Guest User

paste

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