Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7

Search found 7 matches

by riin4
01.05.2012 20:04
Forum: Help
Topic: freeze
Replies: 2
Views: 4898

Re: freeze

if i use one time the procedure, all goes well.

but if i repeat the procedure in short time (in mani in man in mani in mani in mani) with hotkey. the client freeze.
by riin4
28.04.2012 16:05
Forum: Help
Topic: freeze
Replies: 2
Views: 4898

freeze

if i spam (in run or not) from KEY (exec) this procedure, the client freeze (the cast goes well! but the charater doesn't move more).
i use 6.0.14.3 client (patched until 705) on runuo. stealth 403.

Code: Select all

procedure heal;
begin
Cast('Heal')
WaitTargetSelf
end;
by riin4
27.04.2012 22:31
Forum: Help
Topic: Hello! Some question about Stealth from an injection's user
Replies: 8
Views: 9728

Re: Hello! Some question about Stealth from an injection's u

all clear!

:cry: 8 years of scripting goes in the trash..
i will ask much helps for learning pascal
i hope to find the hand i will need in this forum!

special thanks to you for the help!!
8)

goodbye from rome!
by riin4
27.04.2012 22:08
Forum: Help
Topic: Hello! Some question about Stealth from an injection's user
Replies: 8
Views: 9728

Re: Hello! Some question about Stealth from an injection's u

Okey, after testing. Do as i say: 1. create file "what-ever-you-want.sc" 2. put this into: procedure meditation; begin UseSkill('Meditation'); end; procedure resending; begin UOSay(''); UOSay(',resend'); end; begin end. 3. Load file in client, You should see 2 functions in drop-down list ...
by riin4
27.04.2012 21:50
Forum: Help
Topic: Hello! Some question about Stealth from an injection's user
Replies: 8
Views: 9728

Re: Hello! Some question about Stealth from an injection's u

if i try to start this code (.py OR .sc the problem is the same) procedure meditation; begin UseSkill('Meditation'); end. procedure resending; begin uo.say("") uo.say(",resend") end. if the file is .py stealth write to me: 20:52:32:886 [uodinj]: File "C:\Program Files\EA Gam...
by riin4
27.04.2012 21:40
Forum: Help
Topic: Hello! Some question about Stealth from an injection's user
Replies: 8
Views: 9728

Re: Hello! Some question about Stealth from an injection's u

then for bind two keys i must have: procedure meditation; begin UseSkill('Meditation'); end. procedure resending; begin uo.say("") uo.say(",resend") end. in my .PY file, and bind for example in hotkeys: exec meditation (f1) - exec resending (f2) ..why stealth doesn't work with th...
by riin4
26.04.2012 20:42
Forum: Help
Topic: Hello! Some question about Stealth from an injection's user
Replies: 8
Views: 9728

Hello! Some question about Stealth from an injection's user

Hello guys, thank you very much for this wonderfull program! (i'm from italy, i play on uodreams shard. runuo, osi style.) I'm an injection user (and scripter) from 2004. i finally see the hotkeys funcion like injection in stealth!! and the possibility to convert my injection's script for stealth! b...