Author Topic: Annoying thing I did to my bro  (Read 3044 times)

ArticWolve

  • Global Moderators
  • Hero Member
  • *****
  • Posts: 636
    • View Profile
    • http://
Annoying thing I did to my bro
« Reply #15 on: December 12, 2008, 06:47:51 AM »
Not as bad as what one of my friends did...... In my old high school, they have everything on seven networks: Primary, Primary back up was the office's Network. School, School Back up and Tertiary Back up were for the students; Counselor and Counselor back up were for the counselor's. Funny thing is that my friend took down all of them somehow. I don't know how he did it, but the whole network went down in the entire school for three days. It was funny too. They had to call the tech and then he accused me of doing it. I said how the hell could I have done it when I was standing next to you? So yeah, it was funny lol.
Quote
Darker then the darkest shade of night...
    A Rebel at heart... A criminal by mind
    All in the eyes of the beholder... is the truth to life
    But Th---The Only---The One and Only True Master of Death is the Reaper itself
[/color]
[/color]
[div align=\'center\'][img]http://img261.imageshack.us/img261/9411/mydesktopce6.jpg\" border=\"0\" class=\"linked-sig-image\" /][img]http://www.danasoft.com/sig/238153.jpg\" border=\"0\" class=\"linked-sig-image\" /][/div]                     [div align=\'center\']    Click ME for my forums. You know you want to click ME. Come on CLICK ME DAMN IT! But don't click THIS!![/div]

de80

  • Sr. Members
  • Full Member
  • ***
  • Posts: 148
    • View Profile
Annoying thing I did to my bro
« Reply #16 on: December 24, 2008, 01:18:40 PM »
How would i put one of these on my bro comp?
[div align=\'center\']New To VBS World trying to learn.
 [/div]

Hero

  • Administrator
  • Hero Member
  • *****
  • Posts: 502
    • View Profile
    • http://rev7.net
Annoying thing I did to my bro
« Reply #17 on: December 24, 2008, 04:26:07 PM »
most of them would be saved into .vbs files then ran.
Hero
AKA: HeroAssasin and Mike
- - - - -  - - -
Visit Clan R77
- - - - -  - - -
Please do not PM me with random questions. That is what I made these forums for.

Noob ~Vector

de80

  • Sr. Members
  • Full Member
  • ***
  • Posts: 148
    • View Profile
Annoying thing I did to my bro
« Reply #18 on: December 24, 2008, 04:40:13 PM »
What is a .vbs file?
[div align=\'center\']New To VBS World trying to learn.
 [/div]

Hero

  • Administrator
  • Hero Member
  • *****
  • Posts: 502
    • View Profile
    • http://rev7.net
Annoying thing I did to my bro
« Reply #19 on: December 24, 2008, 05:10:32 PM »
VBScript file. Executes using WScript.exe or CScript.exe (Windows Script Host).

It is a file that contains VBScript and can be executed on windows.
Hero
AKA: HeroAssasin and Mike
- - - - -  - - -
Visit Clan R77
- - - - -  - - -
Please do not PM me with random questions. That is what I made these forums for.

Noob ~Vector

ArticWolve

  • Global Moderators
  • Hero Member
  • *****
  • Posts: 636
    • View Profile
    • http://
Annoying thing I did to my bro
« Reply #20 on: December 24, 2008, 05:41:27 PM »
Dumbed even more: Program or Application on Windows OS.
Quote
Darker then the darkest shade of night...
    A Rebel at heart... A criminal by mind
    All in the eyes of the beholder... is the truth to life
    But Th---The Only---The One and Only True Master of Death is the Reaper itself
[/color]
[/color]
[div align=\'center\'][img]http://img261.imageshack.us/img261/9411/mydesktopce6.jpg\" border=\"0\" class=\"linked-sig-image\" /][img]http://www.danasoft.com/sig/238153.jpg\" border=\"0\" class=\"linked-sig-image\" /][/div]                     [div align=\'center\']    Click ME for my forums. You know you want to click ME. Come on CLICK ME DAMN IT! But don't click THIS!![/div]

Hero

  • Administrator
  • Hero Member
  • *****
  • Posts: 502
    • View Profile
    • http://rev7.net
Annoying thing I did to my bro
« Reply #21 on: December 24, 2008, 07:51:12 PM »
It's not compiled so it isn't a program/application
Hero
AKA: HeroAssasin and Mike
- - - - -  - - -
Visit Clan R77
- - - - -  - - -
Please do not PM me with random questions. That is what I made these forums for.

Noob ~Vector

Austin

  • Newbie
  • *
  • Posts: 29
    • View Profile
Annoying thing I did to my bro
« Reply #22 on: February 27, 2009, 09:22:19 AM »
Quote from: Hero
Code: [Select]
Do
  Set wshShell = WScript.CreateObject("WScript.Shell")
  Call wshShell.Run(WScript.ScriptFullName)
  MsgBox "Noob", vbOkOnly + vbSystemModal, "!!!!"
Loop
I ran that on a school computer then walked away.

(It opens a new instance of itself)
(vbSystemModal == On top of everything always)

Yeah that didnt work at my school lol
[img]http://i65.photobucket.com/albums/h217/Austin_Austin4/DERMA1Sig.jpg\" border=\"0\" class=\"linked-image\" /]
Quote
Longest word with no repeated letter:
dermatoglyphics
SUPP??
-Sig is large 0.o -Ace

Hero

  • Administrator
  • Hero Member
  • *****
  • Posts: 502
    • View Profile
    • http://rev7.net
Annoying thing I did to my bro
« Reply #23 on: February 28, 2009, 06:15:46 PM »
 Dumb Schools.
Hero
AKA: HeroAssasin and Mike
- - - - -  - - -
Visit Clan R77
- - - - -  - - -
Please do not PM me with random questions. That is what I made these forums for.

Noob ~Vector