Jump to content

RoboCall


kapowdude
 Share

Recommended Posts

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

Edited by kapowdude
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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]

Edited by kapowdude
Link to comment
Share on other sites

i dont live in the USA/CANADA so i cant use it :P

but you should remove this loop

While 1
    $msg = GUIGetMsg ()
    If $msg = $bOK Or $msg = $GUI_EVENT_CLOSE Then
        GUIDelete ($gSent)
    EndIf
    WEnd
Edited 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

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...