Created by dontbanimtoocool
Features:
- REMOVE WAIT TIME FOR STUFF
local a = require(game.Players.LocalPlayer.Character['Interaction Handler'].InteractionActions)
for _, v in next, {{a.BlowBankVault, 'removed bank vault explosion wait time'}, {a.FixTrafficLight, 'removed traffic light fix wait time\n'}, {a.JerryFill, 'removed gas wait time\n'}, {a.PickUpPackage, 'removed package pick up wait time\n'}, {a.ClearTreeDebris, 'removed clear debris wait time\n'}, {a.Heal, 'removed medic thing wait time\n'}} do
v[1].HoldTime = 0 [/align]
[align=left]
if syn then
rconsoleprint(v[2])
end
end
ENJOY!