Advertisement
Guest User

Untitled

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