Skip to content

Commit 6d9e221

Browse files
authored
feat: more types & added more events
feat: more types & added more events
2 parents 102077d + 23d708d commit 6d9e221

File tree

10 files changed

+399
-44
lines changed

10 files changed

+399
-44
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ opendir.bat
3131
discord-rpc.dll
3232
discord-rpc.lib
3333
discord-rpc.exe
34-
discord-rpc.mjs
34+
discord-rpc.mjs
35+
tested.json
36+
tested-1.json

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,18 +93,21 @@ Just open `discord-rpc.exe` BEFORE `nikkepwned-win_x64.exe` for realtime state c
9393

9494
- **Delay (Switch)**:
9595
- Time delay between account switches.
96-
- Default: `3` (Range: `1-5` seconds).
96+
- Default: `3` (Range: `1-8` seconds).
9797

9898
- **Delay (Login)**:
9999
- Time delay before login to prevent abuse.
100-
- Default: `3` (Range: `1-5` seconds).
100+
- Default: `3` (Range: `1-8` seconds).
101101

102102
- **Logs**:
103103
- Displays activity logs, including login attempts, path adjustments, and delay settings.
104104

105105
- **Purge Data**:
106106
- Erases all stored data from this tool.
107107

108+
- **Rapidfire click tests**:
109+
- Rapidfire / double click mouse (macro tests)
110+
108111

109112
## Inputting data
110113
This tool uses JSON and supports **two types of input** here's the example:

discord-rpc.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ let activity = {
1313
details: "Idle",
1414
state: "Password Manager for NIKKE",
1515
startTimestamp: Date.now(),
16-
largeImageKey: "https://i.imgur.com/LIzkC9I.png",
16+
largeImageKey: "https://raw.githubusercontent.com/ScathachGrip/nikkePwned/refs/heads/master/resources/static/rpc_icon.png",
1717
largeImageText: `v${version}`,
18-
smallImageKey: "https://i.imgur.com/7484syW.png",
18+
smallImageKey: "https://raw.githubusercontent.com/ScathachGrip/nikkePwned/refs/heads/master/resources/static/rpc_idle.png",
1919
smallImageText: "Idling",
2020
instance: false,
2121
buttons: [

neutralino.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/neutralinojs/neutralinojs/main/schemas/neutralino.config.schema.json",
33
"applicationId": "neu.js.nikkepwned",
4-
"version": "1.1.1-rc",
4+
"version": "2.0.1-alpha",
55
"applicationName": "NIKKEPwned",
66
"author": "ScathachGrip",
77
"description": "NIKKEPwned",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nikkepwned",
33
"description": "Password Manager for NIKKE",
44
"funding": "https://github.com/sponsors/sinkaroid",
5-
"version": "1.1.1-rc",
5+
"version": "2.0.1-alpha",
66
"scripts": {
77
"prebuild": "ts-node src/frontend.ts",
88
"build": "tsc",
@@ -40,4 +40,4 @@
4040
"dependencies": {
4141
"discord-rpc": "^4.0.1"
4242
}
43-
}
43+
}

resources/static/ichad.wav

744 KB
Binary file not shown.

resources/static/my.png

422 KB
Loading

resources/static/rpc_testing.png

4.28 KB
Loading

0 commit comments

Comments
 (0)