PDA

View Full Version : EmotionExpressionBooster



n3ss3s
12-29-2007, 05:04 PM
For all your antiban needs:


Type
Emotion = (Angry, Confused, AngryConfused, AndSoOn);

Function EmotionExpressionBooster(Text: String; Mode: Emotion): String;
Var
C, SubC: String;
I, R: Integer;
Begin
Result := Text;
Case Mode Of
Angry: C := '!';
Confused: C := '?';
AngryConfused: C := '?!';
AndSoOn: C := '.';
End;
R := Random(9);
If Length(C) = 2 Then
Begin
For I := 1 To 1 + R Do
Begin
SubC := C[1 + Random(2)];
If SubC = '!' Then
If Random(3) = 1 Then
SubC := '1'; // :P
Result := Result + SubC;
End
End Else
For I := 1 To 1 + R Do
Result := Result + C;
End;



Emotions -

Angry, adds '!' marks.

Confused, adds '?' marks.

AngryConfused - the traditional expression found on the keyboard of noobs desperate for phree geepeez, adds "?":s or "!":s and has a chance of turning the '!' into '1'! O.o

AndSoOn, adds '.':s

Enjoy

Raskolnikov
12-29-2007, 06:02 PM
Interesting, I would ask maybe for expressions you would do emotes. Just a suggestion.

n3ss3s
12-29-2007, 06:15 PM
What? lol

A G E N T
12-30-2007, 03:18 PM
Kewl :) Looks handy and I like the exclamation-one.

OMGLOLBBQ!!1!one!

footballjds
12-30-2007, 06:45 PM
thanks, you don't mind if i use this? il give credit!;)

Raskolnikov
12-31-2007, 05:30 PM
I mean by the emotes on runescape. Like headbang or dance, or laugh. Those emotes. That would really up anti-ban as, what autoer would do emotes?

Raskolnikov
12-31-2007, 05:33 PM
I mean by the emotes on runescape. Like headbang or dance, or laugh. Those emotes. That would really up anti-ban as, what autoer would do emotes?

n3ss3s
12-31-2007, 11:34 PM
Yes you can use it if you credit me, umm SRL has a function for making emotes. DoEmote(Emote: Integer);

footballjds
01-01-2008, 12:50 AM
Yes you can use it if you credit me, umm SRL has a function for making emotes. DoEmote(Emote: Integer);

Thanks, and also somthing you might add:

add a happy one, where it does ' :)' or somthing?
and a sad one ' :(' lol!

il defin use this and i hope to see it in next SRL REV!:sasmokin:

n3ss3s
01-01-2008, 01:08 PM
Hehe, thanks, but its really hard to get anything in there, considering I'm not a dev. Though Markus made EvilBob.scar about fully himself but anyways...

I won't add smileys, sorry.

footballjds
01-01-2008, 06:38 PM
thats fine, il add em myself and give u full credit?

n3ss3s
01-01-2008, 06:49 PM
Yes its okay.

Naum
01-03-2008, 04:15 PM
Nice chatchy title ;)

n3ss3s
01-03-2008, 04:24 PM
Lol, it sounds a bit like some... medicine :confused: