Advertisement
timmie140

Energy Assault

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