FireBuzZ

Welcome To FireBuzZ Forum

help me foriiiiiiii..+++++ Png


Join the forum, it's quick and easy

FireBuzZ

Welcome To FireBuzZ Forum

help me foriiiiiiii..+++++ Png

FireBuzZ

Would you like to react to this message? Create an account in a few clicks or log in to continue.
FireBuzZ

nokte mohem: gozashtane har goone matlab dar morede v.p.n va s.o.c.k.s va har goone f.i.l.t.e.r shekan va bahs haye s.i.a.si o mazhabi mamnoo ast dar soorate moshahede barkhord khahad shod

Latest topics

» online bots
by *molana* 5/15/2014, 11:43 am

» online bots-hatman add konin
by *molana* 4/19/2014, 2:13 am

» ALL BOMBUS ANDROID ««
by .xb= 1/5/2014, 12:05 pm

» masulin plz bkhunin
by milancomplex 1/1/2014, 5:08 pm

» ravesh sakh visa card free baraye kharid gifts vase avordan room be page 1
by professor)(duffer@n.c 12/20/2013, 10:18 pm

» bombus joker android+dc+aa
by mbpersian 10/18/2013, 12:59 pm

» *NEW* Dc Without Resource & Remoter by $ae!d.71
by reliance 7/20/2013, 5:53 am

» nimbuzz ip broken cracker.rar
by dev!l-hacker 7/13/2013, 8:38 pm

» free buzz Best Tool For Fast E-mail sender to any Email Adress
by reliance 7/10/2013, 3:10 am

» Taknimbuzz Join ID mOrde
by reliance 7/10/2013, 2:58 am

» piyaz cracker v1.0 coded by big.coder
by reliance 7/10/2013, 2:49 am

» joker booT room & cearch rooms v.1 room advertiser
by reliance 7/10/2013, 2:41 am

» joker avatar nimbuzz
by reliance 7/10/2013, 2:35 am

» joker FLoood x300 v.1
by reliance 7/10/2013, 2:28 am

» Room Fuller Ehemer Anti Admin + Anti kick
by reliance 7/10/2013, 2:21 am

» status changer v 2.0 by takbuzz TM
by reliance 7/10/2013, 2:11 am

» Need Help
by saurabh2013 7/9/2013, 4:05 pm

» Auto joiner (Room Ehmer) (Dc + AddFlood)
by reliance 7/9/2013, 1:27 pm

» Adv Multi ids v3.5 coded by frati
by reliance 7/9/2013, 1:20 pm

» lol id blocker by rasstin@n.c
by reliance 7/9/2013, 1:12 pm

Top posters

esi.0181 (1241)
help me foriiiiiiii..+++++ I_vote_lcaphelp me foriiiiiiii..+++++ I_voting_barhelp me foriiiiiiii..+++++ I_vote_rcap 
!!v!!onster (592)
help me foriiiiiiii..+++++ I_vote_lcaphelp me foriiiiiiii..+++++ I_voting_barhelp me foriiiiiiii..+++++ I_vote_rcap 
masoud-shrek (340)
help me foriiiiiiii..+++++ I_vote_lcaphelp me foriiiiiiii..+++++ I_voting_barhelp me foriiiiiiii..+++++ I_vote_rcap 
!-!.secret.!-! (322)
help me foriiiiiiii..+++++ I_vote_lcaphelp me foriiiiiiii..+++++ I_voting_barhelp me foriiiiiiii..+++++ I_vote_rcap 
asd313 (276)
help me foriiiiiiii..+++++ I_vote_lcaphelp me foriiiiiiii..+++++ I_voting_barhelp me foriiiiiiii..+++++ I_vote_rcap 
bab_dracula (220)
help me foriiiiiiii..+++++ I_vote_lcaphelp me foriiiiiiii..+++++ I_voting_barhelp me foriiiiiiii..+++++ I_vote_rcap 
Mr.Bermuda (196)
help me foriiiiiiii..+++++ I_vote_lcaphelp me foriiiiiiii..+++++ I_voting_barhelp me foriiiiiiii..+++++ I_vote_rcap 
pe3are-tariki (169)
help me foriiiiiiii..+++++ I_vote_lcaphelp me foriiiiiiii..+++++ I_voting_barhelp me foriiiiiiii..+++++ I_vote_rcap 
ARMIN (138)
help me foriiiiiiii..+++++ I_vote_lcaphelp me foriiiiiiii..+++++ I_voting_barhelp me foriiiiiiii..+++++ I_vote_rcap 
emperatoor (111)
help me foriiiiiiii..+++++ I_vote_lcaphelp me foriiiiiiii..+++++ I_voting_barhelp me foriiiiiiii..+++++ I_vote_rcap 

Top posting users this week

No user

Jomalati Az Behesht

Who is online?

In total there are 2 users online :: 0 Registered, 0 Hidden and 2 Guests

None


[ View the whole list ]


Most users ever online was 99 on 10/8/2020, 9:47 am

Keywords


2 posters

    help me foriiiiiiii..+++++

    esi.0181
    esi.0181
    FireBuzZ TeaM
    FireBuzZ TeaM


    Posts : 1241
    Points : 2363
    Join date : 2013-02-23
    Asl : shahin-anzali-18 sale 1373/6/6

    help me foriiiiiiii..+++++ Empty help me foriiiiiiii..+++++

    Post by esi.0181 6/1/2013, 4:35 am

    agha man ye chat box dorost kardam
    pm barai tarf mire va pm to chat box neshon mide
    vali pm tarf moghabelo neshon nemide
    inam az code ke estefade mikonam
    Code:
            private void pv(object sender, agsXMPP.protocol.client.Message msg1)
            {

                if (InvokeRequired)
                    BeginInvoke(new agsXMPP.protocol.client.MessageHandler(remot), new object[] { sender, msg1 });
                else
                {
                    if (msg1.Type == MessageType.chat)
                    {
                        try
                        {
                            if (msg1.From.user.ToLower() == textBox1.Text)
                            {
                                richTextBox1.SelectionStart = richTextBox1.Text.Length;
                                richTextBox1.SelectionLength = 0;
                                richTextBox1.AppendText("\n");
                                richTextBox1.SelectionColor = Color.Blue;
                                richTextBox1.AppendText(msg1.From.user + " : ");
                                richTextBox1.SelectionColor = Color.Violet;
                                try
                                {
                                    richTextBox1.AppendText(msg1.Body);
                                }
                                catch { }
                                richTextBox1.AppendText("\r\n");
                            }
                            else if (msg1.From.user.ToLower() != textBox1.Text)
                            {
                                richTextBox1.SelectionStart = richTextBox1.Text.Length;
                                richTextBox1.SelectionLength = 0;
                                richTextBox1.AppendText("\n");
                                richTextBox1.SelectionColor = Color.Red;
                                richTextBox1.AppendText(msg1.From.user + " : ");
                                richTextBox1.SelectionColor = Color.Green;
                                try
                                {
                                    richTextBox1.AppendText(msg1.Body);
                                }
                                catch { }
                                richTextBox1.AppendText("\r\n");

                            }
                        }
                        catch { }
                    }
                }
            }
    Code:
            private void Sendpm_Click_1(object sender, EventArgs e)
            {
                if (!(textBox3.Text == Microsoft.VisualBasic.Constants.vbNullString))
                {
                    richTextBox1.SelectionColor = Color.Blue;
                    richTextBox1.SelectedText = textBox1 .Text +": ";
                    richTextBox1.SelectionColor = Color.Black;
                    richTextBox1.SelectedText = textBox3.Text + Environment.NewLine;
                    esi.Send("<message xmlns='jabber:client' to='" + textBox4.Text + "@nimbuzz.com' type='chat' id='424'><body>" + textBox3.Text + "</body><active xmlns='http://jabber.org/protocol/chatstates' /><x xmlns='jabber:x:event'><composing /></x><thread>PnzsiouWPeukRCGGXUoYodTItnnzbMxV</thread></message>");
                    textBox3.Clear();
                }
            }
    !!v!!onster
    !!v!!onster
    Admin
    Admin


    Posts : 592
    Points : 873
    Join date : 2013-02-22
    Age : 32
    Asl : mojtaba 20 golestan :smoke:

    help me foriiiiiiii..+++++ Empty Re: help me foriiiiiiii..+++++

    Post by !!v!!onster 6/1/2013, 5:43 am

    miram ji miam vasat proje minvisam

    hol nade :D

    bahatam gharama :D
    help me foriiiiiiii..+++++ 2285476711 help me foriiiiiiii..+++++ 188712003


    esi.0181
    esi.0181
    FireBuzZ TeaM
    FireBuzZ TeaM


    Posts : 1241
    Points : 2363
    Join date : 2013-02-23
    Asl : shahin-anzali-18 sale 1373/6/6

    help me foriiiiiiii..+++++ Empty Re: help me foriiiiiiii..+++++

    Post by esi.0181 6/1/2013, 5:53 am

    !!v!!onster wrote:
    miram ji miam vasat proje minvisam

    hol nade :D

    bahatam gharama :D
    help me foriiiiiiii..+++++ 2285476711 help me foriiiiiiii..+++++ 188712003


    mc
    kare khobi mikoni ke ghahri dori dosti dash
    !!v!!onster
    !!v!!onster
    Admin
    Admin


    Posts : 592
    Points : 873
    Join date : 2013-02-22
    Age : 32
    Asl : mojtaba 20 golestan :smoke:

    help me foriiiiiiii..+++++ Empty Re: help me foriiiiiiii..+++++

    Post by !!v!!onster 6/1/2013, 11:51 am

    help me foriiiiiiii..+++++ 2013_06_01_06_48_12_%D8%A8


    khop shahin jan dorioo dosti


    ini ke gofti ke na ye chize kamel va raht vasat neveshtam boro topic zir

    [You must be registered and logged in to see this link.]

    soali dashti hamonja bepors (dar morede on source)


    esi.0181
    esi.0181
    FireBuzZ TeaM
    FireBuzZ TeaM


    Posts : 1241
    Points : 2363
    Join date : 2013-02-23
    Asl : shahin-anzali-18 sale 1373/6/6

    help me foriiiiiiii..+++++ Empty Re: help me foriiiiiiii..+++++

    Post by esi.0181 6/1/2013, 12:04 pm

    مرسی داش

    Sponsored content


    help me foriiiiiiii..+++++ Empty Re: help me foriiiiiiii..+++++

    Post by Sponsored content


      Current date/time is 5/1/2024, 9:59 pm