Go Back   Gaming Gutter > Non-Gaming > Programming > Source Code


Source Code - Have a source code/project files you want to post? Do so here.

» Site Navigation
» Home
» FAQ
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Advertisement
» GG Stuff

Follow us on Twitter!

Get the GG toolbar today (for firefox only)
» Recent Threads
Go to first new post help
03-17-2010 05:31 PM
Last post by zhao heanato yun
Today 11:37 AM
3 Replies, 11 Views
Go to first new post What are you currently...
09-12-2008 03:16 PM
by Ocean
Last post by Ruzzeh
Today 11:33 AM
2,966 Replies, 23,996 Views
Go to first new post Post Your Picture (Read...
10-09-2006 11:34 PM
by Ryan
Last post by Ruzzeh
Today 11:28 AM
14,322 Replies, 248,150 Views
Go to first new post MotM February Voting!
Today 09:05 AM
by Zombie
Last post by MeinKampfyChair
Today 11:20 AM
3 Replies, 36 Views
Go to first new post ~ The Official Hash...
11-06-2009 10:56 AM
by mehike
Last post by shadyangelz
Today 10:50 AM
920 Replies, 21,246 Views
Reply
 
LinkBack Thread Tools Display Modes

 [AU3] Chat Spammer
Old 07-31-2008, 12:12 PM   #1 (permalink)
Banned

Male Checker is offline
 
Join Date: Feb 2008
Posts: 2,646
GPoints: 1,628
iTrader: 8 / 100%
Checker - Total CelebrityChecker - Total CelebrityChecker - Total CelebrityChecker - Total CelebrityChecker - Total CelebrityChecker - Total Celebrity
Rep Power: 0
[AU3] Chat Spammer

Code:
#include <GuiConstants.au3>


GuiCreate("MSN Flooder 0.01", 353, 117)
GuiSetIcon(@SystemDir & "\sndrec32.exe", 0)
GUICtrlSetColor(-1,0xff0000) 

$flood= GuiCtrlCreateButton("Spam", 150, 40, 80, 40)
$close = GuiCtrlCreateButton("Exit", 260, 40, 80, 40)
$ftext = GuiCtrlCreateInput("Text To Spam", 20, 10, 320, 20)
$amount = GuiCtrlCreateInput("Seconds To Spam)", 20, 40, 95, 40)
$Label_5 = GuiCtrlCreateLabel("MSN Spammer By Checkers", 100, 90, 150, 20)

GuiSetState()

While 1
    $msg = GUIGetMsg()
    

    Select
        Case $msg = $GUI_EVENT_CLOSE Or $msg = $close
            ExitLoop
                
            Case $msg = $flood
                $text = GUICtrlRead($ftext)
                        Msgbox(0, "Info", "You have 2 seconds to get to the msn window, then it will flood 20 times")
                        sleep("2000")
                        $t = GUICtrlRead($amount)
                         $timer = TimerInit()
Do
 send($text & "{ENTER}")
Until (TimerDiff($timer)/1000) > $t 

                        send("MSN Spammer Made By Checkers And thanks for using this program!" & "{ENTER}")
            
    EndSelect
WEnd
Like MSN, AIM, Yahoo, even Web based chat programs.
Pretty much anything you chat you can use this to spam.
To make it go faster modify the Source code.

Last edited by Checker; 07-31-2008 at 12:21 PM..
  Reply With Quote
Reply

Bookmarks



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Powered by vBadvanced CMPS v3.1.0

All times are GMT -7. The time now is 11:42 AM.


vBulletin skin developed by: eXtremepixels
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The contents of this webpage are copyright © 2006-2008 GamingGutter.com. All Rights Reserved.

Page generated in 0.22763896 seconds (100.00% PHP - 0% MySQL) with 21 queries