Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local args={...}
- local commandTable={
- timebomb=function(time)
- time=tonumber(time)
- if not time then time=10 end
- local clock=os.clock()
- local timeclock=clock
- while os.clock()-timeclock<=time do
- --print("HurDeyHar")
- pcall(function()
- while true do
- local g=math.pi^2
- if os.clock()-clock>=5 then clock=os.clock() os.queueEvent("") coroutine.yield() end
- --if os.clock()-timeclock<=time then return true end
- end
- end)
- end
- end
- }
- commandTable.timebomb()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement