Skip to content

Commit

Permalink
fix tiwdas
Browse files Browse the repository at this point in the history
  • Loading branch information
Epikest committed Sep 17, 2021
1 parent 3067ba2 commit e88001b
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions uwuifier.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -5,44 +5,44 @@ SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

messages =
(
uwu
owo
*meow*
*nya*
:P
xd
>.<
>///<
-\_-
@\_@
q\_q
>w<
:3
;3
e.e
qwp
pwq
^w^
^-^
O.O
z.z
>.<
v.v
:d
=.=
-.-
O\_O
O\_o
o\_O
u-u
O-O
-w-
xp
x3
TwT
;-;
\~
<3
uwu
owo
*meow*
*nya*
:P
xd
>.<
>///<
-\_-
@\_@
q\_q
>w<
:3
;3
e.e
qwp
pwq
^w^
^-^
O.O
z.z
>.<
v.v
:d
=.=
-.-
O\_O
O\_o
o\_O
u-u
O-O
-w-
xp
x3
TwT
;-;
\~
<3
)
StringSplit, messlist, messages, `n,`r

Expand Down Expand Up @@ -121,11 +121,11 @@ Enter::
{
Random, Pickthis, 1, %messlist0%
thismess := messlist%PickThis%
Send {{Text} }
if (thismess = "\~")
{
Send {Backspace}
}
Send {{Text} }
SendInput {Raw}%thismess%
SendInput {Enter}
}
Expand Down

0 comments on commit e88001b

Please sign in to comment.