Login Register


Insult to injury after an attack filter_list
Author
Message
Insult to injury after an attack #1
made this in 2 minutes. Could be used after an attack to make the victim feel even stupider. (it's basically a batch gif)
Code:
@echo off title Teabag color 06 :a cls echo ----------- echo + + echo + + echo + + echo + + echo ----------- echo + echo ----+---- echo + echo + echo --------- echo + + echo + + echo + + pause <nul goto b :b cls echo . echo . echo ----------- echo + + echo + + echo + + echo + + echo ----------- echo + echo ----+---- echo _ + _ echo + \_ + _/ + echo + \+/ + echo + + pause <nul goto a
It's often the outcasts, the iconoclasts ... those who have the least to lose because they
don't have much in the first place, who feel the new currents and ride them the farthest.

Reply

RE: Insult to injury after an attack #2
That would piss them off lmao!, but they'd have to see the funny side of it too.

Reply

RE: Insult to injury after an attack #3
(05-01-2014, 11:34 PM)Jinxed Wrote: made this in 2 minutes. Could be used after an attack to make the victim feel even stupider. (it's basically a batch gif)
Code:
@echo off title Teabag color 06 :a cls echo ----------- echo + + echo + + echo + + echo + + echo ----------- echo + echo ----+---- echo + echo + echo --------- echo + + echo + + echo + + pause <nul goto b :b cls echo . echo . echo ----------- echo + + echo + + echo + + echo + + echo ----------- echo + echo ----+---- echo _ + _ echo + \_ + _/ + echo + \+/ + echo + + pause <nul goto a
I love it. But in windows 8 it jump too fast caused it form a baby with pant image

Reply

RE: Insult to injury after an attack #4
Nice, may seem a bit sadistic though Sad

Reply

RE: Insult to injury after an attack #5
If I saw this I would be more embarrassed than anything else. Hacked by a skid? I couldnt live with myself.

Reply

RE: Insult to injury after an attack #6
Personally if ever had gotten into someone's computer and had full control of it because they left one too many things open I would change their background to a tiled image of this. But of course that was many years ago. I've learned that silence is better.

[Image: FIQ0oqL.jpg]
[Image: iQ3pcQu.png]
BTC Address: 1DCKgDaWcmc9dxBkhe9qrTQtrQpoFUzXdn

Reply

RE: Insult to injury after an attack #7
(06-01-2014, 05:04 AM)ericsia97 Wrote:
(05-01-2014, 11:34 PM)Jinxed Wrote: made this in 2 minutes. Could be used after an attack to make the victim feel even stupider. (it's basically a batch gif)
Code:
@echo off title Teabag color 06 :a cls echo ----------- echo + + echo + + echo + + echo + + echo ----------- echo + echo ----+---- echo + echo + echo --------- echo + + echo + + echo + + pause <nul goto b :b cls echo . echo . echo ----------- echo + + echo + + echo + + echo + + echo ----------- echo + echo ----+---- echo _ + _ echo + \_ + _/ + echo + \+/ + echo + + pause <nul goto a
I love it. But in windows 8 it jump too fast caused it form a baby with pant image

First off all Thanks to blank! Its so amazing Tongue

@ ericsia97:
I fixed it a little bit so its just jumping after 2 Seconds back and for. Hope u enjoy and I hope that I was allowed to take [blank]'s code for this.

Code:
@echo off title Teabag color 02 :a cls echo ----------- echo + + echo + + echo + + echo + + echo ----------- echo + echo ----+---- echo + echo + echo --------- echo + + echo + + echo + + ping localhost -n 2 >nul goto b :b cls echo. echo. echo ----------- echo + + echo + + echo + + echo + + echo ----------- echo + echo ----+---- echo _ + _ echo + \_ + _/ + echo + \+/ + echo + + ping localhost -n 2 >nul goto a

See ya

Reply

RE: Insult to injury after an attack #8
I added a bash version for unix and linux.

Code:
#!/bin/bash function a { clear echo " -----------" echo " + +" echo " + +" echo " + +" echo " + +" echo " -----------" echo " +" echo " ----+----" echo " +" echo " +" echo " ---------" echo " + +" echo " + +" echo " + +" echo " " `whoami` sleep .2 b } function b { clear echo echo echo " -----------" echo " + +" echo " + +" echo " + +" echo " + +" echo " -----------" echo " + " echo " ----+----" echo " _ + _" echo " + \\_ + _/ +" echo " + \\+/ +" echo " + +" echo " " `whoami` sleep .2 a } a
[Image: iQ3pcQu.png]
BTC Address: 1DCKgDaWcmc9dxBkhe9qrTQtrQpoFUzXdn

Reply

RE: Insult to injury after an attack #9
LOL a system I was working on was attacked the other day would have loved to convert this to an EXE and name it some fancy security program :p to funny lol

Reply

RE: Insult to injury after an attack #10
LOL a system I was working on was attacked the other day would have loved to convert this to an EXE and name it some fancy security program :p to funny lol

Reply







Users browsing this thread: 1 Guest(s)