Skip to content

Commit

Permalink
v0.3
Browse files Browse the repository at this point in the history
80% of the time it works, the rest of the time, it f***s itself up
  • Loading branch information
Altify-Development authored Aug 16, 2022
1 parent df1e8ad commit 98e7f2f
Showing 1 changed file with 18 additions and 20 deletions.
38 changes: 18 additions & 20 deletions bypass.ahk
Original file line number Diff line number Diff line change
@@ -1,28 +1,26 @@
#SingleInstance, Force
GroupAdd, browsers, ahk_class MozillaWindowClass
GroupAdd, browsers, ahk_class IEFrame
SoundPlay, startingup.mp3
Run, http://krnl.ca/getkey.php,,Hide
Sleep, 3000
WinClose, ahk_group browsers
Sleep, 500
Run, http://krnl.ca/getkey.php,,Hide
Sleep, 3000
WinClose, ahk_group browsers
Sleep, 500
Run, http://krnl.ca/getkey.php,,Hide
Sleep, 3000
WinClose, ahk_group browsers
Sleep, 500
Run, http://krnl.ca/getkey.php,,Hide
Sleep, 3000
WinClose, ahk_group browsers
Sleep, 500
Run, http://krnl.ca/getkey.php,,Hide
Loop, 7
{
Run, http://krnl.ca/getkey.php
Sleep, 6000
Click, 838 281
Sleep, 2000
Click, 845 365
Sleep, 2000
IfExist closer.exe
{
Run, closer.exe
}
else
{
Run, closer.bat
}
Sleep, 500
}
Sleep, 2500
SoundPlay, cred.mp3
Sleep, 500
WinClose, ahk_group browsers
Sleep, 500
Run, http://krnl.ca/getkey.php,,Max
ExitApp

0 comments on commit 98e7f2f

Please sign in to comment.