SHARE
TWEET
Untitled
a guest
Oct 14th, 2015
34
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- timer.Create("NoMoreAdverts", 1, 0, function()
- CLOCKWORK_ADS = {};
- end)
- -- alt
- function StopTheAds()
- local validTimers = {};
- for i = 90000, 99999 do
- if (timer.Exists("CloudSixteen"..i)) then
- validTimers[1] = i;
- break;
- end;
- end;
- for i = 90000, 99999 do
- if (timer.Exists("PluginCenter"..i)) then
- validTimers[2] = i;
- break;
- end;
- end;
- timer.Remove("CloudSixteen"..validTimers[1]);
- timer.Remove("PluginCenter"..validTimers[2]);
- end;
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.
