Advertisement
Guest User

BRM5 script exploit (roblox)

a guest
Jan 21st, 2025
1,031
-1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 KB | None | 0 1
  1. loadstring(game:HttpGet("https://raw.githubusercontent.com/FOXTROXHACKS/BRM-5/main/Bag-Grabber", true))()
  2. loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/AlexR32/Parvus/main/Loader.lua"))("Parvus hitting p!")
  3. local IsDevelopmentBranch,NotificationTime = false,5
  4. local Branch = IsDevelopmentBranch and "development" or "main"
  5. local Source = "https://raw.githubusercontent.com/AlexR32/Parvus/" .. Branch .. "/"
  6. loadstring(game:HttpGet(Source .. "Loader.lua"),"Loader")(Branch,NotificationTime)
  7. repeat task.wait() until game.GameId ~= 0
  8.  
  9.  
  10. if Parvus and Parvus.Game then
  11. Parvus.Utilities.UI:Notification({
  12. Title = "Parvus Hub",
  13. Description = "Script already running!",
  14. Duration = 5
  15. }) return
  16. end
  17. local PlayerService = game:GetService("Players")
  18. repeat task.wait() until PlayerService.LocalPlayer
  19. local LocalPlayer = PlayerService.LocalPlayer
  20. local QueueOnTeleport = queue_on_teleport or
  21. (syn and syn.queue_on_teleport)
  22. local LoadArgs = {...}
  23. local function GetSupportedGame() local Game
  24. for Id,Info in pairs(Parvus.Games) do
  25. if tostring(game.GameId) == Id then
  26. Game = Info break
  27. end
  28. end if not Game then
  29. return Parvus.Games.Universal
  30. end return Game
  31. end
  32. local function Concat(Array,Separator)
  33. local Output = "" for Index,Value in ipairs(Array) do
  34. Output = Index == #Array and Output .. tostring(Value)
  35. or Output .. tostring(Value) .. Separator
  36. end return Output
  37. end
  38. local function GetScript(Script)
  39. return Parvus.Debug and readfile("Parvus/" .. Script .. ".lua")
  40. or game:HttpGetAsync(("%s%s.lua"):format(Parvus.Domain,Script))
  41. end
  42. local function LoadScript(Script)
  43. return loadstring(Parvus.Debug and readfile("Parvus/" .. Script .. ".lua")
  44. or game:HttpGetAsync(("%s%s.lua"):format(Parvus.Domain,Script)))()
  45. end
  46. getgenv().Parvus = {Debug = LoadArgs[1],Utilities = {},
  47. Domain = "https://raw.githubusercontent.com/AlexR32/Parvus/main/",Games = {
  48. ["Universal" ] = {Name = "Universal", Script = "Universal" },
  49. ["1168263273"] = {Name = "Bad Business", Script = "Games/BB" },
  50. ["1586272220"] = {Name = "Steel Titans", Script = "Games/ST" },
  51. ["807930589" ] = {Name = "The Wild West", Script = "Games/TWW" },
  52. ["580765040" ] = {Name = "RAGDOLL UNIVERSE", Script = "Games/RU" },
  53. ["187796008" ] = {Name = "Those Who Remain", Script = "Games/TWR" },
  54. ["358276974" ] = {Name = "Apocalypse Rising 2", Script = "Games/AR2" },
  55. ["1054526971"] = {Name = "Blackhawk Rescue Mission 5",Script = "Games/BRM5"}
  56. }
  57. }
  58.  
  59.  
  60. Parvus.Utilities.UI = LoadScript("Utilities/UI")
  61. Parvus.Utilities.Misc = LoadScript("Utilities/Misc")
  62. Parvus.Utilities.Drawing = LoadScript("Utilities/Drawing")
  63. local SupportedGame = GetSupportedGame()
  64. LocalPlayer.OnTeleport:Connect(function(State)
  65. if State == Enum.TeleportState.InProgress then
  66. QueueOnTeleport(([[local LoadArgs = {%s}
  67. loadstring(LoadArgs[1] and readfile("Parvus/Loader.lua") or
  68. game:HttpGetAsync("%sLoader.lua"))(unpack(LoadArgs))
  69. ]]):format(Concat(LoadArgs,","),Parvus.Domain))
  70. end
  71. end)
  72. if SupportedGame then
  73. Parvus.Game = SupportedGame.Name
  74. LoadScript(SupportedGame.Script)
  75. Parvus.Utilities.UI:Notification({
  76. Title = "Parvus Hub
  77. Description = Parvus.Game .. " loaded!",
  78. Duration = LoadArgs[2]
  79. })
  80. End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement