Skip to content

Commit 03079aa

Browse files
committed
Added All Req Files
RPC Beta Is Up
1 parent 18c8c88 commit 03079aa

6,805 files changed

Lines changed: 843752 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

main-stream/config.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"clientid": "880509929990008832",
3+
"details": "Thanks For 390+ Subs",
4+
"smalltext2": "Subscribeシ",
5+
"largeimage": "youtubelogo",
6+
"largetext": "Subscribe To Me",
7+
"smallimage": "verified",
8+
"smalltext1": "Verified",
9+
"button1": "YouTube",
10+
"url1": "https://www.youtube.com/c/iPuppyTech?sub_confirmation=1",
11+
"button2": "Web",
12+
"url2": "https://ipuppytech.tk"
13+
}

main-stream/favicon.ico

16.6 KB
Binary file not shown.

main-stream/index.js

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
const rpc = require("discord-rpc")
2+
const os = require("os");
3+
const timestamp = require('time-stamp');
4+
const open = require('open');
5+
var center = require('center-align');
6+
var colors = require('colors');
7+
const dots = ['.', '..','...'];
8+
const config = require("./config.json")
9+
const popup = require("popup-prompt");
10+
const fs = require("fs");
11+
const info = new popup.Popup();
12+
const setTitle = require('node-bash-title');
13+
const { exec } = require("child_process");
14+
setTitle('Discord RPC Client v1.1 ~ iPuppyYT');
15+
const client = new rpc.Client({ transport: 'ipc' })
16+
client.on('ready', () => {
17+
console.clear()
18+
19+
console.log("\n\n\tRPC Run Info".yellow);
20+
const rpcinfo = "\n\tDate : "+timestamp('DD-MM-YYYY')+"\n\tTime : "+timestamp('HH:mm')
21+
console.log(rpcinfo.cyan)
22+
console.log("\n\n\tPC Info".yellow);
23+
const osinfo = "\n\tOperating System : "+os.version()+"\n\tRelease : "+os.release()+"\n\tArchitecture : "+os.arch()+"\n\tType : "+os.type()+"\n\tUptime : "+os.uptime()+" sec"
24+
console.log(osinfo.cyan)
25+
console.log(center("\n\n\n\tDiscord RPC Is Active.".green))
26+
console.log(center(`\n\n
27+
█▀▄ █ █▀ █▀▀ █▀█ █▀█ █▀▄  █▀█ █▀█ █▀▀  █▀▀ █ █ █▀▀ █▄ █ ▀█▀  █▄▄ █▄█  █ █▀█ █ █ █▀█ █▀█ █▄█ █▄█ ▀█▀
28+
█▄▀ █ ▄█ █▄▄ █▄█ █▀▄ █▄▀  █▀▄ █▀▀ █▄▄  █▄▄ █▄▄ █ ██▄ █ ▀█  █ █▄█  █  █ █▀▀ █▄█ █▀▀ █▀▀  █ █ █`.red))
29+
const website = "\n\tWebsite : "+'https://ipuppytech.tk'
30+
console.log(website.magenta)
31+
function runpopup() {
32+
exec("popup.vbs");
33+
}
34+
setTimeout(runpopup, 1000);
35+
client.request('SET_ACTIVITY', {
36+
pid: process.pid,
37+
activity : {
38+
details : config.details,
39+
state: config.smalltext2,
40+
assets : {
41+
large_image : config.largeimage,
42+
large_text : "Rich Presence By iPuppyYT",
43+
small_image : config.smallimage,
44+
small_text : config.smalltext1
45+
},
46+
instance : false,
47+
buttons : [{label : config.button1 , url : config.url1},{label : config.button2,url : config.url2}]
48+
}
49+
}
50+
)
51+
})
52+
client.login({ clientId : config.clientid }).catch(console.error);

main-stream/launch.bat

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
@echo off
2+
Title Discord RPC Client v1.1 ~ iPuppyYT
3+
color 0A
4+
echo Starting Node Installation...
5+
node-v16.16.0-x64.msi
6+
echo Done...
7+
timeout /t 3 /nobreak > nul
8+
cls
9+
echo:
10+
echo Starting RPC...
11+
timeout /t 3 /nobreak > nul
12+
node index.js
13+
echo Just close discord to close the RPC Client.

main-stream/node-v16.16.0-x64.msi

27.3 MB
Binary file not shown.

main-stream/node_modules/.bin/cake

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

main-stream/node_modules/.bin/cake.cmd

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

main-stream/node_modules/.bin/cake.ps1

Lines changed: 28 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

main-stream/node_modules/.bin/coffee

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

main-stream/node_modules/.bin/coffee.cmd

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)