 Starkkz I'm sorry for breaking the rules but i had no choice since he insulted my family.
 Starkkz I'm sorry for breaking the rules but i had no choice since he insulted my family.@
 Raisun Nice to see you able to make fine words, where did you stole them ?
 Raisun Nice to see you able to make fine words, where did you stole them ?Btw, nice try. I don't even smoke.
 
  Off Topic
 Off Topic  Unreal Software @ World of Text
 Unreal Software @ World of Text Starkkz I'm sorry for breaking the rules but i had no choice since he insulted my family.
 Starkkz I'm sorry for breaking the rules but i had no choice since he insulted my family. Raisun Nice to see you able to make fine words, where did you stole them ?
 Raisun Nice to see you able to make fine words, where did you stole them ? Xirot has written
 Xirot has written medeiros has actually made some nice thing for us, so you should shut up and accept it.
 medeiros has actually made some nice thing for us, so you should shut up and accept it. §4.5 - Stick to the point! No off-topic posts!
 §4.5 - Stick to the point! No off-topic posts!  Raisun: You never slow down to think, I guess it's too painful to spend time with your own thoughts. Other than being disgusting & irritating and stupid you are actually quite okay.
 Raisun: You never slow down to think, I guess it's too painful to spend time with your own thoughts. Other than being disgusting & irritating and stupid you are actually quite okay.  §4.5 - Stick to the point! No off-topic posts!
 §4.5 - Stick to the point! No off-topic posts!  §2.4 - Use tags sparingly and only when they add value
 §2.4 - Use tags sparingly and only when they add value ;D
 Yates:
 Yates: SuperStrict
Framework BRL.AppStub
Import BRL.Random
Import BRL.KeyCodes
Const KeyUP% = 1 | 3
Const KeyDN% = 1 | 0
Extern "win32"
	Function keybd_event(bVk@, bScan@, dwFlags%, dwExtraInfo@Ptr)
	Function GetAsyncKeyState%(key@@)
EndExtern
While True
	Delay(10)
	If GetAsyncKeyState(key_F4) <> 0 Then Exit
Wend
Delay(100)
Local i%
For i = 1 To 100000
	TypeIn("mafia_man was here ")
