Skip to content

Commit

Permalink
Preparing for a paackage release.
Browse files Browse the repository at this point in the history
  • Loading branch information
oxagast committed Nov 9, 2023
1 parent e9307a6 commit 3f03a6f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
antilockdown-*/
*tar.gz



# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
4 changes: 2 additions & 2 deletions ald-jiggle.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import getpass
from bthid import BluetoothHIDService
from dbus.mainloop.glib import DBusGMainLoop
ver = 1.1
ver = "v1.2.0"
screwbiedoobiedoo = "You would be appauled at the sheer ovlume of scooby-plowing-velma cartoons there are out there. Complete filth."
print("[?] AntiLockDown v" + str(ver) + " by oxagast")
print("[?] Inhibits screensavers by pressing innoculous keys over bluetooth.")
Expand Down Expand Up @@ -61,7 +61,7 @@ def ani():
signal.pause
if __name__ == '__main__':
DBusGMainLoop(set_as_default=True)
srec = open("sdpr.xml").read()
srec = open("data/sdpr.xml").read()
try:
bthid_srv = BluetoothHIDService(srec, attackmac)
macr(bthid_srv.send)
Expand Down
File renamed without changes.
Binary file added noscr.ico
Binary file not shown.

0 comments on commit 3f03a6f

Please sign in to comment.