ScriptUO

Official ScriptUO EasyUO Scripts => Script Debug => Topic started by: Burnhazel88 on March 24, 2016, 04:08:16 PM

Title: Is there a faster way?
Post by: Burnhazel88 on March 24, 2016, 04:08:16 PM
Is there a faster or different way to accomplish this task of clearing account name from login? 

 


gosub clear_account_name

;-------------------------------------------------
sub clear_account_name
click 510 360 dmc
set %back_count 0
while %back_count < 16
{
key back
set %back_count %back_count + 1
}
return
;-------------------------------------------------

halt
Title: Re: Is there a faster way?
Post by: gimlet on March 24, 2016, 06:03:03 PM
Are you doing multiple accounts?
Title: Re: Is there a faster way?
Post by: Burnhazel88 on March 24, 2016, 06:06:23 PM
1 account multiple chars.
just was looking for something other than hitting back 16 times.
Title: Re: Is there a faster way?
Post by: gimlet on March 24, 2016, 07:38:50 PM
If one account - just ignore the account input information and start with clicking on password input.
Title: Re: Is there a faster way?
Post by: manwinc on March 26, 2016, 06:37:11 AM
Might be able to run cheat engine on Easyuo to speed up how fast it hits the keys. No promises though.
Title: Re: Is there a faster way?
Post by: Burnhazel88 on March 27, 2016, 09:42:54 AM
If one account - just ignore the account input information and start with clicking on password input.

Making this a sub to call from other scripts. Some may use multiple accounts. Write once instead of over and over for other scripts if you know what I mean. Just was wondering if there was a more simple way that I was missing.
Title: Re: Is there a faster way?
Post by: Endless Night on August 24, 2016, 09:51:54 AM
faster different yes...  but only slightly... basically you have no choice but to manually delete the characters one way or another.  sucks.. this is what i do in my character toolbox script .. faster only because I set LPC first.

Code: [Select]
click !x !y MC    ; Click end of line of password box.
set #lpc 20000
for !i 1 17
     key delete