Jump to content

Thank you!


Jal
 Share

Recommended Posts

Just read the help to find if you had named the script language, to use in my CV of all the little obscure things I have learned.

any way I saw:

One of my frustrations with the AutoIt community, or just in freeware in general, I guess, is that the efforts and hours will never truly be appreciated.

Lar.

So I just felt I really wished to thank you all for this, you have opened a door for me that was closed. I am not so good at programming but now I am able to simplfy a lot of my actions on the computer such as applying for jobs and making my own computer management programs, with out autoit I dont think I ever would have gotten this freedom of exploration and self improvement.

Thanks!

(btw there is a small bug with send("asdasdasd@gmail.com") sometimes the g in gmail is not sent I think it is because the @ is called in a different way and slow down the process... dont ask me I just see how it hockes up. Therefore the g is a little behind and sometimes not there. I split it to one send("g") letter each and now it dont happen, it could be something to look into if you wish it to work even more perfect. :)

Now because of autoit I dont hafto write all my contact info for registration sites and jobs. :lmao:

Also I made a little program to improve my french words next will be for verbs and I have some "big" plans for other things!!! :think:

Thanks again.

/Jal

Link to comment
Share on other sites

  • Moderators

Just read the help to find if you had named the script language, to use in my CV of all the little obscure things I have learned.

any way I saw:

One of my frustrations with the AutoIt community, or just in freeware in general, I guess, is that the efforts and hours will never truly be appreciated.

Lar.

So I just felt I really wished to thank you all for this, you have opened a door for me that was closed. I am not so good at programming but now I am able to simplfy a lot of my actions on the computer such as applying for jobs and making my own computer management programs, with out autoit I dont think I ever would have gotten this freedom of exploration and self improvement.

Thanks!

(btw there is a small bug with send("asdasdasd@gmail.com") sometimes the g in gmail is not sent I think it is because the @ is called in a different way and slow down the process... dont ask me I just see how it hockes up. Therefore the g is a little behind and sometimes not there. I split it to one send("g") letter each and now it dont happen, it could be something to look into if you wish it to work even more perfect. :)

Now because of autoit I dont hafto write all my contact info for registration sites and jobs. :lmao:

Also I made a little program to improve my french words next will be for verbs and I have some "big" plans for other things!!! :think:

Thanks again.

/Jal

Do you still get the issue if you use Raw mode?
send("asdasdasd@gmail.com", 1)
?

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

Do you still get the issue if you use Raw mode?

send("asdasdasd@gmail.com", 1)
?
Sorry but I dont know what raw mode is. I guess I forgot the 1, ill test and see if it helps :)

Test procedure:

It is like the command uses ALT or something because IE gets all Crazy at the top, as if the File menu jumps out and away suddenly.

strumf...@mail.com

strumf...@mail.com

strumf...@mail.com

strumf...@l.com

strumf...@mail.com

strumf...@mail.com

strumf...@mail.com

strumf...@mail.com

strumf...@ail.com

strumf...@mail.com

strumf...@mail.com

PerNybconstrumf...@mail.comstrumf...@mail.comstrumf...@mail.com

I really think its some sort of action with the alt key or something with the file menu that messes @ up. I have never seen it on anything else. Well sometimes I have it for a game to enter coordinates the numbers are not added correctly one out of 100. But I think its because of the page being loading etc. I use send there aswell. But at those times it is more like it goes to fast for the computer to enter the numbers. Or... its just my vista computer that dont like the send() function.

; AutoIt Version: 3.0
; Language:    English
; Platform:    Vista
; Author:        Per Nybcon 
; Program Description: Send registration information to homepage
; Press Esc to terminate script, Pause/Break to "pause"
#include <ClipBoard.au3>

;MemoWrite(_ClipBoard_GetData ())
;_ClipBoard_GetData ("Testin")
;_ClipBoard_SetData ("Testout")

Global $Paused, $sendpossition = 1, $clipboardget, $clipboardset
HotKeySet("{PAUSE}", "TogglePause")
HotKeySet("{ESC}", "Terminate")

HotKeySet("{LEFT}", "go_back"); <-  Eventuellt lätt till Alt tillsammans med den för att man ska ändå kunna använda pil användning!
HotKeySet("{right}", "go_forward");->


HotKeySet("§", "Send_info"); Send info loop

;HotKeySet("+!0", "ShowMessage") ;Shift-Alt-d
HotKeySet("+!1", "Send_name") ;Shift-Alt-1
HotKeySet("+!2", "Send_lastname") ;Shift-Alt-2
HotKeySet("+!3", "Send_email") ;Shift-Alt-5
HotKeySet("+!4", "Send_Nationality") ;Shift-Alt-4
HotKeySet("+!5", "Send_age") ;Shift-Alt-3
HotKeySet("+!6", "Send_phone_home") ;Shift-Alt-6
HotKeySet("+!7", "Send_phone_mobile") ;Shift-Alt-7
HotKeySet("+!8", "Send_street") ;Shift-Alt-8
HotKeySet("+!9", "Send_postnumb") ;Shift-Alt-9
;HotKeySet("+!0", "Send_") 

TrayTip("§ for next input", "next name", 5, 1)

;Script control
While 1
    Sleep(100)
WEnd

Func TogglePause()
    $Paused = NOT $Paused
    While $Paused
        sleep(100)
        ToolTip('Script is "Paused"',0,0)
    WEnd
    ToolTip("")
EndFunc

Func Terminate()
    Exit 0
EndFunc

Func send_poss_plus()
    $sendpossition = $sendpossition + 1
EndFunc




Func Send_info()

Select
    Case $sendpossition = 1;or $clibboardget = "name"
        send("Per") 
        send_poss_plus()
        TrayTip("now name", "next Lastname", 5, 1)
    Case $sendpossition = 2
        send("Nybcon") 
        send_poss_plus()
        TrayTip("now lastname", "next email", 5, 1)
    Case $sendpossition = 3
        send("strumf...@gmail.com",1)
    ;send("per.nyblom@gmail.com",1)
    
        
        
        send_poss_plus()
        TrayTip("now email", "next birth#", 5, 1)
    Case $sendpossition = 4
        send("20045540")
        TrayTip("now birth#", "next Nation", 5, 1)
    Case $sendpossition = 5
        send("Sverige") 
        send_poss_plus()
        TrayTip("now Nation", "next phone home", 5, 1)
    Case $sendpossition = 6
        send("02190909")
        send_poss_plus()
        TrayTip("now phone home", "next phone mobil", 5, 1)
    Case $sendpossition = 7
        send("09090092") 
        send_poss_plus()
        TrayTip("now phone mobile", "next Street", 5, 1)
    Case $sendpossition = 8
        send("somewhere")   
        send_poss_plus()
        TrayTip("now Street", "next Adress", 5, 1)
    Case $sendpossition = 9
        send("76767") 
        send_poss_plus()
        TrayTip("now adress", "next city", 5, 1)
    Case $sendpossition = 0
        send("somewhere") 
        send_poss_plus()
        TrayTip("now adress", "next start", 5, 1)
    Case Else
        MsgBox(0, "", "No preceding case was true!")
        $sendpossition = 0
EndSelect
Endfunc



;Shortcommands
Func go_back()
    $sendpossition = $sendpossition -1
EndFunc

Func go_forward()
    $sendpossition = $sendpossition + 1
EndFunc

Func Send_name()
    send("Per")
    
    TrayTip("now name", "next Lastname", 5, 1)
EndFunc
Func Send_lastname()
    send("Nybcon")
    TrayTip("now lastname", "next email", 5, 1)
EndFunc
Func Send_email()
    send("myemail@gmail.com",1)
    TrayTip("now email", "next birth#", 5, 1)
EndFunc
Func Send_age()
    send("20080510")
    TrayTip("now birth#", "next Nation", 5, 1)
EndFunc
Func Send_nationality()
    send("Sverige")
    TrayTip("now Nation", "next phone home", 5, 1)
EndFunc
Func Send_phone_home()
    send("0046200059")
    TrayTip("now phone home", "next phone mobil", 5, 1)
EndFunc
Func Send_phone_mobile()
    send("00460000")
    TrayTip("now phone mobile", "next Street", 5, 1)
EndFunc
Func Send_street()
    send("somewhere")
    TrayTip("now Street", "next Adress", 5, 1)
EndFunc
Func Send_postnumb()
    send("somewhere")
    TrayTip("now adress", "next start", 5, 1)
EndFunc

I am sending the code directly into the web browser, and I am working on changing the code into variables from a file instead of typing them directly into the code. and changing it from tooltip to a UEA so I can see what info is next easier etc.

Link to comment
Share on other sites

  • 3 weeks later...

Hello

Is it possible to remove this threat. It is not needed anymore, it only posts my name and my email unessesarly on google :s and Id like to not get spam.

Or if some one would like to remove all the nyblom in the text thats enough, but I guess it is just easier to remove the thread.

Thanks

/Jal

Link to comment
Share on other sites

Hello

Is it possible to remove this threat. It is not needed anymore, it only posts my name and my email unessesarly on google :s and Id like to not get spam.

Or if some one would like to remove all the nyblom in the text thats enough, but I guess it is just easier to remove the thread.

Thanks

/Jal

Hey Pal,

Why did you enter your real address in the 1st place?

If you wanna get rid of it, edit your posts yourself.

Regards

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...