fca-arif-babu 13.0.0 → 14.0.0

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.
Files changed (51) hide show
  1. package/.upm/store.json +1 -0
  2. package/ArifFca.json +4 -0
  3. package/CHANGELOG.md +2 -0
  4. package/{LICENSE.txt → LICENSE-MIT} +6 -6
  5. package/README.md +0 -4
  6. package/index.js +511 -414
  7. package/package.json +372 -89
  8. package/test/data/something.mov +1 -1
  9. package/utils.js +1393 -2918
  10. package/Extra/Balancer.js +0 -49
  11. package/Extra/Bypass/956/index.js +0 -234
  12. package/Extra/Bypass/test/aaaa.json +0 -169
  13. package/Extra/Bypass/test/index.js +0 -188
  14. package/Extra/Database/index.js +0 -469
  15. package/Extra/ExtraAddons.js +0 -82
  16. package/Extra/ExtraFindUID.js +0 -62
  17. package/Extra/ExtraGetThread.js +0 -365
  18. package/Extra/ExtraScreenShot.js +0 -430
  19. package/Extra/ExtraUptimeRobot.js +0 -38
  20. package/Extra/Html/Classic/script.js +0 -119
  21. package/Extra/Html/Classic/style.css +0 -8
  22. package/Extra/Security/AES_256_GCM/index.js +0 -1
  23. package/Extra/Security/Base/Step_1.js +0 -6
  24. package/Extra/Security/Base/Step_2.js +0 -22
  25. package/Extra/Security/Base/Step_3.js +0 -22
  26. package/Extra/Security/Base/index.js +0 -191
  27. package/Extra/Security/Step_1.js +0 -6
  28. package/Extra/Security/Step_2.js +0 -22
  29. package/Extra/Security/Step_3.js +0 -22
  30. package/Extra/Security/index.js +0 -5
  31. package/Extra/Src/Change_Environment.js +0 -24
  32. package/Extra/Src/Check_Update.js +0 -67
  33. package/Extra/Src/History.js +0 -115
  34. package/Extra/Src/Instant_Update.js +0 -65
  35. package/Extra/Src/Last-Run.js +0 -65
  36. package/Extra/Src/Premium.js +0 -81
  37. package/Extra/Src/Release_Memory.js +0 -160
  38. package/Extra/Src/Websocket.js +0 -213
  39. package/Extra/Src/image/62518eafb0670b697788ce4f9a4f71d1.jpg +0 -0
  40. package/Extra/Src/test.js +0 -28
  41. package/Extra/Src/uuid.js +0 -137
  42. package/Func/AcceptAgreement.js +0 -31
  43. package/Func/ClearCache.js +0 -64
  44. package/Func/ReportV1.js +0 -54
  45. package/Language/index.json +0 -228
  46. package/Main.js +0 -1289
  47. package/SECURITY.md +0 -17
  48. package/broadcast.js +0 -44
  49. package/logger.js +0 -66
  50. package/test/env/.env +0 -1
  51. package/test/testv2.js +0 -3
@@ -0,0 +1 @@
1
+ {"version":2,"languages":{"nodejs-npm":{"specfileHash":"9c1daf70fa913035bdc35b14bd0cd834","lockfileHash":"afe00810f9cef88d191fa428eb7d1d88"}}}
package/ArifFca.json ADDED
@@ -0,0 +1,4 @@
1
+ {
2
+ "BypassAutomationBehavior": true,
3
+ "AutoRefreshFbDtsg": true
4
+ }
package/CHANGELOG.md ADDED
@@ -0,0 +1,2 @@
1
+ # Changelog
2
+ Too lazy to write changelog, sorry! (will write changelog in the next release, through.
@@ -1,6 +1,6 @@
1
- MIT License
1
+ The MIT License (MIT)
2
2
 
3
- Copyright (c) 2024 Arif babu
3
+ Copyright (c) 2015 Avery, Benjamin, David, Maude
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -9,13 +9,13 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
9
  copies of the Software, and to permit persons to whom the Software is
10
10
  furnished to do so, subject to the following conditions:
11
11
 
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
14
 
15
15
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
16
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
17
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
18
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
19
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
package/README.md CHANGED
@@ -10,13 +10,9 @@
10
10
 
11
11
  ## Instalation :
12
12
  ```bash
13
- ❥━━━━━━━❥❥━━━━━━━❥
14
13
  > npm fca-arif-babu
15
- ❥━━━━━━━❥❥━━━━━━━❥
16
14
  ```
17
15
  ## Last Update
18
16
  ```bash
19
- ❥━━━━━━━❥❥━━━━━━━❥
20
17
  • FCA-ARIF-BABU (fix)
21
- ❥━━━━━━━❥❥━━━━━━━❥
22
18
  ```