seeing how you are bored pat, do a full hardcore sherman dox
EVERYTHING!
have fun!
Printable View
seeing how you are bored pat, do a full hardcore sherman dox
EVERYTHING!
have fun!
And an updated Steve Yelle edition, who's his daddy?
why'd you stop posting your ip logger?
Introducing ipflogger, from the makers of threadlong
Code:#!/bin/bash
#Set target to flaggercat's ip logger
Target=http://bushpigbushpigbushpigbushpigbushpigbushpigbushpigbushpigbushpigbushpigbushpigbushpigbushpig/8eHG
while true
do
for Proxy in 84.38.68.26:8118 219.150.204.30:8080 58.221.250.246:18186 119.233.255.24:80 222.20.74.24:18186 120.202.249.230:80 221.7.11.102:81 210.22.59.66:3128 218.104.148.59:3128 118.26.57.13:80 119.233.255.24:82 64.124.121.102:80
do
wget -O /dev/null $Target -T 3 --tries=1 -e use_proxy=yes -e http_proxy=$Proxy
done
done
Go ahead find a new one the script is flexible as fuck
keep on truckin
perhaps so but I ruined your fun didn't I
the great thing about pat is he's too autistic to realize this entire forum knew about what he knows about when we were literally 12 some of us probably younger lol
I remember seeing and knowing about the little ip thing with the smiley face holding the sign literally in the 90's
yeah and on IRC every single person kmnew your ip address it's only a big deal if you're 60 years old and don't realize how easy it is to find
I'll bet you'll have no trouble running that on your windows xp box
good job now figure out how to run it
close but no cigar
I'll give you a hint you're going to need to install the android SDK with perl extensions and run it in a kit-kat VM
oh yeah lol fucking duh that's right, flag did you know that? in irc, there are no hacks needed, everyone's ip is literally right there in front of you
would you like to know why? well, everyone's already said this a bunch of times but like the other lizards it's fun telling you guys this kinda shit cause you're so stupid that even when we're telling you real stuff you still just eat flies A PERSON'S IP ADDRESS DOES NOT LINK YOU TO THEIR HOME ADDRESS, YOU STUPID FUCKING BITCH, IT GIVES YOU THE LOCATION OF THEIR ISP'S SERVER FUCK YOU ARE SO FUCKING STUPID
so for example yes I live in west warwick, I've also posted my own personal info online more than anybody on the planet because I wish you would show up at my house, but marks' isp simply doesn't have to be in the same city as him
how can you google 24/7 and not know this shit fffffuucccckkkkkk how stupid can a human being beeeee ugh
stevey doesn't need the android sdk he already runs kit-kat
ya know those girls who get drunk then go out and get beat up because it's how they get off kinda like lisa they just love getting bashed I am 99% sure pat is one of those kinda girls so beating him up probably wouldn't do anything but make him cum so that isn't worth it either I think what we're doing right now works best in making him mad just mocking his stupidity with no retaliation
true story stevey has posted his address about 8000 times since 2005 and in that time only one person has ever cared
142 brookside ave west warwick 6 yorktown road north kingstown rhode isladn 6 west street westerly ri 14 west street westly ri I can't remember past that but those are places I've lived in order hope that helps you with your autism quest whatever it's supposed to be I still haven't figured wtf it is you're trying to do
see I can't really read his posts it's like all the other lizards it's like they just walk along hteir keyboards hitting buttons with their legs and then clicking post with their tongue
monde? lol I literally don't know but if I were to guess I'd say monde, unless you mean patlerjack
if you'd like though I'll ask my mom for the exact address to every house I've ever lived in but I want a pic of your dick pat
Changelog: Added an array because you don't know what that means
Code:#!/bin/bash
#version .03 2014-01-06
#report bugs to istalkoldbaldmenontheinternet@twictchingkitchen.com
#Set target to flaggercat's ip logger
Target=http://bushpigbushpigbushpigbushpigbushpigbushpigbushpigbushpigbushpigbushpigbushpigbushpigbushpig/8eHG
#Proxy list in format ipaddress:port
ProxyList=( 84.38.68.26:8118 219.150.204.30:8080 58.221.250.246:18186 119.233.255.24:80 222.20.74.24:18186 120.202.249.230:80 221.7.11.102:81 210.22.59.66:3128 218.104.148.59:3128 118.26.57.13:80 119.233.255.24:82 64.124.121.102:80 )
while true
do
for Proxy in "${ProxyList[@]}"
do
wget -O /dev/null $Target -T 3 --tries=1 -e use_proxy=yes -e http_proxy=$Proxy
done
done