[Filterscript] AC Black Diamond - Printable Version + open.mp forum (https://forum.open.mp) -- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3) --- Forum: Releases (https://forum.open.mp/forumdisplay.php?fid=13) ---- Forum: Filterscripts (https://forum.open.mp/forumdisplay.php?fid=30) ---- Thread: [Filterscript] AC Black Diamond (/showthread.php?tid=2420) |
AC Black Diamond - alexsusco360 - 2023-07-06 Download: https://github.com/asm360/AC_Black_Diamond/releases/tag/release Anti-cheats for SAMP supports updated versions You load the filterscript, and you add the following code to your gamemode and can use the new functions Note that you have a public that checks an unsupported version in anticheat, it is recommended to block them and inform them that they need to update their SAMP version no open source why? to protect against bypass attempts, afraid of malicious code? This is an amx file, its compiler is not complicated, you can throw the file in hexeditor and see all the functions I use and also the strings (at the end of the file) At the beginning of his the functions Code: //---------------------------------------------------------- RE: AC Black Diamond - JasonDeRue - 2023-07-06 Do you seriously think someone will use your anticheat without a pwn file? Man it's a filterscript, you're not hiding the Holy Grail. Poste source otherwise delete this topic. "to protect against bypass attempts," what the hell means? Makes no sensee. RE: AC Black Diamond - alexsusco360 - 2023-07-06 (2023-07-06, 12:07 PM)JasonDeRue Wrote: Do you seriously think someone will use your anticheat without a pwn file? Man it's a filterscript, you're not hiding the Holy Grail. Poste source otherwise delete this topic. I understand that you didn't read/understand half of what I wrote, so before you react like an idiot, read And of course it makes sense not to give a code so that there is no bypass attempt, you're another one who doesn't know SAMP at all -,- As I wrote, you can see which functions I use in all the code, and know that way if it is safe RE: AC Black Diamond - yubxdiscord - 2023-07-06 Very effective, thank you very much for this, I've been waiting for something for years to make it possible to test CLEO and s0beit RE: AC Black Diamond - JasonDeRue - 2023-07-06 (2023-07-06, 12:14 PM)alexsusco360 Wrote: I understand that you didn't read/understand half of what I wrote, so before you react like an idiot, read You don't understand a shit. You don't have to teach me how scripting works because I have more than 10 years of experience. The 'bypass' fear you have is stupid and non sense, what we could bypass? Are you serious? Don't talk to me like I don't know what's SA-MP at all because I can teach you from A to Z. The functions written in the code doesn't commit a proof as I can't know if there's malicious code or something fishy in your script. What's your fear of hiding source? If you're clean and legit, post it. Otherwise I'm gonna report this topic for suspect code. I repeat, NO ONE, NO ONE WILL DOWNLOAD AND USE YOUR FILTERSCRIPT WITHOUT A SOURCE CODE. Only people with a couch IQ will do. (2023-07-06, 01:59 PM)yubxdiscord Wrote: Very effective, thank you very much for this, I've been waiting for something for years to make it possible to test CLEO and s0beit That's really pathethic multi account message. Do you really thing I will believe the shit said from an account created this month with 3 posts? Fuck off, nobody is stupid here. RE: AC Black Diamond - varelalfaiz - 2023-07-06 WTF bro, did you use opcodes or something to make this out? I think this is very out of the box. RE: AC Black Diamond - alexsusco360 - 2023-07-06 @JasonDeRue I understand that you are disgruntled and experience level -1 is fine I would love for you to have a place to cry and it is here RE: AC Black Diamond - alexsusco360 - 2023-07-06 (2023-07-06, 08:04 PM)varelalfaiz Wrote: WTF bro, did you use opcodes or something to make this out? I think this is very out of the box. Yes, it is using hidden SAMP functions that are not officially announced But very useful, as you can see they don't like me revealing it :P RE: AC Black Diamond - JasonDeRue - 2023-07-07 " hidden SAMP functions that are not officially announced" aahahahahahahahahahajaha RE: AC Black Diamond - JasonDeRue - 2023-07-07 I have tested and it works, great job but please post source. RE: AC Black Diamond - alexsusco360 - 2023-07-07 (2023-07-07, 10:22 AM)JasonDeRue Wrote: I have tested and it works, great job but please post source.I really want to publish and give you full information on how to use and how to use correctly, but you have to understand that if there is an open source there will be a specific bypass SAMP SERVER does not have many options to check if the information is correctly verified So I found a "trick" which is also quite limited in its capabilities, if I publish it to the public it will be fixed, Like I said big servers get access to the code RE: AC Black Diamond - alexsusco360 - 2023-07-07 (2023-07-07, 10:22 AM)JasonDeRue Wrote: I have tested and it works, great job but please post source.If you would like identification of additional mods/asi files You can write me and I added RE: AC Black Diamond - JasonDeRue - 2023-07-07 There is a bug, AC keeps spamming this messages: My game is clean, no sampfuncs/sobeit/cleo or anything similar. Tried even on a clean gamemode but got same problem. I'm using latest version. EDIT: After some time of spamming I got kicked for 'bypass'. RE: AC Black Diamond - alexsusco360 - 2023-07-07 (2023-07-07, 11:07 AM)JasonDeRue Wrote: There is a bug, AC keeps spamming this messages: The picture you sent is not at all my NEX-AC does not send messages, you have to add the code and then set the messages you want for it RE: AC Black Diamond - JasonDeRue - 2023-07-07 (2023-07-07, 10:22 AM)JasonDeRue Wrote: I have tested and it works, great job but please post source. It was my mistake, it doesn't work for anything.... I've downloaded some cheats and it doesn't even get detected. Also I don't understand how a filterscript can comunicate with the gamemode? I've placed the amx file in the filterscript folder and added the functions you said in the gamemode, but how the gamemode links that functions to your filterscript? I don't get it, because if I have a filterscript with public TestFunction(playerid) and when I load filterscript i call directly public TestFunction(playerid) in my gamemode, I would get an error saying the function doesn't exist. So please explain. RE: AC Black Diamond - alexsusco360 - 2023-07-07 (2023-07-07, 01:55 PM)JasonDeRue Wrote:I really don't understand what you're getting so confused about, it's very clear how to use it, everyone uses it and hasn't encountered this kind of problem, try to work in a more orderly way, maybe that way you'll understand what the problem is(2023-07-07, 10:22 AM)JasonDeRue Wrote: I have tested and it works, great job but please post source. RE: AC Black Diamond - JasonDeRue - 2023-07-07 You haven't answered at my questions. If I add publics to my gamemode, how your filterscript can communicate with it? It's not an include that you can use publics anywhere. A filterscript is something different and external from gamemode. So explain me the connection between your filterscript and my gamemode. Example: When I use OnDetecteds0beit, how can my gamemode understand FROM where this public comes from? It's not in any include nor in an external pwn file that I included, so how? RE: AC Black Diamond - alexsusco360 - 2023-07-07 (2023-07-07, 05:22 PM)JasonDeRue Wrote: You haven't answered at my questions.https://team.sa-mp.com/wiki/CallRemoteFunction.html RE: AC Black Diamond - alexsusco360 - 2023-07-07 (2023-07-07, 05:22 PM)JasonDeRue Wrote: You haven't answered at my questions.I released an update, maybe it will help you RE: AC Black Diamond - JasonDeRue - 2023-07-09 Regarding old client versions, which one are accepeted? Only R5? RE: AC Black Diamond - alexsusco360 - 2023-07-10 (2023-07-09, 08:47 PM)JasonDeRue Wrote: Regarding old client versions, which one are accepeted? Only R5?It works on any version above R2 R2,R3,R4,R5,0.3.DL RE: AC Black Diamond - JasonDeRue - 2023-07-10 Can you please block every version except latest? (R5) Thanks. RE: AC Black Diamond - alexsusco360 - 2023-07-10 (2023-07-10, 05:42 PM)JasonDeRue Wrote: Can you please block every version except latest? (R5) Thanks.You can do it yourself, use your brain, it's not hard RE: AC Black Diamond - JasonDeRue - 2023-07-11 (2023-07-10, 10:14 PM)alexsusco360 Wrote:(2023-07-10, 05:42 PM)JasonDeRue Wrote: Can you please block every version except latest? (R5) Thanks.You can do it yourself, use your brain, it's not hard I know I can use GetPlayerVersion but it doesn't work. I have already tried! RE: AC Black Diamond - alexsusco360 - 2023-07-17 (2023-07-11, 09:52 AM)JasonDeRue Wrote:(2023-07-10, 10:14 PM)alexsusco360 Wrote:(2023-07-10, 05:42 PM)JasonDeRue Wrote: Can you please block every version except latest? (R5) Thanks.You can do it yourself, use your brain, it's not hard Learn programming and do it yourself, by the way I released an update RE: AC Black Diamond - JasonDeRue - 2023-07-20 (2023-07-17, 07:39 PM)alexsusco360 Wrote: Learn programming and do it yourself, by the way I released an update Wow you must be the funniest guy at the parties. RE: AC Black Diamond - JustMichael - 2023-07-22 I understand some people wish to keep source code private for such things like anticheats, but I must ask that you either provide the source code publicly, or provide the source code to one of the staff members, so they can validate it is safe for use. Since there have been recent discoveries that exploit the client from the server, it has become even more dangerous to allow such scripts to exist as is without the ability to inspect it. RE: AC Black Diamond - alexsusco360 - 2023-07-29 (2023-07-22, 09:46 AM)JustMichael Wrote: I understand some people wish to keep source code private for such things like anticheats, but I must ask that you either provide the source code publicly, or provide the source code to one of the staff members, so they can validate it is safe for use. This is an amx file, its compiler is not complicated, you can throw the file in hexeditor and see all the functions I use and also the strings (at the end of the file) At the beginning of his the functions RE: AC Black Diamond - JasonDeRue - 2023-08-20 Lol. So funny. |