Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- getgenv().fov = math.huge -- Set FOV to an extremely large value using math.huge for better readability
- local hitParts = {"Head", "Torso"} -- Updated variable name to be more descriptive
- getgenv().hitpart = hitParts[math.random(1, #hitParts)] -- Randomly select either "Head" or "Torso"
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Spoorloos/scripts/main/energy_assault_silent_aim.lua"))()
- -- Updated by ZenX_Mod#5676. If you encounter any issues, please DM for assistance.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement