c-capcut 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,37 @@
1
+ <svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="BROM4KER - CapCut Account Creator">
2
+ <defs>
3
+ <linearGradient id="brand" x1="0" y1="0" x2="160" y2="160" gradientUnits="userSpaceOnUse">
4
+ <stop offset="0" stop-color="#00D4AA"/>
5
+ <stop offset="0.5" stop-color="#0092F8"/>
6
+ <stop offset="1" stop-color="#CC3AFF"/>
7
+ </linearGradient>
8
+ <linearGradient id="screen" x1="24" y1="34" x2="136" y2="126" gradientUnits="userSpaceOnUse">
9
+ <stop offset="0" stop-color="#0d1b2a"/>
10
+ <stop offset="1" stop-color="#10263b"/>
11
+ </linearGradient>
12
+ </defs>
13
+
14
+ <!-- outer rounded badge -->
15
+ <rect x="4" y="4" width="152" height="152" rx="34" fill="url(#brand)"/>
16
+ <rect x="9" y="9" width="142" height="142" rx="29" fill="#0a1622"/>
17
+
18
+ <!-- terminal window -->
19
+ <rect x="26" y="34" width="108" height="80" rx="12" fill="url(#screen)" stroke="url(#brand)" stroke-width="2.5"/>
20
+
21
+ <!-- title bar dots -->
22
+ <circle cx="40" cy="48" r="3.4" fill="#00D4AA"/>
23
+ <circle cx="52" cy="48" r="3.4" fill="#0092F8"/>
24
+ <circle cx="64" cy="48" r="3.4" fill="#CC3AFF"/>
25
+ <line x1="26" y1="59" x2="134" y2="59" stroke="#1d3650" stroke-width="2"/>
26
+
27
+ <!-- prompt arrow + command line -->
28
+ <path d="M40 74 L48 81 L40 88" stroke="#00D4AA" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
29
+ <rect x="56" y="77" width="42" height="6" rx="3" fill="#2b4a6b"/>
30
+
31
+ <!-- play / video button (CapCut) inside chat bubble -->
32
+ <path d="M70 95 h40 a8 8 0 0 1 8 8 v10 a8 8 0 0 1 -8 8 h-26 l-10 9 v-9 h-4 a8 8 0 0 1 -8 -8 v-10 a8 8 0 0 1 8 -8 z" fill="url(#brand)"/>
33
+ <path d="M85 103 L85 117 L98 110 Z" fill="#0a1622"/>
34
+
35
+ <!-- brand mark -->
36
+ <text x="80" y="140" text-anchor="middle" font-family="'Segoe UI', Arial, sans-serif" font-size="15" font-weight="700" letter-spacing="1.5" fill="url(#brand)">BROM4KER</text>
37
+ </svg>
package/config.json ADDED
@@ -0,0 +1,24 @@
1
+ {
2
+ "password": "T3SAKUNRYOTA",
3
+ "batchSize": 5,
4
+ "otp": {
5
+ "timeout": 90000,
6
+ "pollInterval": 4000
7
+ },
8
+ "account": {
9
+ "apiUrl": "https://mail.gopretstudio.com",
10
+ "apiKey": "GOMAIL-FqcmbaAGbPnwHIxKElNq"
11
+ },
12
+ "capcut": {
13
+ "aid": "348188",
14
+ "sdkVersion": "2.1.10-tiktok",
15
+ "language": "en",
16
+ "region": "ID",
17
+ "loginDomain": "https://login-row.www.capcut.com"
18
+ },
19
+ "paths": {
20
+ "accounts": "./data/accounts.json",
21
+ "result": "./data/result.txt",
22
+ "emailDb": "./data/email-db.json"
23
+ }
24
+ }
@@ -0,0 +1,15 @@
1
+ [
2
+ {
3
+ "email": "montelangworth@srimuna.me",
4
+ "password": "@RyotaXD666",
5
+ "firstName": "Monte",
6
+ "lastName": "Langworth",
7
+ "fullName": "Monte Langworth",
8
+ "userId": "7660221668682695688",
9
+ "screenName": "user4863042956006",
10
+ "birthday": "2001-06-03",
11
+ "sessionId": "3ffd61fb6e2d673dfc6504360dfe37a1",
12
+ "status": "verified",
13
+ "createdAt": "2026-07-08T18:12:46.142Z"
14
+ }
15
+ ]
@@ -0,0 +1,13 @@
1
+ [
2
+ "gracelangosh@gomal.tech",
3
+ "chanellewiegand@xaexi.tech",
4
+ "annettebechtelar@srimuna.me",
5
+ "hunternitzsche@neoxr.me",
6
+ "alessandraryan@xaexi.tech",
7
+ "chaunceycollins@gomal.tech",
8
+ "terrencefay@plexai.xyz",
9
+ "magnusdach@plexai.xyz",
10
+ "fatimamcclure@plexai.xyz",
11
+ "patmetz@xaexi.tech",
12
+ "montelangworth@srimuna.me"
13
+ ]
@@ -0,0 +1 @@
1
+ montelangworth@srimuna.me @RyotaXD666 Monte Langworth
package/index.js CHANGED
@@ -67,8 +67,8 @@ async function main() {
67
67
  );
68
68
  console.log();
69
69
  }
70
- } catch (e) {
71
- console.log(chalk.red("\n[-] Error detail: " + e.message));
70
+ } catch (err) {
71
+ console.error(chalk.red(`\n Fatal: ${err.message}`));
72
72
  process.exit(1);
73
73
  }
74
74
  }
package/package.json CHANGED
@@ -1,10 +1,6 @@
1
1
  {
2
2
  "name": "c-capcut",
3
- "version": "1.0.4",
4
- "files": [
5
- "index.js",
6
- "src/"
7
- ],
3
+ "version": "1.0.5",
8
4
  "type": "module",
9
5
  "bin": {
10
6
  "capcut": "./index.js"
@@ -15,8 +15,7 @@ import {
15
15
  ACCOUNT_API_KEY,
16
16
  OTP_TIMEOUT,
17
17
  OTP_POLL,
18
- } from "../config.js"; // Pastikan sudah "../.." (dua kali titik-titik)
19
-
18
+ } from "../config.js";
20
19
  import { createAccountGenerator } from "../lib/email-gen.js";
21
20
  import { createOtpWaiter } from "../lib/otp.js";
22
21
  import { registerAccount, TOTAL_STEPS } from "../lib/capcut.js";