ExtrasSK

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Typh

Member
Jan 27, 2017
14
2
0
25
I found an skript for anti cheat (anti client)


code_language.skript:
on join:
    if player is using client huzuni:
        execute console command "kick %player%"
but i think it need extrassk. i can't find download link, could you give me ?
 
Yeah, that script would never work because that's a non-existing and impossible feature even with a Java plugin (sadly)
 
Last edited by a moderator:
If you have SkellettProxy enabled you can test if the player is using forge. That's as close as you're going to get if they're using a client or something.

code_language.skript:
if "%player%" is using the forge client:
    kick player due to "We don't allow forge client"