-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathold-gregg-deface.html
199 lines (122 loc) · 7.98 KB
/
old-gregg-deface.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
<html>
<head>
<title>Old GreGG</title>
<link rel="shortcut icon" href="http://lockfale.com/favicon.ico" type="image/x-icon">
<style type='text/css'>body, a, a:hover {cursor: url(assets/cur1103.ani), url(assets/cur1103.png), default !important;, progress;}</style>
<style type="text/css">
body {
background-color: rgb(47,0,68);
background-image: url("assets/OldGregg.jpg");
background-repeat: repeat;
}
</style>
<script type="text/javascript" src="js/rainbows.js"></script>
</head>
<body onLoad="type_text()" ; txt_color.Text = "text=#000000">
<center>
<br/>
<style>textarea {border:1px solid #00FF00; background:#00FF00;}</style>
<font size="6" style="font-weight:bold; font-family: Courier New;"><span style="color:Red; font-weight:bold;" >
<script>
farbbibliothek = new Array();
farbbibliothek[0] = new Array("#FF0000","#FF1100","#FF2200","#FF3300","#FF4400","#FF5500","#FF6600","#FF7700","#FF8800","#FF9900","#FFaa00","#FFbb00","#FFcc00","#FFdd00","#FFee00","#FFff00","#FFee00","#FFdd00","#FFcc00","#FFbb00","#FFaa00","#FF9900","#FF8800","#FF7700","#FF6600","#FF5500","#FF4400","#FF3300","#FF2200","#FF1100");
farbbibliothek[1] = new Array("#FF0000","#FF1100","#FF2200","#FF3300","#FF4400","#FF5500","#FF6600","#FF7700","#FF8800","#FF9900","#FFaa00","#FFbb00","#FFcc00","#FFdd00","#FFee00","#FFff00","#FFee00","#FFdd00","#FFcc00","#FFbb00","#FFaa00","#FF9900","#FF8800","#FF7700","#FF6600","#FF5500","#FF4400","#FF3300","#FF2200","#FF1100");
farbbibliothek[2] = new Array("#FF0000","#FF4000","#FF8000","#FFC000","#FFFF00","#C0FF00","#80FF00","#40FF00","#00FF00","#00FF40","#00FF80","#00FFC0","#00FFFF","#00C0FF","#0080FF","#0040FF","#0000FF","#4000FF","#8000FF","#C000FF","#FF00FF","#FF00C0","#FF0080","#FF0040");
farbbibliothek[3] = new Array("#FF0000","#FF4000","#FF8000","#FFC000","#FFFF00","#C0FF00","#80FF00","#40FF00","#00FF00","#00FF40","#00FF80","#00FFC0","#00FFFF","#00C0FF","#0080FF","#0040FF","#0000FF","#4000FF","#8000FF","#C000FF","#FF00FF","#FF00C0","#FF0080","#FF0040");
farbbibliothek[4] = new Array("#FF0000","#FF4000","#FF8000","#FFC000","#FFFF00","#C0FF00","#80FF00","#40FF00","#00FF00","#00FF40","#00FF80","#00FFC0","#00FFFF","#00C0FF","#0080FF","#0040FF","#0000FF","#4000FF","#8000FF","#C000FF","#FF00FF","#FF00C0","#FF0080","#FF0040");
farbbibliothek[5] = new Array("#FF0000","#FF4000","#FF8000","#FFC000","#FFFF00","#C0FF00","#80FF00","#40FF00","#00FF00","#00FF40","#00FF80","#00FFC0","#00FFFF","#00C0FF","#0080FF","#0040FF","#0000FF","#4000FF","#8000FF","#C000FF","#FF00FF","#FF00C0","#FF0080","#FF0040");
farbbibliothek[6] = new Array("#FF0000","#FF4000","#FF8000","#FFC000","#FFFF00","#C0FF00","#80FF00","#40FF00","#00FF00","#00FF40","#00FF80","#00FFC0","#00FFFF","#00C0FF","#0080FF","#0040FF","#0000FF","#4000FF","#8000FF","#C000FF","#FF00FF","#FF00C0","#FF0080","#FF0040");
farben = farbbibliothek[4];
function farbschrift()
{
for(var i=0 ; i<Buchstabe.length; i++)
{
document.all["a"+i].style.color=farben[i];
}
farbverlauf();
}
function string2array(text)
{
Buchstabe = new Array();
while(farben.length<text.length)
{
farben = farben.concat(farben);
}
k=0;
while(k<=text.length)
{
Buchstabe[k] = text.charAt(k);
k++;
}
}
function divserzeugen()
{
for(var i=0 ; i<Buchstabe.length; i++)
{
document.write("<span id='a"+i+"' class='a"+i+"'>"+Buchstabe[i] + "</span>");
}
farbschrift();
}
var a=1;
function farbverlauf()
{
for(var i=0 ; i<farben.length; i++)
{
farben[i-1]=farben[i];
}
farben[farben.length-1]=farben[-1];
setTimeout("farbschrift()",30);
}
// Zu Demonstrationszwecken**
var farbsatz=1;
function farbtauscher()
{
farben = farbbibliothek[farbsatz];
while(farben.length<text.length)
{
farben = farben.concat(farben);
}
farbsatz=Math.floor(Math.random()*(farbbibliothek.length-0.0001));
}
setInterval("farbtauscher()",5000);
text= "| Hacked by OLD GREGG!!1111 |"; //h
string2array(text);
divserzeugen();
//document.write(text);</script>
</span></font> <br><br>
<img src="assets/lounginggregg.png"></img>
<p align="center">
<font size="5" color='orange' style="font-weight:bold; font-family: Courier New;">What are you doin' in my waters?<br></font>
<font size="5" color='yellow' style="font-weight:bold; font-family: Courier New;">Would you like some Baileys?<br></font>
<font size="5" color='orange' style="font-weight:bold; font-family: Courier New;">I do water colors<br></font>
<font size="5" color='yellow' style="font-weight:bold; font-family: Courier New;">Do you love me?<br></font>
<font size="5" color=#2087FD style="font-weight:bold; font-family: Courier New;">Are you playin' your love games with me?</font><br>
<font size="5" color=#A7FC00 style="font-weight:bold; font-family: Courier New;">We are not very Anonymous</font><br>
<font size="5" color=#2087FD style="font-weight:bold; font-family: Courier New;">We sometimes forgive</font><br>
<font size="5" color=#A7FC00 style="font-weight:bold; font-family: Courier New;">We forget a lot of things all the time</font><br>
<font size="5" color=#2087FD style="font-weight:bold; font-family: Courier New;">Short term they say is first to go</font><br>
<font size="5" color=#A7FC00 style="font-weight:bold; font-family: Courier New;">Expect us</font><br>
<font size="5" color='red' style="font-weight:bold; font-family: Courier New;">Don't forget visit us at our website you motherlicker</font><br>
<font size="5" color='yellow' style="font-weight:bold; font-family: Courier New;">http://lockfale.com/</font><br>
<font size="5" color='red' style="font-weight:bold; font-family: Courier New;"><span class="glowtext">I HAVE A MANGINA!<br>
<img width=600 src="assets/FhYGope.gif"></span><br><br></font>
</p>
<p>
<font size="6" color=#F9A8FF style="font-weight:bold; font-family: Courier New;">THERE IS ONLY ONE DA FUNK AND ALL SHALL ENJOY HIS SWEET CREAMY PRODUCE</font>
</p>
<div>
<font size="5" color=#A8FFF9 style="font-weight:bold; font-family: Courier New;">Free Murica -- Free Straya -- Free Occupied Canada aka Alaska <br></font>
</div>
<img src="assets/hotlinkdeadimage.gif"><br>
<a href="https://www.facebook.com/groups/342591232718/" target="_blank"><img height=500 src="assets/like-us-fb.jpg"></a>
<br>
<a href="https://twitter.com/TheRealOldGregg" target="_blank"><img src="assets/TwitterButton.png"></a></div>
<footer id="det" style="position:fixed; left:0px; right:0px; bottom:0px; background:#1C1C1C; text-align:center; border-top: 1px solid #00AAFF ; border-bottom: 1px solid yellow "><font color=#A7FC00 style="font-family: Courier New;" size='2'><img src="assets/ns-best.gif"><b>Thankz to: </b>
<b>
<marquee width="500" scrolldelay="20" scrollamount="5" behavior="scroll" direction="left">
ur mom - my mom - computer - laptop - lamp - da funk - my husband howard - oddmeta - melvin2001 - smrk3r - 5trange0ne - j00stin - digital shokunin - george clinton for accidentally kicking the funk off the mothership - my old roommate smeagol aka gollum who was totes mispresented in those books and movies - my home economics teacher who gave me an A for my crumble - joe willy - the fine folks at gilbeys of ireland who make baileys - people who still enjoy old memes - op when he delivers - admin even though his security is poor - the local arts and crafts store where i buy my water colors and supplies - nathan heafner for finally stfu about sponsors and deleting his fb page - his jimmies for being rustled - the jimmies that are rustled by this page - my doctor vic vandel who took the time to take a look at my downstairs mixup and diagnose my mangina condition - mjar81 for letting us use his van to tour in although i do not appreciate him jumping out of perfectly good aircraft even though my tutu doubles as a parachute - whitehack for educating me on the culture, struggles, and deadly fauna of the strange and mythical land of straya - the 49th for being a constant albeit unintentional source of humor - and finally carolinacon
</marquee>
</b> </font></font><img src="assets/npms.gif"><br></footer>
<iframe width="0" height="0" src="https://www.youtube.com/embed/0B79k4vOp_o?autoplay=1" frameborder="0" allowfullscreen></iframe>
</body>
</html>