This commit is contained in:
12 2020-11-09 20:12:38 -05:00
commit a35d47ff9e
19 changed files with 12873 additions and 0 deletions

BIN
Images/Avatars/PFP-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 B

9
Install.bat Normal file
View File

@ -0,0 +1,9 @@
@echo off
title Exeter Modules Installer
cls
echo Wait 1 - 5 Minutes!
pip install -r requirements.txt
cls
echo Modules installed, press a key for exit!
pause
exit

3110
Pornhubv2.py Normal file

File diff suppressed because it is too large Load Diff

36
README.md Normal file
View File

@ -0,0 +1,36 @@
# Pornhub-selfbotv2-release
Release version 2 for my discord selfbot
Basically has everything you need for a selfbot plus more it has a built in antinuke
## Notable Features
```python
- snipe
- editsnipe
- antinuke
- message logger
- mee6 auto level up
- nitro sniper
- giveaway sniper
- slotbot sniper
- image search
- image manipulation
- massreact
- copycat
- 24/7 yui kiss/hug
- many more
```
## Previews
![Preview1](https://rezizt.likes-throwing.rocks/3aawfm.png)
![Preview2](https://rezizt.likes-throwing.rocks/5ANqOQ.png)
## Installation
**Clone the source or [Download the repo](https://github.com/0lq/PH-Selfbot.v2.git)** Open **Install.bat**
## Usage
Put token in config folder and password if you want to steal other people's profile pictures

37
application.yml Normal file
View File

@ -0,0 +1,37 @@
server:
port: 7000
address: 0.0.0.0
lavalink:
server:
password: "exeter"
sources:
youtube: true
bandcamp: true
soundcloud: true
twitch: true
vimeo: true
mixer: true
http: true
local: false
bufferDurationMs: 400
youtubePlaylistLoadLimit: 6
youtubeSearchEnabled: true
soundcloudSearchEnabled: true
gc-warnings: true
metrics:
prometheus:
enabled: false
endpoint: /metrics
sentry:
dsn: ""
logging:
file:
max-history: 30
max-size: 1GB
path: ./logs/
level:
root: INFO
lavalink: INFO

1069
cogs/account/null.py Normal file

File diff suppressed because one or more lines are too long

1069
cogs/antinuke/null.py Normal file

File diff suppressed because one or more lines are too long

1069
cogs/general/null.py Normal file

File diff suppressed because one or more lines are too long

1069
cogs/image/null.py Normal file

File diff suppressed because one or more lines are too long

1069
cogs/misc/null.py Normal file

File diff suppressed because one or more lines are too long

1069
cogs/music/null.py Normal file

File diff suppressed because one or more lines are too long

1069
cogs/nsfw/null.py Normal file

File diff suppressed because one or more lines are too long

1069
cogs/nuke/null.py Normal file

File diff suppressed because one or more lines are too long

1069
cogs/text/null.py Normal file

File diff suppressed because one or more lines are too long

6
config.json Normal file
View File

@ -0,0 +1,6 @@
{
"token": "Token-here",
"password": "Password-here",
"prefix": "x",
"nitro_sniper": true
}

BIN
icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

42
logs/spring.log Normal file
View File

@ -0,0 +1,42 @@
2020-06-20 13:33:17.267 INFO 68248 --- [main] lavalink.server.Launcher :
 .  _ _ _ _ __ _ _
 /\\ | | __ ___ ____ _| (_)_ __ | | __\ \ \ \
 ( ( )| |/ _` \ \ / / _` | | | '_ \| |/ / \ \ \ \
 \\/ | | (_| |\ V / (_| | | | | | | <  ) ) ) )
 ' |_|\__,_| \_/ \__,_|_|_|_| |_|_|\_\ / / / /
 =========================================/_/_/_/
Version: 3.3.1
Build: 997
Build time: 25.03.2020 12:30:43 UTC
Branch master
Commit: 29f68ba
Commit time: 25.03.2020 12:28:48 UTC
JVM: 11.0.7
Lavaplayer 1.3.38
2020-06-20 13:33:17.372 INFO 68248 --- [main] lavalink.server.Launcher : Starting Launcher on DESKTOP-L8A5JC9 with PID 68248 (C:\Users\player\Desktop\Exeter Self Bot\Lavalink.jar started by player in C:\Users\player\Desktop\Exeter Self Bot)
2020-06-20 13:33:17.373 INFO 68248 --- [main] lavalink.server.Launcher : No active profile set, falling back to default profiles: default
2020-06-20 13:33:17.489 WARN 68248 --- [background-preinit] o.s.h.c.j.Jackson2ObjectMapperBuilder : For Jackson Kotlin classes support please add "com.fasterxml.jackson.module:jackson-module-kotlin" to the classpath
2020-06-20 13:33:18.917 WARN 68248 --- [main] io.undertow.websockets.jsr : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2020-06-20 13:33:18.942 INFO 68248 --- [main] io.undertow.servlet : Initializing Spring embedded WebApplicationContext
2020-06-20 13:33:18.943 INFO 68248 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1516 ms
2020-06-20 13:33:19.287 WARN 68248 --- [main] l.server.config.SentryConfiguration : Turning off sentry
2020-06-20 13:33:19.298 INFO 68248 --- [main] l.s.c.AudioSendFactoryConfiguration : OS: Windows 10, Arch: amd64
2020-06-20 13:33:19.299 INFO 68248 --- [main] l.s.c.AudioSendFactoryConfiguration : JDA-NAS supported system detected. Enabled native audio sending.
2020-06-20 13:33:19.299 INFO 68248 --- [main] l.s.c.AudioSendFactoryConfiguration : Setting buffer to 400ms
2020-06-20 13:33:19.300 INFO 68248 --- [main] l.s.c.AudioSendFactoryConfiguration : Setting playlist load limit to 6
2020-06-20 13:33:19.647 INFO 68248 --- [main] c.s.d.l.tools.GarbageCollectionMonitor : GC monitoring enabled, reporting results every 2 minutes.
2020-06-20 13:33:20.142 INFO 68248 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2020-06-20 13:33:20.648 INFO 68248 --- [main] org.xnio : XNIO version 3.3.8.Final
2020-06-20 13:33:20.665 INFO 68248 --- [main] org.xnio.nio : XNIO NIO Implementation Version 3.3.8.Final
2020-06-20 13:33:20.776 INFO 68248 --- [main] o.s.b.w.e.u.UndertowServletWebServer : Undertow started on port(s) 7000 (http) with context path ''
2020-06-20 13:33:20.780 INFO 68248 --- [main] lavalink.server.Launcher : Started Launcher in 4.075 seconds (JVM running for 4.603)
2020-06-20 13:35:47.823 INFO 68248 --- [XNIO-1 task-1] io.undertow.servlet : Initializing Spring DispatcherServlet 'dispatcherServlet'
2020-06-20 13:35:47.832 INFO 68248 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2020-06-20 13:35:47.841 INFO 68248 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms
2020-06-20 13:35:47.869 INFO 68248 --- [XNIO-1 task-1] l.server.io.HandshakeInterceptorImpl : Incoming connection from /0:0:0:0:0:0:0:1:49980
2020-06-20 13:35:47.994 INFO 68248 --- [XNIO-1 task-1] lavalink.server.io.SocketServer : Connection successfully established from /0:0:0:0:0:0:0:1:49980
2020-06-20 13:35:48.013 INFO 68248 --- [XNIO-1 I/O-1] lavalink.server.io.SocketServer : {"op": "configureResuming", "key": "exeter-music-node", "timeout": 60}
2020-06-20 13:36:20.767 INFO 68248 --- [XNIO-1 I/O-1] lavalink.server.io.SocketServer : Connection closed from /0:0:0:0:0:0:0:1:49980 with status CloseStatus[code=1006, reason=] -- Session can be resumed within the next 60 seconds with key exeter-music-node

12
requirements.txt Normal file
View File

@ -0,0 +1,12 @@
discord.py
colorama
numpy
requests
aiohttp
bs4
pymongo
selenium
pyPrivnote
gtts
dnspython
image