H@c|<3r TYP3r

For everything that's not in any way related to PureBasic. General chat etc...
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

H@c|<3r TYP3r

Post by Rook Zimbabwe »

OK this is a HOOT and a HALF!!!

Y'all remember those stoopid days when we would see the "hackers" flailing madly on their keyboards in the movies and on TV spouting nonsense and typing a million lines of obfuscated C code a miniute...

http://hackertyper.net/

Now YOU CAN TOO!!!

there is a small popup in the top... click the X onthe top right to kill and BETTER open in Sandboxie but enjoy it on default settings... it will completely impress the incompetent :mrgreen:
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
gnasen
Enthusiast
Enthusiast
Posts: 282
Joined: Wed Sep 24, 2008 12:21 am

Re: H@c|<3r TYP3r

Post by gnasen »

pure awesomeness, just love it :D
pb 5.11
c4s
Addict
Addict
Posts: 1981
Joined: Thu Nov 01, 2007 5:37 pm
Location: Germany

Re: H@c|<3r TYP3r

Post by c4s »

Haha great! Don't forget to press F11 to put the browser window into fullscreen mode for the best effect. :mrgreen:
If any of you native English speakers have any suggestions for the above text, please let me know (via PM). Thanks!
User avatar
idle
Always Here
Always Here
Posts: 6041
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Re: H@c|<3r TYP3r

Post by idle »

Now that's the type of feature we need for the IDE!
bang keys get results! :lol:
Windows 11, Manjaro, Raspberry Pi OS
Image
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Re: H@c|<3r TYP3r

Post by Rook Zimbabwe »

idle wrote:Now that's the type of feature we need for the IDE!
bang keys get results! :lol:
Is THAT why most of my code doesn't werk??? :wink:
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
User avatar
idle
Always Here
Always Here
Posts: 6041
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Re: H@c|<3r TYP3r

Post by idle »

Rook Zimbabwe wrote:
idle wrote:Now that's the type of feature we need for the IDE!
bang keys get results! :lol:
Is THAT why most of my code doesn't werk??? :wink:
I tried using my head once but it didn't work either! :wink:
Windows 11, Manjaro, Raspberry Pi OS
Image
User avatar
djes
Addict
Addict
Posts: 1806
Joined: Sat Feb 19, 2005 2:46 pm
Location: Pas-de-Calais, France

Re: H@c|<3r TYP3r

Post by djes »

I type faster :?
Nituvious
Addict
Addict
Posts: 1030
Joined: Sat Jul 11, 2009 4:57 am
Location: United States

Re: H@c|<3r TYP3r

Post by Nituvious »

This is totally unrelated, but I had fun writing it.

Code: Select all

Procedure.s Leet(string.s)

	Static NewMap Character.s(26)
	Character.s("a") = "@ÀÁÂÃÄÅàáâãäå"
	Character.s("b") = "8ß"
	Character.s("c") = "©çÇ¢"
	Character.s("d") = "Ð"
	Character.s("e") = "€3èéêëÈÉÊË"
	Character.s("f") = "f"+Chr(131)
	Character.s("g") = "g6"
	Character.s("h") = "#h"
	Character.s("i") = "!ÌÍÎÏìíîï"
	Character.s("j") = "j"
	Character.s("k") = "K"
	Character.s("l") = "£1"
	Character.s("m") = "m"
	Character.s("n") = "Ññ"
	Character.s("o") = "0öõôóòðÖÕÔÓÒØ"
	Character.s("p") = "þÞ"
	Character.s("q") = "¶"
	Character.s("r") = "®2"
	Character.s("s") = "$§5"+Chr(138)+Chr(154)
	Character.s("t") = "t7"+Chr(134);+Chr(135)
	Character.s("u") = "ûúùÜÛÚÙµ"
	Character.s("v") = "v"
	Character.s("w") = "w"
	Character.s("x") = "×X"
	Character.s("y") = "ÿýÝ¥"+Chr(159)
	Character.s("z") = "z"+Chr(158)+Chr(142)

	For first_l.l = 1 To Len(string.s)
		If Character(Mid(LCase(string.s), first_l.l,1)) = "" : _string.s + Mid(LCase(string.s), first_l.l,1) : Else
			_string.s + Mid(Character(Mid(LCase(string.s), first_l.l,1)),Random(Len(Character(Mid(LCase(string.s), first_l.l,1)))),1)
		EndIf
	Next

	ProcedureReturn _string.s

EndProcedure
▓▓▓▓▓▒▒▒▒▒░░░░░
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Re: H@c|<3r TYP3r

Post by Rook Zimbabwe »

I added this to the bottom for our coding challenged friends:

Code: Select all

Debug Leet("This is a horrible tool, DUDE!!!")
Debug Leet("Your mama wears combat boots!")
Debug Leet("Now is the time for all good men to come to the aide of their oppressive governments!")
Turned DEBUG on and got this:
†#Í5 !$ à #Ô22Ï8£ê tðó£, ÐùÐê!!!
ÝØù® mämÄ wÈÅ®$ ÇÔm8Àt 80Õt$!
ñòw !$ 7h3 tÎmé ƒð2 @£1 gòÔÐ mËÑ tô ©ðmÈ 7Ö †hë @îÐÊ ðf 7#Èì® ÒÞÞ®€Š5ÌvË 6Ôvë2ñm€Ñ7Š!
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
User avatar
KJ67
Enthusiast
Enthusiast
Posts: 218
Joined: Fri Jun 26, 2009 3:51 pm
Location: Westernmost tip of Norway

Re: H@c|<3r TYP3r

Post by KJ67 »

Nituvious wrote:This is totally unrelated, but I had fun writing it.
Thanks!
This could be fun to (ab)use on a college of mine. :D

I'm adding two things to my version;
- Lazy evaluation. The assignment of a static map needs only to be done ones; so that part could be in a "if MapSize(Character())=0" clause.
- Have to find some nice international coding too.
The best preparation for tomorrow is doing your best today.
Nituvious
Addict
Addict
Posts: 1030
Joined: Sat Jul 11, 2009 4:57 am
Location: United States

Re: H@c|<3r TYP3r

Post by Nituvious »

Yeah, it's kind of funny to use :mrgreen:
I added an additional procedure that grabs input and replaces it with the map key on the fly. So it can be used with a chatting program to annoy friends and such.
That one isn't as much fun.. My friendlist shrunk 3 sizes while debugging. :|
▓▓▓▓▓▒▒▒▒▒░░░░░
Post Reply