Advertisement
Guest User

Untitled

a guest
Dec 7th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.50 KB | None | 0 0
  1. local player = game.Players.LocalPlayer
  2. local library = loadstring(game:HttpGet("https://pastebin.com/raw/JsdM2jiP",true))()
  3. library.options.underlinecolor = "rainbow"
  4.  
  5. -- Farming Tab
  6. local Farming = library:CreateWindow("Farming")
  7. Farming:Section("- Karma Farms -")
  8. local GK = Farming:Toggle("Auto-Good Karma", {flag = "GK"})
  9. local BK = Farming:Toggle("Auto-Bad Karma", {flag = "BK"})
  10. Farming:Section("- Ultra Coins -")
  11. local Swing = Farming:Toggle("Auto-Swing", {flag = "Swing"})
  12. local Sell = Farming:Toggle("Auto-Sell", {flag = "Sell"})
  13. local BackpackFull = Farming:Toggle("Auto-Full Sell", {flag = "FullSell"})
  14. Farming:Section("- Ultra Chi -")
  15. local Chi = Farming:Toggle("Auto-Chi", {flag = "Chi"})
  16. Farming:Section("- Boss Farms -")
  17. local Boss = Farming:Toggle("Auto-Robot Boss", {flag = "Boss"})
  18. local ETBoss = Farming:Toggle("Auto-Eternal Boss", {flag = "EBoss"})
  19. local AMBoss = Farming:Toggle("Auto-Ancient Boss", {flag = "ABoss"})
  20. local AllBoss = Farming:Toggle("Auto-All Bosses", {flag = "AllBosses"})
  21. Farming:Section("- Give Pet Levels -")
  22. local EAR = Farming:Toggle("Auto-Pet Levels", {flag = "L"})
  23.  
  24. -- Auto-Buy Tab
  25. local AutoBuy = library:CreateWindow("Auto-Buy")
  26. AutoBuy:Section("- Auto-Buy Stuff -")
  27. local Rank = AutoBuy:Toggle("Auto-Rank", {flag = "Rank"})
  28. local Sword = AutoBuy:Toggle("Auto-Sword", {flag = "Sword"})
  29. local Belt = AutoBuy:Toggle("Auto-Belt", {flag = "Belt"})
  30. local Skill = AutoBuy:Toggle("Auto-Skills", {flag = "Skill"})
  31. local Shuriken = AutoBuy:Toggle("Auto-Shurikens", {flag = "Shurikens"})
  32. _G.Enabled = AutoBuy.flags.Purchase
  33. _G.Sword = AutoBuy.flags.Sword
  34. _G.Belt = AutoBuy.flags.Belt
  35. _G.Rank = AutoBuy.flags.Rank
  36. _G.Skill = AutoBuy.flags.Skill
  37.  
  38. local Pets = library:CreateWindow("Pet Stuff")
  39. -- Open Pets
  40. Pets:Section("- Open Pets -")
  41. Pets:Dropdown("Eggs", {location = _G, flag = "Egg", list = {
  42. "Blue Crystal",
  43. "Purple Crystal",
  44. "Orange Crystal",
  45. "Enchanted Crystal",
  46. "Astral Crystal",
  47. "Golden Crystal",
  48. "Inferno Crystal",
  49. "Galaxy Crystal",
  50. "Frozen Crystal",
  51. "Eternal Crystal",
  52. "Storm Crystal",
  53. "Thunder Crystal",
  54. "Eternity Crystal",
  55. "Infinity Eclipse Crystal",
  56. "Legendary Starstrike Crystal"
  57. }
  58. }, function(new) print("Selected Egg:", new) end)
  59. local Eggs = Pets:Toggle("Open Eggs", {flag = "TEgg"})
  60.  
  61. -- Pet Options
  62. Pets:Section("- Pet Options -")
  63. local Evolve = Pets:Toggle("Auto-Evolve", {flag = "Evolve"})
  64. local Eternalise = Pets:Toggle("Auto-Eternalise", {flag = "Eternalise"})
  65. local Immortalize = Pets:Toggle("Auto-Immortalize", {flag = "Immortalize"})
  66. local Legend = Pets:Toggle("Auto-Legend", {flag = "Legend"})
  67.  
  68. -- Sell Pets
  69. Pets:Section("- Sell Pets -")
  70. local Basic = Pets:Toggle("Sell All Basic", {flag = "SBasic"})
  71. local Advanced = Pets:Toggle("Sell All Advanced", {flag = "SAdvanced"})
  72. local Rare = Pets:Toggle("Sell All Rare", {flag = "SRare"})
  73. local Epic = Pets:Toggle("Sell All Epic", {flag = "SEpic"})
  74. local Unique = Pets:Toggle("Sell All Unique", {flag = "SUnique"})
  75. local Omega = Pets:Toggle("Sell All Omega", {flag = "SOmega"})
  76. local Elite = Pets:Toggle("Sell All Elite", {flag = "SElite"})
  77. 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.  
  327.  
  328. if _G.PlaceLoopTP == true then
  329. local Teleports2 = library:CreateWindow("More Teleports")
  330. Teleports2:Section("- Training Areas (Looped) -")
  331. local avh = Teleports2:Button("Mystical Waters (Good)", function()
  332. while true do
  333. wait(.001)
  334. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  335. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(347.74881, 8824.53809, 114.271019)
  336. end
  337. end
  338. end)
  339. local sdgy6 = Teleports2:Button("Sword of Legends (Good)", function()
  340. while true do
  341. wait(.001)
  342. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  343. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1834.15967, 38.704483, -141.375641)
  344. end
  345. end
  346. end)
  347. local asdy = Teleports2:Button("Elemental Tornado (Good)", function()
  348. while true do
  349. wait(.001)
  350. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  351. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(299.758484, 30383.0957, -90.1542206)
  352. end
  353. end
  354. end)
  355. local yassf = Teleports2:Button("Lava Pit (Bad)", function()
  356. while true do
  357. wait(.001)
  358. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  359. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-116.631485, 12952.5381, 271.14624)
  360. end
  361. end
  362. end)
  363. local sdfj = Teleports2:Button("Tornado (Bad)", function()
  364. while true do
  365. wait(.001)
  366. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  367. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(325.641174, 16872.0938, -9.9906435)
  368. end
  369. end
  370. end)
  371. local jhas = Teleports2:Button("Swords Of Ancients (Bad)", function()
  372. while true do
  373. wait(.001)
  374. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  375. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(648.365662, 38.704483, 2409.72266)
  376. end
  377. end
  378. end)
  379. end
  380.  
  381.  
  382.  
  383. -- Open Crystals
  384. spawn(function()
  385. while wait(.01) do
  386. if Pets.flags.TEgg then
  387. local oh1 = "openCrystal"
  388. local oh2 = _G.Egg
  389. print("Purchased", _G.Egg)
  390. game:GetService("ReplicatedStorage").rEvents.openCrystalRemote:InvokeServer(oh1, oh2)
  391. end
  392. end
  393. end)
  394.  
  395. -- Auto-Swing
  396. spawn(function()
  397. while wait() do
  398. if Farming.flags.Swing then
  399. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  400. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") then
  401. game.Players.LocalPlayer.ninjaEvent:FireServer("swingKatana")
  402. else
  403. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  404. if v.ClassName == "Tool" and v:FindFirstChild("attackShurikenScript") then
  405. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  406. wait()
  407. if v.ClassName == "Tool" and v:FindFirstChild("attackKatanaScript") then
  408. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  409. end
  410. end
  411. end
  412. end
  413. end
  414. end
  415. end
  416. end)
  417.  
  418. -- Auto-Sell
  419. spawn(function()
  420. while wait(0.01) do
  421. if Farming.flags.Sell then
  422. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  423. game.workspace.sellAreaCircles["sellAreaCircle7"].circleInner.CFrame = game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart").CFrame
  424. wait(.1)
  425. game.workspace.sellAreaCircles["sellAreaCircle7"].circleInner.CFrame = game.Workspace.Part.CFrame
  426. end
  427. end
  428. end
  429. end)
  430.  
  431. -- Auto-Full Sell
  432. spawn(function()
  433. while wait(0.01) do
  434. if Farming.flags.FullSell then
  435. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  436. if player.PlayerGui.gameGui.maxNinjitsuMenu.Visible == true then
  437. game.workspace.sellAreaCircles["sellAreaCircle7"].circleInner.CFrame = game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart").CFrame
  438. wait(.05)
  439. game.workspace.sellAreaCircles["sellAreaCircle7"].circleInner.CFrame = game.Workspace.Part.CFrame
  440. end
  441. end
  442. end
  443. end
  444. end)
  445.  
  446. -- Invisibility
  447. spawn(function()
  448. while wait(0.001) do
  449. if Misc.flags.Invis then
  450. local A_1 = "goInvisible"
  451. local Event = game.Players.LocalPlayer.ninjaEvent
  452. Event:FireServer(A_1)
  453. end
  454. end
  455. end)
  456.  
  457. -- Auto-Pet Levels
  458. spawn(function()
  459. while wait(0.00011) do
  460. if Farming.flags.L then
  461. local plr = game.Players.LocalPlayer
  462. for _,v in pairs(workspace.Hoops:GetDescendants()) do
  463. if v.ClassName == "MeshPart" then
  464. v.touchPart.CFrame = plr.Character.HumanoidRootPart.CFrame
  465. end
  466. end
  467. end
  468. end
  469. end)
  470.  
  471. -- Good Karma Farm
  472. spawn(function()
  473. while wait(0.4) do
  474. if Farming.flags.GK then
  475. loadstring(game:HttpGet(('https://pastebin.com/raw/AaqHqPyw'),true))()
  476. end
  477. end
  478. end)
  479.  
  480. -- Bad Karma Farm
  481. spawn(function()
  482. while wait(0.4) do
  483. if Farming.flags.BK then
  484. loadstring(game:HttpGet(('https://pastebin.com/raw/wEEB3nQt'),true))()
  485. end
  486. end
  487. end)
  488.  
  489. -- Auto-Normal Boss
  490. spawn(function()
  491. while wait(.001) do
  492. if Farming.flags.Boss then
  493. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  494. if game:GetService("Workspace").bossFolder:WaitForChild("RobotBoss"):WaitForChild("HumanoidRootPart") then
  495. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.bossFolder.RobotBoss.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-Eternal Boss
  520. spawn(function()
  521. while wait(.001) do
  522. if Farming.flags.EBoss then
  523. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  524. if game:GetService("Workspace").bossFolder:WaitForChild("EternalBoss"):WaitForChild("HumanoidRootPart") then
  525. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.bossFolder.EternalBoss.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. -- Auto-Anchient Boss
  550. spawn(function()
  551. while wait(.001) do
  552. if Farming.flags.ABoss then
  553. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  554. if game:GetService("Workspace").bossFolder:WaitForChild("AncientMagmaBoss"):WaitForChild("HumanoidRootPart") then
  555. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.bossFolder.AncientMagmaBoss.HumanoidRootPart.CFrame
  556. if player.Character:FindFirstChildOfClass("Tool") then
  557. player.Character:FindFirstChildOfClass("Tool"):Activate()
  558. else
  559. for i,v in pairs(player.Backpack:GetChildren()) do
  560. if v.ClassName == "Tool" and v:FindFirstChild("attackKatanaScript") then
  561. v.attackTime.Value = 0.2
  562. player.Character.Humanoid:EquipTool(v)
  563. if attackfar then
  564. for i,v in pairs(player.Backpack:GetChildren()) do
  565. if v.ClassName == "Tool" and v:FindFirstChild("attackShurikenScript") then
  566. player.Character.Humanoid:EquipTool(v)
  567. end
  568. end
  569. end
  570. end
  571. end
  572. end
  573. end
  574. end
  575. end
  576. end
  577. end)
  578.  
  579. -- Auto-All Bosses
  580. spawn(function()
  581. while wait(.001) do
  582. if Farming.flags.AllBosses then
  583. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  584. if game.Workspace.bossFolder:FindFirstChild("AncientMagmaBoss") then
  585. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.bossFolder.AncientMagmaBoss.HumanoidRootPart.CFrame
  586. else
  587. if not game.Workspace.bossFolder:FindFirstChild("AncientMagmaBoss") then
  588. if game.Workspace.bossFolder:FindFirstChild("EternalBoss") then
  589. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.bossFolder.EternalBoss.HumanoidRootPart.CFrame
  590. else
  591. if not game.Workspace.bossFolder:FindFirstChild("EternalBoss") then
  592. if game.Workspace.bossFolder:FindFirstChild("RobotBoss") then
  593. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.bossFolder.RobotBoss.HumanoidRootPart.CFrame
  594. end
  595. end
  596. end
  597. end
  598. end
  599. if player.Character:FindFirstChildOfClass("Tool") then
  600. player.Character:FindFirstChildOfClass("Tool"):Activate()
  601. else
  602. for i,v in pairs(player.Backpack:GetChildren()) do
  603. if v.ClassName == "Tool" and v:FindFirstChild("attackKatanaScript") then
  604. v.attackTime.Value = 0.2
  605. player.Character.Humanoid:EquipTool(v)
  606. if attackfar then
  607. for i,v in pairs(player.Backpack:GetChildren()) do
  608. if v.ClassName == "Tool" and v:FindFirstChild("attackShurikenScript") then
  609. player.Character.Humanoid:EquipTool(v)
  610. end
  611. end
  612. end
  613. end
  614. end
  615. end
  616. end
  617. end
  618. end
  619. end)
  620.  
  621. -- Auto-Buy Swords
  622. spawn(function()
  623. while wait(0.5) do
  624. if AutoBuy.flags.Sword then
  625. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  626. local oh1 = "buyAllSwords"
  627. local oh2 = {"Ground", "Astral Island", "Space Island","Tundra Island", "Eternal Island", "Sandstorm", "Thunderstorm", "Ancient Inferno Island", "Midnight Shadow Island"}
  628. for i = 1,#oh2 do
  629. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i])
  630. end
  631. end
  632. end
  633. end
  634. end)
  635.  
  636. -- Auto-Buy Belts
  637. spawn(function()
  638. while wait(0.5) do
  639. if AutoBuy.flags.Belt then
  640. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  641. local oh1 = "buyAllBelts"
  642. local oh2 = {"Ground", "Astral Island", "Space Island","Tundra Island", "Eternal Island", "Sandstorm", "Thunderstorm", "Ancient Inferno Island", "Midnight Shadow Island"}
  643. for i = 1,#oh2 do
  644. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i])
  645. end
  646. end
  647. end
  648. end
  649. end)
  650.  
  651. -- Auto-Buy Skills
  652. spawn(function()
  653. while wait(0.5) do
  654. if AutoBuy.flags.Skill then
  655. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  656. local oh1 = "buyAllSkills"
  657. local oh2 = {"Ground", "Astral Island", "Space Island","Tundra Island", "Eternal Island", "Sandstorm", "Thunderstorm", "Ancient Inferno Island", "Midnight Shadow Island"}
  658. for i = 1,#oh2 do
  659. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i])
  660. end
  661. end
  662. end
  663. end
  664. end)
  665.  
  666. -- Auto-Buy Ranks
  667. spawn(function()
  668. while wait(0.5) do
  669. if AutoBuy.flags.Rank then
  670. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  671. local oh1 = "buyRank"
  672. local oh2 = game:GetService("ReplicatedStorage").Ranks.Ground:GetChildren()
  673. for i = 1,#oh2 do
  674. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i].Name)
  675. end
  676. end
  677. end
  678. end
  679. end)
  680.  
  681. -- Auto-Buy Shurikens
  682. spawn(function()
  683. while wait(0.5) do
  684. if AutoBuy.flags.Shurikens then
  685. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  686. local oh1 = "buyAllShurikens"
  687. local oh2 = {"Ground", "Astral Island", "Space Island","Tundra Island", "Eternal Island", "Sandstorm", "Thunderstorm", "Ancient Inferno Island", "Midnight Shadow Island"}
  688. for i = 1,#oh2 do
  689. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i])
  690. end
  691. end
  692. end
  693. end
  694. end)
  695.  
  696. -- Auto-Chi
  697. spawn(function()
  698. while wait(0.033) do
  699. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  700. if Farming.flags.Chi then
  701. for i,v in pairs(game.Workspace.spawnedCoins.Valley:GetChildren()) do
  702. if v.Name == "Blue Chi Crate" then
  703. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position)
  704. wait(.16)
  705. end
  706. end
  707. end
  708. end
  709. end
  710. end)
  711.  
  712. -- Auto Evolve Pet
  713. spawn(function()
  714. while wait(3) do
  715. if Pets.flags.Evolve then
  716. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  717. for i,v in pairs(game:GetService("Players").LocalPlayer.petsFolder:GetChildren()) do
  718. for i,x in pairs(v:GetChildren()) do
  719. local oh1 = "evolvePet"
  720. local oh2 = x.Name
  721. game:GetService("ReplicatedStorage").rEvents.petEvolveEvent:FireServer(oh1, oh2)
  722. end
  723. end
  724. end
  725. end
  726. end
  727. end)
  728.  
  729. -- Auto-Eternalize Pet
  730. spawn(function()
  731. while wait(3) do
  732. if Pets.flags.Eternalise then
  733. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  734. for i,v in pairs(game:GetService("Players").LocalPlayer.petsFolder:GetChildren()) do
  735. for i,x in pairs(v:GetChildren()) do
  736. local oh1 = "eternalizePet"
  737. local oh2 = x.Name
  738. game:GetService("ReplicatedStorage").rEvents.petEternalizeEvent:FireServer(oh1, oh2)
  739. end
  740. end
  741. end
  742. end
  743. end
  744. end)
  745.  
  746. -- Auto-Immortalize Pet
  747. spawn(function()
  748. while wait(3) do
  749. if Pets.flags.Immortalize then
  750. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  751. for i,v in pairs(game:GetService("Players").LocalPlayer.petsFolder:GetChildren()) do
  752. for i,x in pairs(v:GetChildren()) do
  753. local oh1 = "immortalizePet"
  754. local oh2 = x.Name
  755. game:GetService("ReplicatedStorage").rEvents.petImmortalizeEvent:FireServer(oh1, oh2)
  756. end
  757. end
  758. end
  759. end
  760. end
  761. end)
  762.  
  763. -- Auto-Legend Pet
  764. spawn(function()
  765. while wait(3) do
  766. if Pets.flags.Legend then
  767. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  768. for i,v in pairs(game:GetService("Players").LocalPlayer.petsFolder:GetChildren()) do
  769. for i,x in pairs(v:GetChildren()) do
  770. local oh1 = "legendizePet"
  771. local oh2 = x.Name
  772. game:GetService("ReplicatedStorage").rEvents.petLegendEvent:FireServer(oh1, oh2)
  773. end
  774. end
  775. end
  776. end
  777. end
  778. end)
  779.  
  780. -- Sell All Basics
  781. spawn(function()
  782. while wait(1) do
  783. if Pets.flags.SBasic then
  784. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  785. for i,v in pairs(game.Players.LocalPlayer.petsFolder.Basic:GetChildren()) do
  786. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  787. end
  788. end
  789. end
  790. end
  791. end)
  792.  
  793. -- Sell All Advanced
  794. spawn(function()
  795. while wait(1) do
  796. if Pets.flags.SAdvanced then
  797. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  798. for i,v in pairs(game.Players.LocalPlayer.petsFolder.Advanced:GetChildren()) do
  799. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  800. end
  801. end
  802. end
  803. end
  804. end)
  805.  
  806. -- Sell All Rares
  807. spawn(function()
  808. while wait(1) do
  809. if Pets.flags.SRare then
  810. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  811. for i,v in pairs(game.Players.LocalPlayer.petsFolder.Rare:GetChildren()) do
  812. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  813. end
  814. end
  815. end
  816. end
  817. end)
  818.  
  819.  
  820. -- Sell All Epics
  821. spawn(function()
  822. while wait(1) do
  823. if Pets.flags.SEpic then
  824. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  825. for i,v in pairs(game.Players.LocalPlayer.petsFolder.Epic:GetChildren()) do
  826. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  827. end
  828. end
  829. end
  830. end
  831. end)
  832.  
  833. -- Sell All Uniques
  834. spawn(function()
  835. while wait(1) do
  836. if Pets.flags.SUnique then
  837. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  838. for i,v in pairs(game.Players.LocalPlayer.petsFolder.Unique:GetChildren()) do
  839. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  840. end
  841. end
  842. end
  843. end
  844. end)
  845.  
  846. -- Sell All Omegas
  847. spawn(function()
  848. while wait(1) do
  849. if Pets.flags.SOmega then
  850. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  851. for i,v in pairs(game.Players.LocalPlayer.petsFolder.Omega:GetChildren()) do
  852. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  853. end
  854. end
  855. end
  856. end
  857. end)
  858.  
  859. -- Sell All Elites
  860. spawn(function()
  861. while wait(1) do
  862. if Pets.flags.SElite then
  863. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  864. for i,v in pairs(game.Players.LocalPlayer.petsFolder.Elite:GetChildren()) do
  865. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  866. end
  867. end
  868. end
  869. end
  870. end)
  871.  
  872. -- Sell All Infinitys
  873. spawn(function()
  874. while wait(1) do
  875. if Pets.flags.SElite then
  876. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  877. for i,v in pairs(game.Players.LocalPlayer.petsFolder.Infinity:GetChildren()) do
  878. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  879. end
  880. end
  881. end
  882. end
  883. end)
  884.  
  885. -- Second Pet Stuff Tab
  886. -- Sell All Heroes Golem
  887. spawn(function()
  888. while wait(1) do
  889. if Pets2.flags.S1 then
  890. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  891. for i,v in pairs(game.Players.LocalPlayer.petsFolder.Elite:GetChildren()) do
  892. if v.Name == "Destiny Heroes Golem" then
  893. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  894. end
  895. end
  896. end
  897. end
  898. end
  899. end)
  900.  
  901. -- Sell All Abyss Birdies
  902. spawn(function()
  903. while wait(1) do
  904. if Pets2.flags.S2 then
  905. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  906. for i,v in pairs(game.Players.LocalPlayer.petsFolder.Elite:GetChildren()) do
  907. if v.Name == "Rising Abyss Birdie" then
  908. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  909. end
  910. end
  911. end
  912. end
  913. end
  914. end)
  915.  
  916. -- Sell All Midnight Wyvern
  917. spawn(function()
  918. while wait(1) do
  919. if Pets2.flags.S3 then
  920. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  921. for i,v in pairs(game.Players.LocalPlayer.petsFolder.Elite:GetChildren()) do
  922. if v.Name == "Ruby Midnight Wyvern" then
  923. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  924. end
  925. end
  926. end
  927. end
  928. end
  929. end)
  930.  
  931. -- Sell All Genesis Dragon
  932. spawn(function()
  933. while wait(1) do
  934. if Pets2.flags.S4 then
  935. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  936. for i,v in pairs(game.Players.LocalPlayer.petsFolder.Elite:GetChildren()) do
  937. if v.Name == "Phantom Genesis Dragon" then
  938. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  939. end
  940. end
  941. end
  942. end
  943. end
  944. end)
  945.  
  946. -- Sell All Mini Chaos Legend
  947. spawn(function()
  948. while wait(1) do
  949. if Pets2.flags.S5 then
  950. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  951. for i,v in pairs(game.Players.LocalPlayer.petsFolder.Infinity:GetChildren()) do
  952. if v.Name == "Mini Chaos Legend" then
  953. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  954. end
  955. end
  956. end
  957. end
  958. end
  959. end)
  960.  
  961. -- Fast Shuriken
  962. spawn(function()
  963. while wait(.001) do
  964. if Misc.flags.Fast then
  965. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  966. local plr = game.Players.LocalPlayer
  967. local Mouse = plr:GetMouse()
  968. local velocity = 1000
  969. for _,p in pairs(game.Workspace.shurikensFolder:GetChildren()) do
  970. if p.Name == "Handle" then
  971. if p:FindFirstChild("BodyVelocity") then
  972. local bv = p:FindFirstChildOfClass("BodyVelocity")
  973. bv.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  974. bv.Velocity = Mouse.Hit.lookVector * velocity
  975. end
  976. end
  977. end
  978. end
  979. end
  980. end
  981. end)
  982.  
  983. -- Slow Shuriken
  984. spawn(function()
  985. while wait(.001) do
  986. if Misc.flags.Slow then
  987. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  988. local plr = game.Players.LocalPlayer
  989. local Mouse = plr:GetMouse()
  990. local velocity = 35
  991. for _,p in pairs(game.Workspace.shurikensFolder:GetChildren()) do
  992. if p.Name == "Handle" then
  993. if p:FindFirstChild("BodyVelocity") then
  994. local bv = p:FindFirstChildOfClass("BodyVelocity")
  995. bv.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  996. bv.Velocity = Mouse.Hit.lookVector * velocity
  997. end
  998. end
  999. end
  1000. end
  1001. end
  1002. end
  1003. end)
  1004.  
  1005. -- Anti-AFK
  1006. local vu = game:GetService("VirtualUser")
  1007. game:GetService("Players").LocalPlayer.Idled:connect(
  1008. function()
  1009. vu:Button2Down(Vector2.new(0, 0), workspace.CurrentCamera.CFrame)
  1010. wait(1)
  1011. vu:Button2Up(Vector2.new(0, 0), workspace.CurrentCamera.CFrame)
  1012. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement