Skip to content

Commit b1ba690

Browse files
committed
+ Fully Portable
+ Many BugFixes + Improved installer + A Few Quality of Life improvements
1 parent bd986aa commit b1ba690

35 files changed

+200
-151
lines changed

12.ahk

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#NoEnv
2+
#SingleInstance, Force
3+
SetBatchLines, -1
4+
#NoTrayIcon
5+
SetWorkingDir C:\Users\victo\Desktop
6+
Run, https://twitter.com/elModo7

13.ahk

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#NoEnv
2+
#SingleInstance, Force
3+
SetBatchLines, -1
4+
#NoTrayIcon
5+
SetWorkingDir C:\Users\victo\Desktop
6+
Run, https://www.twitch.tv/elmodo7

14.ahk

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#NoEnv
2+
#SingleInstance, Force
3+
SetBatchLines, -1
4+
#NoTrayIcon
5+
SetWorkingDir C:\Users\victo\Desktop
6+
Run, https://www.youtube.com/c/elModo7

15.ahk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#NotrayIcon
2-
Run, C:\ProgramData\Nova Macros
2+
Run, %A_ScriptDir%

Game1.ahk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
#NoEnv
22
#NoTrayIcon
3-
Msgbox, League of Legends Button
3+
ToolTip, League of Legends Button
4+
Sleep, 2000
5+
ExitApp

Game2.ahk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
#NoEnv
22
#NoTrayIcon
3-
Msgbox, Apex Legends Button
3+
ToolTip, Apex Legends Button
4+
Sleep, 2000
5+
ExitApp

Game3.ahk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
#NoEnv
22
#NoTrayIcon
3-
Msgbox, Minecraft Button
3+
ToolTip, Minecraft Button
4+
Sleep, 2000
5+
ExitApp

Game4.ahk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
#NoEnv
22
#NoTrayIcon
3-
Msgbox, 7Days2Die Button
3+
ToolTip, 7Days2Die Button
4+
Sleep, 2000
5+
ExitApp

Nova Macros Client Offline.ahk

Lines changed: 162 additions & 140 deletions
Large diffs are not rendered by default.

Nova Macros Client Offline.exe

442 KB
Binary file not shown.

0 commit comments

Comments
 (0)