Yoko

All sides of Injection
It is currently 2024-04-17 00:54:23

All times are UTC+02:00




Post new topic  Reply to topic  [ 5 posts ] 
Author Message
 Post subject: Crash Problem
PostPosted: 2014-03-07 18:01:14 
Offline

Joined: 2014-03-01 21:06:25
Posts: 11
HI!!
I have a problem with my injection, when i run my script of healing after 10-20 minute my uo screen froze and injection (NOT RESPONSE) and it close after...

Maybe someone can help me with that probably my setting or somethjing like that im on windows 7
If someone can help me i will look this post some time so thx and sorry for my english i make ur mind work ;)


Top
   
 Post subject: Re: Crash Problem
PostPosted: 2014-03-07 18:18:26 
Offline

Joined: 2011-05-23 00:33:30
Posts: 949
Show me that script, and what Inject version you use.

_________________
CodeSweeper


Top
   
 Post subject: Re: Crash Problem
PostPosted: 2014-03-07 18:43:45 
Offline

Joined: 2014-03-01 21:06:25
Posts: 11
this script :

sub Healing()
UO.print("Autohealing for BeePK")
UO.DeleteJournal()
repeat
if not uo.dead() then
if UO.InJournal("You feel very ill")>0 or UO.InJournal("You feel deathly sick")>0 or UO.InJournal("You feel extremely sick")>0 or UO.InJournal("You contaminated")>0 then
UO.Exec("bandageself")
wait(1400)
UO.DeleteJournal()
end if
if uo.life < uo.str-10 then
uo.exec("bandageself")
end if
end if
wait(1400)
until false



And the injection version i think its : YoKoInjection 1401.25 HorLan its a admin of yoko sended this injection to my firend after multiple probleme of conection


Top
   
 Post subject: Re: Crash Problem
PostPosted: 2014-03-07 18:55:52 
Offline

Joined: 2011-05-23 00:33:30
Posts: 949
Lastest Inj ver you can download here viewtopic.php?f=1&t=17391
And script
Code:
sub Healing()
   UO.print("Autohealing for BeePK")
   UO.DeleteJournal()
   repeat
         if UO.InJournal("You feel very ill|You feel deathly sick|You feel extremely sick|You contaminated") or uo.life < uo.str-10 then
            uo.bandageself()
            wait(1400)
            UO.DeleteJournal()
            else
            wait(100)
         end if
   until uo.dead()
end sub

_________________
CodeSweeper


Top
   
 Post subject: Re: Crash Problem
PostPosted: 2014-03-07 19:41:54 
Offline

Joined: 2014-03-01 21:06:25
Posts: 11
Thanks man !!!


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 5 posts ] 

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 18 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Limited