PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : [B] MSN Ringer



Spliti
22.12.2008, 16:25
Hey ich habe hier mein erstes tool gecoded welches bei MSN hintereinander Rings versendet

Klickt einfach auf einen Vic und startet dann die msn ring.exe und wählt aus wie oft es ringen soll


Ist mit autoit gescriptet also nicht über den scann wundern

p.s. ist nur mit winxp getestet


DOWNLOAD (http://gfxtream.omegaspace.de/msn%20ring.rar)

DOWNLOAD V2 (http://gfxtream.omegaspace.de/MSN%20Ring.rar)

DOWNLOAD V2.1 (http://gfxtream.omegaspace.de/MSN%20Ring%20V2.1.rar)

http://www.img-teufel.de/?img=msnring081dc380jpg.jpg

SCANN:



AhnLab-V3 2008.12.22.0 2008.12.22 -
AntiVir 7.9.0.45 2008.12.22 -
Authentium 5.1.0.4 2008.12.22 W32/Trojan-Gypikon-based.NC!Maximus
Avast 4.8.1281.0 2008.12.21 -
AVG 8.0.0.199 2008.12.22 -
BitDefender 7.2 2008.12.22 -
CAT-QuickHeal 10.00 2008.12.22 -
ClamAV 0.94.1 2008.12.22 -
Comodo 793 2008.12.21 -
DrWeb 4.44.0.09170 2008.12.22 -
eSafe 7.0.17.0 2008.12.21 Suspicious File
eTrust-Vet 31.6.6271 2008.12.20 -
Ewido 4.0 2008.12.22 -
F-Prot 4.4.4.56 2008.12.22 W32/Trojan-Gypikon-based.NC!Maximus
F-Secure 8.0.14332.0 2008.12.22 -
Fortinet 3.117.0.0 2008.12.22 -
GData 19 2008.12.22 -
Ikarus T3.1.1.45.0 2008.12.22 -
K7AntiVirus 7.10.562 2008.12.22 -
Kaspersky 7.0.0.125 2008.12.22 -
McAfee 5471 2008.12.21 -
McAfee+Artemis 5471 2008.12.21 -
Microsoft 1.4205 2008.12.22 -
NOD32 3711 2008.12.22 -
Norman 5.80.02 2008.12.22 -
Panda 9.0.0.4 2008.12.21 W32/Harakit.D.worm
PCTools 4.4.2.0 2008.12.22 -
Prevx1 V2 2008.12.22 -
Rising 21.09.02.00 2008.12.22 -
SecureWeb-Gateway 6.7.6 2008.12.22 -
Sophos 4.37.0 2008.12.22 -
Sunbelt 3.2.1801.2 2008.12.11 -
Symantec 10 2008.12.22 -
TheHacker 6.3.1.4.195 2008.12.20 -
TrendMicro 8.700.0.1004 2008.12.22 -
VBA32 3.12.8.10 2008.12.22 -
ViRobot 2008.12.22.1530 2008.12.22 -
VirusBuster 4.5.11.0 2008.12.22 -


Würde mich über kritik echt freuen

Grim-Reaper
22.12.2008, 18:34
Gutes Tool.

Hack_Eddie
22.12.2008, 19:10
Ja es ist ganz ok :D

Agent_Smith
24.12.2008, 21:03
Thx, ich find das Ding gut!

smoke-61
27.12.2008, 22:07
ja toll der sowas macht hat bestimmt auch langeweile wie zb keine hobbys;)

till7
27.12.2008, 22:10
ja toll der sowas macht hat bestimmt auch langeweile wie zb keine hobbys;)

keine hobbys nenn ich mal voll daneben! Coden ist auch ein hobby ;)

anonsten: recht gutes tool! weiter so!

smoke-61
27.12.2008, 22:12
nein ich meine die den benutzten hehe;) ist gut zu coden find ich ugt am anfang sows zu coden aber ich meine die es benutzten;)

freehacker999
27.12.2008, 22:13
ganz gut

Gamhack
27.12.2008, 22:18
mal schauen ob man damit freunde nerven kann :D
danke :D

FireWHV07
27.12.2008, 23:04
virus -.-

