Skip to content

Instantly share code, notes, and snippets.

View szymon-romanko's full-sized avatar

Szymon Romanko szymon-romanko

  • Poland
View GitHub Profile
@NtTestAlert
NtTestAlert / ParsecHide.ahk
Created December 23, 2022 23:44
[AHK] Parsec dual cursor fix
;based on:
;https://www.autohotkey.com/boards/viewtopic.php?f=6&t=37781
;https://www.autohotkey.com/boards/viewtopic.php?t=51265
#Persistent
;-------------------------------------------------------------------------------
show_Mouse(bShow := True) { ; show/hide the mouse cursor
;-------------------------------------------------------------------------------
; WINAPI: SystemParametersInfo, CreateCursor, CopyImage, SetSystemCursor
@ahmubashshir
ahmubashshir / epic-claim.py
Last active March 2, 2023 07:27
Epic auto claim with python, selenium webdriver and chromium. for the lazy linux users and gamers out there... https://git.io/JUI55
#!/bin/env python3
"""
Epic Games Store Freebies Claiming bot.
Uses Chromedriver(monkeypatched if possible)
"""
import sys
import re
import logging as log
from xml.sax.saxutils import escape
from datetime import datetime