Jump to content

kapowdude

Active Members
  • Posts

    37
  • Joined

  • Last visited

Everything posted by kapowdude

  1. it should reach it itself... unless you changed the coding... the whole script takes about 42 seconds to complete before it exits...
  2. since doing anything with almost anything connected to your computer is fairly hard with auto it (joystick,scanner, etc...) i'm looking for help with a webcam. (hoping that this isn't impossible) i've never used dll's before... so putting my bare code on here would just be a waste of bandwith.... i've found two dll's for webcams (attached at the bottom) 1. http://forums.gamemaker.nl/index.php?showtopic=104784 webcam.DLL 2. http://members.tripod.com/blitzpanno/newdll.zip pbca3d2.dll these came with almost no documentation... but i trust i can get help around here... or can i get some help with this? http://www.autoitscript.com/forum/index.ph...topic=20276&hl= Any help/ideas will be appriciated
  3. well uhhh not to ruin your ingenioius idea... I believe windows does this already. try dragging a file onto a printer not that using auto it is a bad idea
  4. Oh Now that's what was wrong.
  5. Ah.... that did it... Thanks Changed the file [Edit] Do any of you have problems with the voices...? i have a friend who says he can only get the default one Also try to X out doesnt work when trying again, but i think everyting else does. [edit2] confirmed that this doesnt work uhh im guessing its a problem with GUctrlread? [/edit2] [/Edit]
  6. Took out a few lines of code that were pretty much useless This version doesn't require the beta Check last post's attachment
  7. umm well i found this site off digg.com Site and i decided to make a thing which you can use without leaving your desktop... ish oh and dont you all go calling at once... it may back up the system a bit... Enjoy Bugs: 1)if you make a few too many calls (I think like 4 or 5) then the server says to try again in a few hours.. (no fix unless you change your ip address) or you can wait 2) You can only make a call once, then you have to restart the program. (the buttons dont work anymore) please help with this one Edit: From their site: A reminder about abuse: Threats and illegal activity can be shared with the authorities. RoboCall.au3
  8. Superscanned it.. i saw all the computers attached to it but no router... can a router just disappear? let me explain my network... I have a linksys router thats connected to a switch which all the wired computers and the wireless router is attached to? i used to be able to access it before, but i changed a few things, and i lost it.. this is very odd...
  9. well lets just say that i forgot the ip address of my wireless router... but i can still connect to it this is what i've come up with HotKeySet ("{ESC}", "stop") $nom = "192.168" $third = "15" $fourth = "1" $f = FileOpen ("c:/ips.txt", 2) If $f = -1 Then MsgBox (0, "", "Error occured while opening file") EndIf While 1 ToolTip ("" & $nom & "." & $third & "." & $fourth, 0, 0) If $fourth = 255 Then If $third = 1 Then $third = 15 $fourth = 1 ElseIf $third = 15 Then Exit EndIf EndIf $go = InetGet ( "http://" & $nom & "." & $third & "." & $fourth, @TempDir & "/test.html", 1) If $go = 1 Then FileWriteLine ( $f, $nom & "." & $third & "." & $fourth) $fourth = $fourth + 1 Else $fourth = $fourth + 1 EndIf WEnd Func stop () Exit EndFunc unfortunatly when it hits a page that i know is valid ex: 192.168.1.1 it asks for authentication is there a way that if it asks for authentication it would be a success?
  10. yeah While 1 $get= GUIGetMsg () Select Case $get = $GUI_EVENT_CLOSE Exit EndSelect ;rest of script goes here also im not getting how these return values / @error works (i'm a complete noob) say im doing an inetget and the page doesnt exist it would have a return value of 0, but the function inetget returns something from the internet so you would use @error right? so say: If Inetget (blah blah blah) @error then msgbox (0, "error","an error occured") but that doesnt seem to work.. how would do do something with a normal return such as 0 or 1 such as a msgbox
  11. ahh... i thought it was something simple like that... thanks just wondering.. for future reference how would you add a symbol like a in the middle of 101505 ex. 101a505 EDIT: also on a random note how do you get the X button in a gui script to work Case $get = $GUI_EVENT_CLOSE Exit EndSelect doesnt seem to work
  12. ack this is the second time I've written this... Well uh its been quite a long time since i last used auto it and my skills are a bit rusty... i was wondering is it possible to change a variable ex: $date = _DateNow therefore: $date = 10/15/05 now what if i wanted the date to just be: $date = 101505 also if i wanted to add another character to the variable such as a: $date = 101505a how would this be possible... I'm guessing it has to deal with strings... thanks for your help in advanced
  13. Xammp try that.... its a home server.... that i havent been able to get working well on my router... but my friend has it running great on his comp. google xammp.
  14. wouldnt it be possible to just have the commands as variables and then when someone types something, then it activates that varibles functiong correct my code if im wrong im pretty much a noob: HotKeySet("{ESC}", "terminate") $runnotepad = "run notepad" Opt("WinTitleMatchMode", 2);match any part of title $partialTitle = " - Instant Message";enter screen name While 1 sleep(10);to prevent blowing up your cpu WinWait(" - Instant Message", $runnotepad);enter screen name send("#r") WinWaitActive("Run") Send("notepad.exe{ENTER}") $fullTitle = WinGetTitle($partialTitle) ;change title so that WinWait will not keep matching the same window!! $newTitle = StringReplace($fullTitle, "Instant Message", "Instant Msg") WinSetTitle($fullTitle, "", $newTitle) WEnd Func terminate() Exit EndFunc that is my way of doing it... there might be other ways thanks to larry for help with code.. make sure you enter the screen name before the - Instant message im working on one of these things too
  15. thanks i see what i did wrong now... thanks alot
  16. hey im trying to make my own bot that recives messages from an instant message then eventually the person will commmand the bot to do something... but first i'm having problems to detect if some one has imed me... While 1 WinExists(": - Instant Message") WEnd If WinExists(": - Instant Message") then WinActivate(": - Instant Message") Send("welcom %n, checking username") it doesnt seem to be working for me. Im trying to get it so it detects if someone has imed the bot... and the bot will reply to the message.
  17. ok thanks i will try that out now Edit: how dumb of me i could have just used {ENTER} or !s for future reference where do i put the classnameNN if i were to use controlclick
  18. ok... so.... I'm trying to make a script that logs on to AIM for me. for what i have: Run("C:\Program Files\AIM+\AIM+.exe") WinWaitActive("Sign On") Sleep("1000") ControlClick("Sign On", "<New User>" , 1001) Send("+{home}") Send("{del}********") ControlClick("Sign On", "&Sign On" , 2 ) WinWaitActive("********'s") WinWaitActive("AOL(R) Instant Messenger(TM)") WinClose("AOL(R) Instant Messenger(TM)") The **"s are my user name for some reason it wont click on the button it wont click the &Sign On button
  19. i don't know check your script
  20. Well while trying to test something by changing user accounts with auto it i used the mouse functions..... but i sometimes have the display in diffrent settings. Can auto it look for something on the page and then click it? sorry in advanced... im a neewb
  21. when you checked out the taskmanager did you go to processes in the top tabs go look there
  22. i dont get how this _ispressed thing works the thing just errors for me when i tried gosu's key logger
  23. ok what you need to do is calm down 1 what does this script do to your computer? nothing.. then just leave it 2 try creating a script to end you script 0.o 3 system restore is your using windows xp... 4 if it doesnt work your screwed!!!!
  24. i know but can i use this exact code to encrypt something or is it somthing Valic just wanted to show us that he knows how to make things rs4 encrypt
  25. umm is this suppose to do anything... if it is i dont get it
×
×
  • Create New...