AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   You asked for it: Frag Anti-Cheat V1.0 By Doron Bachar ALL CODE HERE (https://forums.alliedmods.net/showthread.php?t=321670)

nacknic 02-23-2020 00:39

You asked for it: Frag Anti-Cheat V1.0 By Doron Bachar ALL CODE HERE
 
demonstration video in HEB
Code:

https://youtu.be/U4F8fh_2A1A
amxmodx
Code:

https://pastebin.com/UUZinbws
java
Code:

https://pastebin.com/T6h5hzht
** its work but the ftp password are NOT SECURE**
when i have time i will work on it, fix the secure problems and write new better version base on this codeץ

All the wise men who thought it was a virus :)
forgot to save the GUI code, but its not important

DJEarthQuake 02-23-2020 20:11

Re: You asked for it: Frag Anti-Cheat V1.0 By Doron Bachar ALL CODE HERE
 
Code:
public plugin_precache() {     new s[][] = { "sprites/gas_puff_01.spr", "models/player/arctic/arctic.mdl",                    "models/player/gign/gign.mdl", "models/player/gsg9/gsg9.mdl", "models/player/guerilla/guerilla.mdl",          "models/player/leet/leet.mdl", "models/player/sas/sas.mdl", "models/player/terrorterror.mdl" }     for(new i = 0; i < 7; i++) force_unmodified( force_exactfile, {0, 0, 0}, {0, 0, 0}, s[i] ) }
Does mp_consistency fail?

nacknic 02-24-2020 05:06

Re: You asked for it: Frag Anti-Cheat V1.0 By Doron Bachar ALL CODE HERE
 
Quote:

Originally Posted by DJEarthQuake (Post 2684845)
Code:
public plugin_precache() {     new s[][] = { "sprites/gas_puff_01.spr", "models/player/arctic/arctic.mdl",                    "models/player/gign/gign.mdl", "models/player/gsg9/gsg9.mdl", "models/player/guerilla/guerilla.mdl",          "models/player/leet/leet.mdl", "models/player/sas/sas.mdl", "models/player/terrorterror.mdl" }     for(new i = 0; i < 7; i++) force_unmodified( force_exactfile, {0, 0, 0}, {0, 0, 0}, s[i] ) }
Does mp_consistency fail?

didnt try:
first: im noob in amxmodx (but do the job) and second - i dont want all models (i like for example awp hltv model :) )


All times are GMT -4. The time now is 10:07.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.