Spliti
02.01.2009, 17:37
ahja und was für ein Virus soll das sein?

krusty
02.01.2009, 18:01
is doch kein virus oO
kannst mir den source code vlt mal schicken =DD
ich finds richtig lustig ;D

jdot
03.01.2009, 19:35
lustiges tool und funktioniert. ;D
weiter so.

KillerBoy-Dennis
03.01.2009, 19:40
Krieg ich bitte auch den Sourcecode?

Razzer60
03.01.2009, 20:02
Hats eigentlich jemand tested?
Alle schreiben super.. Aber keiner probierts.^^

Shadowman06
03.01.2009, 20:08
Schaut ganz intresant aus hmm...




GLOBAL Const $GUI_EVENT_CLOSE = -3
Global Const $GUI_EVENT_MINIMIZE = -4
Global Const $GUI_EVENT_RESTORE = -5
Global Const $GUI_EVENT_MAXIMIZE = -6
Global Const $GUI_EVENT_PRIMARYDOWN = -7
Global Const $GUI_EVENT_PRIMARYUP = -8
Global Const $GUI_EVENT_SECONDARYDOWN = -9
Global Const $GUI_EVENT_SECONDARYUP = -10
Global Const $GUI_EVENT_MOUSEMOVE = -11
Global Const $GUI_EVENT_RESIZED = -12
Global Const $GUI_EVENT_DROPPED = -13
Global Const $GUI_RUNDEFMSG = "GUI_RUNDEFMSG"
Global Const $GUI_AVISTOP = 0
Global Const $GUI_AVISTART = 1
Global Const $GUI_AVICLOSE = 2
Global Const $GUI_CHECKED = 1
Global Const $GUI_INDETERMINATE = 2
Global Const $GUI_UNCHECKED = 4
Global Const $GUI_DROPACCEPTED = 8
Global Const $GUI_NODROPACCEPTED = 4096
Global Const $GUI_ACCEPTFILES = $GUI_DROPACCEPTED
Global Const $GUI_SHOW = 16
Global Const $GUI_HIDE = 32
Global Const $GUI_ENABLE = 64
Global Const $GUI_DISABLE = 128
Global Const $GUI_FOCUS = 256
Global Const $GUI_NOFOCUS = 8192
Global Const $GUI_DEFBUTTON = 512
Global Const $GUI_EXPAND = 1024
Global Const $GUI_ONTOP = 2048
Global Const $GUI_FONTITALIC = 2
Global Const $GUI_FONTUNDER = 4
Global Const $GUI_FONTSTRIKE = 8
Global Const $GUI_DOCKAUTO = 1
Global Const $GUI_DOCKLEFT = 2
Global Const $GUI_DOCKRIGHT = 4
Global Const $GUI_DOCKHCENTER = 8
Global Const $GUI_DOCKTOP = 32
Global Const $GUI_DOCKBOTTOM = 64
Global Const $GUI_DOCKVCENTER = 128
Global Const $GUI_DOCKWIDTH = 256
Global Const $GUI_DOCKHEIGHT = 512
Global Const $GUI_DOCKSIZE = 768
Global Const $GUI_DOCKMENUBAR = 544
Global Const $GUI_DOCKSTATEBAR = 576
Global Const $GUI_DOCKALL = 802
Global Const $GUI_DOCKBORDERS = 102
Global Const $GUI_GR_CLOSE = 1
Global Const $GUI_GR_LINE = 2
Global Const $GUI_GR_BEZIER = 4
Global Const $GUI_GR_MOVE = 6
Global Const $GUI_GR_COLOR = 8
Global Const $GUI_GR_RECT = 10
Global Const $GUI_GR_ELLIPSE = 12
Global Const $GUI_GR_PIE = 14
Global Const $GUI_GR_DOT = 16
Global Const $GUI_GR_PIXEL = 18
Global Const $GUI_GR_HINT = 20
Global Const $GUI_GR_REFRESH = 22
Global Const $GUI_GR_PENSIZE = 24
Global Const $GUI_GR_NOBKCOLOR = -2
Global Const $GUI_BKCOLOR_DEFAULT = -1
Global Const $GUI_BKCOLOR_TRANSPARENT = -2
Global Const $GUI_BKCOLOR_LV_ALTERNATE = -33554432
Global Const $GUI_WS_EX_PARENTDRAG = 1048576
#region ### START Koda GUI section ### Form=c:\dokumente und einstellungen\sergej\desktop\neuer ordner (5)\forms\msn.kxf
$MSN = GUICreate("MSN", 243, 94, 285, 170)
GUISetBkColor(12632256)
$PIC1 = GUICtrlCreatePic("abc.jpg", 0, 0, 241, 100, 0)
$RING = GUICtrlCreateGroup("Ring", 8, 8, 225, 65)
GUICtrlSetBkColor(-1, 16777215)
$A = GUICtrlCreateButton("5x", 16, 32, 60, 25, 0)
$B = GUICtrlCreateButton("10x", 90, 32, 60, 25, 0)
$C = GUICtrlCreateButton("25x", 163, 32, 60, 25, 0)
GUICtrlCreateGroup("", -99, -99, 1, 1)
GUISetState(@SW_SHOW)
#endregion ### END Koda GUI section ###
While 1
$NMSG = GUIGetMsg()
Switch $NMSG
Case $GUI_EVENT_CLOSE
Exit
Case $A
For $I = 1 To 5
Opt("WinWaitDelay", 100)
Opt("WinTitleMatchMode", 4)
Opt("WinDetectHiddenText", 1)
Opt("MouseCoordMode", 0)
WinWait("Windows Live Messenger", "http://rad.msn.com/A")
If Not WinActive("Windows Live Messenger", "http://rad.msn.com/A") Then WinActivate("Windows Live Messenger", "http://rad.msn.com/A")
WinWaitActive("Windows Live Messenger", "http://rad.msn.com/A")
Send("{ENTER}")
Sleep(250)
Send("{ALT}+t+r")
Send("{ESC}")
Sleep(650)
Next
Case $B
For $I = 1 To 10
Opt("WinWaitDelay", 100)
Opt("WinTitleMatchMode", 4)
Opt("WinDetectHiddenText", 1)
Opt("MouseCoordMode", 0)
WinWait("Windows Live Messenger", "http://rad.msn.com/A")
If Not WinActive("Windows Live Messenger", "http://rad.msn.com/A") Then WinActivate("Windows Live Messenger", "http://rad.msn.com/A")
WinWaitActive("Windows Live Messenger", "http://rad.msn.com/A")
Send("{ENTER}")
Sleep(250)
Send("{ALT}+t+r")
Send("{ESC}")
Sleep(650)
Next
Case $C
For $I = 1 To 25
Opt("WinWaitDelay", 100)
Opt("WinTitleMatchMode", 4)
Opt("WinDetectHiddenText", 1)
Opt("MouseCoordMode", 0)
WinWait("Windows Live Messenger", "http://rad.msn.com/A")
If Not WinActive("Windows Live Messenger", "http://rad.msn.com/A") Then WinActivate("Windows Live Messenger", "http://rad.msn.com/A")
WinWaitActive("Windows Live Messenger", "http://rad.msn.com/A")
Send("{ENTER}")
Sleep(250)
Send("{ALT}+t+r")
Send("{ESC}")
Sleep(650)
Next
EndSwitch
WEnd


Ps. Naja eigentlich ja ganz einfach warten bis in des messenger fenster geklickt wird per shortcut die gewählte person nachricht senden wählen und dann wieder shortcut ringing fesnter schließen und des eben ne bestimmte anzahl lang wiederholen

Spliti
03.01.2009, 21:41
jap =) hier ist version 2


DOWNLOAD NEW VERSION (http://gfxtream.omegaspace.de/MSN%20Ring.rar)

Shadowman06
04.01.2009, 13:53
1. ich hätt eigentlich n schiebreglererwartet
2. mach eds raus dass ma des ding nur in der taskleiste ausschalten kann
3. geh bei selbstgemachten programmen lieber immer nur 0,1 stellen (am besten noch weniger) bei der programmversion hoch sonst bis du nach 1ner Woche auf version 100

Added after 3 hours 13 minutes:

Ich hab des jetzt auch mal Programmiert machn neuen Thread auf kannst ja anschaun