Next
Function PressKey(c$)
	Delay(20) 
	Select c
		Case "0","1","2","3","4","a5","6","7","8","9"
			keybd_event(KEY_0 + Int(c), 0, KeyDN, Null)
			keybd_event(KEY_0 + Int(c), 0, KeyUP, Null)
		Case "!"
			keybd_event(KEY_LSHIFT, 0, KeyDN, Null)
			keybd_event(KEY_1, 0, KeyDN, Null)
			keybd_event(KEY_1, 0, KeyUP, Null)
			keybd_event(KEY_LSHIFT, 0, KeyUP, Null)
		Case "@"
			keybd_event(KEY_LSHIFT, 0, KeyDN, Null)
			keybd_event(KEY_2, 0, KeyDN, Null)
			keybd_event(KEY_2, 0, KeyUP, Null)
			keybd_event(KEY_LSHIFT, 0, KeyUP, Null)
		Case "#"
			keybd_event(KEY_LSHIFT, 0, KeyDN, Null)
			keybd_event(KEY_3, 0, KeyDN, Null)
			keybd_event(KEY_3, 0, KeyUP, Null)
			keybd_event(KEY_LSHIFT, 0, KeyUP, Null)
		Case "$"
			keybd_event(KEY_LSHIFT, 0, KeyDN, Null)
			keybd_event(KEY_4, 0, KeyDN, Null)
			keybd_event(KEY_4, 0, KeyUP, Null)
			keybd_event(KEY_LSHIFT, 0, KeyUP, Null)
		Case "%"
			keybd_event(KEY_LSHIFT, 0, KeyDN, Null)
			keybd_event(KEY_5, 0, KeyDN, Null)
			keybd_event(KEY_5, 0, KeyUP, Null)
			keybd_event(KEY_LSHIFT, 0, KeyUP, Null)
		Case "^"
			keybd_event(KEY_LSHIFT, 0, KeyDN, Null)
			keybd_event(KEY_6, 0, KeyDN, Null)
			keybd_event(KEY_6, 0, KeyUP, Null)
			keybd_event(KEY_LSHIFT, 0, KeyUP, Null)
		Case "&"
			keybd_event(KEY_LSHIFT, 0, KeyDN, Null)
			keybd_event(KEY_7, 0, KeyDN, Null)
			keybd_event(KEY_7, 0, KeyUP, Null)
			keybd_event(KEY_LSHIFT, 0, KeyUP, Null)
		Case "*"
			keybd_event(KEY_LSHIFT, 0, KeyDN, Null)
			keybd_event(KEY_8, 0, KeyDN, Null)
			keybd_event(KEY_8, 0, KeyUP, Null)
			keybd_event(KEY_LSHIFT, 0, KeyUP, Null)
		Case "("
			keybd_event(KEY_LSHIFT, 0, KeyDN, Null)
			keybd_event(KEY_9, 0, KeyDN, Null)
			keybd_event(KEY_9, 0, KeyUP, Null)
			keybd_event(KEY_LSHIFT, 0, KeyUP, Null)
		Case ")"
			keybd_event(KEY_LSHIFT, 0, KeyDN, Null)
			keybd_event(KEY_0, 0, KeyDN, Null)
			keybd_event(KEY_0, 0, KeyUP, Null)
			keybd_event(KEY_LSHIFT, 0, KeyUP, Null)
		Case "-"
			keybd_event(KEY_MINUS, 0, KeyDN, Null)
			keybd_event(KEY_MINUS, 0, KeyUP, Null)
		Case "="
			keybd_event(KEY_EQUALS, 0, KeyDN, Null)
			keybd_event(KEY_EQUALS, 0, KeyUP, Null)
		Case "_"
			keybd_event(KEY_LSHIFT, 0, KeyDN, Null)
			keybd_event(KEY_MINUS, 0, KeyDN, Null)
			keybd_event(KEY_MINUS, 0, KeyUP, Null)
			keybd_event(KEY_LSHIFT, 0, KeyUP, Null)
		Case "+"
			keybd_event(KEY_LSHIFT, 0, KeyDN, Null)
			keybd_event(KEY_EQUALS, 0, KeyDN, Null)
			keybd_event(KEY_EQUALS, 0, KeyUP, Null)
			keybd_event(KEY_LSHIFT, 0, KeyUP, Null)
		Case "a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","r","s","t","u","v","w","q","y","z","x"
			keybd_event(Asc(c) - 32, 0, KeyDN, Null)
			keybd_event(Asc(c) - 32, 0, KeyUP, Null)
		Case "A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","R","S","T","U","V","W","Q","Y","Z","X"
			keybd_event(KEY_LSHIFT, 0, KeyDN, Null)
			keybd_event(Asc(c), 0, KeyDN, Null)
			keybd_event(Asc(c), 0, KeyUP, Null)
			keybd_event(KEY_LSHIFT, 0, KeyUP, Null)
		Case "."
			keybd_event(KEY_PERIOD, 0, KeyDN, Null)
			keybd_event(KEY_PERIOD, 0, KeyUP, Null)
		Case ","
			keybd_event(KEY_COMMA, 0, KeyDN, Null)
			keybd_event(KEY_COMMA, 0, KeyUP, Null)
		Case " "
			keybd_event(KEY_SPACE, 0, KeyDN, Null)
			keybd_event(KEY_SPACE, 0, KeyUP, Null)
		Case "/"
			keybd_event(KEY_SLASH, 0, KeyDN, Null)
			keybd_event(KEY_SLASH, 0, KeyUP, Null)
		Case "?"
			keybd_event(KEY_LSHIFT, 0, KeyDN, Null)
			keybd_event(KEY_SLASH, 0, KeyDN, Null)
			keybd_event(KEY_SLASH, 0, KeyUP, Null)
			keybd_event(KEY_LSHIFT, 0, KeyUP, Null)
		Case "'"
			keybd_event(KEY_QUOTES, 0, KeyDN, Null)
			keybd_event(KEY_QUOTES, 0, KeyUP, Null)
		Case "~q"
			keybd_event(KEY_LSHIFT, 0, KeyDN, Null)
			keybd_event(KEY_QUOTES, 0, KeyDN, Null)
			keybd_event(KEY_QUOTES, 0, KeyUP, Null)
			keybd_event(KEY_LSHIFT, 0, KeyUP, Null)
		Case "~t"
			keybd_event(KEY_ENTER, 0, KeyDN, Null)
			keybd_event(KEY_ENTER, 0, KeyUP, Null)
	EndSelect
EndFunction
Function TypeIn(str$)
	Local i%
	If Not str Then Return
	For i = 0 To Len(str) - 1
		PressKey(str[i..i+1])
		Delay(15)
	Next
EndFunction
 Seekay: Bro. Our Swastika has been killed.
 Seekay: Bro. Our Swastika has been killed. §5.1 - Show good behavior and simply don't be a stupid asshole
 §5.1 - Show good behavior and simply don't be a stupid asshole  Yates: NoooOoOoOo! Not the Hip Swastika!  :cri:  rip in piece, goodnite sweet prinse
 Yates: NoooOoOoOo! Not the Hip Swastika!  :cri:  rip in piece, goodnite sweet prinse -RZ-: The fuck are you talking about? Everyone's on-topic. Calm your tits, yo.
 -RZ-: The fuck are you talking about? Everyone's on-topic. Calm your tits, yo.  Raisun has written
 Raisun has written Seekay 's castle. It was great fun, indeed.
 Seekay 's castle. It was great fun, indeed. medeiros: Is roleplaying a zombie apocalypse in a castle good enough ASCII for you? Lel.
 medeiros: Is roleplaying a zombie apocalypse in a castle good enough ASCII for you? Lel. Seekay: yeah, that's actually pretty nice.
 Seekay: yeah, that's actually pretty nice.  Raisun.
 Raisun.  Xirot, kek.
 Xirot, kek.  Re: Unreal Software @ World of Text
 Re: Unreal Software @ World of Text medeiros.
 medeiros.