Sol Reklam

Çözüldü Hile Koruması ve report

Durum
Mesaj gönderimine kapalı.

Puncher

Bilmem halla yaşıyorum galiba.

Discord:

asrınn.abakhann#3550

Katılım
6 Ocak 2018
Mesajlar
943
Elmaslar
491
Puanlar
7.065
Yaş
23
Herkese Merhaba ücretsiz olarak bir hile koruması istiyorum ve report ama /report yazınca menulu olacak yardımcı olacak herkese şimdiden teşekkürler :))

Sorun çözüldü.​
 
Son düzenleme:

benibilenbilir

Java / Skripter

Discord:

! metemoii#9257

Katılım
10 Temmuz 2019
Mesajlar
702
Elmaslar
414
Puanlar
5.825
Yaş
19
Yer
İstanbul
Minecraft
Mete
Herkese Merhaba ücretsiz olarak bir hile koruması istiyorum ve report ama /report yazınca menulu olacak yardımcı olacak herkese şimdiden teşekkürler :))​
Senin için yazarım Kanka <3
 

Puncher

Bilmem halla yaşıyorum galiba.

Discord:

asrınn.abakhann#3550

Katılım
6 Ocak 2018
Mesajlar
943
Elmaslar
491
Puanlar
7.065
Yaş
23
S

Silinen üye 79251

Ziyaretçi
Kod:
command /report [<player>]:
    trigger:
        if arg 1 is not set:
            send "&3Enter a player."
        if arg 1 is set:
            open chest with 3 row named "&7&lReport+ GUI &c&l%arg-1%" to player
            format slot 1 of player with Diamond sword named "&a&lKill-Aura" to close then run [execute player command "/reportkill %arg 1%"]
            format slot 2 of player with stone named "&a&lNuker" to close then run [execute player command "/reportnuker %arg 1%"]
            format slot 3 of player with iron boots named "&a&lSprint" to close then run [execute player command "/reportsprint %arg 1%"]
            format slot 4 of player with iron sword named "&a&lCriticals" to close then run [execute player command "/reportcritic %arg 1%"]
            format slot 5 of player with fishing rod named "&a&lNoKnockback" to close then run [execute player command "/reportnkb %arg 1%"]
            format slot 6 of player with 102 named "&a&lX-Ray" to close then run [execute player command "/reportxray %arg 1%"]
            format slot 7 of player with 397:3 named "&a&lTracers/ESP" to close then run [execute player command "/reportesp %arg 1%"]
            format slot 11 of player with 324 named "&a&lTeleport" to close then run [execute player command "/reporttp %arg 1%"]
            format slot 12 of player with 166 named "&a&lGod Mode" to close then run [execute player command "/reportgod %arg 1%"]
            format slot 13 of player with 322:1 named "&a&lRegen" to close then run [execute player command "/reportregen %arg 1%"]
            format slot 14 of player with 45 named "&a&lFast Place" to close then run [execute player command "/reportplace %arg 1%"]
            format slot 15 of player with 278 named "&a&lFast Break" to close then run [execute player command "/reportbreak %arg 1%"]
            format slot 18 of player with paper named "&c&lVerison - 1.0" with lore "&b&l|| &4&l❤&f&lV.2 Future Menu&4&l❤ &b&l||" to close
            format slot 26 of player with paper named "&c&lVerison - 1.0" with lore "&b&l|| &4&l❤&f&lV.2 Future Menu&4&l❤ &b&l||" to close
            format slot 22 of player with bow named "&a&lNoSlowDown" to close then run [execute player command "/reportnoslow %arg 1%"]
