19K views
11.2K downloads
1 year ago
This Script for Dino Tower Defence modifies your Gun. Edited by grandpapapa, enjoy! (how to use: Join a match, unequip the Gun, execute the Script and equip it)
Script Features:
No Recoil No Reload Time No Spread
This script has remained unmodified since its initial release
--BROUGHT TO YOU BY RSCRIPTS.NET!--
local GameMT = getrawmetatable(game);
setreadonly(GameMT, false);
local GameIndex = GameMT.__index;
local GameNamecall = GameMT.__namecall;
local Player = game:GetService("Players").LocalPlayer;
local Character = Player.Character or Player.CharacterAdded:Wait();
if (Character) then
Character.ChildAdded:Connect(function(Child)
if (Child:IsA("Tool")) then
local Config = Child:FindFirstChild("Configuration");
if (Config) then
Config.ShotCooldown.Value = 0;
Config.ReloadTime.Value = 0;
Config.RecoilMin.Value = 0;
Config.RecoilMax.Value = 0;
Config.RecoilDecay.Value = 0;
Config.TotalRecoilMax.Value = 0;
Config.MaxSpread.Value = 0;
end;
end;
end);
end;
Similiar Scripts
Hungry for more? Check out these Roblox Scripts!
20.5K views
1 year ago

Red vs Blue Gun Battle Gun Modify GUI
Red vs Blue Gun Battle NEW GUNS
Red vs Blue Gun Battle NEW GUNS
17.7K views
1 year ago

Ultimate Tower Defence Simulator Get-Codes
Ultimate Tower Defense Simulator
Ultimate Tower Defense Simulator
19.1K views
1 year ago

Westbound Gun Modify Script
Westbound Spring Update
Westbound Spring Update
18.3K views
1 year ago

Faction Defence Tycoon Infinite Cash Script
Faction Defence Tycoon Updates
Faction Defence Tycoon Updates
28.3K views
1 year ago

Driving Simulator Car Modify GUI
Driving Simulator
Driving Simulator
0 Comments
Log in here to comment