Jump to content

ignOverbidding

Member
  • Posts

    27
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ignOverbidding's Achievements

Newbie

Newbie (2/6)

0

Reputation

  1. MekanosAC Bypass Time: (TOP TIER CLIENTS) Vape V4: Instant Detection Sigma Jello: Instant Detection Azura: Instant Detection Meteor Client: 34s Detection
  2. This probably will only work for MH servers unless you find a way to easily get players. 1. Make a unique name for your server. 2. Follow a trend. (SMP, Skyblock, etc.) 3. Advertise your server in the MH lobby or through the discord. 4. Once your server has a decent population, get a sponsor from the minehut discord (just someone to buy u credits ofc) 5. Use the credits to optimize your server. 6. Get a rank for good advertising. 7. (BONUS) Link your minecraft account to to your minehut account. 8. (BONUS) If you don't have enough credits for everything make sure to vote everyday.
  3. MekanosAC. _____________________________________________________________________________ Introduction: MekanosAC is a packet-based (for some of the checks at least) Skript AntiCheat I have been working on for about 1 week now. It has everything you need with a variety of checks. _____________________________________________________________________________ Detects: Killaura, Fly, Speed, NoSlow, AutoClicker, Reach, KeepSneak, FastBow (adding more checks in the future) _____________________________________________________________________________ Versions: Works on newer versions ONLY If you want to use this for older versions like 1.8, use this fork of the latest version that works on 1.8. Release Many bug fixes · Matocolotoe/Skript-1.8 · GitHub MekanosAC.sk
  4. I'm gonna make a huge disclaimer. You probably should just use this for testing until it is out of BETA. Now that I know I can detect packets, this will be pretty easy. Why I don't want yall to use it rn is because it aint tps friendly at all.
  5. No. Thanks for asking! Please remember to post any bugs as it is in BETA.
  6. Thanks. But it is not copied, I spent a few hours doing this and holy crap I'm tired. It was a little hard for me because Minehut's weird version of skript doesnt let me detect packets incoming from the player.
  7. Please download lots of info I'm too lazy too type. It's a good skript anticheat. We had a lot of beta testers and they were paid to develop some of the most undetectable hacked clients and our skript was able to detect them. Skript AntiCheats have come far to be accepted in the community. (CHEESY I KNOW LMFAO) Formally, Tmoa. Currently, Overbidding LurkingAC [BETA].sk
  8. plenty but this is the easiest every 5 minutes: broadcast "the thing you wanna broadcast?"
  9. on join: wait 1 tick while player is alive: if blocks in radius 10 of player contains emerald block: add 4 to player's balance send "&a&l+ $4" to player wait 1 second even if line 5 was correct, the skript alone wouldn't work. you have to use variables join: wait 1 tick while player is alive: if blocks in radius 10 of player contains emerald block: add 4 to {balance} send "&a&l+ $4" to player wait 1 second command balance: send "&aBalance: &e{balance}" to player # if you want to make it so you can purchase things tell me and ill add that
  10. that wouldn't work so do this. options: BSlot 4: Hacking is not allowed! BSlot 6: Hacking is not allowed! BSlot 8: No exploiting bugs! TSlot 4: 30 m TSlot 6: 2 h TSlot 8: 30 m KSlot 12: Hacking is not allowed! KSlot 14: Do not spam! MSlot 20: 10 m MSlot 22: 15 m MSlot 24: 25 m MSlot 26: 10 m command /ban [<player>]: permission: ban.yay trigger: open chest with 3 rows named "%arg-1%" to player wait 1 tick format slot 0 of player with arg-1's skull named "&a%arg-1%" to be unstealable format slot 2 of player with diamond sword named "&4&lPermban" to close then run [execute console command "ban %arg-1%"] format slot 4 of player with iron sword named "&c&lTempban: {@TSlot 4} Hacking" to close then run [execute console command "tempban %arg-1% 30 m {@BSlot 4}"] format slot 6 of player with gold sword named "&c&lTempban: {@TSlot 6} Spider hack" to close then run [execute console command "tempban %arg-1% 2 h {@BSlot 6}"] format slot 8 of player with wood sword named "&c&lTempban: {@TSlot 8} Bugs" to close then run [execute console command "tempban %arg-1% 30 m {@BSlot 8}"] format slot 12 of player with bow named "&6&lKick: Hack" to close then run [execute console command "kick %arg-1% {@KSlot 12}"] format slot 14 of player with arrow named "&6&lKick: Spam" to close then run [execute console command "kick %arg-1% {@KSlot 14}"] format slot 20 of player with diamond axe named "&a&lMute: 10 m Spam" to close then run [execute console command "mute %arg-1% 10 m"] format slot 22 of player with iron axe named "&a&lMute: 15 m Abuse" to close then run [execute console command "mute %arg-1% 15 m"] format slot 24 of player with gold axe named "&a&lMute: 25 m Exploits" to close then run [execute console command "mute %arg-1% 25 m"]
  11. im not entirely sure here but that would work if it was like this. every 2 seconds: loop all players: set loop-player's tablist header to "here" that will cause extreme lag onto the server so instead use this every 2 seconds: loop all players: if loop-player has permission op: cancel event else if loop-player has permission name.ofperm: set loop-player's tablist header to "here"
×
×
  • Create New...