Page 1 of 1

Please, help, I am a newbie here

Posted: 2006-08-18 03:08:20
by datingservices2
I am a noob on this forum, please tell me how do I type in color text






_______________
Online Dating Services List Match Maker

Posted: 2006-08-18 10:00:22
by Nmy
Yoko Injection Help System

Code: Select all

sub FontColor()
If uo.getglobal('sc2')=='On' then
return
else
uo.setglobal('sc2','On')
while true
uo.fontcolor('0x0017')
wait(10000)
uo.fontcolor('0x0035')
wait(10000)
uo.fontcolor('0x0003')
wait(10000)
uo.fontcolor('0x0021')
wait(10000)
uo.fontcolor('0x003a')
wait(10000)
uo.fontcolor('0x0053')
wait(10000)
uo.fontcolor('0x0043')
wait(10000)
uo.fontcolor('0x0062')
wait(10000)
uo.fontcolor('0x002b')
wait(10000)
uo.fontcolor('0x02be')
wait(10000)
wend
end if
uo.setglobal('sc2',0)
end sub