Skip to content

Instantly share code, notes, and snippets.

View s0nlxaftrsh0ck's full-sized avatar

s0nlx s0nlxaftrsh0ck

View GitHub Profile
@s0nlxaftrsh0ck
s0nlxaftrsh0ck / scraper.js
Created April 15, 2023 16:45 — forked from somazx/scraper.js
Humble Bundle Unredeemed Keys Scraper
/*
Purpose: easily obtain a list of your humble bundle games that haven't been redeemed.
Instructions:
1) Log into Humble Bundle as usual.
2) Navigate to https://www.humblebundle.com/home/keys
3) Open browser console and run the following script in the console
Script will dump to console the scraped list of all your unredeemed game keys.
@s0nlxaftrsh0ck
s0nlxaftrsh0ck / AdbCommands
Created February 23, 2023 21:07 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
@s0nlxaftrsh0ck
s0nlxaftrsh0ck / PSADT-Cheatsheet.ps1
Created February 22, 2023 17:57 — forked from leeramsay/PSADT-Cheatsheet.ps1
PSADT snippits/cheatsheet
## Commonly used PSADT env variables
$envCommonDesktop # C:\Users\Public\Desktop
$envCommonStartMenuPrograms # C:\ProgramData\Microsoft\Windows\Start Menu\Programs
$envProgramFiles # C:\Program Files
$envProgramFilesX86 # C:\Program Files (x86)
$envProgramData # c:\ProgramData
$envUserDesktop # c:\Users\{user currently logged in}\Desktop
$envUserStartMenuPrograms # c:\Users\{user currently logged in}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
$envSystemDrive # c:
$envWinDir # c:\windows