kapowdude Posted January 3, 2006 Posted January 3, 2006 (edited) umm well i found this site off digg.comSiteand i decided to make a thing which you can use without leaving your desktop... ishoh and dont you all go calling at once... it may back up the system a bit...EnjoyBugs: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 wait2) You can only make a call once, then you have to restart the program. (the buttons dont work anymore) please help with this oneEdit: From their site:A reminder about abuse: Threats and illegal activity can be shared with the authorities. RoboCall.au3 Edited January 6, 2006 by kapowdude
kapowdude Posted January 4, 2006 Author Posted January 4, 2006 Took out a few lines of code that were pretty much useless This version doesn't require the beta Check last post's attachment
w0uter Posted January 4, 2006 Posted January 4, 2006 InetGet ($inetadd, @TempDir &"/calling.xml") $fRead = FileReadLine (@TempDir &"/calling.xml", 4);<------------------ $gSent = GUICreate ("Sent", 200, 200) $eXML = GUICtrlCreateEdit ("Response:"& @CRLF &""& @CRLF &""& $fRead, 10, 10, 180, 160, $WS_DISABLED) $bOK = GUICtrlCreateButton ("OK", 70, 170, 60, 30) GUISetState () While 1 $msg = GUIGetMsg () If $msg = $bOK Or $msg = $GUI_EVENT_CLOSE Then exitloop;<------------------ WEnd GUIDelete ($gSent);<------------------ My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
kapowdude Posted January 4, 2006 Author Posted January 4, 2006 (edited) 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 oneAlso try to X out doesnt work when trying again, but i think everyting else does.[edit2]confirmed that this doesnt workuhh im guessing its a problem with GUctrlread?[/edit2][/Edit] Edited January 5, 2006 by kapowdude
w0uter Posted January 5, 2006 Posted January 5, 2006 (edited) i dont live in the USA/CANADA so i cant use it but you should remove this loopWhile 1 $msg = GUIGetMsg () If $msg = $bOK Or $msg = $GUI_EVENT_CLOSE Then GUIDelete ($gSent) EndIf WEnd Edited January 5, 2006 by w0uter My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now