PrototypeSkript
Somon Balığı Selam Vermeye Geldi
- Katılım
- 24 Şubat 2022
- Mesajlar
- 23
- Elmaslar
- 7
- Puan
- 1.970
Discord:
Umut#6561
Herkese tekrardan merhaba!
Yine ve yine güzel bir skript yaptım ve @Emma_9102 dan yardım aldım.
Engellenen Hileler
- Jesus
- Macro
- Speed
- KillAura
- Reach
- Flight
- Sneaking
Skript:
JavaScript:
options:
ban: Hile kullanımı tespit edildi. (ProtoGuard)
msg: &3%player% Kullanıcısında hile kullanımı tespit edildi. (ProtoGuard)
msgondamage: &3%attacker% Kullanıcısında hile kullanımı tespit edildi. (ProtoGuard)
msgonevery: &3%loop-player% Kullanıcısında hile kullanımı tespit edildi. (ProtoGuard)
permission: op
# Sneaking
on chat:
if player is sneaking:
if player doesn't have permission "{@permission}":
ban player due to "{@ban}"
send "{@msg}" to ops
on inventory open:
if player doesn't have permission "{@permission}":
if player is sneaking:
send "{@msg}" to ops
ban player due to "{@ban}"
# Speed
on any move:
if player doesn't have permission "{@permission}":
add 1 to {speedtest::%player%}
# Jesus
on walk on water:
add 1 to {jesus::%player%}
# Reach
on damage of player:
attacker is a player
projectile doesn't exist
if distance between attacker and victim is greater than 5:
cancel event
send "{@msgondamage}" to ops
ban attacker due to "{@ban}"
# Flight
on flight toggle:
if player is flying:
if player doesn't have permission "{@permission}":
if player's gamemode is not creative:
send "{@msg}" to ops
ban player due to "{@ban}"
# KillAura
on damage:
if attacker doesn't have permission "{@permission}":
add 1 to {killaura::%attacker%}
if {killaura::%attacker%} > 5:
send "{@msgondamage}" to ops
ban attacker due to "{@ban}"
wait 3 seconds
clear {killaura::%attacker%}
# Makro
on left click:
if player doesn't have permission "{@permission}":
add 1 to {macro::%player%}
# Ellemeyin sakın!
every 1 seconds:
loop all players where [input doesn't have permission "{@permission}"]:
if {speedtest::%loop-player%} > 20:
send "{@msgonevery}" to ops
ban loop-player due to "{@ban}"
clear {speedtest::%loop-player%}
if {jesus::%loop-player%} > 5:
send "{@msgonevery}" to ops
ban loop-player due to "{@ban}"
clear {jesus::%loop-player%}
clear {jesus::%loop-player%}
if {macro::%loop-player%} > 50:
send "{@msgonevery}" to ops
ban loop-player due to "{@ban}"
clear {macro::%loop-player%}
Skriptdeki üsteki options kısmını değiştirebilirsiniz, diğer kısımları değiştirmenizi önermem.
Özellikler
- En çok kullanılan hileler
- Akıllı hile engelleme
- Türkçe
- Tamamen kolayca özelleştirilebilir
- Kolay kullanım
- En çok kullanılan hileler
- Akıllı hile engelleme
- Türkçe
- Tamamen kolayca özelleştirilebilir
- Kolay kullanım
Son düzenleme: