fca-naughty1 1.6.0 → 1.6.1
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +9 -9
- package/package.json +1 -1
package/index.js
CHANGED
@@ -44,7 +44,7 @@ global.Fca = new Object({
|
|
44
44
|
"AutoRestartMinutes": 0,
|
45
45
|
"HTML": {
|
46
46
|
"HTML": true,
|
47
|
-
"UserName": "
|
47
|
+
"UserName": "NAUGHTY",
|
48
48
|
"MusicLink": "https://drive.google.com/uc?id=1zlAALlxk1TnO7jXtEP_O6yvemtzA2ukA&export=download"
|
49
49
|
}
|
50
50
|
},
|
@@ -102,7 +102,7 @@ global.Fca = new Object({
|
|
102
102
|
│ │
|
103
103
|
│ │
|
104
104
|
│ fca-naughty1 │
|
105
|
-
│ Version: 1.6.
|
105
|
+
│ Version: 1.6.1 │
|
106
106
|
└────────────────────────────────────────────────────────────────────────────────┘`);
|
107
107
|
let Boolean_Fca = ["AutoUpdate","Uptime","BroadCast","EncryptFeature","AutoLogin","ResetDataLogin","Login2Fa","Logo"];
|
108
108
|
let String_Fca = ["MainName","PreKey","Language","AuthString","Config"]
|
@@ -220,13 +220,13 @@ function ClassicHTML(UserName,Type,link) {
|
|
220
220
|
<html lang="en" >
|
221
221
|
<head>
|
222
222
|
<meta charset="UTF-8">
|
223
|
-
<title>
|
223
|
+
<title>FCA-NAUGHTY</title>
|
224
224
|
<link rel="stylesheet" href="./style.css">
|
225
225
|
</head>
|
226
226
|
<body>
|
227
227
|
<center>
|
228
|
-
<marquee><b>
|
229
|
-
<h2>
|
228
|
+
<marquee><b>A LOT OF THANKS FOR USING FCA-NAUGHTY1</b></marquee>
|
229
|
+
<h2>fca-naughty1 User Info</h2>
|
230
230
|
<h3>UserName: ${UserName} | Type: ${Type}</h3>
|
231
231
|
<canvas id="myCanvas"></canvas>
|
232
232
|
<script src="./script.js"></script>
|
@@ -234,14 +234,14 @@ function ClassicHTML(UserName,Type,link) {
|
|
234
234
|
<div id="music">
|
235
235
|
<audio autoplay="false" controls="true" loop="true" src="${link}" __idm_id__="5070849">Your browser does not support the audio element.</audio>
|
236
236
|
<br><b>Session ID:</b> ${global.Fca.Require.Security.create().uuid}<br>
|
237
|
-
<br>
|
237
|
+
<br>THANKS FOR USING <b> fca-naughty1 </b> DEVELOPED BY <b>NAUGHTY</b> <3<br>
|
238
238
|
</div>
|
239
239
|
</footer>
|
240
240
|
</div>
|
241
241
|
</center>
|
242
242
|
</html>
|
243
243
|
</body>`
|
244
|
-
//
|
244
|
+
//NAUGHTY
|
245
245
|
}
|
246
246
|
|
247
247
|
/!-[ Stating Http Infomation ]-!/
|
@@ -1143,9 +1143,9 @@ try {
|
|
1143
1143
|
Fetch('https://raw.githubusercontent.com/corazoncary/fca/main/package.json').then(async (/** @type {{ body: { toString: () => string; }; }} */res) => {
|
1144
1144
|
const localVersion = global.Fca.Version;
|
1145
1145
|
if (Number(localVersion.replace(/\./g,"")) < Number(JSON.parse(res.body.toString()).version.replace(/\./g,"")) ) {
|
1146
|
-
log.warn("[ FCA-
|
1146
|
+
log.warn("[ FCA-NAUGHTY ] •",getText(Language.NewVersionFound,global.Fca.Version,JSON.parse(res.body.toString()).version));
|
1147
1147
|
if (global.Fca.Require.FastConfig.AutoUpdate == true) {
|
1148
|
-
log.warn("[ FCA-
|
1148
|
+
log.warn("[ FCA-NAUGHTY ] •",Language.AutoUpdate);
|
1149
1149
|
try {
|
1150
1150
|
execSync('npm install team.atf@latest', { stdio: 'inherit' });
|
1151
1151
|
logger.Success(Language.UpdateSuccess)
|