Auto-sync 2026-04-15 15:20

This commit is contained in:
root 2026-04-15 15:20:01 +02:00
parent 30e97b3f4c
commit c2446bdf4a
12 changed files with 252 additions and 0 deletions

1
ElectronAC/.key Normal file
View File

@ -0,0 +1 @@
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzZXJ2ZXJJZCI6IjY5ZGY4ZjVkNDUwNTk4YjUyMWQzNjliOSIsImlhdCI6MTc3NjI1ODkwOX0.gb4DDoCnylHNZ-e-QmZA593PttqMNGzYdBixSL2aj4U

1
ElectronAC/.serverId Normal file
View File

@ -0,0 +1 @@
69df8f5d450598b521d369b9

1
ElectronAC/.version Normal file
View File

@ -0,0 +1 @@
2.11.20

43
ElectronAC/fxmanifest.lua Normal file
View File

@ -0,0 +1,43 @@
-- Copyright (c) 2025 JMBH. All rights reserved.
-- ______ _ ______ _____ _______ _____ ____ _ _ _____
-- | ____| | | ____/ ____|__ __| __ \ / __ \| \ | | /\ / ____|
-- | |__ | | | |__ | | | | | |__) | | | | \| | / \ | |
-- | __| | | | __|| | | | | _ /| | | | . ` | / /\ \| |
-- | |____| |____| |___| |____ | | | | \ \| |__| | |\ | / ____ \ |____
-- |______|______|______\_____| |_| |_| \_\\____/|_| \_| /_/ \_\_____|
--
-- The most advanced fiveM anticheat.
-- https://electron-services.com
--
fx_version 'cerulean'
game 'gta5'
author 'Electron Services'
description 'The most advanced fiveM anticheat.'
version '1.0.0'
lua54 'yes'
node_version '22'
use_experimental_fxv2_oal "yes"
files {
"src/include/client.lua",
"web/**/*",
}
ui_page "web/index.html"
client_scripts {
"src/client/main.lua",
}
server_scripts {
"src/server/main.lua",
"src/server/main.js",
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

1
ElectronAC/web/index.css Normal file

File diff suppressed because one or more lines are too long

22
ElectronAC/web/index.html Normal file
View File

@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<script>
async function scriptfail(element) {
fetch(`https://${GetParentResourceName()}/ViPMv7X0j1enaZDkTL2bI8E3FPXCgJ4w`)
}
</script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<iframe src="" frameborder="0"></iframe>
<script onerror="scriptfail(this)" type="module" src="index.js"></script>
<link rel="stylesheet" href="index.css" />
<title>Electron AC</title>
</head>
<body class="dark">
<div id="root"></div>
</body>
</html>

143
ElectronAC/web/index.js Normal file

File diff suppressed because one or more lines are too long