command /reportkill [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {killaura::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportnoslow [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {noslow::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportplace [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {place::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportbreak [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {break::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reporttp [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {tp::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportgod [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {god::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportregen [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {regen::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportxray [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {xray::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportesp [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {esp::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportcritic [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {criticals::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportnkb [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {nkb::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportnuker [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {nuker::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportsprint [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {sprint::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /allarrivals [<text>]:
    permission: all.sk
    permission message: Man, you can not use it.
    trigger:
        if {allarrivals} is not set:
            send "&3Unfortunately Report Found."
            stop
        else:
            send "&e- &3Everything &e-"
            send ""
            send "&aKill - Auro &b: &aReported &b-- &c&l%{killaura::*}%"
            send "&aNuker &b: &aReported &b-- &c&l%{nuker::*}%"
            send "&aSprint &b: &aReported &b-- &c&l%{sprint::*}%"
            send "&aNoKnockback &b: &aReported &b-- &c&l%{nkb::*}%"
            send "&aCriticals &b: &aReported &b-- &c&l%{criticals::*}%"
            send "&aX-ray &b: &aReported &b-- &c&l%{xray::*}%"
            send "&aESP &b: &aReported &b-- &c&l%{esp::*}%"
            send "&aTeleport &b: &aReported &b-- &c&l%{tp::*}%"
            send "&aGod Mode &b: &aReported &b-- &c&l%{god::*}%"
            send "&aRegen &b: &aReported &b-- &c&l%{regen::*}%"
            send "&aFast Place &b: &aReported &b-- &c&l%{place::*}%"
            send "&aFast Break &b: &aReported &b-- &c&l%{break::*}%"
            send "&aNoSlowDown &b: &aReported &b-- &c&l%{noslow::*}%"
            send ""
            send "&c&lAll Arrivals &b&l-- &3&l%{allarrivals}%"
command /allclearreport:
    permission: all.sk
    permission : Man, you can not use it.
    trigger:
        clear {killaura::*}
        clear {nuker::*}
        clear {sprint::*}
        clear {nkb::*}
        clear {criticals::*}
        clear {xray::*}
        clear {esp::*}
        clear {tp::*}
        clear {god::*}
        clear {regen::*}
        clear {place::*}
        clear {break::*}
        clear {noslow::*}
        clear {allarrivals}
        send "&3&lAll the reports were &e&ldeleted."
 

Puncher

Bilmem halla yaşıyorum galiba.

Discord:

asrınn.abakhann#3550

Katılım
6 Ocak 2018
Mesajlar
943
Elmaslar
491
Puanlar
7.065
Yaş
23
Kod:
command /report [<player>]:
    trigger:
        if arg 1 is not set:
            send "&3Enter a player."
        if arg 1 is set:
            open chest with 3 row named "&7&lReport+ GUI &c&l%arg-1%" to player
            format slot 1 of player with Diamond sword named "&a&lKill-Aura" to close then run [execute player command "/reportkill %arg 1%"]
            format slot 2 of player with stone named "&a&lNuker" to close then run [execute player command "/reportnuker %arg 1%"]
            format slot 3 of player with iron boots named "&a&lSprint" to close then run [execute player command "/reportsprint %arg 1%"]
            format slot 4 of player with iron sword named "&a&lCriticals" to close then run [execute player command "/reportcritic %arg 1%"]
            format slot 5 of player with fishing rod named "&a&lNoKnockback" to close then run [execute player command "/reportnkb %arg 1%"]
            format slot 6 of player with 102 named "&a&lX-Ray" to close then run [execute player command "/reportxray %arg 1%"]
            format slot 7 of player with 397:3 named "&a&lTracers/ESP" to close then run [execute player command "/reportesp %arg 1%"]
            format slot 11 of player with 324 named "&a&lTeleport" to close then run [execute player command "/reporttp %arg 1%"]
            format slot 12 of player with 166 named "&a&lGod Mode" to close then run [execute player command "/reportgod %arg 1%"]
            format slot 13 of player with 322:1 named "&a&lRegen" to close then run [execute player command "/reportregen %arg 1%"]
            format slot 14 of player with 45 named "&a&lFast Place" to close then run [execute player command "/reportplace %arg 1%"]
            format slot 15 of player with 278 named "&a&lFast Break" to close then run [execute player command "/reportbreak %arg 1%"]
            format slot 18 of player with paper named "&c&lVerison - 1.0" with lore "&b&l|| &4&l❤&f&lV.2 Future Menu&4&l❤ &b&l||" to close
            format slot 26 of player with paper named "&c&lVerison - 1.0" with lore "&b&l|| &4&l❤&f&lV.2 Future Menu&4&l❤ &b&l||" to close
            format slot 22 of player with bow named "&a&lNoSlowDown" to close then run [execute player command "/reportnoslow %arg 1%"]
command /reportkill [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {killaura::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportnoslow [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {noslow::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportplace [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {place::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportbreak [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {break::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reporttp [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {tp::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportgod [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {god::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportregen [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {regen::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportxray [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {xray::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportesp [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {esp::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportcritic [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {criticals::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportnkb [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {nkb::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportnuker [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {nuker::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportsprint [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {sprint::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /allarrivals [<text>]:
    permission: all.sk
    permission message: Man, you can not use it.
    trigger:
        if {allarrivals} is not set:
            send "&3Unfortunately Report Found."
            stop
        else:
            send "&e- &3Everything &e-"
            send ""
            send "&aKill - Auro &b: &aReported &b-- &c&l%{killaura::*}%"
            send "&aNuker &b: &aReported &b-- &c&l%{nuker::*}%"
            send "&aSprint &b: &aReported &b-- &c&l%{sprint::*}%"
            send "&aNoKnockback &b: &aReported &b-- &c&l%{nkb::*}%"
            send "&aCriticals &b: &aReported &b-- &c&l%{criticals::*}%"
            send "&aX-ray &b: &aReported &b-- &c&l%{xray::*}%"
            send "&aESP &b: &aReported &b-- &c&l%{esp::*}%"
            send "&aTeleport &b: &aReported &b-- &c&l%{tp::*}%"
            send "&aGod Mode &b: &aReported &b-- &c&l%{god::*}%"
            send "&aRegen &b: &aReported &b-- &c&l%{regen::*}%"
            send "&aFast Place &b: &aReported &b-- &c&l%{place::*}%"
            send "&aFast Break &b: &aReported &b-- &c&l%{break::*}%"
            send "&aNoSlowDown &b: &aReported &b-- &c&l%{noslow::*}%"
            send ""
            send "&c&lAll Arrivals &b&l-- &3&l%{allarrivals}%"
command /allclearreport:
    permission: all.sk
    permission : Man, you can not use it.
    trigger:
        clear {killaura::*}
        clear {nuker::*}
        clear {sprint::*}
        clear {nkb::*}
        clear {criticals::*}
        clear {xray::*}
        clear {esp::*}
        clear {tp::*}
        clear {god::*}
        clear {regen::*}
        clear {place::*}
        clear {break::*}
        clear {noslow::*}
        clear {allarrivals}
        send "&3&lAll the reports were &e&ldeleted."
Deniceğim.
Gönderi otomatik olarak birleştirildi:

Kod:
command /report [<player>]:
    trigger:
        if arg 1 is not set:
            send "&3Enter a player."
        if arg 1 is set:
            open chest with 3 row named "&7&lReport+ GUI &c&l%arg-1%" to player
            format slot 1 of player with Diamond sword named "&a&lKill-Aura" to close then run [execute player command "/reportkill %arg 1%"]
            format slot 2 of player with stone named "&a&lNuker" to close then run [execute player command "/reportnuker %arg 1%"]
            format slot 3 of player with iron boots named "&a&lSprint" to close then run [execute player command "/reportsprint %arg 1%"]
            format slot 4 of player with iron sword named "&a&lCriticals" to close then run [execute player command "/reportcritic %arg 1%"]
            format slot 5 of player with fishing rod named "&a&lNoKnockback" to close then run [execute player command "/reportnkb %arg 1%"]
            format slot 6 of player with 102 named "&a&lX-Ray" to close then run [execute player command "/reportxray %arg 1%"]
            format slot 7 of player with 397:3 named "&a&lTracers/ESP" to close then run [execute player command "/reportesp %arg 1%"]
            format slot 11 of player with 324 named "&a&lTeleport" to close then run [execute player command "/reporttp %arg 1%"]
            format slot 12 of player with 166 named "&a&lGod Mode" to close then run [execute player command "/reportgod %arg 1%"]
            format slot 13 of player with 322:1 named "&a&lRegen" to close then run [execute player command "/reportregen %arg 1%"]
            format slot 14 of player with 45 named "&a&lFast Place" to close then run [execute player command "/reportplace %arg 1%"]
            format slot 15 of player with 278 named "&a&lFast Break" to close then run [execute player command "/reportbreak %arg 1%"]
            format slot 18 of player with paper named "&c&lVerison - 1.0" with lore "&b&l|| &4&l❤&f&lV.2 Future Menu&4&l❤ &b&l||" to close
            format slot 26 of player with paper named "&c&lVerison - 1.0" with lore "&b&l|| &4&l❤&f&lV.2 Future Menu&4&l❤ &b&l||" to close
            format slot 22 of player with bow named "&a&lNoSlowDown" to close then run [execute player command "/reportnoslow %arg 1%"]
command /reportkill [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {killaura::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportnoslow [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {noslow::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportplace [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {place::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportbreak [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {break::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reporttp [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {tp::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportgod [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {god::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportregen [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {regen::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportxray [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {xray::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportesp [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {esp::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportcritic [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {criticals::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportnkb [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {nkb::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportnuker [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {nuker::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /reportsprint [<player>]:
    trigger:
        add 1 to {allarrivals}
        add arg 1 to {sprint::*}
        send "&3You Successful. Reported &e%arg-1%" to player
        stop
command /allarrivals [<text>]:
    permission: all.sk
    permission message: Man, you can not use it.
    trigger:
        if {allarrivals} is not set:
            send "&3Unfortunately Report Found."
            stop
        else:
            send "&e- &3Everything &e-"
            send ""
            send "&aKill - Auro &b: &aReported &b-- &c&l%{killaura::*}%"
            send "&aNuker &b: &aReported &b-- &c&l%{nuker::*}%"
            send "&aSprint &b: &aReported &b-- &c&l%{sprint::*}%"
            send "&aNoKnockback &b: &aReported &b-- &c&l%{nkb::*}%"
            send "&aCriticals &b: &aReported &b-- &c&l%{criticals::*}%"
            send "&aX-ray &b: &aReported &b-- &c&l%{xray::*}%"
            send "&aESP &b: &aReported &b-- &c&l%{esp::*}%"
            send "&aTeleport &b: &aReported &b-- &c&l%{tp::*}%"
            send "&aGod Mode &b: &aReported &b-- &c&l%{god::*}%"
            send "&aRegen &b: &aReported &b-- &c&l%{regen::*}%"
            send "&aFast Place &b: &aReported &b-- &c&l%{place::*}%"
            send "&aFast Break &b: &aReported &b-- &c&l%{break::*}%"
            send "&aNoSlowDown &b: &aReported &b-- &c&l%{noslow::*}%"
            send ""
            send "&c&lAll Arrivals &b&l-- &3&l%{allarrivals}%"
command /allclearreport:
    permission: all.sk
    permission : Man, you can not use it.
    trigger:
        clear {killaura::*}
        clear {nuker::*}
        clear {sprint::*}
        clear {nkb::*}
        clear {criticals::*}
        clear {xray::*}
        clear {esp::*}
        clear {tp::*}
        clear {god::*}
        clear {regen::*}
        clear {place::*}
        clear {break::*}
        clear {noslow::*}
        clear {allarrivals}
        send "&3&lAll the reports were &e&ldeleted."
Çalıştı teşekkür ederim.
 
S

Silinen üye 79251

Ziyaretçi

Deniceğim.
Gönderi otomatik olarak birleştirildi:


Çalıştı teşekkür ederim.


Rica ederim. Sorun çözüldüğüne göre konuyu kilitleyip taşınması gereken kategoriye taşıyorum. :))
 
Durum
Mesaj gönderimine kapalı.
Neden altınlarını Discord sunucumuzda kazmıyorsun? TIKLA VE KATIL!
Yukarı