Ir para conteúdo

DeathSignEmo (WeAreStars) plágio de ProSigns


Guest RyanSw4g

Posts Recomendados

Guest RyanSw4g

Galera primeiramente venho agradecer ao meu amigo anonimo. Que encontrou esse skript

 

  1. O cara que criou o ProSigns e gringo
  2. O código do DeathSignEmo é a mesma coisa do ProSigns só muda o nome

 

Provas:

 

ProSigns: http://dev.bukkit.or...-like-a-pro/#p4

 

DeathSignEmo: 

 

 

on sign change:
    player has permission "deathcraft.placaemoticons"
    set {_text} to "%line 1% !split! %line 2% !split! %line 3% !split! %line 4%"
    replace all ":)", ":-)" and ";)" with "☺" in {_text}
    replace all ":(", ":-(" and ";(" with "☹" in {_text}
    replace all "<3" with "❤" in {_text}
    replace all "x.x" with "٩(×̯×)۶" in {_text}
    replace all ":f:" with "✿" in {_text}
    replace all ":s:" with "★" in {_text}
    replace all ":c:" with "♛" in {_text}
    replace all ":p:" with "☮" in {_text}
    replace all ":s:" with "☀" in {_text}
    set {_line::*} to {_text} split at " !split! "
    if player has permission "deathcraft.placacolorida":
        set line 1 to coloured {_line::1}
        set line 2 to coloured {_line::2}
        set line 3 to coloured {_line::3}
        set line 4 to coloured {_line::4}
    else:
        set line 1 to {_line::1}
        set line 2 to {_line::2}
        set line 3 to {_line::3}
        set line 4 to {_line::4}

 

Tirem suas conclusões

 

Eu até achei estranho o WeAreStars saber coisa de mais e não saber Cooldown

Link para o comentário
Compartilhar em outros sites

ta mais o cod nao e tao avançado assim '-' ate eu num desses bang poderia fazer algo quase parecido com isso '-'

 

@Edit

 

e parece plagio mesmo '-'

Editado por TzMarcio
Link para o comentário
Compartilhar em outros sites

Guest RyanSw4g

ta mais o cod nao e tao avançado assim '-' ate eu num desses bang poderia fazer algo quase parecido com isso '-'

 

Mas tipo ou ele plagiou os emoticons ou ele fez a mesma coisa:

 

 

    replace all ":)", ":-)" and ";)" with "☺" in {_text}
    replace all ":(", ":-(" and ";(" with "☹" in {_text}
    replace all "<3" with "❤" in {_text}
    replace all "x.x" with "٩(×̯×)۶" in {_text}
    replace all ":f:" with "✿" in {_text}
    replace all ":s:" with "★" in {_text}
    replace all ":c:" with "♛" in {_text}
    replace all ":p:" with "☮" in {_text}
    replace all ":s:" with "☀" in {_text}

 

Agora do ProSigns

 

 

replace all ":)", ":-)" and ";)" with "☺" in {_text}
replace all ":(", ":-(" and ";(" with "☹" in {_text}
replace all "<3" with "❤" in {_text}
replace all "x.x" with "٩(×̯×)۶" in {_text}
replace all ":f:" with "✿" in {_text}
replace all ":s:" with "★" in {_text}
replace all ":c:" with "♛" in {_text}
replace all ":p:" with "☮" in {_text}
replace all ":s:" with "☀" in {_text}
Link para o comentário
Compartilhar em outros sites

 

Mas tipo ou ele plagiou os emoticons ou ele fez a mesma coisa:

    replace all ":)", ":-)" and ";)" with "☺" in {_text}
    replace all ":(", ":-(" and ";(" with "☹" in {_text}
    replace all "<3" with "❤" in {_text}
    replace all "x.x" with "٩(×̯×)۶" in {_text}
    replace all ":f:" with "✿" in {_text}
    replace all ":s:" with "★" in {_text}
    replace all ":c:" with "♛" in {_text}
    replace all ":p:" with "☮" in {_text}
    replace all ":s:" with "☀" in {_text}

Agora do ProSigns

replace all ":)", ":-)" and ";)" with "☺" in {_text}
replace all ":(", ":-(" and ";(" with "☹" in {_text}
replace all "<3" with "❤" in {_text}
replace all "x.x" with "٩(×̯×)۶" in {_text}
replace all ":f:" with "✿" in {_text}
replace all ":s:" with "★" in {_text}
replace all ":c:" with "♛" in {_text}
replace all ":p:" with "☮" in {_text}
replace all ":s:" with "☀" in {_text}

sim eu reparei no cod '-' e comparei os 2 e parecem bem parecidos mesmo ;-;

 

tipo muito dificil alguem coloca os mesmos emoticons que outra pessoa '-' 

Link para o comentário
Compartilhar em outros sites

 

Galera primeiramente venho agradecer ao meu amigo anonimo. Que encontrou esse skript

 

  1. O cara que criou o ProSigns e gringo
  2. O código do DeathSignEmo é a mesma coisa do ProSigns só muda o nome

 

Provas:

 

ProSigns: http://dev.bukkit.or...-like-a-pro/#p4

 

DeathSignEmo: 

on sign change:
    player has permission "deathcraft.placaemoticons"
    set {_text} to "%line 1% !split! %line 2% !split! %line 3% !split! %line 4%"
    replace all ":)", ":-)" and ";)" with "☺" in {_text}
    replace all ":(", ":-(" and ";(" with "☹" in {_text}
    replace all "<3" with "❤" in {_text}
    replace all "x.x" with "٩(×̯×)۶" in {_text}
    replace all ":f:" with "✿" in {_text}
    replace all ":s:" with "★" in {_text}
    replace all ":c:" with "♛" in {_text}
    replace all ":p:" with "☮" in {_text}
    replace all ":s:" with "☀" in {_text}
    set {_line::*} to {_text} split at " !split! "
    if player has permission "deathcraft.placacolorida":
        set line 1 to coloured {_line::1}
        set line 2 to coloured {_line::2}
        set line 3 to coloured {_line::3}
        set line 4 to coloured {_line::4}
    else:
        set line 1 to {_line::1}
        set line 2 to {_line::2}
        set line 3 to {_line::3}
        set line 4 to {_line::4}

Tirem suas conclusões

 

Eu até achei estranho o WeAreStars saber coisa de mais e não saber Cooldown

 

 

não é o unico que ele decompilou! rs

Link para o comentário
Compartilhar em outros sites

ARQUIVAMENTO DE CONTEÚDO

O tópico foi arquivado. A partir deste momento, não será mais possível editar ou adicionar novos comentários. Caso precise de informações adicionais, por favor, entre em contato com a equipe da comunidade.

Equipe de Moderação
Gamer's Board
Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...