Roblox Scripts

Broken Bones 5 Script

broken bones 5 script Roblox
Infinite Money for Broken Bones 5 on roblox. Very simple script to use all you need to do is execute it, start the jump then your done! Unlimited Moneys

Table of Contents

Copy the Roblox Script

				
					local FinishRun = game:GetService('ReplicatedStorage').Functions.FinishRun

local namecall; namecall = hookmetamethod(game, '__namecall', function(caller, ...)
   local args = {...}
   local method = getnamecallmethod()

   if not checkcaller() and caller == FinishRun and method == 'InvokeServer' then
args[2][1] = 1000 -- breaks
args[2][2] = 1000 -- sprains
args[2][3] = 100 -- dislocations
args[2][8]['Breaks'] = 0xFFFFFFFFFFFFFFFF -- math.huge breaks this script
   end

   return namecall(caller, unpack(args))
end)

				
			

Check These Out