Author Topic: Is there a faster way?  (Read 4617 times)

0 Members and 1 Guest are viewing this topic.

Offline Burnhazel88Topic starter

  • Jr. Member
  • **
  • Posts: 15
  • Activity:
    0%
  • Reputation Power: 1
  • Burnhazel88 has no influence.
  • Gender: Male
  • Respect: 0
  • Referrals: 0
    • View Profile
Is there a faster way?
« on: March 24, 2016, 04:08:16 PM »
0
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

Offline gimlet

  • Very Super Secret
  • Global Moderator
  • *
  • *
  • Posts: 6206
  • Activity:
    3.2%
  • Reputation Power: 71
  • gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!
  • Gender: Male
  • Respect: +274
  • Referrals: 3
    • View Profile
Re: Is there a faster way?
« Reply #1 on: March 24, 2016, 06:03:03 PM »
0
Are you doing multiple accounts?

Offline Burnhazel88Topic starter

  • Jr. Member
  • **
  • Posts: 15
  • Activity:
    0%
  • Reputation Power: 1
  • Burnhazel88 has no influence.
  • Gender: Male
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: Is there a faster way?
« Reply #2 on: March 24, 2016, 06:06:23 PM »
0
1 account multiple chars.
just was looking for something other than hitting back 16 times.

Offline gimlet

  • Very Super Secret
  • Global Moderator
  • *
  • *
  • Posts: 6206
  • Activity:
    3.2%
  • Reputation Power: 71
  • gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!
  • Gender: Male
  • Respect: +274
  • Referrals: 3
    • View Profile
Re: Is there a faster way?
« Reply #3 on: March 24, 2016, 07:38:50 PM »
0
If one account - just ignore the account input information and start with clicking on password input.

Offline manwinc

  • Elite
  • *
  • *
  • Posts: 2556
  • Activity:
    0%
  • Reputation Power: 32
  • manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!
  • Gender: Male
  • "The Devs Hard at Work"
  • Respect: +123
  • Referrals: 1
    • View Profile
Re: Is there a faster way?
« Reply #4 on: March 26, 2016, 06:37:11 AM »
0
Might be able to run cheat engine on Easyuo to speed up how fast it hits the keys. No promises though.
Monkeys and Typewriters!

" Oh I know, We'll make a Boss Encounter that requires 3 keys per player to enter, Then we'll make it not a closed instance so you never know if you are going to pop into a fresh room or a boss that has 1% Health left with 20 dudes smashing its face in, wasting your time and effort"

Offline Burnhazel88Topic starter

  • Jr. Member
  • **
  • Posts: 15
  • Activity:
    0%
  • Reputation Power: 1
  • Burnhazel88 has no influence.
  • Gender: Male
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: Is there a faster way?
« Reply #5 on: March 27, 2016, 09:42:54 AM »
0
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.

Offline Endless Night

  • Global Moderator
  • *
  • *
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: Is there a faster way?
« Reply #6 on: August 24, 2016, 09:51:54 AM »
0
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
Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Tags: