clockwork hack

Posts 17 of 7 · Page 1 of 1
clockwork hack
its a hack to make your ingame clocks hella fast
makes it easy to print virtual currency like bytecoin

enjoy

Code:
local Hours = 21

local function fyckteminynz = function()
if(Hours == 00) then
		Hours = string.format("12")
	elseif(Hours < 10) then
		Hours = string.format("0%d", Hours)
	elseif(Hours == 13) then
		Hours = string.format("01")
		AMPM = "PM"
	elseif(Hours == 14) then
		Hours = string.format("02")
		AMPM = "PM"
	elseif(Hours == 15) then
		Hours = string.format("03")
		AMPM = "PM"
	elseif(Hours == 16) then
		Hours = string.format("04")
		AMPM = "PM"
	elseif(Hours == 17) then
		Hours = string.format("05")
		AMPM = "PM"
	elseif(Hours == 18) then
		Hours = string.format("06")
		AMPM = "PM"
	elseif(Hours == 19) then
		Hours = string.format("07")
		AMPM = "PM"
	elseif(Hours == 20) then
		Hours = string.format("08")
		AMPM = "PM"
	elseif(Hours == 21) then
		Hours = string.format("09")
		AMPM = "PM"
	elseif(Hours == 22) then
		Hours = string.format("10")
		AMPM = "PM"
	elseif(Hours == 23) then
		Hours = string.format("11")
		AMPM = "PM"
	elseif(Hours == 24) then
		Hours = string.format("12")
	end

print(tostring(Hours))
end

hook.Add("Think", "ftheposlc31iaabraziol1", fyckteminynz)
What does this exactly?
Quote Originally Posted by Menth0 View Post
What does this exactly?
it hacks the clock arithmetic of garrys mod

Quote Originally Posted by TQA#$gfgaa View Post
Would this be good for money printers on DarkRP?
yes it hacks that shit up and gives you tons of cash
Quote Originally Posted by bacon94799 View Post
how tf do you use this?
write it to a floppy disk and then insert it when you join a server
Quote Originally Posted by c0deine View Post
write it to a floppy disk and then insert it when you join a server
You actually made me laugh.
Posts 17 of 7 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?