Please, help, I am a newbie here

Ask for help

Moderators: Murderator+, Murderator

Post Reply
datingservices2
Posts: 1
Joined: 2006-08-17 09:47:19
Location: finland
Contact:

Please, help, I am a newbie here

Post 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
Nmy
Expert!
Posts: 2152
Joined: 2005-09-14 15:31:58
Location: Latvia

Post 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
Post Reply