Prank your friends

Status
This thread has been locked.

Ronin

Banned
Feedback score
2
Posts
101
Reactions
35
Resources
0
Hey! I code these myself for fun and now I'm offering it to you guys for free, find one that you like and install it onto your friends computer, and watch them suffer!

Files Needed:
https://mega.nz/#F!CQMyCTAI!37cQ5QtUtLiKY6zspeuVPw
Code for the program (Batch File):
Code:
@echo off
set "file=rickroll.mp3"
( echo Set Sound = CreateObject("WMPlayer.OCX.7"^)
  echo Sound.URL = "%file%"
  echo Sound.Controls.play
  echo do while Sound.currentmedia.duration = 0
  echo wscript.sleep 100
  echo loop
  echo wscript.sleep (int(Sound.currentmedia.duration^)+1^)*1000) >sound.vbs
  start /min sound.vbs

Tutorial:

1) Put both files into USB Drive
2) Plug into friends computer
3) Press the Windows Key + R, and type in Shell:startup
4) Drag in music.bat into there
5) Enjoy watching them get rickrolled :)
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Tank

Knowledge is power.
Deactivated
Feedback score
20
Posts
1,060
Reactions
549
Resources
0

PhoenixGre

Feedback score
0
Posts
18
Reactions
7
Resources
0
Hey! I code these myself for fun and now I'm offering it to you guys for free, find one that you like and install it onto your friends computer, and watch them suffer!

Files Needed:
https://mega.nz/#F!CQMyCTAI!37cQ5QtUtLiKY6zspeuVPw
Code for the program (Batch File):
Code:
@echo off
set "file=rickroll.mp3"
( echo Set Sound = CreateObject("WMPlayer.OCX.7"^)
  echo Sound.URL = "%file%"
  echo Sound.Controls.play
  echo do while Sound.currentmedia.duration = 0
  echo wscript.sleep 100
  echo loop
  echo wscript.sleep (int(Sound.currentmedia.duration^)+1^)*1000) >sound.vbs
  start /min sound.vbs

Tutorial:

1) Put both files into USB Drive
2) Plug into friends computer
3) Press the Windows Key + R, and type in Shell:startup
4) Drag in music.bat into there
5) Enjoy watching them get rickrolled :)
I would like to do that to my friends that own a windows pc, but I dont have any friends that own a windows pc, or friends in general...
 
Status
This thread has been locked.
Top