Automated cipher

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
i am toast
Posts: 1
Joined: 10 May 2021, 14:55

Automated cipher

10 May 2021, 15:11

Code: Select all

text=
(
Instructions
Do not use capslock, instead hold shift when typing.
Press ctrl+e to toggle
)
msgbox %text%
return
^e::
Toggle := !Toggle

+a::
Send, P
return
a::
Send, p
return
+b::
Send, H
return
b::
Send, h
return
+c::
send, Q
return
c::
send, q
return
+d::
Send, G
return
d::
Send, g
return
+e::
Send, I
return
e::
Send, i
return
+f::
send, U
return
f::
send, u
return
+g::
send, M
return
g::
send, m
return
+h::
send, E
return
h::
send, e
return
+i::
send, A
return
i::
send, a
return
+j::
send, Y
return
j::
send, y
return
+k::
send, L
return
k::
send, l
return
+l::
send, N
return
l::
send, n
return
+m::
send, O
return
m::
send, o
return
+n::
send, F
return
n::
send, f
return
+o::
send, D
return
o::
send, d
return
+p::
send, X
return
p::
send, x
return
+q::
send, J
return
q::
send, j
return
+r::
send, K
return
r::
send, k
return
+s::
send, R
return
s::
send, r
return
+t::
send, C
return
t::
send, c
return
+u::
send, V
return
u::
send, v
return
+v::
send, S
return
v::
send, s
return
+w::
send, T
return
w::
send, t
return
+x::
send, Z
return
x::
send, z
return
+y::
send, W
return
y::
send, w
return
+z::
send, B
return
z::
send, b
return
[Mod edit: Codebox fixed.]

[Mod edit: This was copied from a topic duplicate and might be the question ? :]
i am toast wrote:I was making an automatic cipher but i couldnt find how to make a toggle for it, can someone help me?
User avatar
mikeyww
Posts: 26885
Joined: 09 Sep 2014, 18:38

Re: Automated cipher

10 May 2021, 15:42

Code: Select all

MsgBox, 64, Instructions, Do not use capslock, instead hold shift when typing. Press ctrl+e to toggle.
^e::
Toggle := !Toggle
SoundBeep, 1000 + 500 * Toggle
Return
#If Toggle
a::p
#If

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Chunjee and 103 guests