Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ReplicatedStorage = cloneref(game:GetService("ReplicatedStorage"))
- local ZapModule = getrenv().require(ReplicatedStorage.common.zap)
- local LocalPlayerController = getrenv().require(ReplicatedStorage.common.ZS_Framework.Modules.Controllers.LocalPlayerController)
- local AmHyperAmmoPath = ReplicatedStorage.common.SharedResources.Attachments.Magazine:FindFirstChild("AM Hyper Ammo")
- ZapModule.TriggerSelfExplosionEvent.Fire = function() end
- LocalPlayerController.GetStamina = function() return 100 end
- LocalPlayerController.DrainStamina = function() end
- if AmHyperAmmoPath then
- local AmHyperAmmoModule = getrenv().require(AmHyperAmmoPath.AttachmentModule)
- local OldNewFunction = AmHyperAmmoModule.new
- AmHyperAmmoModule.new = function(Param1, Param2, Param3)
- local Result = OldNewFunction(Param1, Param2, Param3)
- if Result.SettingChanges then
- Result.SettingChanges.CustomShootAnimation = function() end
- end
- return Result
- end
- end
- warn("GM6 ANTI EXPLODE LOADED SUCCESFULLY")
Advertisement
Add Comment
Please, Sign In to add comment