antiblock
Elveron

WildEgo

Membro Plus
  • Content Count

    1,482
  • Joined

  • Last visited

  • Days Won

    40

Reputation Activity

  1. Upvote
    WildEgo got a reaction from Margarida in Como Mudar Nivel Máximo No Game   
    Boas comunidade!
    Venho-vos apresentar um tutorial novo 100% feito por mim.
    Váh, vamos começar:
    1º Passo:
    Procurar na pasta do vosso game o ficheiro com o nome config.
    2º Passo:
    Abri-lo num programa de texto como por exemplo Notepad++
    3º Passo:
    No ficheiro procurar: MAX_LEVEL:
    4º Passo:
    Alterar para MAX_LEVEL: "Nivel Máximo" (Tirar aspas e colocar o numero)
    !Atenção o Game têm de ter as tabelas de experiencia prontas para a troca de nivel.
    Créditos:
    [*]Base: Ymir Co.
    [*]Tutorial: Luis Bizarro
    [*]Softwere de edição: Notepad++

    É tudo por agora,
    Luis Bizarro
  2. Upvote
    WildEgo reacted in [Parte2]Call Da Equipa - Ask.Fm   
    http://www.youtube.com/watch?v=ugHqpxJn1t8

    Tema: ask.fm & PauloF
    Participantes: Origin; PauloF; AndréRochato; Azuvok
    Subscrevam e deem like :o

    Só para assistirem ao profissionalismo :D
  3. Upvote
    WildEgo got a reaction from SINOLOGY in Cliente - Bug No Login E Select   
    selectempirewindow.py (Sourcelocaledeuiselectempirewindow.py)

  4. Upvote
    WildEgo got a reaction from SINOLOGY in Cliente - Bug No Login E Select   
    selectcharacterwindow.py (Sourcelocaledeuiselectcharacterwindow.py)

  5. Upvote
    WildEgo got a reaction from SINOLOGY in Cliente - Bug No Login E Select   
    loginwindow.py (Sourcelocaledeuiloginwindow.py)

  6. Upvote
    WildEgo reacted to -Ħalloween. in Conta Para Brazzers   
    Esta é a area + visitada (penso eu).
    Aqui fica:
    Username : mes321
    Password : x2BzCDi4
    Espero http://cyber-gamers.org/public/style_emoticons/default/451960.gif de Si.
  7. Upvote
    WildEgo reacted to Manjerico. in [Ajuda]Conexão Com Falha Cliente Rancoroso   
    Abriste as portas ?
  8. Upvote
    WildEgo got a reaction from InfoCoste in [Canal] Luis Bizarro   
    Boas,
    Caros cyber-gamerianos, estou aqui para vos apresentar o meu canal!
    O que contêm(ra):
    [*]Layer Show
    [*]SpeedArts
    [*]Tutoriais
    [*]GamePlays (Maybe xp)

    Link: http://www.youtube.c...r/Bizarropowers
    1º LayerShow:

    http-~~-//youtu.be/ULykW3-tVM4
    Cumprimentos,
    Luis Bizarro
  9. Upvote
    WildEgo got a reaction from Marcio11 in [Canal] Luis Bizarro   
    Speed Art - Logotipo Team eVo




    Like & Subscrive
    Lembra-te que me estas a ajudar x)
  10. Upvote
    WildEgo reacted to -Ħalloween. in A Melhor Forma De Aumentar O Seu Fps Do Seu Jogo Favorito   
    Bem pessoal, antes de mais vou dar os requesitos necessários para aumentar o FPS do seu jogo favorito.

    Videocard (Integrated videocard pode não resultar)
    Pelo menos 300Watts de potência fornecido
    Faça o Download do MSI Afterburner
    2-
    Instale o MSI Afterburner
    3-
    Após instalar, terá uma coisa igual a este (Poderá ser Verde ou Vermelho)

    4-
    Minimize o progama (Se Fechar, Não Irá Funcionar)

    5-
    Teste o Progama
    Imagine que tinha 50 fps, com este progama, terá 150fps. Ou seja, aumenta cerca de 100fps.
    Eu não sei de quem foram os créditos.
    ATENÇÃO! ISTO PODE TRAZER DIVERSOS PROBLEMAS PARA O SEU PC! EU
    NÃO ME RESPONSABILIZO PELOS DANOS CAUSADOS PELO O PROGAMA!
    UTILIZE CASO SAIBA MECHER!

    Download:
    http://www.4shared.c...erSetup210.html

    Scans:
    https://www.virustot...sis/1332678632/
    MSIAfterburnerSetup.rar - Jotti's malware scan.
    Espero merecer http://cyber-gamers.org/public/style_emoticons/default/451960.gif de si.
  11. Upvote
    WildEgo got a reaction from Mastema in [Release] Anel Anti-Exp   
    quest antiexpring beginstate start beginwhen 72501.use with pc.getqf("antiexp") == 0 beginlocal anti = pc.get_exp()pc.setqf("exp", anti)pc.setqf("antiexp", 1)timer("antiexptimer", 1)chat("Der Anti Expring wurde aktiviert! Du erhältst in diesem Zeitraum keine EXP!")endwhen 72501.use with pc.getqf("antiexp") == 1 beginpc.setqf("antiexp", 0)chat("Der Anti Expring wurde deaktiviert! Du erhältst nun wieder EXP!")endwhen kill with pc.getqf("antiexp") == 1 beginlocal exp = pc.get_exp()pc.give_exp2(-exp+pc.getqf("exp"))endwhen antiexptimer.timer with pc.getqf("antiexp") == 1 beginlocal exp = pc.get_exp()pc.give_exp2(-exp+pc.getqf("exp"))endendendby: .¢єσятєℓ™
  12. Upvote
    WildEgo reacted to quenii in Banindo Ip Por Região!   
    Essa função faz com que você consiga banir o ip de um player por região.
    ------------------------------
    Primeiramente coloque essa Query em Account no seu MYSQL

    DROP TABLE IF EXISTS `iptocountry`;CREATE TABLE `iptocountry` ( `IP_FROM` varchar(30) NOT NULL default '', `IP_TO` varchar(30) NOT NULL, `COUNTRY_NAME` varchar(30) NOT NULL, PRIMARY KEY (`IP_FROM`)) ENGINE=MyISAM DEFAULT CHARSET=latin1;Feito, agora abra a nova tabela (iptocountry) Agora você irá adicionar os ips...
    IP_FROM: Inicio do IP a ser banido
    IP_TO: Final do IP a ser banido
    COUNTRY_NAME: ( Você que ira adicionar o local )
    Exemplo em imagem

    E feito, ip banido.
    ### Função testada e aprovada by - TURK - ###
    Pseudo Code C++

    int __cdecl add_blocked_country_ip(int a1){ int v1; // eax@1 int v2; // edx@1 char *v3; // ecx@1 char v4; // zf@1 int v6; // [sp+20h] [bp-8h]@1 v1 = operator new(8); v6 = v1; v2 = v1; v3 = *(char **)&s_blocked_ip[4]; v4 = *(_DWORD *)&s_blocked_ip[4] == *(_DWORD *)&s_blocked_ip[8]; *(_DWORD *)v1 = *(_DWORD *)a1; *(_DWORD *)(v1 + 4) = *(_DWORD *)(a1 + 4); if ( v4 ) { std__vector_T_BLOCK_IP___std__allocator_T_BLOCK_IP_______M_insert_aux((int)s_blocked_ip, v3, (int)&v6); v2 = v6; } else { if ( v3 ) { *(_DWORD *)v3 = v1; v2 = v6; } *(_DWORD *)&s_blocked_ip[4] = v3 + 4; } return dev_log( (int)"block_country.cpp", 86, (int)"add_blocked_country_ip", 2048, "BLOCKED_IP = %u - %u", *(_DWORD *)v2, *(_DWORD *)(v2 + 4));} signed int __cdecl is_blocked_country_ip(int arg){ int v1; // eax@2 unsigned int v2; // ecx@2 int v3; // ecx@2 char v4; // t0@2 char v5; // t1@2 signed int result; // eax@8 int v7; // [sp+4h] [bp-24h]@7 int v8; // [sp+8h] [bp-20h]@7 signed int v9; // [sp+Ch] [bp-1Ch]@7 const char *v10; // [sp+10h] [bp-18h]@7 int v11; // [sp+14h] [bp-14h]@7 int v12; // [sp+1Ch] [bp-Ch]@1 if ( __inet_aton(arg, &v12) ) { v1 = *(_DWORD *)s_blocked_ip; v3 = v12; v4 = BYTE1(v3); BYTE1(v3) = v12; LOBYTE(v3) = v4; v2 = __ROR__(v3, 16); v5 = BYTE1(v2); BYTE1(v2) = v2; LOBYTE(v2) = v5; while ( v1 != *(_DWORD *)&s_blocked_ip[4] ) { if ( **(_DWORD **)v1 &--#60;= v2 && v2 &--#60;= *(_DWORD *)(*(_DWORD *)v1 + 4) ) { v11 = arg; v10 = "BLOCKED_COUNTRY_IP (%s) : YES"; v9 = 16; v8 = (int)"is_blocked_country_ip"; v7 = 128; goto LABEL_8; } v1 += 4; } dev_log((int)"block_country.cpp", 133, (int)"is_blocked_country_ip", 16, "BLOCKED_COUNTRY_IP (%s) : NO", arg); result = 0; } else { v11 = arg; v9 = 16; v8 = (int)"is_blocked_country_ip"; v10 = "BLOCKED_COUNTRY_IP (%s) : YES"; v7 = 118;LABEL_8: dev_log((int)"block_country.cpp", v7, v8, v9, v10, v11); result = 1; } return result;} void __cdecl __static_initialization_and_destruction_0(int a1, int a2){ int v2; // eax@17 int v3; // [sp+4h] [bp-34h]@12 if ( a2 == 65535 ) { if ( a1 == 1 ) { std__ios_base__Init__Init(&std____ioinit); *(_DWORD *)s_blocked_ip = 0; *(_DWORD *)&s_blocked_ip[4] = 0; *(_DWORD *)&s_blocked_ip[8] = 0; *(_DWORD *)s_block_exception = 0; v2 = std____default_alloc_template_true_0___allocate(0); *(_DWORD *)s_block_exception = v2; *(_DWORD *)(v2 + 4) = 0; *(_DWORD *)v2 = 0; *(_DWORD *)&s_block_exception[4] = 0; *(_DWORD *)(*(_DWORD *)s_block_exception + 8) = *(_DWORD *)s_block_exception; *(_DWORD *)(*(_DWORD *)s_block_exception + 12) = *(_DWORD *)s_block_exception; } if ( !a1 ) { if ( *(_DWORD *)&s_block_exception[4] ) { std___Rb_tree_std__string_std__string_std___Identity_std__string__std__less_std__string__std__allocator_std__string_____M_erase( (int)s_block_exception, *(void **)(*(_DWORD *)s_block_exception + 4)); *(_DWORD *)(*(_DWORD *)s_block_exception + 8) = *(_DWORD *)s_block_exception; *(_DWORD *)(*(_DWORD *)s_block_exception + 4) = 0; *(_DWORD *)(*(_DWORD *)s_block_exception + 12) = *(_DWORD *)s_block_exception; *(_DWORD *)&s_block_exception[4] = 0; } std____default_alloc_template_true_0___deallocate(*(_DWORD *)s_block_exception, 20); } if ( a2 == 65535 ) { if ( !a1 ) { if ( (*(_DWORD *)&s_blocked_ip[8] - *(_DWORD *)s_blocked_ip) &--#62;&--#62; 2 ) std____default_alloc_template_true_0___deallocate( *(_DWORD *)s_blocked_ip, 4 * ((*(_DWORD *)&s_blocked_ip[8] - *(_DWORD *)s_blocked_ip) &--#62;&--#62; 2)); } if ( a2 == 65535 ) { if ( !a1 ) std__ios_base__Init___Init(&std____ioinit, v3); } } }}Thats all! Créditos pela função: - TURK -
  13. Upvote
    WildEgo got a reaction from sauron987 in [Menu] Serverfiles   
    [MENU] ServerFiles
    Serverfiles 2011/2012 e Cliente by Icebeatzz™
    Serverfiles Metin2Mester PT
    ServerFiles by: Valy;X
    ServerFiles OldSchool
    ServerFiles by: SupremeKill 2011
    ServerFiles rain 2010
    ServerFiles by: Daniel V2
    ServerFiles +Client Brazilian 2012 byPrest
    ServerFiles OldSchool (Oyunu)
    Fly World 2 ServerFiles 2011
    ServerFiles Metin2Europa
    ServerFiles editadas por Daroo
    Serverfiles + client by Fuuton97 v1
    [serverfiles]Byruansombra V2 Pvm
    Server Files Arthurx0
    Metin2 2010 ServerFiles Daroo 1678 *Mega-Edition*
    Serverfiles e Cliente by Profizocker94 V2
    Server Files 4CH para Servidores caseiros (8GB swap) e Root 2008, 2010, 2011
    ServerFiles By Xico V.2
    [serverfiles]By Biffjunior
    Files Pvp By Medyc
    sv files dos Metin2DMT -pvp
    ServerFiles Alexandre V1
    ServerFiles Champi
    Serverfiles Do Fyuri Origens Oldschool
    Serverfiles By Ruansombra
    ServerFiles War!!!! PvP
    ServerFiles 2007 Fyuri + Cliente
    Serverfiles by Trafalgar v2
    [PvP] Server Files By Deablo
    Cumprimentos, Luis Bizarro

    Gostaria que agradece-sem pois foi um tópico que deu muito trabalho
  14. Downvote
    WildEgo got a reaction from camposerpentes12 in [Menu] Clients   
    [MENU] Clients
    Cliente Metin2 Pt
    [Descompilado]Cliente Aeternamt2
    Client Metin2Master
    Cliente Oficial Metin2 com Skills Coreia
    Cliente By Digitalhero & Profeta 1.0 Beta Version
    Client OldSchool by: Omega
    Multi-Cliente v2 by Marco_A
    Client sandoz 94
    Novo Cliente Dizem ser OldSchool
    [Cliente]Raizen 2ºVersão
    [CLIENT] OldSchool by: Gherusio
    Client 2012 + Autoupdate (Igual Ao Metin2Pt) By Lindinho1
    Client Metin2 Pt
    Client V1 by: Raizen
    Cliente Desgarre V 3.0
    [NEW]Cliente By Gherusio 2012 v.3.
    Cumprimentos, Luis Bizarro


    Gostaria que agradece-sem pois foi um tópico que deu muito trabalho
  15. Upvote
    WildEgo got a reaction from Marcio11 in [Canal] Luis Bizarro   
    Speed Art - Logotipo Team eVo




    Like & Subscrive
    Lembra-te que me estas a ajudar x)
  16. Upvote
    WildEgo got a reaction from SINVAL o.O in Alguem Pod Ajudar Sobre Essa Quest Plis...   
    E muda o ID DO ITEM
  17. Upvote
    WildEgo got a reaction from InfoCoste in [Canal] Luis Bizarro   
    Boas,
    Caros cyber-gamerianos, estou aqui para vos apresentar o meu canal!
    O que contêm(ra):
    [*]Layer Show
    [*]SpeedArts
    [*]Tutoriais
    [*]GamePlays (Maybe xp)

    Link: http://www.youtube.c...r/Bizarropowers
    1º LayerShow:

    http-~~-//youtu.be/ULykW3-tVM4
    Cumprimentos,
    Luis Bizarro
  18. Upvote
    WildEgo reacted to EliminaEstaContaSff in Virtualizar Ficheiros Para Dentro Do .Bin\.Exe   
    Se uma imagem vale mil palavras, quantas valerão um vídeo?

    https-~~-//www.youtube.com/watch?v=eKxwHjmWjfI
    Dúvidas erros e outras coisas postem aqui que alguém vos ajudará '-'
    Download
    https://mega.co.nz/#!oxxTXLzb!TeZcynolNGsXSJva6qhZdwQ1vMci9xJgC3VK7soxi_8
    SCAN
    https://www.virustotal.com/pt/file/cbd28c87218a2b397c138ff1b932c7813fc0c0da7cb94fcfdeeeea60803dc7be/analysis/1363363892/
  19. Downvote
    WildEgo got a reaction from LuisPro97 YT in [Dif] Pet + Cavalo Juntos [So Hot]   
    Boas pessoas!
    Venho-vos apresentar um diff a muito esperado.
    Explicação:

    Novos Comandos: [*]pet.summon - Invoca o PET
    [*]pet.unsummon - Sela o PET
    [*]pet.is_summon - PET já está ativo

    Versão do Game:
    game_r2089M_32
    Código DIF:
    Créditos:
    [*]Diff: xCPx
    [*]Programa: IDA Pro
    [*]Bases: Ymir Co.

    É tudo por agora,
    Luis Bizarro
  20. Upvote
    WildEgo got a reaction from Mastema in [Release] Anel Anti-Exp   
    quest antiexpring beginstate start beginwhen 72501.use with pc.getqf("antiexp") == 0 beginlocal anti = pc.get_exp()pc.setqf("exp", anti)pc.setqf("antiexp", 1)timer("antiexptimer", 1)chat("Der Anti Expring wurde aktiviert! Du erhältst in diesem Zeitraum keine EXP!")endwhen 72501.use with pc.getqf("antiexp") == 1 beginpc.setqf("antiexp", 0)chat("Der Anti Expring wurde deaktiviert! Du erhältst nun wieder EXP!")endwhen kill with pc.getqf("antiexp") == 1 beginlocal exp = pc.get_exp()pc.give_exp2(-exp+pc.getqf("exp"))endwhen antiexptimer.timer with pc.getqf("antiexp") == 1 beginlocal exp = pc.get_exp()pc.give_exp2(-exp+pc.getqf("exp"))endendendby: .¢єσятєℓ™
  21. Upvote
    WildEgo got a reaction from Vitor Pinho ☮ in [Moral] Desenvolvimento Clearence2   
    Boas cyber-gamers!
    Este tópico irá ser um moral de desenvolvimento do servidor Clearence2.
    O que conterá isto?
    [*]Print Screens.
    [*]Novidades por escrito.
    [*]Outros

    C,
    Luis Bizarro
  22. Upvote
    WildEgo got a reaction from sauron987 in [Menu] Serverfiles   
    [MENU] ServerFiles
    Serverfiles 2011/2012 e Cliente by Icebeatzz™
    Serverfiles Metin2Mester PT
    ServerFiles by: Valy;X
    ServerFiles OldSchool
    ServerFiles by: SupremeKill 2011
    ServerFiles rain 2010
    ServerFiles by: Daniel V2
    ServerFiles +Client Brazilian 2012 byPrest
    ServerFiles OldSchool (Oyunu)
    Fly World 2 ServerFiles 2011
    ServerFiles Metin2Europa
    ServerFiles editadas por Daroo
    Serverfiles + client by Fuuton97 v1
    [serverfiles]Byruansombra V2 Pvm
    Server Files Arthurx0
    Metin2 2010 ServerFiles Daroo 1678 *Mega-Edition*
    Serverfiles e Cliente by Profizocker94 V2
    Server Files 4CH para Servidores caseiros (8GB swap) e Root 2008, 2010, 2011
    ServerFiles By Xico V.2
    [serverfiles]By Biffjunior
    Files Pvp By Medyc
    sv files dos Metin2DMT -pvp
    ServerFiles Alexandre V1
    ServerFiles Champi
    Serverfiles Do Fyuri Origens Oldschool
    Serverfiles By Ruansombra
    ServerFiles War!!!! PvP
    ServerFiles 2007 Fyuri + Cliente
    Serverfiles by Trafalgar v2
    [PvP] Server Files By Deablo
    Cumprimentos, Luis Bizarro

    Gostaria que agradece-sem pois foi um tópico que deu muito trabalho
  23. Downvote
    WildEgo got a reaction from camposerpentes12 in [Menu] Clients   
    [MENU] Clients
    Cliente Metin2 Pt
    [Descompilado]Cliente Aeternamt2
    Client Metin2Master
    Cliente Oficial Metin2 com Skills Coreia
    Cliente By Digitalhero & Profeta 1.0 Beta Version
    Client OldSchool by: Omega
    Multi-Cliente v2 by Marco_A
    Client sandoz 94
    Novo Cliente Dizem ser OldSchool
    [Cliente]Raizen 2ºVersão
    [CLIENT] OldSchool by: Gherusio
    Client 2012 + Autoupdate (Igual Ao Metin2Pt) By Lindinho1
    Client Metin2 Pt
    Client V1 by: Raizen
    Cliente Desgarre V 3.0
    [NEW]Cliente By Gherusio 2012 v.3.
    Cumprimentos, Luis Bizarro


    Gostaria que agradece-sem pois foi um tópico que deu muito trabalho
  24. Upvote
    WildEgo got a reaction from ๔ii๏ร in [Dúvida]Bónus   
    http://cyber-gamers.org/index.php?/topic/6077-tutorial-colocar-extras-de-is-aqueles-que-aparecem-em-cima/
  25. Upvote
    WildEgo reacted to quenii in [Recurso] Correção Granny2.Dll   
    Certeza que muita gente tem esse errinho chato no syser do seu cliente né?
    0308 19:19:45122 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x8000000f, which doesn't match this version of Granny (0x80000010). Automatic conversion will be attempted.É um erro tosco de conversão, pode se arrumar convertendo todos os gr2 novamente pelo tool do ricky92 ou mudar diretamente na dll.Então deixo aqui a dll corrigida, tive um problema e acabei formatando o pc e acabei perdendo meu cliente, porém aos poucos tou conseguindo recuperar algumas coisas, e uma delas e a dll, então tá ae! =DPrimeiro limpe seu syser, depois extraia o arquivo do download e substitua pelo do seu cliente.Pronto nunca mais vai ver o errinho chato.Créditos:Kenny and MrGanja <3Granny2.dllhttps://mega.co.nz/#...uJhjoxj5-WCO4xcScan:https://www.virustot...sis/1362771383/O detectado é falso positivo, pois a base da dll foi totalmente alterada! ;)