TEXT 2408
Multicrew Tank Combat 4 Script By venuslock on 27th April 2023 01:56:37 PM
  1. for _, v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  2.     if v:FindFirstChild("ACS_Settings") then
  3.         local wea = require(v.ACS_Settings)
  4.         wea["StoredAmmo"] = 99
  5.         wea["CrossHair"] = true
  6.         wea["gunRecoil"] = 0
  7.         wea["MinDamage"] = 100
  8.         wea["Ammo"] = 9999
  9.         wea["AmmoInGun"] = 999
  10.         wea["ReloadTime"] = 0
  11.     end
  12. end

Texbin is for source code and general debugging text.

Login or Register to edit, delete and keep track of your pastes and more.

Raw Paste

Login or Register to edit or fork this paste. It's free.