Jump to content
leaklife

Yahoo! Messenger buzz script

Recommended Posts

Am gasit ceva facut de mine mai de mult si am decis sa il impart cu voi. Sunt doua scripturi, unul e un script care da buzz incontinuu pe Yahoo! Messenger (scrie "<ding>", apoi apasa tasta return/enter). Celalalt il opreste. Pentru amandoua, porniti notepad, primul il salvati cu extensia .vbs, iar al doilea .bat ("Save as type: all files" si puneti orice nume .vbs/.bat). Poate va folosi asta cuiva desi nu incurajez chestile de genul asta.

.VBS:

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 500
wshshell.sendkeys "~(<ding>)"
loop

.BAT:

@echo off
taskkill -f -im wscript.exe
msg * Buzz Script stopped...
exit

Sper sa nu aveti probleme cu opritul. :D

Link to comment
Share on other sites

Doar 1 buzz la 10 secunde + nu prea se mai foloseste Y!M toti au renuntat la el!

Daca unul a zis, tre' sa repetati toti? Esti al cincilea care scrie.

Set wshShell = wscript.CreateObject("WScript.Shell")

do

wscript.sleep 500

wshshell.sendkeys "~(<ding>)"

loop

E acolo pentru ca daca pun mai repede nu se trimit cum trebuie, incearca sa pui 10 sa vezi ce-ti iasa. 500 = juma' de secunda.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...