Auto-sync 2026-04-15 15:20
This commit is contained in:
parent
30e97b3f4c
commit
c2446bdf4a
1
ElectronAC/.key
Normal file
1
ElectronAC/.key
Normal file
@ -0,0 +1 @@
|
|||||||
|
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzZXJ2ZXJJZCI6IjY5ZGY4ZjVkNDUwNTk4YjUyMWQzNjliOSIsImlhdCI6MTc3NjI1ODkwOX0.gb4DDoCnylHNZ-e-QmZA593PttqMNGzYdBixSL2aj4U
|
||||||
1
ElectronAC/.serverId
Normal file
1
ElectronAC/.serverId
Normal file
@ -0,0 +1 @@
|
|||||||
|
69df8f5d450598b521d369b9
|
||||||
1
ElectronAC/.version
Normal file
1
ElectronAC/.version
Normal file
@ -0,0 +1 @@
|
|||||||
|
2.11.20
|
||||||
43
ElectronAC/fxmanifest.lua
Normal file
43
ElectronAC/fxmanifest.lua
Normal 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",
|
||||||
|
}
|
||||||
1
ElectronAC/src/client/main.lua
Normal file
1
ElectronAC/src/client/main.lua
Normal file
File diff suppressed because one or more lines are too long
1
ElectronAC/src/include/client.lua
Normal file
1
ElectronAC/src/include/client.lua
Normal file
File diff suppressed because one or more lines are too long
1
ElectronAC/src/include/server.lua
Normal file
1
ElectronAC/src/include/server.lua
Normal file
File diff suppressed because one or more lines are too long
36
ElectronAC/src/server/main.js
Normal file
36
ElectronAC/src/server/main.js
Normal file
File diff suppressed because one or more lines are too long
1
ElectronAC/src/server/main.lua
Normal file
1
ElectronAC/src/server/main.lua
Normal file
File diff suppressed because one or more lines are too long
1
ElectronAC/web/index.css
Normal file
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
22
ElectronAC/web/index.html
Normal 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
143
ElectronAC/web/index.js
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user