-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquickTrade.ts
More file actions
16 lines (12 loc) · 1.65 KB
/
quickTrade.ts
File metadata and controls
16 lines (12 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// quickTrade.ts
console.log(`
██████╗ ██████╗ ██╗██╗ ██╗ █████╗ ████████╗███████╗ ██████╗ ██████╗ ██████╗ ███████╗
██╔══██╗██╔══██╗██║██║ ██║██╔══██╗╚══██╔══╝██╔════╝ ██╔════╝██╔═══██╗██╔══██╗██╔════╝
██████╔╝██████╔╝██║██║ ██║███████║ ██║ █████╗ ██║ ██║ ██║██║ ██║█████╗
██╔═══╝ ██╔══██╗██║╚██╗ ██╔╝██╔══██║ ██║ ██╔══╝ ██║ ██║ ██║██║ ██║██╔══╝
██║ ██║ ██║██║ ╚████╔╝ ██║ ██║ ██║ ███████╗ ╚██████╗╚██████╔╝██████╔╝███████╗
╚═╝ ╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝
=======================================================================
⚠️ WARNING: This is PRIVATE code.
=======================================================================
`);