Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function SCRIPT_YJKA67_FAKESCRIPT() -- INFAMMO.Script
- local script = Instance.new('Script')
- script.Parent = INFAMMO
- local newcclosure = newcclosure or function(f)
- return f
- end
- local getreg = debug.getregistry or getreg
- if not getreg then
- warn("Your exploit does not support the functions required for this script")
- end
- local make_writeable = setreadonly or make_writeable or changereadonly or change_writeable
- function hax()
- for _,o in pairs(getreg()) do
- if typeof(o) == "table" then
- make_writeable(o,false)
- o.FireRate = 0
- o.AutoFire = true
- o.Range = 10000
- o.ReloadTime = 0
- o.Damage = 500
- o.MaxAmmo = math.huge
- o.CurrentAmmo = math.huge
- o.StoredAmmo = math.huge
- end
- end
- end
- hax()
- game.Players.LocalPlayer.CharacterAdded:Connect(function(char)
- hax()
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_YJKA67_FAKESCRIPT))
- function SCRIPT_KVSB72_FAKESCRIPT() -- INFAMMO.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = INFAMMO
- local newcclosure = newcclosure or function(f)
- return f
- end
- local getreg = debug.getregistry or getreg
- if not getreg then
- warn("Your exploit does not support the functions required for this script")
- end
- local make_writeable = setreadonly or make_writeable or changereadonly or change_writeable
- function hax()
- for _,o in pairs(getreg()) do
- if typeof(o) == "table" then
- make_writeable(o,false)
- o.FireRate = 0
- o.AutoFire = true
- o.Range = 10000
- o.ReloadTime = 0
- o.Damage = 500
- o.MaxAmmo = math.huge
- o.CurrentAmmo = math.huge
- o.StoredAmmo = math.huge
- end
- end
- end
- hax()
- game.Players.LocalPlayer.CharacterAdded:Connect(function(char)
- hax()
- end)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement