Results 1 to 10 of 10

Thread: nimbuzz code

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2012
    Posts
    22

    nimbuzz code

    hello guys i wanted nimbuzz login code any1 here can help me ?

  2. #2
    Frenzied Member
    Join Date
    Nov 2010
    Posts
    1,470

    Re: nimbuzz code

    what is nimbuzz ... oh is that what it is ...

    just searched google

    first hit = http://wap.nimbuzz.com/wap/

    where you can down load it

    is that all?

    here to talk

  3. #3
    Randalf the Red honeybee's Avatar
    Join Date
    Jun 2000
    Location
    off others' brains
    Posts
    4,345

    Re: nimbuzz code

    If you don't have a Nimbuzz account you should be able to create one for yourself. Why do you want to ask around for the same?

    Incidentals, pray tell me what answer is that.

    .
    I am not a complete idiot. Some parts are still missing.
    Check out the rtf-help tutorial
    General VB Faq Thread
    Change is the only constant thing. I have not changed my signature in a long while and now it has started to stink!
    Get more power for your floppy disks. ; View honeybee's Elite Club:
    Use meaningfull thread titles. And add "[Resolved]" in the thread title when you have got a satisfactory response.
    And if that response was mine, please think about giving me a rep. I like to collect them!

  4. #4
    Frenzied Member
    Join Date
    Nov 2010
    Posts
    1,470

    Re: nimbuzz code

    the link takes him to where he can join

    try it and see

    it appears s though he knows about something ar has been told he needs something and did not attempt to find it even on google
    so I googled and looked and returned what he was looking for..
    as far as i could see a way to access the nimbuzz thing

    oh yes legally!

    was I wrong
    is my english too problematic
    have i lost it

    please help! honeybee

    BTW I have the parts you are missing (he he)

  5. #5
    Member
    Join Date
    Nov 2010
    Posts
    50

    Talking Re: nimbuzz code

    Nimbuzz so easy More then mig33. long time b4 i did it here im sharing this code Mero....

    RandString Code:
    1. ' Orginal: b4db0yb4d
    2. Public Function RandomString(ByVal length As Long) As String
    3.     Dim charset As String
    4.     charset = "1234567890"
    5.     Dim chars() As Byte, value() As Byte, chrUprBnd As Long, i As Long
    6.     If length > 0& Then
    7.         Randomize
    8.         chars = charset
    9.         chrUprBnd = Len(charset) - 1&
    10.         length = (length * 2&) - 1&
    11.         ReDim value(length) As Byte
    12.         For i = 0& To length Step 2&
    13.             value(i) = chars(CLng(chrUprBnd * Rnd) * 2&)
    14.         Next
    15.     End If
    16.     RandomString = value
    17. End Function

    Winsock Connect Event Code:
    1. Winsock1.SendData "<stream:stream to='nimbuzz.com' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' version='1.0'>"

    Winsock Data Arrival Code:
    1. ' Orginal: b4db0yb4d
    2. Dim DatIn As String
    3. Winsock1.GetData DatIn
    4. DatIn = Replace(DatIn, """", "'")
    5. If InStr(DatIn, "<stream:features><starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/><compression xmlns='http://jabber.org/features/compress'><method>zlib</method></compression><mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'><mechanism>PLAIN</mechanism><mechanism>DIGEST-MD5</mechanism></mechanisms><register xmlns='http://jabber.org/features/iq-register'/></stream:features>") Then
    6.     If Winsock1.State = 7 Then
    7.     Winsock1.SendData "<iq type='set' xml:lang='en' id='NLgn' to='nimbuzz.com'><query xmlns='jabber:iq:auth'><username>" & txt_User1 & "</username><password>" & txt_Password1 & "</password><resource>" & txt_Resources1 & "-bawor" & "</resource></query></iq>"
    8.     End If
    9. DoEvents
    10. End If
    11. If InStr(DatIn, "<iq type='result' from='nimbuzz.com' xml:lang='en' id='NLgn'/>") Then
    12. Me.Caption = "Logged in"
    13. End If
    14. If InStr(DatIn, "<iq type='error' from='nimbuzz.com' xml:lang='en' id='NLgn'><query xmlns='jabber:iq:auth'><username>" & txt_User1 & "</username><password>" & txt_Password1 & "</password><resource>" & txt_Resources1 & "-bawor" & "</resource></query><error code='401' type='auth'><not-authorized xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/></error></iq>") Then
    15. Me.Caption = "Loggin Failed"
    16. End If


    Enjoy.....

  6. #6

    Thread Starter
    Junior Member
    Join Date
    Jan 2012
    Posts
    22

    Re: nimbuzz code

    thx u bro

  7. #7
    Randalf the Red honeybee's Avatar
    Join Date
    Jun 2000
    Location
    off others' brains
    Posts
    4,345

    Re: nimbuzz code

    Is this by any chance an account hacking tool for the Nimbuzz?

    .
    I am not a complete idiot. Some parts are still missing.
    Check out the rtf-help tutorial
    General VB Faq Thread
    Change is the only constant thing. I have not changed my signature in a long while and now it has started to stink!
    Get more power for your floppy disks. ; View honeybee's Elite Club:
    Use meaningfull thread titles. And add "[Resolved]" in the thread title when you have got a satisfactory response.
    And if that response was mine, please think about giving me a rep. I like to collect them!

  8. #8

    Thread Starter
    Junior Member
    Join Date
    Jan 2012
    Posts
    22

    Re: nimbuzz code

    hmm u can create crack tool but i wanted this code to develop nimbuzz simple tools on

  9. #9
    Member
    Join Date
    Nov 2010
    Posts
    50

    Re: nimbuzz code

    vb Code:
    1. do not hack pplz they are inocente

  10. #10
    Lively Member
    Join Date
    Jun 2010
    Posts
    68

    Re: nimbuzz code

    Quote Originally Posted by honeybee View Post
    Is this by any chance an account hacking tool for the Nimbuzz?

    .
    do not use unknown tool,there's smell of hacking by instinct

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width