Raised This Month: $51 Target: $400
 12% 

Desvirtúe aquí.


  
 
 
Thread Tools Display Modes
DiegoCS
Senior Member
Join Date: Mar 2013
Old 08-12-2013 , 11:59   Re: Desvirtúe aquí.
#25691

Quote:
Originally Posted by baneado View Post
dudo que sepa
nadie te pregunto , no te metas campeón , Chile , tienes uno ?
DiegoCS is offline
baneado
Veteran Member
Join Date: Dec 2012
Location: amxmodx-es.com
Old 08-12-2013 , 14:50   Re: Desvirtúe aquí.
#25692

Quote:
Originally Posted by DiegoCS View Post
nadie te pregunto , no te metas campeón , Chile , tienes uno ?
esto es desvirtúe, me meto donde quiero ;)

estoy desando ver un sv tuyo, solo para reirme un rato

Last edited by baneado; 08-12-2013 at 14:54.
baneado is offline
claans
Senior Member
Join Date: Jul 2012
Location: Argentina
Old 08-12-2013 , 16:01   Re: Desvirtúe aquí.
#25693



Si esta semana no entro, la otra seguramente estoy en el top10

Saludos,
cLAANS.-
__________________
http://amxmodx-es.com/ Allied Modders en español
http://amxmodx-es.com/ Allied Modders in spanish
claans is offline
Send a message via MSN to claans Send a message via Skype™ to claans
gladius
Veteran Member
Join Date: Jul 2008
Location: Santiago, Chile
Old 08-12-2013 , 16:35   Re: Desvirtúe aquí.
#25694

Quote:
Originally Posted by rak View Post
dale si podes... poray puedo ahorrar algunas lineas cn la parte Sql q es la que mas me aburre.. ensi lo tengo ya casi terminado.. si tenes dropbox pasame tu Id y te sincronizo el archivo para que veas lo q tengo
Mi correo es [email protected]

No tengo problema en mostrarte lo que yo hice, si quieres y tienes un server para probar lo testeamos, tiene unas cosas que no sabría como explicarte en palabras y sería bueno que lo probaramos
__________________
Proyects
Kreedz Chile Mod [100%] (Fixing some details).

gladius is offline
Send a message via MSN to gladius Send a message via Skype™ to gladius
ChileScripting
BANNED
Join Date: Jan 2013
Old 08-12-2013 , 16:54   Re: Desvirtúe aquí.
#25695

Quote:
Originally Posted by DiegoCS View Post
nadie te pregunto , no te metas campeón , Chile , tienes uno ?
Hay muchos en half life y en cstrike ;) Buscalos son todos defaults. Los puedes ver con SprViewer
ChileScripting is offline
rak
Veteran Member
Join Date: Oct 2011
Location: banned country
Old 08-12-2013 , 18:01   Re: Desvirtúe aquí.
#25696

alguien tiene idea por q me tira este error?

PHP Code:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Security.Cryptography;

namespace 
ConsoleApplication3
{
    class 
Program
    
{
        static 
void Main(string[] args)
        {

            
String DataBuffer2 string.Empty;
            
            
//char [] Buffer = new char [37];
            
            
const String Source "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890";

            
int BufferaNumFinish 0;
            
            const 
int LIMIT 37;

            
ulong Counter;

            
Console.Write("Ingrese el md5:");

            
Data Console.ReadLine();

            while(
Finish == null) {
                
               
// Buffer[0] = Source[0];

                
Buffer2 += Source[0];

               
// Buffer[1] = '\0';

               
for(int i 0LIMITi++) {

                   if (
Data == CreateMd5(Buffer2))
                   {

                   }

                }

               
Console.Clear();

            }
            
            
Console.WriteLine("Contraseña: " Buffer2);

            
Console.ReadKey();            

        }

        public 
string CreateMd5(string Text)
        {

            
MD5CryptoServiceProvider Provider = new MD5CryptoServiceProvider();

            
byte[] bData System.Text.Encoding.ASCII.GetBytes(Text);

            
bData Provider.ComputeHash(bData);

            
String Md5 string.Empty;

            for (
int i 0bData.Lengthi++)
            {

                
Md5 += bData[i].ToString("x2").ToLower();

            }

            return 
Md5;

        }

    }



fixx:

PHP Code:
public string CreateMd5(string Text

PHP Code:
static string CreateMd5(string Text
__________________

www.amxmodx-es.com

Steam: Luchokoldo

Last edited by rak; 08-12-2013 at 18:09.
rak is offline
Send a message via MSN to rak Send a message via Skype™ to rak
DiegoCS
Senior Member
Join Date: Mar 2013
Old 08-12-2013 , 18:17   Re: Desvirtúe aquí.
#25697

Quote:
Originally Posted by baneado View Post
esto es desvirtúe, me meto donde quiero ;)

estoy deseando ver un sv tuyo, solo para reirme un rato
deseá nomás. porque prohibiré toda ip que no sea de Argentina. ;)

Last edited by DiegoCS; 08-12-2013 at 20:01.
DiegoCS is offline
MexPower
Veteran Member
Join Date: Nov 2012
Old 08-12-2013 , 19:29   Re: Desvirtúe aquí.
#25698

Claro campeon, bloquearas Steamid Que no sea de Argentina JAJAJA!
__________________
Allied Modders En Español
MexPower is offline
DiegoCS
Senior Member
Join Date: Mar 2013
Old 08-12-2013 , 20:01   Re: Desvirtúe aquí.
#25699

Quote:
Originally Posted by MexPower View Post
Claro campeon, bloquearas Steamid Que no sea de Argentina JAJAJA!
tenes razón me equivoqué. bloquearé toda ip que no sea de Argentina .
DiegoCS is offline
ChileScripting
BANNED
Join Date: Jan 2013
Old 08-12-2013 , 20:08   Re: Desvirtúe aquí.
#25700

Te amo rak estoy a la espera de eso. )
ChileScripting is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:03.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode