Advertisement
Robloxprohacker

Noirriorty Exploit Script

Dec 30th, 2022 (edited)
3,997
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("Garfield", "DarkTheme")
  3.  
  4. -- Main
  5. local Main = Window:NewTab("Main")
  6. local MainSection = Main:NewSection("Main")
  7.  
  8.  
  9. MainSection:NewButton("Fling Npc", "Will Remove Npx kind of", function()
  10. loadstring(game:HttpGet("https://raw.githubusercontent.com/2567-rblx/scripts/main/Notoriety/RemoveNPCs.lua",true))()
  11. end)
  12.  
  13. MainSection:NewButton("Stamina Increase", "Increase your stamina", function()
  14. local plr = game.Players.LocalPlayer.Name
  15. local v = game:GetService("Workspace").Criminals[plr]
  16. v.MaxStamina.Value = 10000
  17. end)
  18.  
  19. MainSection:NewButton("Fill Stamina", "Fills Stamina", function()
  20. local plr = game.Players.LocalPlayer.Name
  21. local v = game:GetService("Workspace").Criminals[plr]
  22. v.Stamina.Value = 10000
  23. end)
  24.  
  25.  
  26. --Misc
  27. local Misc = Window:NewTab("Misc")
  28. local MiscSection = Misc:NewSection("Misc")
  29.  
  30.  
  31. MiscSection:NewButton("Shadow Raid Farm", "Buggy a bit", function()
  32. pcall(loadstring(game:HttpGet("https://gist.githubusercontent.com/Shag420/81729093f28d782a02ca295cf835a1ba/raw"))());
  33. end)
  34.  
  35. MiscSection:NewButton("Tp bags to van", "Most maps work", function()
  36. for i,v in pairs(game:GetService("Workspace").Bags:GetDescendants()) do
  37. if v.Name == 'MoneyBag' then
  38. v.CFrame = game:GetService("Workspace").BagSecuredArea.FloorPart.CFrame
  39. end
  40. end
  41. end)
  42.  
  43. MiscSection:NewButton("Admin Bar", "Op", function()
  44. loadstring(game:HttpGet('https://raw.githubusercontent.com/Sinscrips/roblox-scripts/main/Notoriety.lua', true))()
  45. end)
  46.  
  47. MiscSection:NewButton("Gun Mods/Infinite Skill Points", "Basic Gui", function()
  48. loadstring(game:GetObjects("rbxassetid://4763830754")[1].Source)()
  49. end)
  50.  
  51. MiscSection:NewButton("GUI", "Gui", function()
  52. loadstring(game:HttpGet("https://raw.githubusercontent.com/Lucas559-noob/Roblox-Scripts/main/Notoriety",true))()
  53. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement