Jump to content

program builder

Active Members
  • Posts

    140
  • Joined

  • Last visited

Everything posted by program builder

  1. no. I'm going to build a website, kinda like worldwinner. Where people can bet against each other for real money. the only differance is, people will be allowed to cheat. for example if you cheat on a game, you loose your intire dollar if you loose, but if you win, you only get $0.25 however if you beat someone who is cheating you would be the person who would get the dollar, but if you lost you would loose only $0.25
  2. I tried this, but it didn't work. send("{leftkeydown}") sleep(1500) send("{leftkeyup}") I also tryed send("{leftdown}") sleep(1500) send("{leftup}") and it didn't work eather. Could someone please help.
  3. Wouldn't it be possible to run the sound off of the sound thing, built into windows XP?
  4. I want to create a script, that when I type a key on the keyboard, a sound is played out, as like a hotkey. and when that sound is played, It plays and types the message like a text to speech, and speech to text converter, in one. Is it possible? I would like to create it, so that I could plug the speaker jack, of me and my friends cell phone into the speaker and mic of our computers, and be able to chat without being on the internet. If the speaker is plugged into the mic, then when the words are typed, the sound should come through his speaker and type what I said to him, since it will be programed to convert speech to text, and I would be able to get his messages too. (thats if we both have the program installed) and it works) Is it possible?
  5. that worked to desplay it in a message box, however How would I get it to type it in notepad. I tyed this but it didn't work run("notepad.exe") sleep(15000) send(""random""(1,149000000,1)) but it didn't work. could someone please help, if you can.
  6. Can anyone help me do this? I'm trying to get a random number to come up in notepad, between 1 and 100 million. each time a hotkey is pressed. can anyone help me out? If so please post back.
  7. Does anybody know if it is possible to build a program that will open programs and run them, when the computer is called, through the phoneline, and sertain numbers are pressed?
  8. It worked. Thanks for helping me out.
  9. That didn't work. It just made the inputbox smaller.
  10. Could someone please help. I'm trying to make input box come up in a different area of monitor. I tryed, $text = InputBox("Lyric Writer 1.0", "take a shot", 122, 645); but it didn't work.
  11. I'll put in the subject line, president asasinated, it will happen. then put the link to the page, that you said that in the page, as the only thing to click on, with nothing else to view, so they have no other options, but to go to that page.
  12. If you piss me off enough, i'll make sure you end up behind bars. I think the statue of limitations is 7 years bro. it hasn't even been 2 months yet.
  13. I think i will just send the page to [email protected] and i'm sure they will open it.
  14. maybe it will give you even more of a laugh, when i turn you in to the F.B.I. for the comment you made about the president on 9/11
  15. This is a help section. look at the section, that I posted it in ("support") duh.
  16. I'm wanting to build a message box, that will write anything that I type into it, into notepad. Does anybody know if this is possible?
  17. I know it wouldn't be easy. However if the script picked up on the key words, then all that would need to be done, is, build the script to do what is listed first, secound, and so on as far as the key words. sence it only picks up on the key words, thats all it's going to be doing. the rest of what is being typed, just tells the person what is being done. so when they read it, they know whats going to happen. and it wouldn't be as time consuming, as listing every combination of words, cause that would be impossible.
  18. Do you think it would be easier to write my own code languge, and make it to where if people type in the edit box saying. I would like a code that does this, and that, and this and that, and this and that, and this and that. then compileing it. I think it would work, if what they wanted it to do, was part of the scripting languge. and every thing that you could do on a computer, was including in the scripting.
  19. Do you understand that the user would be able to type, what they wanted done. and all the possibilities, as fare as what can be done on the computer. as long as they type what they wanted done, it would do it. they could type "I want a program that will then they start naming what they want. they could even type ingghkhh run jjljl notepad ljkljkljlj close it. and it would send them this code. run("notepad.exe") winwaitactive("notepad.exe") send("{altdown}{E}{x}{altup}") even I would use something like this, if I did know alot of autoit. I would create what I wanted it to do in wordpad/notepad then copy and paste it into the browser, of the program, and have it compile itsself. or if it was something short, then I would just say something like, search for file and then run it and then close it then run it again and then delete it. ect ect.
  20. If I can't build it in autoit1-2-3, then it prolly can't be built in autoit.
×
×
  • Create New...