It is currently Tue Dec 02, 2008 8:59 pm


All times are UTC [ DST ]




Reply to topic  [ 36 posts ]  Go to page Previous  1, 2
Author Message
 Post subject: Re: what would u call this bot?
PostPosted: Thu Aug 21, 2008 11:32 am 
1337 n00b!!!111!!one!
User avatar
Offline

Joined: Mon Feb 04, 2008 3:57 am
Posts: 2492
Location: Wales
If its private then you look for Sorry No Can Do


 Profile  
 
 Post subject: Re: what would u call this bot?
PostPosted: Thu Aug 21, 2008 11:33 am 
Banned
User avatar
Offline

Joined: Fri Jun 27, 2008 10:05 am
Posts: 497
Liam wrote:
If its private then you look for Sorry No Can Do

no becuase when a page is deleted it still says Sorry No can do so i look for a unquie string like you are not authorised that dont appear when a account is deleted..

_________________
Image


 Profile  
 
 Post subject: Re: what would u call this bot?
PostPosted: Thu Aug 21, 2008 11:41 am 
Gold Member
User avatar
Offline

Joined: Fri Feb 08, 2008 11:51 pm
Posts: 385
sounds like good work

_________________
Aciid Elite Pwnz
Hidden:
DCH pwnz - Aciid Pwnz

1.Earn aciid vip
2.learn to code my first bot

ImageImage


 Profile E-mail  
 
 Post subject: Re: what would u call this bot?
PostPosted: Thu Aug 21, 2008 11:42 am 
Banned
User avatar
Offline

Joined: Fri Jun 27, 2008 10:05 am
Posts: 497
:bigsmile: :bigsmile: :bigsmile: :bigsmile:

got it working!

WOOOOOOOOOOOOOO

it gets private profile ids and public but dont get cancelled or deleted accounts WO

i made it for friend adder so i wont change it it staying how it is :D dont like it tough :D

_________________
Image


 Profile  
 
 Post subject: Re: what would u call this bot?
PostPosted: Thu Aug 21, 2008 11:49 am 
Gold Member
User avatar
Offline

Joined: Fri Feb 08, 2008 11:51 pm
Posts: 385
wen yaa gona release any way +rep for it anyway good idea

_________________
Aciid Elite Pwnz
Hidden:
DCH pwnz - Aciid Pwnz

1.Earn aciid vip
2.learn to code my first bot

ImageImage


 Profile E-mail  
 
 Post subject: Re: what would u call this bot?
PostPosted: Thu Aug 21, 2008 11:51 am 
Banned
User avatar
Offline

Joined: Fri Jun 27, 2008 10:05 am
Posts: 497
umm weekend or next week at latest :D

