FbDoo - Bot Project

06/14/2013 19:01 AFzizou98#1
Hi everybody ! Maybee you reminds me...

I am actually coding my new bot, and I create this topic to put all my sources codes ! I develop only with Qt Creator, so if you want edit my codes you'll need download it :p

For the moment, just a little connexion, but it will do much things soon :)

(Sorry for my English which is bad, I'm French...)

VT:[Only registered and activated users can see links. Click Here To Register...]
06/14/2013 19:08 skeith_sk8#2
VT?
06/14/2013 19:12 AFzizou98#3
Edited :)
06/14/2013 19:17 Requi#4
Quote:
Originally Posted by skeith_sk8 View Post
VT?
Well. It's the source. You can look your self if virus or not :D

Thanks for sharing, if it works
06/14/2013 19:18 fuso98#5
but is for UW or DO?? I'm confused by the name that start with FB that are is the abbreviation of facebook
06/14/2013 19:21 PNTX#6
Quote:
Originally Posted by fuso98 View Post
but is for UW or DO?? I'm confused by the name that start with FB that are is the abbreviation of facebook
WTF? UW is down..
DARKORBIT!
06/14/2013 19:23 AFzizou98#7
Darkorbit naturally, Fb is for Free Bot :p
06/14/2013 19:25 Requi#8
Could you explain me how to compile it?
And whats that:
Code:
request.setUrl(QUrl("http://localhost/SiteDO/guidedeprog.php"));
06/14/2013 19:25 werwerf#9
what is it? maybe screenshot?
06/14/2013 19:33 fuso98#10
Quote:
Originally Posted by Xx_BOLTER_xX View Post
WTF? UW is down..
DARKORBIT!
I didn't read well I thought he had done this code in the past so the name confused me.

Quote:
Originally Posted by AFzizou98 View Post
Darkorbit naturally, Fb is for Free Bot :p
Well ;) very nice. Thanks
06/14/2013 19:34 AFzizou98#11
Ok requi, it's just a test to see if my function between works good ^_^

I use wamp on my second computer, which isn't connected to internet to improve my network codes (it changes my machine from machine to machine/server)... Just change:

Code:
request.setUrl(QUrl("http://localhost/SiteDO/guidedeprog.php"));
to
Code:
request.setUrl(QUrl("http://www.darkorbit.com"));
and
Code:
QString donnees = "pseudo="+ui->pseudo->text()+"&motDePasse="+ui->password->text();
to
Code:
QString donnees = "loginForm_default_username="+ui->pseudo->text()+"&loginForm_default_password="+ui->password->text();
, and it will be work :)

I have my baccalauréat (high school diploma in France) Tuesday and Wendesday, and after I promess you I'll work on FbDoo seriously :p
06/14/2013 19:36 Requi#12
And how it compile it then?
I can just attach it somewhere. Do I need sth else? :o
06/14/2013 19:40 AFzizou98#13
Hem... The compiler which is needed is mingw, I don't know if you have it !
Else you just have to download Qt Creator on this link [Only registered and activated users can see links. Click Here To Register...]...

If you code in c++, I think it is at less as powerful as VS... :p
06/14/2013 19:43 Alemdar183#14
KEYLONGER !!
06/14/2013 19:45 AFzizou98#15
?