| Author |
Message |
Topic: Leetspeaker |
J4YP33
Replies: 4
Views: 1094
|
Forum: Scripts & Functions Posted: Wed May 14, 2008 4:42 pm Subject: Leetspeaker |
| i wrote this out of boredom... it is just a "for fun" program. what it does is to remap keys and replace them with a 'l337' equivalent. for example: +h!s !s SOMe $4MPlE +eXt. 7HIs !5 m0R3 $a ... |
Topic: suspend within a function |
J4YP33
Replies: 1
Views: 67
|
Forum: Ask for Help Posted: Wed May 14, 2008 3:42 am Subject: suspend within a function |
hi guys, i am trying to improve on my 'leetspeaker' program. This is a small chunk of the 500 line code.
;random function
random(){
random, rand, 1, 4
return rand
}
;lower ... |
Topic: hotkey calling itself |
J4YP33
Replies: 6
Views: 119
|
Forum: Ask for Help Posted: Tue May 13, 2008 3:55 pm Subject: hotkey calling itself |
thank you!!!
problem solved  |
Topic: hotkey calling itself |
J4YP33
Replies: 6
Views: 119
|
Forum: Ask for Help Posted: Tue May 13, 2008 3:03 pm Subject: hotkey calling itself |
| but that doesn't do random characters does it? oh well.. the problem I am facing is that when 'a' is typed, the result of the random cannot be 'a' as "send, a" will activate the hotkey again ... |
Topic: hotkey calling itself |
J4YP33
Replies: 6
Views: 119
|
Forum: Ask for Help Posted: Tue May 13, 2008 2:46 pm Subject: hotkey calling itself |
hi guys,
I am trying to make a "leetspeaker" but I have a problem. Basically, when a character is typed, it is replaced by a "l33t" equivalent. For example, 'a' will be replaced ... |
| |