Halaman

Script Flooding comment (spam)

Diposting oleh Unknown on Selasa, 22 Mei 2012

dim wsh
jumlah=(BANYAKNYA COMMENT)
delay=1
set wsh=wscript.createobject("wscript.shell")
wscript.sleep 3000

for i=10 to jumlah
wsh.sendkeys "TEXT ANDA"
wsh.sendkeys "{ENTER}"
wscript.sleep delay
next

'END

save as di notepad .vbs
======================================
Atau kayak gini
======================================
dim wsh
jumlah=100
delay=1
set wsh=wscript.createobject("wscript.shell")
wscript.sleep 3000
                      
for i=1 to jumlah
wsh.sendkeys "KOMENTAR 1"
wsh.sendkeys "{ENTER}"
wsh.sendkeys "KOMENTAR 2"
wsh.sendkeys "{ENTER}"
wsh.sendkeys "KOMENTAR 3"
wsh.sendkeys "{ENTER}"
next

'END
 textarea>

{ 0 komentar... read them below or add one }

Posting Komentar

Search