The Best Lethal Company Hot keys
The Best Lethal Company Hot keys
MyVar := "0"
MyVar2 := "0"
HKT := "true"
toggle2 := 1
on := 0
on2 := 0
on3 := 0
Gui, ask1: +AlwaysOnTop +ToolWindow -Caption +E0x20 ; Set window options for transparency and click-through
Gui, ask1: Color, 0023FF ; Set a background color for the GUI (optional)
Gui, ask1: Add, Text, x10 y14, Amount You Sold:
Gui, ask1: Add, Text, x62 y44, Quota:
Gui, ask1: Add, Edit, vAsk1 x100 y10
Gui, ask1: Add, Edit, vAsk2 x100 y40
Gui, ask1: show, w230 h70, Text Input Example
gui, ask1: hide
Gui, ask2: +AlwaysOnTop +ToolWindow -Caption +E0x20 ; Set window options for transparency and click-through
Gui, ask2: Color, B900FF ; Set a background color for the GUI (optional)
Gui, ask2: Add, Text, x10 y14, Credit You Have:
Gui, ask2: Add, Text, x19 y44, Credit Wanted:
Gui, ask2: Add, Text, x58 y74, Quota:
Gui, ask2: Add, Edit, vCredit x100 y10
Gui, ask2: Add, Edit, vWantedcredit x100 y40
Gui, ask2: Add, Edit, vQoutaA x100 y70
Gui, ask2: show, w230 h100, Text Input Example
gui, ask2: hide
Gui, radar: +AlwaysOnTop +ToolWindow -Caption +E0x20 ; Set window options for transparency and click-through
Gui, radar: Color, FF0000 ; Set a background color for the GUI (optional)
Gui, radar: Add, Text,, enter name of radar:
Gui, radar: Add, Edit, vMyEditBox x0 y20 ; Text input box with x position 10 and y position 30
Gui, radar: Show, w120 h41, Text Input Example
Gui, radar: Submit, Hide
return
msgbox, alt
name := 0
variable := 0
toggle := false
#Persistent
msgbox, capslock to toggle on & off
Right:: ; Right arrow key hotkey
Send, {right}
return
Up:: ; Up arrow key hotkey
Send, {up}
return
Down:: ; Down arrow key hotkey
Send, {down}
return
Left:: ; Left arrow key hotkey
Send, {left}
return
capslock::
SetCapsLockState, Off
if (toggle2 = 1) {
toggle2 := 0
} else {
toggle2 := 1
}
return
Delete::
if (MyVar = "0") {
GuiControl,, MyEditBox,
Gui, radar: show
MyVar := "1"
} else {
Gui, radar: Submit, Hide
MyVar := "0"
}
return
PgUp::
send, {escape}
Click, 437, 886
CLick, 537, 750
return
PgDn::
if (on2 = 0) {
GuiControl,, Ask1,
GuiControl,, Ask2,
Gui, ask2: show
on2 := 1
}else{
Gui, ask2: hide
on2 := 0
}
return
end::
if (on = 0) {
GuiControl,, Ask1,
GuiControl,, Ask2,
Gui, ask1: show
on := 1
}else{
Gui, ask1: hide
on := 0
}
return
enter::
send, {enter}
if (MyVar = "1") {
Gui, radar: Submit, Hide
send, {enter}
MyVar := "0"
}
if (on = 1){
Gui, Ask1: Submit, Hide
Sold := Ask1
Quota := Ask2
ansr := Floor((Sold - Quota) / 5) - 15
clipsave := Clipboard
on := 0
if (ansr > 0){
Clipboard := ansr
}else{
Clipboard := 0
}
sleep, 100
SetTimer, ShowGUI, 1
}
if (on2 = 1){
clipsave := Clipboard
Gui, Ask2: Submit, Hide
WC := Wantedcredit
C := Credit
Q := QoutaA
ansr2 := (5 * (WC - C) + Q + 75) / 6
Clipboard := ansr2
on2 := 0
sleep, 100
SetTimer, ShowGUI, 1
}
if (on3 = 1){
Gui, ansr: Submit, Hide
on3 := 0
}
return
!u::
ExitApp
return
#If (toggle2 = 1)
Right::
Send, switch{Enter}
return
Up::
Send, tp{Enter}
return
Down::
Send, transmit{Space}
return
Left & Up::
Send, ping %MyEditBox%{Enter}
return
Left & Right::
Send, flash %MyEditBox%{Enter}
return
Left & Down::
Send, door{Enter}
return
ShowGUI:
SetTimer, ShowGUI, Off
on3 := 1
myVariable := Clipboard
count := 0
Loop, Parse, myVariable
{
if (A_LoopField = "1")
{
; Increment the counter by the specified value if 'g' is found
count += 40
}
if (A_LoopField = "2")
{
; Increment the counter by the specified value if 'g' is found
count += 44
}
if (A_LoopField = "3")
{
; Increment the counter by the specified value if 'g' is found
count += 46
}
if (A_LoopField = "4")
{
; Increment the counter by the specified value if 'g' is found
count += 43
}
if (A_LoopField = "5")
{
; Increment the counter by the specified value if 'g' is found
count += 44
}
if (A_LoopField = "6")
{
; Increment the counter by the specified value if 'g' is found
count += 45
}
if (A_LoopField = "7")
{
; Increment the counter by the specified value if 'g' is found
count += 45
}
if (A_LoopField = "8")
{
; Increment the counter by the specified value if 'g' is found
count += 45
}
if (A_LoopField = "9")
{
; Increment the counter by the specified value if 'g' is found
count += 45
}
if (A_LoopField = "0")
{
; Increment the counter by the specified value if 'g' is found
count += 45
}
}
count += 40
Gui, ansr: +AlwaysOnTop +ToolWindow -Caption +E0x20 ; Set window options for transparency and click-through
Gui, ansr: Color, FF0000 ; Set a background color for the GUI (optional)
Gui, ansr: font, s60
Gui, ansr: Add, Text, x10 y5, %myVariable%
Gui, ansr: show, w%count% h100, Text Input Example
return
return
Caps Lock = toggle on and off
right arrow key in terminal = switch monitor {enter}
up arrow key in terminal = tp {enter} (More Terminal Commands mod)
down arrow key in terminal = transmit (your text)
Del Key = set as radar name
left arrow + up arrow in terminal= ping %radar booster% {enter}
left arrow + right arrow in terminal= Flash %radar booster% {enter}
left arrow + down arrow in terminal= Close door{enter} (More Terminal Commands mod)
End = calculate overtime bonus
PgDn = how much to sell to get to specific credits
PgUp = rage quit
toggle right click
toggle := false
toggle := !toggle
#Persistent
!u::
ExitApp
return
Loop
{
if (WinActive("Lethal Company"))
{
}
else
{
SetTimer, RightClick, Off
}
}
RButton::
Click, Right
if (toggle) {
SetTimer, RightClick, Off
}
else
{
SetTimer, RightClick, Off
}
return
RightClick:
Click, Right
return
#IfWinActive Lethal Company
$RButton::
Click, Right
toggle := !toggle
if (toggle) {
SetTimer, RightClick, 500
}
else
{
SetTimer, RightClick, Off
}
return
Right click = toggle repeating scan