fddddAV045

ggg

Oct 8th, 2021
1,186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.91 KB | None | 0 0
  1. for i=1, math.huge do
  2. wait(2)
  3. local MAP = game.PlaceId
  4. if MAP == 5732988980 then --WLORD1-3
  5. local GameMT = getrawmetatable(game);
  6. setreadonly(GameMT, false);
  7. local GameIndex = GameMT.__index;
  8. local GameNamecall = GameMT.__namecall;
  9.  
  10. local Player = game:GetService("Players").LocalPlayer;
  11. local Character = Player.Character or Player.CharacterAdded:Wait();
  12.  
  13. if (Character) then
  14.   Character.ChildAdded:Connect(function(Child)
  15.       if (Child:IsA("Tool")) then
  16.           local Config = Child:FindFirstChild("Configuration");
  17.           if (Config) then
  18.               Config.ShotCooldown.Value = 0;
  19.               Config.ReloadTime.Value = 0;
  20.               Config.RecoilMin.Value = 0;
  21.               Config.RecoilMax.Value = 0;
  22.               Config.RecoilDecay.Value = 0;
  23.               Config.TotalRecoilMax.Value = 0;
  24.               Config.MaxSpread.Value = 0;
  25.           end;
  26.       end;
  27.   end);
  28. end;
  29. else
  30. end
  31. end
Advertisement
Add Comment
Please, Sign In to add comment