Skip to content

Commit

Permalink
v2.3.0.02
Browse files Browse the repository at this point in the history
  • Loading branch information
ruip005 authored Feb 16, 2024
1 parent 0b41b7b commit 7fee091
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 17 deletions.
Binary file modified cMain.luac
Binary file not shown.
22 changes: 10 additions & 12 deletions gMain.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Gelecekte anticheat'in bu sunucular için uyarlanmış bir versiyonunu geliştir
]]

auth = { -- Autenticação | Authentication
user = "SEU USER", -- https://api.uw33dac.me/v2/public/demo
key = "SUA PASSWORD" -- https://api.uw33dac.me/v2/public/demo
user = "SEU USER", -- https://api.uw33dac.me/demo
key = "SUA PASSWORD" -- https://api.uw33dac.me/demo
}

servidor = {
Expand Down Expand Up @@ -85,7 +85,7 @@ discord = {
embed = true, -- Ativar discord embed | Discord embed status
resolutionX = 800, -- Resolução X
resolutionY = 600, -- Resolução Y
quality = 21, -- Qualidade da imagem, não deixe muito alto 10~30 | Image quality
quality = 13, -- Qualidade da imagem, não deixe muito alto 10~30 | Image quality
},
}

Expand Down Expand Up @@ -184,7 +184,7 @@ ac = {
vehicleblacklist = true,
speed = true,
jetpack = true,
fly = true,
fly = false,
rpgvbr = true,
tankammoshot = true,
weaponkill = true,
Expand All @@ -198,7 +198,6 @@ ac = {
tphack = true,
explosion = true,
moneycheat = true,
spoofer = true,
},
getcar = { -- Sistema que tenta detectar veiculos que foram puxados
garagens = { -- Coordenadas das garagens
Expand Down Expand Up @@ -231,7 +230,7 @@ outros = {
cooldown = 5, -- Tempo de espera antes do banimento
musica = "https://www.myinstants.com/media/sounds/cr7-vou-ao-u-ao-messi.mp3", -- Tocar música quando o jogador estiver para ser banido
antiss = true, -- Entrar no servidor apenas com captura de tela ativa
window = false, -- Deixar o jogador apenas entrar no servidor com tela cheia
window = true, -- Deixar o jogador apenas entrar no servidor com tela cheia
telastaff = true, -- Mostrar a print do jogador na tela do Staff
gbans = true, -- Deixar os banimentos globais ativos
gbansrealcheck = false, -- Verificar o jogador que entrou no servidor se possui banimento global em tempo real (false ao iniciar o anticheat ele guarda os banimentos numa local db)
Expand All @@ -242,12 +241,11 @@ outros = {
bantime = 5, -- Tempo do banimento se estiver ativo
banvpn = true, -- Banir quem usar VPN por X minutos (LocalDB)
},
country = { -- Deixar apenas logar pessoas de certos paises
on = false, -- Deixar sistema ativo?
flags = { -- Siglas dos paises
country = {
on = true, -- Deixar sistema ativo?
flags = {
"PT",
"US",
"BR",
},
},
}
Expand Down Expand Up @@ -331,8 +329,8 @@ language = {
['resourcestopD'] = "```O jogador ${nome} [${id}] foi kickado! [".."Resource Stopper".."]\nIP: ${ip} | Serial: ${serial} | Conta: ${conta}```@here",
['aimbotD'] = "```O jogador ${nome} [${id}] está mexendo a mira rápido demais! [".."Aimbot".."]\nIP: ${ip} | Serial: ${serial} | Conta: ${conta}```",
['joinstaffaccD'] = "```Tem alguém querendo autenticar-se na conta do Staff: ${getaccPacc} | Nick: ${getname} | IP: ${ip} | SERIAL: ${serial}```",
['banlogsD'] = "```O Staff ${snome} [${sid}] baniu o jogador ${nome} [${id}]\nIP: ${ip} | Serial: ${serial}```",
['unbanlogsD'] = "```O Staff ${snome} [${sid}] desbaniu o IP: ${ip} | Serial: ${serial}```",
['banlogsD'] = "```O Staff ${snome} [${sid}] baniu o jogador ${nome} [${id}]\n\nIP: ${ip} | Serial: ${serial}\nTempo: ${tempo}\nMotivo: ${motivo}\n```",
['unbanlogsD'] = "```O Staff ${snome} [${sid}] desbaniu o jogador ${nome} [${id}]\n\nIP: ${ip} | Serial: ${serial}```",
['invisibleweaponD'] = "```O jogador ${nome} [${id}] foi banido por uso de trapaças! [Arma invisível]\nIP: ${ip} | Serial: ${serial} | Conta: ${conta}```@here",
['firerateD'] = "```O jogador ${nome} [${id}] foi banido por uso de trapaças! [Fire Rate]\nIP: ${ip} | Serial: ${serial} | Conta: ${conta}```@here",
['updateD'] = "```diff\n+ Nova versão do Anticheat baixada!\n+ Não esqueça de fazer a troca!\n```",
Expand Down
10 changes: 5 additions & 5 deletions meta.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<meta>
<oop>true</oop>
<info author='uW33D' name='Anticheat MTA' version="2.3.0.00U" />
<info author='uW33D' name='Anticheat MTA' version="2.3.0.02U" />

<script src="sMain.luac" type="server" />
<script src="sMain.lua" type="server" />
<script src="gMain.lua" type="shared" cache="false" />
<script src="cMain.luac" type="client" protected="true" cache="false" />
<script src="cMain.lua" type="client" protected="true" cache="false" />

<script src="files/utils/utils.luac" type="shared" cache="false" protected="true"/>
<script src="files/utils/responsive.luac" type="client" cache="false" protected="true"/>
<script src="files/utils/utils.luac" type="shared" cache="false" protected="true" />
<script src="files/utils/responsive.luac" type="client" cache="false" protected="true" />

<file src="files/fonts/medium.ttf" />
<file src="files/fonts/regular.ttf" />
Expand Down
Binary file modified sMain.luac
Binary file not shown.

0 comments on commit 7fee091

Please sign in to comment.