Sign in to follow this  
mesvak

C# EAZY HOW TO WRITE YOUR NAME LIKE THE SHITTY ASS NIBBA xd

Recommended Posts

[hide]

 

 

using System;
using System.Text.RegularExpressions;
namespace RegExApplication {
  public class Program {
     private static void showMatch(string text, string expr) {
        Console.WriteLine("this my own ass here  " + expr);
        MatchCollection mc = Regex.Matches(text, expr);
        foreach (Match m in mc) {
           Console.WriteLine(m);
        }
     }
     public static void Main(string[] args) {
        string str = "PROXY CHECKER CRACKED.TO";
        Console.WriteLine("PROXY CHECKER ASS");
        showMatch(str, @"\w");
        showMatch(str,@"mesvak");
     }
  }
}

 

 

 

 

 

 

[/hide]

 

haPPY NEW DAYS xd 

 

DONT HAVE ENOUGH TIME TO EDIT AND COMPRESS IT AND MAYBE ADD SOME FUNNY EFFECT JUST AN EXAMPLE FOR SOME 1  :kek: :kek: :kek:

Share this post


Link to post
Share on other sites

I don't understand what this is, but thanks i guess ??

Share this post


Link to post
Share on other sites

Cool, thanks for this m8

Share this post


Link to post
Share on other sites

lul wtf is this

Share this post


Link to post
Share on other sites

Cool, thanks for this m8

Share this post


Link to post
Share on other sites

Much apricate it!

Share this post


Link to post
Share on other sites

 

 

haPPY NEW DAYS xd 

 

DONT HAVE ENOUGH TIME TO EDIT AND COMPRESS IT AND MAYBE ADD SOME FUNNY EFFECT JUST AN EXAMPLE FOR SOME 1  :kek: :kek: :kek:

 

cool,,  thanks, will try it

Share this post


Link to post
Share on other sites

 

 

haPPY NEW DAYS xd 

 

DONT HAVE ENOUGH TIME TO EDIT AND COMPRESS IT AND MAYBE ADD SOME FUNNY EFFECT JUST AN EXAMPLE FOR SOME 1  :kek: :kek: :kek:

 

Nice mate! Great!

Share this post


Link to post
Share on other sites

 

 

haPPY NEW DAYS xd 

 

DONT HAVE ENOUGH TIME TO EDIT AND COMPRESS IT AND MAYBE ADD SOME FUNNY EFFECT JUST AN EXAMPLE FOR SOME 1  :kek: :kek: :kek:

 

Thanks you very much!

Share this post


Link to post
Share on other sites

changing bane of program

Share this post


Link to post
Share on other sites

 

 

haPPY NEW DAYS xd 

 

DONT HAVE ENOUGH TIME TO EDIT AND COMPRESS IT AND MAYBE ADD SOME FUNNY EFFECT JUST AN EXAMPLE FOR SOME 1  :kek: :kek: :kek:

yoo i dont really know what this is but thenks for the post ^^

Share this post


Link to post
Share on other sites

 

 

haPPY NEW DAYS xd 

 

DONT HAVE ENOUGH TIME TO EDIT AND COMPRESS IT AND MAYBE ADD SOME FUNNY EFFECT JUST AN EXAMPLE FOR SOME 1  :kek: :kek: :kek:

 

merci mon frere

Share this post


Link to post
Share on other sites

 

 

haPPY NEW DAYS xd 

 

DONT HAVE ENOUGH TIME TO EDIT AND COMPRESS IT AND MAYBE ADD SOME FUNNY EFFECT JUST AN EXAMPLE FOR SOME 1  :kek: :kek: :kek:

 

niceeeeeeeeeeeeeeeee

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this