like this
1
2
3
4
5
6
2
3
4
5
6
addhook("say","bla")
function bla(id,txt)
	if txt == "!quite" then
		console.clear()
	end
end
console.clear() --> i know its wrong, just example
Scripts
Console clear
Console clear
1

addhook("say","bla")
function bla(id,txt)
	if txt == "!quite" then
		console.clear()
	end
end
Okay. addhook("say","bla")
function bla(id,txt)
if txt == "!quite" then
print(' ')
print(' ')
print(' ')
print(' ')
print(' ')
print(' ')
print(' ')
print(' ')
print(' ')
print(' ')
print(' ')
print(' ')
print(' ')
print(' ')
print(' ')
print(' ')
print(' ')
print(' ')
print(' ')
print(' ')
print(' ')
end
end
Right click on console and press 'Clear Console' .
UBMaster has writtenaddhook("say","bla")
function bla(id,txt)
if txt == "!quite" then
print(' ')
print(' ')
print(' ')
print(' ')
print(' ')
print(' ')
print(' ')
print(' ')
print(' ')
print(' ')
print(' ')
print(' ')
print(' ')
print(' ')
print(' ')
print(' ')
print(' ')
print(' ')
print(' ')
print(' ')
print(' ')
end
end
addhook("say","_say")
function _say(id,txt)
	if txt == "!quite" then
		for i = 1, 100 do
			print(' ')
		end
	end
end
KagamineLen: yes, its very short.
KagamineLen: Thanks
addhook("say","c")
function c(p,t)
	if t=="!cls" then l=99 repeat l=l-1 print('') until l==0 end
end A even shorter version, enjoy!
KimKat:
Very good
if(txt=="!clear")then print "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" end
limonata has written
Crabby has written
1