i still rekon bebo blaster is faster :(

_________________
Image


 Profile  
 
 Post subject: Re: what would u call this bot?
PostPosted: Thu Aug 21, 2008 12:29 pm 
Banned
User avatar
Offline

Joined: Fri Jun 27, 2008 10:05 am
Posts: 497
FFS wont work, someone edit code to make it work for me

Code:
Dim strHTML As String

strHTML = Wrapper.GetWrapper("http://www.bebo.com/Profile.jsp?MemberId=" & txtID.Text & "")

If InStr(strHTML, "Members who have made their profiles accessible at") Then
ListView1.ListItems.Add = (txtID)
Label1.Caption = Label1.Caption + 1
txtID.Text = txtID.Text + 1
chameleonButton1_Click
Exit Sub

ElseIf InStr(strHTML, "Member Since") Then
ListView1.ListItems.Add = (txtID)
Label1.Caption = Label1.Caption + 1
txtID.Text = txtID.Text + 1
chameleonButton1_Click
Exit Sub

Else
txtID.Text = txtID.Text + 1
chameleonButton1_Click
End If

Exit Sub


i want it to get private profiles and public profiles but when it visits a private profile it wont add the id to the listview1 :(

_________________
Image


 Profile  
 
 Post subject: Re: what would u call this bot?
PostPosted: Thu Aug 21, 2008 12:59 pm 
1337 n00b!!!111!!one!
User avatar
Offline

Joined: Mon Feb 04, 2008 3:57 am
Posts: 2492
Location: Wales
Code:
ListView1.ListItems.Add = (txtID)

WTF? it should be

Code:
ListView1.ListItems.Add = txtID.Text


 Profile  
 
 Post subject: Re: what would u call this bot?
PostPosted: Thu Aug 21, 2008 1:00 pm 
Banned
User avatar
Offline

Joined: Fri Jun 27, 2008 10:05 am
Posts: 497
Liam wrote:
Code:
ListView1.ListItems.Add = (txtID)

WTF? it should be

Code:
ListView1.ListItems.Add = txtID.Text


alright look i do it different does it matter it still works with the brackets lol

_________________
Image


 Profile  
 
 Post subject: Re: what would u call this bot?
PostPosted: Thu Aug 21, 2008 1:01 pm 
1337 n00b!!!111!!one!
User avatar
Offline

Joined: Mon Feb 04, 2008 3:57 am
Posts: 2492
Location: Wales
it wont work with brackets because you aint even got .text


 Profile  
 
 Post subject: Re: what would u call this bot?
PostPosted: Thu Aug 21, 2008 1:09 pm 
Gold Member
User avatar
Offline

Joined: Mon Nov 19, 2007 7:57 pm
Posts: 978
How about :

Code:
If InStr(strHTML, "Sorry, No Can Do") Then


?

_________________
ImageImage


 Profile E-mail  
 
 Post subject: Re: what would u call this bot?
PostPosted: Thu Aug 21, 2008 10:24 pm 
Banned
User avatar
Offline

Joined: Fri Jun 27, 2008 10:05 am
Posts: 497
-McGuinn- wrote:
How about :

Code:
If InStr(strHTML, "Sorry, No Can Do") Then


?

that prob work but then if the account is cancelled or is private they all have that "no can do" i might just take this bit out its being a pain

and um liam it does work otherwise it wouldnt add it to the listview lol :D you dont need the .text if it has brackets

_________________
Image


 Profile  
 
 Post subject: Re: what would u call this bot?
PostPosted: Mon Aug 25, 2008 6:01 pm 
Bronze Member
User avatar
Offline

Joined: Sun Aug 24, 2008 2:44 pm
Posts: 28
Location: Portugal
Hey guys...
Can you tell me, please, how can I see private profiles?

thnkx.. xx

_________________
»»»»» http://www.bebo.com/Caroolina «««««

The modern woman doesn´t want the Prince Charming anymore, she prefer the bad wolf, coz he listen to her, and in the end still eats her 043


 Profile E-mail  
 
 Post subject: Re: what would u call this bot?
PostPosted: Mon Aug 25, 2008 6:16 pm 
Gold Member
User avatar
Offline

Joined: Sun Jul 27, 2008 1:51 pm
Posts: 174
Location: Republic Of Ireland
ID Crawler's Good Lol 045

_________________
Fucking Neowwm


 Profile E-mail  
 
 Post subject: Re: what would u call this bot?
PostPosted: Mon Aug 25, 2008 9:13 pm 
Bronze Member
User avatar
Offline

Joined: Sun Aug 24, 2008 2:44 pm
Posts: 28
Location: Portugal
Hey ya...
With ID Crawler I can see private Bebo profiles?
And where can I find ID Crawler?

ty..xxxx

_________________
»»»»» http://www.bebo.com/Caroolina «««««

The modern woman doesn´t want the Prince Charming anymore, she prefer the bad wolf, coz he listen to her, and in the end still eats her 043


 Profile E-mail  
 
 Post subject: Re: what would u call this bot?
PostPosted: Mon Aug 25, 2008 9:17 pm 
Bronze Member
Offline

Joined: Wed Mar 19, 2008 4:13 am
Posts: 59
i dont think you can see private profiles

also use search at the top of the page :wink:


 Profile E-mail  
 
Display posts from previous:  Sort by  
Reply to topic  [ 36 posts ]  Go to page Previous  1, 2

All times are UTC [ DST ]


Who is online

Users browsing this forum: itube and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB3
Aciid Forums © 2008