WELPLOCKED

Underground wars script

Nov 29th, 2024
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. getgenv().TargetTeamName = "Red" -- Initial target team
  2. getgenv().cooldown = 0 -- Cooldown in seconds between shots
  3. getgenv().bulletSpeed = 49.5 -- Speed of the bullet in studs/second
  4. getgenv().minPredictionDistance = 0 -- Minimum distance for prediction in studs
  5. getgenv().maxPredictionDistance = 10 -- Maximum distance for prediction in studs
  6. getgenv().lastShotTime = 0 -- Variable to track the last time a shot was fired
  7.  
  8. loadstring(game:HttpGet("https://pastebin.com/raw/g05mEMLH"))()
Add Comment
Please, Sign In to add comment