Advertisement
Guest User

NInja Legends gui update 29/02/2020

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