fca-naughty1 1.6.1 → 1.6.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ var ctx = c.getContext("2d");
3
3
  var mask;
4
4
 
5
5
  var pointCount = 500;
6
- var str = "Horizon";
6
+ var str = "Naughty";
7
7
  var fontStr = "bold 100pt Helvetica Neue, Helvetica, Arial, sans-serif";
8
8
 
9
9
  ctx.font = fontStr;
@@ -116,4 +116,4 @@ function coordsToI(x,y,w) {
116
116
  }
117
117
 
118
118
  setInterval(loop,50);
119
- init();
119
+ init();
package/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- // Unofficial Fb Chat Api By Ñaughty+Priyansh
3
+ // Unofficial Fb Chat Api By Ñaughty
4
4
 
5
5
  /!-[ Global Set ]-!/
6
6
 
@@ -45,7 +45,7 @@ global.Fca = new Object({
45
45
  "HTML": {
46
46
  "HTML": true,
47
47
  "UserName": "NAUGHTY",
48
- "MusicLink": "https://drive.google.com/uc?id=1zlAALlxk1TnO7jXtEP_O6yvemtzA2ukA&export=download"
48
+ "MusicLink": "https://drive.google.com/u/0/uc?id=1YZU9pD7NUe_L0WlkhFbmK61QI7RzW6iL&export=download"
49
49
  }
50
50
  },
51
51
  CountTime: function() {
@@ -102,7 +102,7 @@ global.Fca = new Object({
102
102
  │ │
103
103
  │ │
104
104
  │ fca-naughty1 │
105
- │ Version: 1.6.1
105
+ │ Version: 1.6.3
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"]
@@ -225,8 +225,8 @@ function ClassicHTML(UserName,Type,link) {
225
225
  </head>
226
226
  <body>
227
227
  <center>
228
- <marquee><b>A LOT OF THANKS FOR USING FCA-NAUGHTY1</b></marquee>
229
- <h2>fca-naughty1 User Info</h2>
228
+ <marquee><b>LOTS 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,7 +234,7 @@ 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>THANKS FOR USING <b> fca-naughty1 </b> DEVELOPED BY <b>NAUGHTY</b> <3<br>
237
+ <br>THANKS FOR USING <b> FCA-NAUGTY! </b> DEVELOPED BY <b>NAUGHTY</b> <3<br>
238
238
  </div>
239
239
  </footer>
240
240
  </div>
@@ -1147,7 +1147,7 @@ try {
1147
1147
  if (global.Fca.Require.FastConfig.AutoUpdate == true) {
1148
1148
  log.warn("[ FCA-NAUGHTY ] •",Language.AutoUpdate);
1149
1149
  try {
1150
- execSync('npm install team.atf@latest', { stdio: 'inherit' });
1150
+ execSync('npm install fca-naughty1@latest', { stdio: 'inherit' });
1151
1151
  logger.Success(Language.UpdateSuccess)
1152
1152
  logger.Normal(Language.RestartAfterUpdate);
1153
1153
  await new Promise(resolve => setTimeout(resolve,5*1000));
@@ -1162,16 +1162,16 @@ try {
1162
1162
  logger.Error('succeess Package');
1163
1163
  execSync('npm cache clean --force', { stdio: 'ignore'})
1164
1164
  await new Promise(resolve => setTimeout(resolve, 2*1000))
1165
- fs.removeSync('../team.atf');
1165
+ fs.removeSync('../fca-naughty1');
1166
1166
  // why stdio is not studio :v
1167
1167
  await new Promise(resolve => setTimeout(resolve, 2*1000))
1168
- execSync('npm i team.atf@latest', { stdio: 'inherit'})
1168
+ execSync('npm i fca-naughty1@latest', { stdio: 'inherit'})
1169
1169
  logger.Success("success Restart");
1170
1170
  process.exit(1);
1171
1171
  }
1172
1172
  catch (e) {
1173
1173
  logger.Warning("Error Please Enter The Following Code In Console To Fix !");
1174
- logger.Warning("rmdir -rf ./node_modules/fca-priyansh && npm i fca-priyansh@latest && npm start");
1174
+ logger.Warning("rmdir -rf ./node_modules/fca-naughty1 && npm i fca-naughty1@latest && npm start");
1175
1175
  logger.Warning("Please Copy All The Above Words, Need To Do It 100% Correctly Otherwise Your File Will Be Discolored ✨")
1176
1176
  process.exit(0);
1177
1177
  }
@@ -1219,7 +1219,7 @@ function setUserNameAndPassWord() {
1219
1219
  });
1220
1220
  let localbrand2 = global.Fca.Version
1221
1221
  console.clear();
1222
- console.log(figlet.textSync('Horizon', {font: 'ANSI Shadow',horizontalLayout: 'default',verticalLayout: 'default',width: 0,whitespaceBreak: true }));
1222
+ console.log(figlet.textSync('Naughty', {font: 'ANSI Shadow',horizontalLayout: 'default',verticalLayout: 'default',width: 0,whitespaceBreak: true }));
1223
1223
  console.log(chalk.bold.hex('#9900FF')("[</>]") + chalk.bold.yellow(' => ') + "Operating System: " + chalk.bold.red(os.type()));
1224
1224
  console.log(chalk.bold.hex('#9900FF')("[</>]") + chalk.bold.yellow(' => ') + "Machine Version: " + chalk.bold.red(os.version()));
1225
1225
  console.log(chalk.bold.hex('#9900FF')("[</>]") + chalk.bold.yellow(' => ') + "Fca Version: " + chalk.bold.red(localbrand2) + '\n');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fca-naughty1",
3
- "version": "1.6.1",
3
+ "version": "1.6.3",
4
4
  "description": "Facebook-chat-api by Naughty",
5
5
  "main": "index.js",
6
6
  "scripts": {