Skip to content

Instantly share code, notes, and snippets.

View ThePredators's full-sized avatar
🎯
Focusing

Sbe-ng ThePredators

🎯
Focusing
View GitHub Profile

🔥 Badges (CheatSheet)

This is easiest way to get this nice badge !

## url : https://img.shields.io/badge/version-1.0.0-green.svg
- static url : https://img.shields.io/badge/
- any text (can contain _) : version

🔥 Node Version Manager (CheatSheet)

Install :

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash

Usage :

## List available versions

⭐ Fastlane setup on iOS/Android

Used on Flutter and native so far !

iOS

Generate necessary stuff in Apple Developer Portal

Generate AppId

@ThePredators
ThePredators / 1-tamper-protection.bat
Last active January 9, 2026 19:17
Enable/Disable Windows Defender, Tested on Windows 11 22H2 !!
@echo off
title Open Tamper Protection Settings
echo Opening Tamper Protection settings...
echo.
echo Steps to disable:
echo 1. Toggle OFF "Tamper Protection"
echo 2. Close the window
echo.