Jump to content

mass automated yahoo messenger


Recommended Posts

If your refering to the spam, then youl get no help on it from anyone heare.

Edited by bogQ

TCP server and client - Learning about TCP servers and clients connection
Au3 oIrrlicht - Irrlicht project
Au3impact - Another 3D DLL game engine for autoit. (3impact 3Drad related)



460px-Thief-4-temp-banner.jpg
There are those that believe that the perfect heist lies in the preparation.
Some say that it’s all in the timing, seizing the right opportunity. Others even say it’s the ability to leave no trace behind, be a ghost.

 
Link to comment
Share on other sites

We made an example to show you ...

That's what I want to do!

#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>

$Form1 = GUICreate("Shutdown utility", 225, 366, 192, 124)
$Label1 = GUICtrlCreateLabel("Hour", 56, 40, 60, 33)
GUICtrlSetFont(-1, 17, 800, 0, "MS Sans Serif")
$mi = GUICtrlCreateLabel("Min", 56, 72, 46, 33)
GUICtrlSetFont(-1, 17, 800, 0, "MS Sans Serif")
$Label2 = GUICtrlCreateLabel("Sec", 56, 104, 49, 33)
GUICtrlSetFont(-1, 17, 800, 0, "MS Sans Serif")
$Input1 = GUICtrlCreateInput("", 136, 48, 73, 21)
$Input2 = GUICtrlCreateInput("", 136, 75, 73, 21)
$Input3 = GUICtrlCreateInput("", 136, 105, 73, 21)
$Group1 = GUICtrlCreateGroup("Shutdown In:", 8, 8, 209, 145)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Radio1 = GUICtrlCreateRadio("Shutdown", 16, 168, 113, 17)
GUICtrlSetFont(-1, 10, 800, 0, "MS Sans Serif")
$Radio2 = GUICtrlCreateRadio("Restart", 16, 192, 113, 17)
GUICtrlSetFont(-1, 10, 800, 0, "MS Sans Serif")
$Radio3 = GUICtrlCreateRadio("Stand By", 16, 216, 113, 17)
GUICtrlSetFont(-1, 10, 800, 0, "MS Sans Serif")
$Label3 = GUICtrlCreateLabel("Mass for Yahoo Messenger:", 16, 240, 161, 17)
GUICtrlSetFont(-1, 8, 800, 0, "MS Sans Serif")
$Edit1 = GUICtrlCreateEdit("", 8, 264, 185, 57)
GUICtrlSetData(-1, StringFormat("It"&Chr(39)&"s time:\r\nGoodnight everyone!"))
$Button1 = GUICtrlCreateButton("Apply", 16, 328, 59, 25, $WS_GROUP, $WS_EX_STATICEDGE)
GUICtrlSetFont(-1, 8, 800, 0, "MS Sans Serif")
GUICtrlSetCursor (-1, 0)
GUISetState(@SW_SHOW)

While 1
    $nMsg = GUIGetMsg()
    Switch $nMsg
        Case $GUI_EVENT_CLOSE
            Exit

    EndSwitch
WEnd
Link to comment
Share on other sites

mass only problem is, I know to do with the shutdown ..

if you have any idea how I could give mass on yahoo messenger please post

thanks

Your explanations seem more and more ambiguous than the previous ones. What are you sending in mass? and what is shutdown?
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...