Log in

View Full Version : Suport script help!!!



bsdailha
05-15-2016, 01:16
I play a otserve the admin put a system in a certain time appears a question for you to answer !!
"How much is 18-17 = ??"
you must answer "!answer 1"
these numbers are random ... it is possible to do a script to answer it alone ????
https://postimg.org/image/iwkg944u3/f16be81f/

how to blackd exactly repeat the code shown in the image?
note: the codes are random and repeat them automatically when it appears
https://postimg.org/image/e9ee7chh7/2b686312/

Are two scripts

oclipper
05-15-2016, 02:10
i think it is soo hard to make such thing, that does worth it.

There is lack of information about it, what color is this anti bot message? why do you need such thing? for bot afk?

IfTrue ($lastmsg$#string=#How much is 18-17) Goto $nlineoflabel:resposta1$
IfTrue ($lastmsg$#string=#How much is 18-16) Goto $nlineoflabel:resposta2$

its possible to do like example above.. you make answer for every question possible

bsdailha
10-17-2016, 23:05
I play a otserve the admin put a system in a certain time appears a question for you to answer !!
"How much is 18-17 = ??"
you must answer "!answer 1"
these numbers are random ... it is possible to do a script to answer it alone ????
https://postimg.org/image/iwkg944u3/f16be81f/

how to blackd exactly repeat the code shown in the image?
note: the codes are random and repeat them automatically when it appears
https://postimg.org/image/e9ee7chh7/2b686312/