Jump to content

Sparky90ful

Members
  • Posts

    9
  • Joined

  • Last visited

Sparky90ful's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. I will try.... thanks
  2. it is a little bit hard to understand what is there i am a beginer and there is to send and recive mails........Thanks for your reply
  3. Hy all i'm sory if is another post like this but i didn't find so.... can anyone help me with a script which is automating connecting to yahoo mail with a username and password chosen by me before.Thanks very much. Or a tip like what i must do for the script to write in mozila on yahoo page the username in username box and the password in password box thanks.
  4. Thanks , :thumbsup:
  5. yes it is working but i am a noob in programing it would take some time to understand but if i want to do this in a notepad?Like the script write 6 and 4 Thanks very much for help
  6. Hy all i have a problem with this code While 1 If _IsPressed("64", $hDLL) Then Sleep(100) While _IsPressed("65", $hDLL) = 0 Sleep(3050) Send ("{NUMPAD6}") Sleep(100) Send ("{NUMPAD4}") WEnd EndIf Sleep(100) WEnd When i press numpad 5 the script doesn't exit from loop is the same if While 1 If _IsPressed("64", $hDLL) Then Sleep(100) Do Sleep(3050) Send ("{NUMPAD6}") Sleep(100) Send ("{NUMPAD4}") Until _IsPressed("65", $hDLL) = 1 EndIf Sleep(100) WEnd
  7. I undersatnd what information you are trying to obtain and yes is against the forum rules.I didn't knew why you are asking so many question and i decided to read the forum rules for understand what you are looking for......If you want to help me just tell me what can i do if not thanks anyway for you time.
  8. Opt("SendKeyDownDelay", 10000) Send($1) Send($11) Opt("SendKeyDownDelay", 5000) Send($2) Send($22) Opt("SendKeyDownDelay", 4000) Send ($3) Send($33) Opt("SendKeyDownDelay", 10000) Send($1) Send($11) Send($2) Send($22) Send ($3) Send($33) Send($1) Send($11) Opt("SendKeyDownDelay", 1000) Where $1 $11 $2 $22 $3 $33 are keys Thanks for welcome mesage
  9. Hy all fhirst of all i'm sorry if is another post like this but i didn't findit so that's why i'm am posting.I need a little help.I am a noob in programing but i have finished scripting a program.On my machine it work perfectly but i giveit to a friend to test it and for him doesn't work the Send comand who send some keys can anyone help me make the script fit to any windows?? i forgot to mentioned cuz my friend has windows 7 and me xp sp3.Thanks for your help and sorry if is another post like this.
×
×
  • Create New...