Solent
Koydum Çalışma Masasını
- Katılım
- 6 Mart 2017
- Mesajlar
- 74
- Elmaslar
- 30
- Puan
- 0
- Konum
- Dünya
- Minecraft
- BerkTheDev
Discord:
BerkTheDev#8463
Merhabalar, bugün gene kodlamış olduğum Bhop koruma skriptini sizle paylaşmak istiyorum. Baktım, türk sunucularda bhop koruması yok. Bende bunun için bir skript yazmak istedim. Bu Skript için resime gerek yok diye düşünüyorum. Bhop'u engelliyor :D.
Sağlıcakta Kalın!
Kod:
on jump:
player's gamemode is not creative
if {antibhop.%player%} is not set:
set {antibhop.%player%} to false
{antibhop.%player%} is false
{korumatesti.%player%} < 1
set {antibhop.%player%} to true
set {ziplama.%player%} to location of player
wait 0.5 seconds
set {bolge.%player%} to location of player
set {antibhop.%player%} to false
if distance between {ziplama.%player%} and {bolge.%player%} is smaller than 4:
stop
else:
if block 1 below the player is stairs:
stop
else:
teleport player to {ziplama.%player%}
kick player because "&6Sunucuda &cBhop &6Yasaktır!"
on walking on stairs:
add 2 to {korumatesti.%player%}
wait 1 seconds
add -2 to {korumatesti.%player%}
on damage:
add 1 to {korumatesti.%victim%}
wait 1 seconds
add -1 to {korumatesti.%victim%}
on join:
set {korumatesti.%player%} to 0
Sağlıcakta Kalın!