Jump to content

Tnctr Msn Flooder


x_files_x

Recommended Posts

TncTR MSN FLOODER ; adından da anlaşılacagı gibi msn de bir yazıyı birden fazla yollamak icin yazılmış küçük bi script.Msn penceresi açık olan kişinin emailini yazın.Yardımları icin Blue_Life hocama tşk ederim

program;

http://rapidshare.com/files/418982569/TncTR_FLOODER.exe

arkaplan resmi;

http://i55.tinypic.com/2q1s83p.jpg

5ufq01.jpg

#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_icon=J:\IKONLAR\MSN.ico
#AutoIt3Wrapper_Compression=0
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
Opt("WinTitleMatchMode", 2)
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("TnC TR - Msn Flooder", 450, 365, 211, 124)
$Input1 = GUICtrlCreateInput("Mesaj", 200, 3, 241, 30)
$Input2 = GUICtrlCreateInput("Email Adresi", 200, 35, 193, 25)
$Input3 = GUICtrlCreateInput("Sayısı", 400, 35, 41, 25)
$Button1 = GUICtrlCreateButton("Gönder", 304, 65, 137, 25, $WS_GROUP)
$Button2 = GUICtrlCreateButton("Hakkında", 216, 65, 81, 25, $WS_GROUP)
$Pic1 = GUICtrlCreatePic("J:\RESiMLER\SEVILEN RESIMLER\islam kalbimde.bmp", 0, 0, 465, 385, BitOR($SS_NOTIFY,$WS_GROUP,$WS_CLIPSIBLINGS))
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $Button1
			$msg = GUICtrlRead($Input1) ;INPUTU BURDAN OKUTTUM VE $MSG OLARAK KISAYOL ATADIM
			ClipPut($msg) ;yazıyı kopyala
			$pencere = GUICtrlRead($Input2)
			WinWaitActive($pencere)
			$sayi = GUICtrlRead($Input3)
			$sure = 0
			do
			Send("^v")
			Send("{ENTER}")
			$sure = $sure + 1
until $sure = $sayi
Case $Button2
	MsgBox(0, "HAKKINDA" ,"TncTR X_FILES_X")
		Case $GUI_EVENT_CLOSE
			Exit

	EndSwitch
WEnd

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...