Skip to content

Instantly share code, notes, and snippets.

View gatekeeper1122's full-sized avatar
💭
Finding Hidden Loot On GitHub ;)

King gatekeeper1122

💭
Finding Hidden Loot On GitHub ;)
View GitHub Profile
// ==UserScript==
// @name Bing Rewards Supersonic Quiz Clicker
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://www.bing.com/*
// @icon https://www.google.com/s2/favicons?domain=bing.com
// @grant none
// ==/UserScript==
@gatekeeper1122
gatekeeper1122 / VehiclePreview.h
Created March 12, 2022 06:38 — forked from SunShineSilver-mdA/VehiclePreview.h
GTA5 [1.50] Vehicle Preview for Vehicle Class: Super, Sports, Sports Classics, Sedans, Coupes, Muscle, Planes, Boats, ...
static struct VehiclePreview{
char *VName;
char *VCode;
char *TexDict;
char *TexName;
};
/* example
case VMenu::Super: {
TMenu::SouthernCars(Logo);
TMenu::Small("Super");
@gatekeeper1122
gatekeeper1122 / debloatNox.md
Created July 17, 2020 18:02 — forked from Log1x/debloatNox.md
Debloating & Optimizing Nox

Debloating Nox

Nox, despite being the most feature-filled Android emulator, has a lot of negativity surrounding it due to their antics when it comes to making income off of their program. It is known for running repeated advertisments in the background, calling home and passing along system information (outside of your Android instance) as well as a vast amount of potentially sensitive data in an encrypted payload back to their multitude of servers. With the following preventitive measures, we can stop a majority of this happening as well as greatly improve the overall performance.

  1. Download and Install a fresh copy of Nox. The latest version is fine (for now). If you already have it installed, that is fine too. No need to reinstall.

  2. Enable Root Mode on Nox by clicking the gear icon and then checking the Root Startup box.

  3. Install a new Launcher from the Play Store. ANYTHING but Nox's default. I suggest [Nova Launcher](https://play.google.com/s

@gatekeeper1122
gatekeeper1122 / How to obtain your Titlekeys using GodMode9.md
Created May 27, 2020 12:56
How to obtain your Titlekeys using GodMode9

WARNING: freeShop no longer works so this guide is mostly redundant (If you want your encTitleKeys.bin file, you can still follow this guide)

Step 1
Open GodMode9 by holding Start on bootup (if you have more then 1 payload, then the Luma Chainloader menu will appear and you just select GodMode9 from there)

Step 2
Once in GodMode9, press the Home Menu Button then go to More... -> Build Support Files and press A on the prompt.

Step 3
Once the files have generated, press the Start button to go to the Home Menu and open FBI.

@gatekeeper1122
gatekeeper1122 / Windows
Created April 23, 2020 04:26 — forked from JerryLokjianming/Crack Sublime Text Windows and Linux.md
Crack Sublime Text 3.2.2 Build 3211
# Subscribe to my YouTube Channel -> https://lokjianming.page.link/CVLm #
How to Crack Sublime Text 3 with Hex Editor (without license) ↓
Note: -> is Change
1. Download & Install Sublime Text 3.2.2 Build 3211
2. Visit Hexed.it
3. Open file sublime_text.exe
4. Search address: 97 94 0D -> 00 00 00
5. Offset 0x8545: Original 84 -> 85
@gatekeeper1122
gatekeeper1122 / Windows
Created April 23, 2020 04:26 — forked from JerryLokjianming/Crack Sublime Text Windows and Linux.md
Crack Sublime Text 3.2.2 Build 3211
# Subscribe to my YouTube Channel -> https://lokjianming.page.link/CVLm #
How to Crack Sublime Text 3 with Hex Editor (without license) ↓
Note: -> is Change
1. Download & Install Sublime Text 3.2.2 Build 3211
2. Visit Hexed.it
3. Open file sublime_text.exe
4. Search address: 97 94 0D -> 00 00 00
5. Offset 0x8545: Original 84 -> 85
@gatekeeper1122
gatekeeper1122 / spotihosts
Created June 10, 2019 13:19
The hosts file entries to block Spotify audio ad servers.
127.0.0.1 media-match.com
127.0.0.1 adclick.g.doublecklick.net
127.0.0.1 www.googleadservices.com
127.0.0.1 open.spotify.com
127.0.0.1 pagead2.googlesyndication.com
127.0.0.1 desktop.spotify.com
127.0.0.1 googleads.g.doubleclick.net
127.0.0.1 pubads.g.doubleclick.net
127.0.0.1 audio2.spotify.com
127.0.0.1 www.omaze.com
@gatekeeper1122
gatekeeper1122 / Multi-screen brightness setter
Created November 27, 2017 21:23 — forked from joel16/Multi-screen brightness setter
Set each screen's brightness individually using the D-PAD.
#include <3ds.h>
#include <stdio.h>
u32 getBrightness(u32 screen)
{
u32 brightness = 0;
u32 result = 0;
if (R_SUCCEEDED(gspLcdInit()))
{
@gatekeeper1122
gatekeeper1122 / Multi-screen brightness setter
Created November 27, 2017 21:22 — forked from joel16/Multi-screen brightness setter
Set each screen's brightness individually using the D-PAD.
#include <3ds.h>
#include <stdio.h>
u32 getBrightness(u32 screen)
{
u32 brightness = 0;
u32 result = 0;
if (R_SUCCEEDED(gspLcdInit()))
{