Advertisement
Cizzy

Untitled

Jun 16th, 2021
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. -- lol game owner advertised his game on tiktok ew
  2.  
  3. return(function()
  4. local workspace = workspace or game:GetService("Workspace");
  5. local LocalPlr = game:GetService("Players").LocalPlayer;
  6. if game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("G17") then
  7. game:GetService("Players").LocalPlayer.Backpack.G17.Parent = workspace[game:GetService("Players").LocalPlayer.Name];
  8. end;
  9.  
  10. local Mod = require(LocalPlr.Character.G17["ACS_Modulo"].Variaveis.Settings);
  11. LocalPlr.Character.G17["ACS_Modulo"].Variaveis.Ammo.Value = 1e+18;
  12. Mod.Mode = "Auto";
  13. Mod.Bullets = 1;
  14. Mod.FireRate = 900;
  15. Mod.BurstFireRate = 900;
  16. Mod.AimInaccuracyStepAmount = 0;
  17. Mod.MinRecoilPower = 0;
  18. Mod.MaxRecoilPower = 0;
  19. Mod.Distance = 100000000000;
  20. Mod.BSpeed = 100000000000;
  21. end)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement