Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matleox/matleox-nuker

MATLEOX-Nuker, This Discord Nuker/Raider has 32+ AMAZING Options! Its ALWAYS up to date with discord and making sure its 100% SAFE for my customers! GANG-Nuker is one of the BEST tools on whole of discord, make sure to check out the Premium Version for a better experience! ENJOY RAIDING :)
https://github.com/matleox/matleox-nuker

account-generator account-nuker discord discord-bot discord-multi-tool discord-nuker discord-nukers discord-raider discord-selfbot discord-tokens gang-nuker gangnuker invite-joiner spammer token-gen token-generator token-grabber token-joiner token-joiner-captcha-solver tokengenerator

Last synced: 5 days ago
JSON representation

MATLEOX-Nuker, This Discord Nuker/Raider has 32+ AMAZING Options! Its ALWAYS up to date with discord and making sure its 100% SAFE for my customers! GANG-Nuker is one of the BEST tools on whole of discord, make sure to check out the Premium Version for a better experience! ENJOY RAIDING :)

Awesome Lists containing this project

README

        




TOKEN GENERATOR SHOWCASE




Fast Download ㅤ•ㅤ
Discord ㅤ•ㅤ
Setup Tutorial Video


Python v3.10ㅤㅤ
Python v3.9



PREMIUM VERSION:
Telegram



---
![image](https://cdn.discordapp.com/attachments/973337617057869825/1186670718084198460/MA.png)
![image](https://cdn.discordapp.com/attachments/973337617057869825/1186673419983540324/MATLEOX.png)





### Settings:
- [x] - **Windows 10 / 11**
- [x] - **Download Python:** [v3.10](https://www.python.org/ftp/python/3.10.5/python-3.10.5-amd64.exe) **or** [v3.9](https://www.python.org/ftp/python/3.9.0/python-3.9.0-amd64.exe)

- [x] - **100% Safe!**
- [x] - **Fequently Updating**
- [x] - **Might Have Some Bugs**
- [x] - **Python Provided**

> **WARNING:** Many people have been selling/distributing of GANG-Nuker!

> **DO NOT** Installing GANG-Nuker From Anyother Place Than This Page, Expect it be **Hacked/Scammed.**

## Installation

#### Source Code Version (More complicated but less buggy)
```sh-session
Download GANG-Nuker.zip
Extract File
Tap "Install.bat" in GANG Folder
Once All The Modules Have Been Installed GANG will Auto Launch!
Enjoy!

NOTE: When Opening GANG-Nuker Just Tap "start.bat" to Open Everytime!
NOTE: Make sure you have Python 3.9+ and Added to Path.
```

#### Compiled Version (Easier but more buggy)
```sh-session
Download: https://github.com/TT-Tutorials/GANG-Nuker/releases
Extract File
Download the latest release (GANG-Nuker.zip) and Extract The Executable
Launch Program and Enjoy!
```

---

### 💻〢Proxie Supoort Example:

```py
def fetchProxies(url, custom_regex):
global proxylist
try:
proxylist = requests.get(url, timeout=5).text
except Exception:
pass
finally:
proxylist = proxylist.replace('null', '')
custom_regex = custom_regex.replace('%ip%', '([0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3})')
custom_regex = custom_regex.replace('%port%', '([0-9]{1,5})')
for proxy in re.findall(re.compile(custom_regex), proxylist):
proxieslog.append(f"{proxy[0]}:{proxy[1]}")

proxysources = [
["http://spys.me/proxy.txt","%ip%:%port% "],
["https://proxylist.icu/proxy/", "%ip%:%port%http<"],
["https://proxylist.icu/proxy/1", "%ip%:%port%http<"],
["https://proxylist.icu/proxy/2", "%ip%:%port%http<"],
["https://proxylist.icu/proxy/3", "%ip%:%port%http<"],
["https://proxylist.icu/proxy/4", "%ip%:%port%http<"],
["https://proxylist.icu/proxy/5", "%ip%:%port%http<"],
["http://www.httptunnel.ge/ProxyListForFree.aspx"," target=\"_new\">%ip%:%port%"],
["https://www.us-proxy.org/", "%ip%<\\/td>%port%<\\/td>(.*?){2}<\\/td>.*?<\\/td>.*?<\\/td>.*?<\\/td>(.*?)<\\/td>.*?<\\/td><\\/tr>"],
["https://free-proxy-list.net/", "%ip%<\\/td>%port%<\\/td>(.*?){2}<\\/td>.*?<\\/td>.*?<\\/td>.*?<\\/td>(.*?)<\\/td>.*?<\\/td><\\/tr>"],
["https://www.sslproxies.org/", "%ip%<\\/td>%port%<\\/td>(.*?){2}<\\/td>.*?<\\/td>.*?<\\/td>.*?<\\/td>(.*?)<\\/td>.*?<\\/td><\\/tr>"],
["https://raw.githubusercontent.com/sunny9577/proxy-scraper/master/proxies.json", "\"ip\":\"%ip%\",\"port\":\"%port%\","],
["https://raw.githubusercontent.com/fate0/proxylist/master/proxy.list", '"host": "%ip%".*?"country": "(.*?){2}",.*?"port": %port%'],
["https://raw.githubusercontent.com/clarketm/proxy-list/master/proxy-list.txt", '%ip%:%port% (.*?){2}-.-S \\+'],
["https://raw.githubusercontent.com/opsxcq/proxy-list/master/list.txt", '%ip%", "type": "http", "port": %port%'],
["https://www.hide-my-ip.com/proxylist.shtml", '"i":"%ip%","p":"%port%",'],
["https://api.proxyscrape.com/?request=getproxies&proxytype=http&timeout=6000&country=all&ssl=yes&anonymity=all", "%ip%:%port%"],
["https://raw.githubusercontent.com/TheSpeedX/SOCKS-List/master/http.txt", "%ip%:%port%"],
["https://raw.githubusercontent.com/shiftytr/proxy-list/master/proxy.txt", "%ip%:%port%"],
["https://raw.githubusercontent.com/scidam/proxy-list/master/proxy.json", '"ip": "%ip%",\n.*?"port": "%port%",']
]
threads = []
for url in proxysources:
t = threading.Thread(target=fetchProxies, args=(url[0], url[1]))
threads.append(t)
t.start()
for t in threads:
t.join()

proxies = list(set(proxieslog))
with open(temp, "w") as f:
for proxy in proxies:
for i in range(random.randint(7, 10)):
f.write(f"{proxy}\n")
execution_time = (time.time() - startTime)
```
### 💻〢Auto Download Modules:

```py
import os
import threading

try:
import EXAMPLE v1
except:
os.system("pip install EXAMPLE v1")
import EXAMPLE v1

try:
import EXAMPLE v2
except:
os.system("pip install EXAMPLE v2")
import EXAMPLE v2
```