Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kdo2064 committed Sep 19, 2024
1 parent 554717b commit d74cdc4
Showing 1 changed file with 27 additions and 42 deletions.
69 changes: 27 additions & 42 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,67 +1,52 @@
# Illusion-Img (GUI)
<img src="https://github.com/kdo2064/Illusion-Img/blob/main/Assest/program.png?raw=true">
<img src='https://i.giphy.com/11lxCeKo6cHkJy.webp' align='right' width='200rem'>
# Illusion-Inbox Tool - README

![Illusion-Inbox Banner](https://github.com/kdo2064/Illusion-Inbox/blob/main/assest/logo.png?raw=true)

## Illusion-Inbox Tool

**Illusion-Inbox** is a fictional email spoofing tool created for fun and educational purposes. This tool includes built-in limits to prevent abuse:

This program provides a **Graphical User Interface (GUI)** to convert images into "invisible" images that can bypass Instagram’s visibility on the Android app. The bug works exclusively on the Instagram Android app and this tool operates on both Linux and Windows platforms.
- **No abusive language allowed in spoofed emails.**
- **Strict usage limits to discourage misuse.**
- **Designed solely for educational purposes; not to be used for illegal activities.**

## Features
- **Easy-to-use GUI** for image conversion.
- Converts any image into an invisible format for Instagram on Android.
- Only works on Linux and Windows operating systems.
Our team, **Team Illusion**, emphasizes that we are not responsible for any illegal activity conducted using this tool. Legal consequences may follow if used improperly.

## Installation

### Prerequisites
- Python 3.x installed on your machine.
- Required libraries listed in `requirements.txt`.
### Installation

#### Windows

### Install on Linux
1. Clone the repository:
```bash
git clone https://github.com/kdo2064/Illusion-Img.git
cd Illusion-Img
git clone https://github.com/kdo2064/Illusion-Inbox.git
cd Illusion-Inbox
```

2. Install the required dependencies:
2. Run the program:
```bash
pip3 install -r requirements.txt
python main.py
```

3. Run the program:
```bash
python3 main.py
```
#### Linux/Termux

### Install on Windows
1. Clone the repository:
```bash
git clone https://github.com/kdo2064/Illusion-Img.git
cd Illusion-Img
git clone https://github.com/kdo2064/Illusion-Inbox.git
cd Illusion-Inbox
```

2. Install the required dependencies:
2. Run the program:
```bash
pip install -r requirements.txt
python3 run.py
```
<img src='https://i.giphy.com/11lxCeKo6cHkJy.webp' align='right' width='200rem'>

3. Run the program:
```bash
python main.py
```

## How to Use

1. Open the program by running `python3 main.py` on Linux or `python main.py` on Windows.
2. Use the **GUI** to upload your image.
3. Click the **Convert** button to generate the invisible image.
4. Upload the converted image to Instagram via the Android app, where it will be invisible.

### Demo
### Disclaimer

[![Demo](https://github.com/kdo2064/Illusion-Img/blob/main/Assest/program.png?raw=true)](https://github.com/kdo2064/Illusion-Img)
**Email spoofing is illegal and unethical. This tool is for educational purposes only. Misuse of this tool can lead to severe legal consequences.**

For a full video walkthrough on how to use the program, check out this [video tutorial](https://github.com/kdo2064/Illusion-Img).
By using **Illusion-Inbox**, you agree to use it responsibly and understand the legal implications of misuse. **Team Illusion** is not responsible for any illegal activity conducted using this tool.

---
## Visiter
<img src="https://profile-counter.glitch.me/kdo2064/count.svg" alt="Visitors">

0 comments on commit d74cdc4

Please sign in to comment.