Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blacktechx011/hacx-gpt
Hacx GPT a powerful, evil brother of WormGPT.
https://github.com/blacktechx011/hacx-gpt
ai blacktechx blacktechx011 chatbot chatgpt for forhackers gpt hackerai hackers hacking hackingtool unsensordai wormgpt
Last synced: about 5 hours ago
JSON representation
Hacx GPT a powerful, evil brother of WormGPT.
- Host: GitHub
- URL: https://github.com/blacktechx011/hacx-gpt
- Owner: BlackTechX011
- License: mit
- Created: 2024-02-15T06:58:25.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-31T09:18:11.000Z (6 months ago)
- Last Synced: 2024-06-01T08:59:46.722Z (6 months ago)
- Topics: ai, blacktechx, blacktechx011, chatbot, chatgpt, for, forhackers, gpt, hackerai, hackers, hacking, hackingtool, unsensordai, wormgpt
- Language: Python
- Homepage: https://github.com/BlackTechX011/Hacx-GPT
- Size: 7.69 MB
- Stars: 57
- Watchers: 7
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
HacxGPT
The cutting-edge AI developed by BlackTechX, inspired by WormGPT, designed to push the boundaries of natural language processing.
GITHUB
·
·
YOUTUBE
# :notebook_with_decorative_cover: Table of Contents
- [About the Project](#star2-about-the-project)
- [Features](#dart-features)
- [Installation Guide](#gear-installation)
- [Termux Quick Start](#iphone-termux-quick-start)
- [Debian-based GNU/Linux Setup](#penguin-debian-based-gnulinux-setup)
- [Usage](#eyes-usage)
- [screenshot](#camera-screenshot)
- [Contributing](#wave-contributing)
- [License](#warning-license)## :star2: About the Project
Hacx GPT is an advanced broken AI model designed to facilitate seamless and powerful interactions, pushing the limits of what AI can achieve in natural language processing.
#### Note:
Its open Source version of HacxGPT NOT real HacxGPT... https://blacktechx011.github.io/HacxGPT-Website/## :dart: Features
- **Powerful AI Conversations:** all questions will be answered in goodflow.
- **Broken AI:** Can do anything you want !!## :gear: Installation
#### [Installation Video Guide](https://youtu.be/MIGSUM4PGh4)
Hacx GPT has been rigorously tested on multiple platforms, including:
- **Kali Linux**
- **Termux**
- **Ubuntu**### :iphone: Termux Quick Start
**Note:** The Termux app is no longer updated on the Play Store due to new Google Play policies. No worries—we've got you covered!
1. Download the latest Termux app from [F-Droid](https://f-droid.org/repo/com.termux_118.apk).
2. Install the app.#### Termux Setup
1. **Update your package list:**
```bash
pkg up -y
```
2. **Install essential dependencies:**
```bash
pkg install git wget python -y
```
3. **Clone the Hacx repository:**
```bash
git clone https://github.com/BlackTechX011/Hacx-GPT.git
```
4. **Navigate to the Hacx directory:**
```bash
cd Hacx-GPT
```
5. **Install the required packages:**
```bash
pip install -r requirements.txt
```
6. **Launch Hacx:**
```bash
python3 main.py
```### :penguin: Debian-based GNU/Linux Setup
1. **Update your system:**
```bash
apt-get update; apt-get upgrade -y
```
2. **Install necessary dependencies:**
```bash
apt-get install git wget python3 -y
```
3. **Clone the Hacx repository:**
```bash
git clone https://github.com/BlackTechX011/Hacx-GPT.git
```
4. **Navigate to the Hacx directory:**
```bash
cd Hacx-GPT
```
5. **Install the required packages:**
```bash
pip install -r requirements.txt
```
6. **Run Hacx:**
```bash
python3 main.py
```## :eyes: Usage
Explore the vast capabilities of Hacx GPT by launching it on your preferred platform and interacting with its advanced AI features.
### :camera: screenshot
![screenshot](https://github.com/BlackTechX011/Hacx-GPT/blob/main/screenshot.png)## :wave: Contributing
## :warning: License
Distributed under the MIT License. See `LICENSE.txt` for more information.