Everything posted by asterix
-
my cake for myg0t
I like your hat. :love:
- yee old desktop thread
-
[POLL ADDED] OFFICIAL G)T FORUMS SANDWICH-OFF: 2/25/06
holy fuck winner ^ Although the cake is tradition, being able to optionally produce a fine sandwich (like the above) to show your dedication and loyalty to myg0t could be interesting.
-
mIRC 6.17 Released
It's a non-RFC-compliant IRC client designed for windows noobs Amazingly, it now supports UTF-8 and SSL... welcome to the 21st century Get a real client that supports real scripting languages k http://silverex.org/download/ http://irssi.org
-
racists 5 yr old
rifk that kid is a genius (and whoever taught him) instilling such values at such a young age brings a tear to my eye :cryd:
-
Unreal IRCd v 3.2.4 help needed
an ircd running on windows? rifk if you have visual studio installed, you should have it in your PATH... there might be a bat file called setenvars.bat or something similar that you need to run before running the makefile (it adds the paths to the headers to your system PATH)
-
Good "gaming" Laptops
You can underclock the CPU (or just drop the voltage a bit) on most laptops to gain extra battery life with almost no performance hit
-
Audio Recording
http://audacity.sf.net ?
-
Linux help: opening tar.gz files?
Why the fuck are you installing other shit, type "man tar" to see how to use the tar command tar xvfz filename.tar.gz x = extract f = retain permissions v = verbose (can be omitted) z = gzipped (for .bz2, use j instead of z)
-
Hacking related e-books
wget -r for the win
-
Good starting programming lang
I learned C++ and OOP first, after that, learning "new" languages was basically just memorizing syntax/keywords I recommend taking a C++ course at school/college/uni if available, it's much easier than starting out on your own. If you have a friend who knows it already, you can use him as a resource as well
-
Email spamming program
Install a mailer daemon http://www.google.com/search?hl=en&q=sendmail+for+windows&btnG=Google+Search
-
Cant connect to Mygot irc serv
"Myg0t" ? lol `Connection Refused` implies the remote host isn't even accepting the connection, if he was g-lined it would say so.
- Idea for a rage
-
my cake for myg0t
More photoshops k
-
Sending E-mail from any address
http://forums.myg0t.com/showpost.php?p=305700&postcount=5 k Naturally any email can still be traced via the headers, don't be a retard Put that in a PHP file, throw it on a host (free host like funpic.de works) and visit in browser
-
MTA Blue Admin Password [STEALER] (php & vb6)
Check ISOhunt for a torrent Also, this mod (which isn't released) looks much much better than MTA:SA http://sa-mp.com Check this video: http://files.gtanet.com/gtasa/files/videos/SA-MP.zip Now I'm bummed :/
-
School internet :@
If you have a PHP5-enabled host plus the CURL library available, there's some PHP scripts you can host where you just visit the page and type in a URL, the script retrieves it and sends it to you, essentially acting as a proxy... I can't rememeber the name of the one I used before, it was a long time ago, sorry :/
-
Server Ban
hahahaha that made me rifk irl
- Suggestions
-
MTA Blue Admin Password [STEALER] (php & vb6)
http://www.mtasa.com
-
Guide to Phishing
I'm on Chapter 6 of that book, found it a few days ago for like $5 at Barnes and Noble, very good so far. As for the original poster, you might as well google for "Guide to Painful Prison Sex" :rolleyes:
-
Portscanner In Perl
Linux was started as a hobby, not with the intent to write a complete operating system.
-
Portscanner In Perl
Why write a program to do something when there's already an awesome program that does everything your's could ever want to do and more? Waste. of. time. And welcome to the forums too =p
-
Portscanner In Perl
Why not just install nmap? (since you're already on a nix/bsd box) http://www.insecure.org/nmap/ Pretty simple... I only use perl for irssi scripting =p