--// made by chaddestdog and voltara local FastReload = true; run_on_actor(getactors()[1], string.gsub([==[ local TweenInfoNew; TweenInfoNew = hookfunction(TweenInfo.new, newcclosure(function(...) if (debug.info(4, 'n') == "reload_begin" and typeof(getstack(4, 6)) == "number" and FastReload) then setstack(4, 6, (getstack(4, 6) / 1.1)); end; return TweenInfoNew(...); end)); ]==], "FastReload", FastReload));