uor

notoriety

uor
Aug 1st, 2021 (edited)
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. ---CONSOLE GUI
  2.  
  3. COMMANDS:
  4. esp <cops/civs> – Toggle esp
  5. aimbot – Toggle police aimbot
  6. wallhacks – Toggle bullets go through walls
  7. god – Toggle godmode
  8. nopolice – Toggle loopkill police
  9. gunmods – Toggle gun mods [inf dmg/no fire delay/automatic fire/max bullet speed/100% accuracy/no recoil or shake/remove particles]
  10. explosiveammo – Toggle explosive bullets
  11. unlock – Unlock all doors/safes
  12. loot – Loot all lootables
  13. restart – Force game to restart
  14. kick <player> – Kick player from the game
  15. kill <cops/civs/player/players/others/me> – Kill all
  16. barriers – Toggle invisible barriers
  17. infammo <empty/bool> – Toggle infinite ammo
  18. jp <integer> – Set jump power
  19. ws <integer> – Set sprint speed
  20. gravity <number> – Set gravity multiplier
  21. infjump <empty/bool> – Set infjump
  22. infstamina <empty/bool> – Toggle infinite stamina
  23. cams – Toggle camera view
  24. breakglass – Break all glass
  25. spot <guards/cams> – Spot things
  26. scare – Scare citizens
  27. securebags – Throw current bags in van
  28. revive <empty/player/all> – Revive downed players
  29. instainteract – Toggle instant interaction
  30. instareload – Toggle instant reload
  31. crosshair – Toggle crosshair for accurate hipfiring
  32. fix – Fix all broken drills
  33. cmds – Output commands
  34. clr – Clear console
  35. capturekey <letter> – Change console activation key
  36.  
  37. KEYBINDS:
  38. P – Toggle Gui
  39. L – Loot
  40. U – Unlock
  41. Right click – Aimbot (if enabled)
  42.  
  43. EXTRA EFFECTS:
  44. Auto pickup dropped ammunition
  45. Interact while in casing mode
  46. Sprint, Jump, Crouch while in casing mode
  47. Infinite body bags
  48. No bag speed slowdown
  49. Bag infinite loot items at once (can’t pick up infinite dropped bags though)
  50. Auto answers pagers
  51.  
  52. DEV NOTES:
  53. Some parts break if you execute script before black screen fades away or you execute multiple times.
  54. Wallhacks are disabled if explosive ammo is on.
  55. May need to loot/unlock multiple times due to notoriety’s weird remotes.
  56. Loot/unlock only work in a certain radius around you.
  57. Loot is not supported on every map.
  58. Explosiveammo will break if you reload (turn on infammo to fix).
  59. Revive takes a second to complete.
  60. Fix drills takes a second to complete.
  61. Interact with an item before enabling instant interact.
  62. Gunmods only work if you run gunmods after masking.
  63. For cleanliness, gun mods remove particles and make the gun look like it isn’t firing at all but it shakes a little bit if you look closely.
  64. Currently does not support krnl (not sure about other exploits).
  65. ---
  66. loadstring(game:HttpGet('https://raw.githubusercontent.com/Sinscrips/roblox-scripts/main/Notoriety.lua', true))()
  67.  
Add Comment
Please, Sign In to add comment