[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y ] [Home]
4chanarchives logo
Testing tripcodes. Into the trash it goes!
Images are sometimes not shown due to bandwidth/network limitations. Refreshing the page usually helps.

You are currently reading a thread in /g/ - Technology

Thread replies: 22
Thread images: 3
File: 1457641406768.jpg (307 KB, 1000x750) Image search: [Google]
1457641406768.jpg
307 KB, 1000x750
Testing tripcodes.

Into the trash it goes!
>>
>>53417637
Gay
>>
:3
>>
test
>>
>>>/s4s/
>>
testan
>>
lets test
>>
how do I do if my tripcode starts with # since when I try ## it does a secure tripcode instead?
>>
File: 1430257151908.jpg (20 KB, 460x288) Image search: [Google]
1430257151908.jpg
20 KB, 460x288
>>53417637
>noodles
>>
File: 1452989545691.jpg (36 KB, 960x540) Image search: [Google]
1452989545691.jpg
36 KB, 960x540
>>53418095
Can have?
>>
huh
>>
>>53418080
Yea that would've fit better, thanks.

Sorry mawuds.
>>
Dest :^)
>>
k
>>
>>53418115
you doesn't do
>>
kappa
>>
where's the cool trip
>>
>>53418115
1. You can't have a trip starting with #.
2. Use this script:
#!/usr/bin/env python2

import crypt, sys, re, string, time

rep_map = [('&','&amp;'), ('"','&quot;'), ("'",'&#039;'), ('<','&lt;'), ('>','&gt;')]

def dot_rep(x):
o = ord(x)
if o < 46 or o > 122: # 46 = '.' 122 = 'z'
return '.'
else:
return x

def pass2trip(passwd):
passwd = passwd.decode("utf-8").encode("sjis")
for i in rep_map: passwd = passwd.replace(i[0], i[1])
return crypt.crypt(passwd, "".join(map(lambda x: '.' if (ord(x)<46 or ord(x)>122) else x, (passwd+"H..")[1:3])))[-10:]

if len(sys.argv) < 2:
print "Usage: %s pass" % sys.argv[0]
exit(0)

print pass2trip(sys.argv[1])
>>
Niggers
>>
PAJEET
>>
>>53417637
the trip you were looking for is !/WETNOODLE

I also know a guy who got !LEADERSHIP

meanwhile I'm stuck with 10char any-case, and my current GPU cannot into tripcodes
>>
Hello.
Thread replies: 22
Thread images: 3

banner
banner
[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y] [Home]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
If a post contains personal/copyrighted/illegal content you can contact me at [email protected] with that post and thread number and it will be removed as soon as possible.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com, send takedown notices to them.
This is a 4chan archive - all of the content originated from them. If you need IP information for a Poster - you need to contact them. This website shows only archived content.