1. 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!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  1. LimeGlass
    Supported Minecraft Versions:
    • 1.10, 1.11
    [​IMG]
    By: LimeGlass


    What is Vandal?

    Vandal is an Anti-Cheat script that I will be constantly working on and improving. Vandal is designed to give insane configuration, including the time hacks are triggered, the time it checks, the amount of hits, actions to perform and so much more!

    Hacks currently blocked:
    - Killaura
    - TooManyPackets/Regeneration

    Plugins needed:
    - Skellett
    -SkQuery
    - Citizens

    Installation:
    Download all the plugins above.
    Restart server.
    Go to plugins/Skellett/config.yml and set node PluginHooks.Npc to true
    Restart server.
    Enjoy.

    Video:


    Configurations:
    Code (Skript):
    1.  
    2. config:
    3.   version: 1.0.1
    4.   saveFiles: 'false'
    5.   accessMode: permissions
    6.   prefix: §8[§6§lVandal§8] §r
    7.   permissions:
    8.     gui: vandal.gui
    9.     staff: vandal.staff
    10.   vandalManagers:
    11.   - LimeGlass
    12.   MaxTimeout: 1000 seconds
    13.   Hacks:
    14.     Killaura:
    15.       Enabled: 'true'
    16.       TestEvery: 3 minutes
    17.       TestTimeLength: 15 seconds
    18.       MaxNpcHits: '25'
    19.       MaxNpcHitsTime: 1.5 seconds
    20.       Action: Kick
    21.       KickMsg: §cKillaura is not allowed on this server {PLAYER}
    22.       BanMsg: §cKillaura is not allowed on this server {PLAYER}
    23.       Evaluate: staffWarn("Killaura", {PLAYER})
    24.       MessageStaff: 'true'
    25.       Message: '§c{PLAYER} §7suspected of Killaura! (CPS: {KILLAURA_CPS})'
    26.     TooManyPackets:
    27.       Enabled: 'true'
    28.       MaxPackets: '2500'
    29.       Action: Kick
    30.       KickMsg: §cYou are sending too many packets!
    31.       BanMsg: §cYou have been banned for sending too many packets!
    32.       Evaluate: staffWarn("TooManyPackets", {PLAYER})
    33.       MessageStaff: 'true'
    34.       Message: '§c{PLAYER} §7suspected of TooManyPackets! Most sent packet: {HIGHEST_PACKET} ({HIGHEST_VALUE})'
    35.  
    36.  
    Code (Skript):
    1. menu:
    2.   Menus: #List of custom menus. Add a menu here then the options to config a new menu
    3.   - mainmenu
    4.   mainmenu:
    5.     type: HOPPER #Inventory type
    6.     size: '3' #Size of inventory if it's a chest
    7.     name: '           §4§l§nVandal Menu'
    8.     items:
    9.       '1':
    10.         slot: '0'
    11.         item: beacon
    12.         name: §6§lHack toggles
    13.         lore: §7You can toggle any||§7tracked hacked here.
    14.         evaluate: '{PREMADEGUI} toggles' #What the slot does when clicked
    15.       '2':
    16.         slot: '2'
    17.         item: command block
    18.         name: §6§lSystem settings
    19.         lore: §7You can toggle any||§7system settings here.||§4§lComing soon!
    20.       '3':
    21.         slot: '4'
    22.         item: chest minecart
    23.         name: §6§lVersion and developer
    24.         evaluate: 'message "§a§l-------------------------------------" to player;message
    25.           centered " ", "§6§l§nVandal Anti-Cheat§r", " ", "§fDeveloped by: §a§lLimeGlass"
    26.           and "§fVersion: §6§l1.0.0" to player;message "§a§l-------------------------------------"
    27.           to player'
    28.   PremadeMenus: #Menus that Vandal uses that you can configure
    29.     Toggles:
    30.       name: '         §4§l§nVandal Toggles'
    31.       enabledItem:
    32.         item: light green stained clay
    33.         name: §a§l{HACK}
    34.         lore: §7{HACK} is currently {HACKSTATECOLOUR}{HACKSTATE}||§7Click to {ANTIHACKSTATECOLOUR}{ANTIHACKSTATE} §r§7{HACK} checking.
    35.       disabledItem:
    36.         item: red stained clay
    37.         name: §c§l{HACK}
    38.         lore: §7{HACK} is currently {HACKSTATECOLOUR}{HACKSTATE}||§7Click to {ANTIHACKSTATECOLOUR}{ANTIHACKSTATE} §r§7{HACK} checking.
    39.       back:
    40.         item: nether star
    41.         name: §6§lBack
    42.         lore: §7Go back to mainmenu.
    43.  

    Todo:
    - More awesome unique stuff.
    - Configurable stuff
    - More Hack checks
    - Bungeecord messaging support
    - Staff alerts
    - Violation settings
    - Add option to disable knockback on the bot

    Placeholders:
    Code (Skript):
    1. {PLAYER} - The player who hacked
    2. {PING} - The ping of the hacker
    3. {KILLAURA_CPS} - The CPS the killaura hacker had
    4. {PACKETS} - The number of packets they sent when they got kicked
    5. {HIGHEST_PACKET} - The packet that was spammed the most to the server from the hacker
    6. {HIGHEST_VALUE} - The amount of the packet above that was sent
    7. {HACK} - The hack that the player was using
    8. {HACKSTATE} - The toggle state of the hack in the config
    9. {ANTIHACKSTATE} - The opposite of the above
    10. {HACKSTATECOLOUR} - The colour red or green depending on the toggle
    11. {ANTIHACKSTATECOLOUR} - The opposite of the above

Recent Reviews

  1. kratess
    kratess
    2/5,
    Version: 1.0.1
    skript not work... i have skript 2.2 and spigot 1.8.8 i downloaded all plugins needed but... not working.
  2. yuitaka
    yuitaka
    3/5,
    Version: 1.0.1
    Do you consider support for this as 1.8.8? I strongly want to correspond to 1.8.8
    1. LimeGlass
      Author's Response
      It does support 1.8?
  3. WheezyGold7931
    WheezyGold7931
    5/5,
    Version: 1.0.1
    PERFECTTTTTT. VANDALLLLL. (You should get the scandal reference here)
  4. TheSkripterDK
    TheSkripterDK
    5/5,
    Version: 1.0.1
    The Best Killaura anticheat and now regen what the next
  5. danielkp1234
    danielkp1234
    3/5,
    Version: 1.0.0
    Its relly good but you should add 1.8.9 support and say in the post Which versions i works with
  6. Adrihun
    Adrihun
    5/5,
    Version: 1.0.0
    Very good script!
    Please continue this :)
    ........
  7. HunterD123
    HunterD123
    5/5,
    Version: 1.0.0
    Thanks, i'm going to check on this in about 1 hour and i will make another review. Nice work by a quick scroll of the skript
  8. Brendo99
    Brendo99
    5/5,
    Version: 1.0.0
    Very nice work there LimeGlass! Looking forward to the updates.