New ub3r l33t talker Module!

These are old archives. They are kept for historic purposes only.
Post Reply
vebome
Posts: 8
Joined: Fri Nov 26, 2004 9:31 pm

New ub3r l33t talker Module!

Post by vebome »

Hello.. im not sure if this is the right place to post this, but i have edited Angrywolfs m_elmer.c to contain l33t speaking..

You can download it at http://vebome.syntheticsanity.com/m_hacker.c

Please reply on any comments/ideas

vebome :D

Edit: changed website!
Last edited by vebome on Thu Sep 01, 2005 8:37 am, edited 2 times in total.
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post by AngryWolf »

Wow, that's nice. :) About your convert_to_hacker function: I think it would be a good idea to speed it up by using a one dimensional array for the conversion, similar to 'tolowertab' in src/match.c. (The reason I used switch() is, I didn't had to convert a wide range of characters.) Just my opinion.
vebome
Posts: 8
Joined: Fri Nov 26, 2004 9:31 pm

Post by vebome »

OK ill look into that =] Thanks for the idea! second.. i have a question.. When i first did it using the swicth function it would not work becuase i was using more than one char, e.g k = '|(' but this wouldnt work... could you tell me how to do this? or will you leave me to find it out on my own 8)
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post by AngryWolf »

That question is not exactly about module development (it's about C), so I've answered you privately.
Post Reply