Pinned Repositories
Assault-Cube-Client-Memory-Manipulation
This repository demonstrates how to manipulate memory values within the AssaultCube game using Python and pymem. This is useful for games and applications where you want to read and modify in-game variables.
Bread-Engine
Python Dark Web Search Engine.
Bread-Logger
Python Password Manager and Encryption
BreadCracker
Bread Cracker is a Python script designed to scan for cryptocurrency wallets derived from mnemonic seeds and check their balances.
BreadCrypt-File-Encryptor
Breadcrpyt is a Python script designed for file encryption and decryption using AES encryption. It allows users to encrypt and decrypt files using a passphrase. The script utilizes the cryptography library for cryptographic operations and provides a command-line interface for easy usage.
CrumbHub
CrumbHub is a Python-based command-line chat application that facilitates real-time messaging and secure communication among multiple users over a network. It provides end-to-end encryption for messages using AES encryption and supports user registration, login, and basic chat functionalities.
CrumbShare
CrumbShare is a Python-based application designed to provide secure, end-to-end encrypted file sharing over a network. It includes file encryption, secure peer-to-peer (P2P) connections, and a user-friendly command-line interface.
Cryptonix-BTC-ETH-Scanner
Cryptonix is a tool for generating Bitcoin and Ethereum addresses with corresponding private keys. It scans for balances, displaying results and saving successful combinations.
Far-Cry-3-Memory-Editor
A Python-based memory editor for Far Cry 3, allowing users to modify in-game values such as health, money, ammo, and items. This script uses the pymem library to directly manipulate game memory addresses, providing functionality for both setting new values and freezing them for continuous effect. Features include:
Python-Web-Scanner
How to Identify Active Servers & Organize IPs
Cr0mb's Repositories
Cr0mb/Far-Cry-3-Memory-Editor
A Python-based memory editor for Far Cry 3, allowing users to modify in-game values such as health, money, ammo, and items. This script uses the pymem library to directly manipulate game memory addresses, providing functionality for both setting new values and freezing them for continuous effect. Features include:
Cr0mb/How-To-PDANet
PDANet (Portable Data Network) is a powerful tool for tethering your device's internet connection. This tutorial will guide you through the installation and configuration process.
Cr0mb/Assault-Cube-Client-Memory-Manipulation
This repository demonstrates how to manipulate memory values within the AssaultCube game using Python and pymem. This is useful for games and applications where you want to read and modify in-game variables.
Cr0mb/SIM-Swapping-Educational-Guide
A detailed guide on SIM swapping techniques, covering methods used in authorized and unauthorized SIM swaps, associated risks, and preventative measures. This repository is designed to educate developers and cybersecurity professionals on SIM swap attacks and how to defend against them.
Cr0mb/Assault-Cube-Mod-Menu
This Python script creates a graphical mod menu using tkinter for the game Assault Cube. It allows users to modify in-game values such as health, ammo, kevlar, and player name in real-time. This script utilizes the pymem library to interact with the game's memory, enabling dynamic updates and modifications.
Cr0mb/AssaultCube-ESP-Python-Cheat
Cr0mb/Automate-Sending-Requests-to-a-Website-Using-Python
This Python script automates the process of sending requests to a website using a list of proxies. It can be used to simulate views on a video or any other URL by cycling through various proxies and sending requests.
Cr0mb/Call-of-Duty-Black-Ops-1-Zombies-Cheat-Script
This Python script allows you to modify various game values for Call of Duty Black Ops 1 Zombies such as health, points, ammo, and grenades. It utilizes the `pymem` library to read and write memory values in real-time while the game is running.
Cr0mb/Litecoin-Trading-Bot
This Python script interacts with Binance API to automate Litecoin (LTC) trading based on specified thresholds and strategies.
Cr0mb/Minecraft-Bedrock-Cheat-Engine-Table
This repository contains a Cheat Engine table for Minecraft (Windows version), designed to enhance the gameplay experience by allowing players to modify certain aspects of the game. The table includes several cheat entries such as health, max health, instant break, instant eating, coordinates, full bright, and XP manipulation.
Cr0mb/YouTube-Channel-Video-Viewer
This Python script allows you to fetch and display details of all videos from a YouTube channel. It retrieves the channel's title, ID, and lists all videos with their view counts and URLs. It also calculates the total views for all videos combined.
Cr0mb/AOB-Scanning-Tutorial-Minecraft-Java-Edition
These scripts use AOB (Array of Bytes) Scanning to locate memory addresses dynamically, ensuring compatibility across different versions.
Cr0mb/Assassin-s-Creed-2-Memory-Modifier
A Python script that allows you to modify various aspects of the game Assassin's Creed 2 in real-time by manipulating the memory. The main features include enabling God Mode, modifying the player's money value, and more. This script interacts with the game's memory using pymem to read and write values such as health and money.
Cr0mb/Batch-Script-for-Runtime-Packages-Installation
This batch script automates the installation of essential runtime packages required for various applications. It checks your system architecture and installs both x86 and x64 runtimes accordingly.
Cr0mb/Date-Questions-Generator
This Python script fetches a list of random questions to ask on a date from a specified URL and prints a selection of these questions. It utilizes requests and BeautifulSoup libraries to scrape questions from a webpage and randomly select a subset of them for display.
Cr0mb/File-Downloader
This script allows you to download files from given URLs with progress tracking, error handling, and retry capabilities. You can also download multiple files in parallel, making it more efficient for large sets of downloads.
Cr0mb/File-Locker
A simple Python script to securely encrypt and decrypt files using password-based encryption with Fernet.
Cr0mb/IP-Lookup
A command-line tool to fetch and display detailed information about an IP address using IP-API and ProxyCheck APIs.
Cr0mb/Minecraft-Game-Mode-Toggle-Script
This Python script allows you to toggle between Survival and Creative modes in Minecraft (Windows 10/11 edition) using a simple keyboard shortcut. The script attaches to the Minecraft process and simulates chat commands to change the game mode.
Cr0mb/MinecraftBedrock-XP-Editor
A Python script to read and modify the experience level in Minecraft Bedrock Edition. This project demonstrates how to locate dynamic memory addresses, create pointer chains, and automate XP manipulation using Cheat Engine and Python.
Cr0mb/Morrowind-ESP-Overlay
This Python script creates an overlay for *The Elder Scrolls III: Morrowind* that displays additional information about in-game entities. Features include showing entity names, health bars, and health values in real-time. The overlay is rendered using PyQt5, while memory reading is done via `pymem` to fetch game data.
Cr0mb/Morrowind-Memory-Editor
This script, (cheat table included), provides a memory editor for the game The Elder Scrolls III: Morrowind. It allows users to view and modify in-game values such as player attributes, skills, and inventory limits in real-time.
Cr0mb/Motion-Detection-with-Webcam
Python script that uses OpenCV to detect motion from my webcam, attempting to draw a green bounding box around the moving objects.
Cr0mb/Nether-Portal-Calculator
This is a simple GUI tool written in Python using `tkinter` to calculate the coordinates for Nether and Overworld portals in Minecraft. The tool allows you to input Overworld coordinates and convert them to their corresponding Nether coordinates (or vice versa).
Cr0mb/Process-Monitor
This Python script monitors a specific process on your system. If the process is not running, it will play an alarm sound and attempt to restart the process. The script allows you to select a process by its name or PID, and optionally provide the path to the executable for automatic restarting.
Cr0mb/Proxy-Scraper
Proxy Scraper is a Python script designed to fetch and save proxies from multiple sources to a file. It supports fetching proxies from various websites using BeautifulSoup and requests libraries.
Cr0mb/Python-Web-Scanner-2.0
This Python script allows you to check URLs for various properties and perform advanced scanning operations. It utilizes asyncio for concurrent operations and aiohttp for asynchronous HTTP requests. The script can check URL redirections, scan common ports, fetch sitemaps, detect proxy servers, retrieve IP geolocation data, and more.
Cr0mb/Skyrim-Memory-Editor-Python
A Python-based tool for reading and modifying in-game attributes for Skyrim Special Edition (SkyrimSE). This script utilizes the pymem library to access the game's memory and allows users to modify character attributes directly. It features a graphical user interface (GUI) built with tkinter for ease of use.
Cr0mb/Steam-Profile-Game-Scraper
This script allows you to scrape and display a Steam user's game library, including game names, App IDs, and hours played (if available). It fetches the data in XML format from the Steam Community and provides a detailed output of all games owned by the user.
Cr0mb/Windscribe-IP-Changer
This Python script allows you to change your IP address periodically using Windscribe VPN. It supports both free and paid locations and offers a simple CLI interface for configuration and usage.