MSFN Forum: Autoit serial paste - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Autoit serial paste contains + wont paste Rate Topic: -----

#1 User is offline   bobthenob 

  • Member
  • PipPip
  • Group: Members
  • Posts: 120
  • Joined: 25-November 05

Posted 20 December 2005 - 12:49 PM

hi im trying to make a autot script,
that pastes a serial number into, a registration box
the serial number is in 6 lines
I figured out that if i put the first line,then
send('{ENTER}')
then the next line and
send('{ENTER}')
it pastes it in correctly but the serial no has + symbols in it and they dont get pasted in, ive been playing with
clipget and clipput.
but cant seem to get it to work
cheers


#2 User is offline   BoardBabe 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,419
  • Joined: 04-October 04

Posted 20 December 2005 - 02:50 PM

If you had posted the line your using it would be of great help ;)

But anyhow, I'd do something like

Send("{ENTER}" & $string1 & "{ENTER}" & $string2")


#3 User is offline   bobthenob 

  • Member
  • PipPip
  • Group: Members
  • Posts: 120
  • Joined: 25-November 05

Posted 20 December 2005 - 03:00 PM

hi thanks for your reply
the line im using is my serial heres the part with the + symbol
SEND("bF+qbmLvEjV+4JCAX+H/TBpG7pdEJ8IEW09ST8t60Poou/CT")
SEND('{ENTER}')
SEND("To+WvErl omRpMfd15+/2EA/SbxzdwKmX6ybVAYnLe4g3che")
SEND('{ENTER}')

when i send this the + are missing
Cheers

#4 User is offline   Nologic 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 461
  • Joined: 07-October 03

Posted 20 December 2005 - 05:46 PM

Thats because when using "Send" or "ControlSend" the "+" marks the next character as shifted.

To change this behavior simply set the flag for the command to 1.

Send ("+foo+", 1)

How ever I'd really suggest staying clear of Send & ControlSend if possible and instead use ControlSetText.

ControlSetText ( "title", "text", "Edit1", "+line 1+" & @LF & "+line 2+" & @LF & "+line 3+" )

#5 User is offline   bobthenob 

  • Member
  • PipPip
  • Group: Members
  • Posts: 120
  • Joined: 25-November 05

Posted 21 December 2005 - 01:21 AM

thanks Nologic
the Send ("+foo+", 1) worked a treat
I dont understand the
ControlSetText ( "title", "text", "Edit1", "+line 1+" & @LF & "+line 2+" & @LF & "+line 3+" )

could you exsplan it please
using this text
fghjkloiuklio
yu76+hj+llp
HJY76po+u7

sorry to be so dumb
thanks again

#6 User is offline   BoardBabe 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,419
  • Joined: 04-October 04

Posted 21 December 2005 - 11:42 AM

@bobthenob: Please use CODE tags in your posts from now on :)

#7 User is offline   bobthenob 

  • Member
  • PipPip
  • Group: Members
  • Posts: 120
  • Joined: 25-November 05

Posted 21 December 2005 - 11:59 AM

ok sorry

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy