
program builder
Active Members-
Posts
140 -
Joined
-
Last visited
Content Type
Forums
Downloads
Forum Articles
Events
Everything posted by program builder
-
opens notepad, on m hotkeyset
program builder replied to program builder's topic in AutoIt General Help and Support
no acually i think it is a good start, because lets say that there is a script going that requires a letter to be typed, however that letter is set as a hotkey. it could be usefull. -
opens notepad, on m hotkeyset
program builder replied to program builder's topic in AutoIt General Help and Support
It does swift trust me. if you wanna bet me I will put $5 on the line. -
opens notepad, on m hotkeyset
program builder replied to program builder's topic in AutoIt General Help and Support
I wanted lower case and the send("m") would have opened notepad again. -
Now it is. I just created the code. here it is HotKeySet( "m", "_notepadm") while 1 sleep(999999) wend Func _notepadm () run("notepad.exe") winwaitactive("Untitled - Notepad") sleep(50) send("{shiftdown}{capslock}{m}{shiftup}{capslock}") EndFunc;==>_Open eventually I hope to create multi while 1 wend statemends in a single script should be possible post to this if you wanna help write codes like this one, that I just sharred with you. I will include the notepadm.zip file if anyone wants it. anybody can use this code. I use some of your guys codes too. feel free to change it even to create your own programs.
-
this is the part of the code that i think is messed up. I created the buttons already next and back work just fine however when I do the next 100 it errors out, if there is no more to go to. Here is the code. Could someone please help? Func Set_Next() For $x = 1 To $children - 1 $Nwin = WinGetState($Child_[$x]) If $Nwin > 5 Then GUISetState(@SW_HIDE, $Child_[$x]) GUISetState(@SW_SHOW, $Child_[$x + 1]) Return EndIf Next EndFunc ;==>Set_Next Func Set_Back() For $x = 1 To $children - 1 $Nwin = WinGetState($Child_[$x]) If $Nwin > 5 Then GUISetState(@SW_HIDE, $Child_[$x]) GUISetState(@SW_SHOW, $Child_[$x - 1]) Return EndIf Next endfunc Func Set_next100() For $x = 1 To $children - 1 $Nwin = WinGetState($Child_[$x]) If $Nwin > 5 Then GUISetState(@SW_HIDE, $Child_[$x]) GUISetState(@SW_SHOW, $Child_[$x + 10]) Return EndIf Next endfunc Func Set_Back100() For $x = 1 To $children - 1 $Nwin = WinGetState($Child_[$x]) If $Nwin > 5 Then GUISetState(@SW_HIDE, $Child_[$x]) GUISetState(@SW_SHOW, $Child_[$x - 10]) Return EndIf Next endfunc Func _IsChecked($control) Return BitAND(GUICtrlRead($control), $GUI_CHECKED) = $GUI_CHECKED EndFunc
-
Here is the code. I hope it helps #include <IE.au3> #include <GuiConstants.au3> $Mother_GUI = GUICreate("Poet In A Box, Demo 100 lines!!!",-1,-1,-1,-1,BitOR($WS_OVERLAPPEDWINDOW, $WS_CLIPSIBLINGS)) $Button_1 = GUICtrlCreateButton("button 1", 5, 5, 70, 20) GUICtrlSetResizing(-1,$GUI_DOCKALL) $Button_next = GUICtrlCreateButton("next ",5,30,70,20) GUICtrlSetResizing(-1,$GUI_DOCKALL) GUISetState(@SW_SHOW, $Mother_GUI) while 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit Case $button_1 MsgBox(4096, "AutoIt", "This is button 1") Case $button_next #include <IE.au3> #include <GuiConstants.au3> $Mother_GUI = GUICreate("Poet In A Box, Demo 100 lines!!!",-1,-1,-1,-1,BitOR($WS_OVERLAPPEDWINDOW, $WS_CLIPSIBLINGS)) $Button_2 = GUICtrlCreateButton("button 2", 5, 5, 70, 20) GUICtrlSetResizing(-1,$GUI_DOCKALL) $Button_back = GUICtrlCreateButton("back ",5,30,70,20) GUICtrlSetResizing(-1,$GUI_DOCKALL) GUISetState(@SW_SHOW, $Mother_GUI) while 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit Case $button_2 MsgBox(4096, "AutoIt", "This is button 2") Case $button_back MsgBox(4096, "AutoIt", "Not untill i get the next button working") endswitch wend endswitch wend
-
I know how to do buttons, i need to know why when i create a next button, or back botton it brings up another page, and then when i try to put a send("{altdown}{tab}{altup}") into the code and then an esc, to bring up the page that i don't want up there and take it down, it shuts down the intire program. thats what i want to know.
-
a program that makes a program :)
program builder replied to butji's topic in AutoIt General Help and Support
I think what he is trying to say is, he wants to know how to build a program that will work as the exe compiler, so that he can build a program, using it. -
can it be done with AutiItX?
program builder replied to erezlevi's topic in AutoItX Help and Support
the only way you might be able to do something like that is to create a file that will waitwinactive(erez.iterface) and then tell it to send like ctrl+p+0+e+1 make sure you have an ispressed ctrl+p+0+e+1 set up to sleep(5000) run(location/file.exe") and tell it to only run the past comands on the first time that waitwinactive(erez.iterface) comes up. then create the rest of the script to run(location/file.exe") telling it to the script telling it to run(location/erez.iterface) But it would be pointless. You would also have to put the file that you build into the auto restart so that when erez.iterface is built it runs. but why not just run erez.iterface from where it is? -
i will buil;d it for you. I will upload it here. just respond if you want it.
-
I built something almost the same thing. only differance is the disk is the access key. I like yours a little better though. mine can be disabled in safe mode. How about yours? the way I did it, is whenever the disk is put in, it runs the hotkey/is pressed key that disables the script. is that how yours works?
-
Easy. Just build a macro that will change the administrator password. and then stick it inside of the start up menu for programs start up all users. And then when any of the administrators log on it will change the password of the account named administrator. It's that simple. If you don't know how to do it respond to my post, with your email. and i will build it for free.
-
Chat bot/telephone bot human like
program builder replied to program builder's topic in AutoIt General Help and Support
verry true.but have you ever seen it tried in this way? -
I would like to create a chat bot that is so much human like, that it can't be told apart, from a live person chatting. I could put every combination of sayings, and everything that it could say back, if it wouldn't take forever. then to get it to carry the conversaition i would have to repeat the tolal number of things that it could possibly say, and all the responces again, which if i had 1 million the next time it would go to trillion, and just the first part alone, for a half decient bot would really take googles, upon googles of statements, not just 1 million. Is there an easier way to do this. I relise alot of you may have already tryed something like that but i came up with a way that i think might work. maybe i could get your opinions, and maybe we could build this thing together. Here is the way that i thought of. create a bot that has all the words in the english dictionary, where it understands each word, and has like 1000 different sayings that it could say for each word. create it to where if a noun, pronoun, an all that other stuff is said, it says something back, related to wich order they were said, and also if someone types something like how are you doing, it will pick up on each word sepperitly, and out of the 1000 combinations that are said for each word, it picks the ones that would make the most sence, and says it. then when that stuff is said, what ever people say to it, after it says stuff, it puts it into it's memmory, and whatever most people say after something is said, it assumes that it is the correct answer. then it could be set up on some sort of tapi (program used to connect to itself through the phoneline) and using text to voice and voice to text recignition, people could talk to it, and think they are talking to a real person. Could somebody help me build this? if you build it, using the idea that i came up with, then i ask that you give me a copy, and let me be able to sell it. And I own the copyright, that allowes me to sell it to walmart, and online, and you own the copyright that allows you to sell it to all other stores, exept for walmart. these ideas of above is copyrighted, came up with in 2007 copyrighted this 8th day of january, in the year of 2008 A.D. by Roger Liles Jr.
-
tring to return to begaining of script
program builder replied to program builder's topic in AutoIt General Help and Support
I want the program to stay running like it usually does, when hotkeys are pressed. It usually runs the script and then returns and is ready for a hotkey to be pressed again. However whenever I put a $text = messagebox into it using a while 1 statment with a wend it always ends the script when the x or cancel is clicked. -
I have hotkeys set to where when i click on them a message box apears. Is there any way to set it to where when the x is clicked or cancel, it doesn't totally exit the script and is ready for the next hotkey? And also if a message box is up, and I click the hotkey that handles that particular box, is there a way to tell it if something like run message box = true if {alt}{f6} hotkey is pressed unless message box is open then = false I know enouh about autoit to know thats not the code, but i'm sure that you get the picture. I've been using autoit for almost 2 years now. I know enough to get by. well with your help I will. so if you can help please do. I would appreciate it. thanks.
-
here is the code #include <IE.au3> $url = "http://yahoo.com" $oIE = _IECreate($url, 1) but what I want is #include <IE.au3> $url = "http://yahoo.com" $oIE = _IECreate($url, 1) ; and then code that will force the browser to popunder, staying on the desktop. could someone please help.
-
can anyone help
program builder replied to program builder's topic in AutoIt General Help and Support
What if I set a ctrl+shift+f11 hotkey and all it did was restart the program. then on the rest off the code typed the rest of the hotkey and told it to do the function, that I wanted it to do. Then I pressed it all together as one hotkey would it work? -
can anyone help
program builder replied to program builder's topic in AutoIt General Help and Support
I did a ctrl+shift+f11 hotkeyset -
I want to set a ctrl+shift+f11+f6+f3 hotkey funtion. Could someone please help?
-
I was thinking about using Space runner 2 as one of the games, that people could play for money, and building a cheat for it, so that people who wanted to cheat could. Then charge them like $29.95 for the cheat, to possibly increase their chances of winning. Maybe even sell one for $9.95 that isn't quite as good, that still does a pretty good job, and one for $19.95 that is almost as good, just a hair off. you know like purpusly make it only get so many points, or it kicks off after so many levels, and you gotta finish the game yourself.