Jump to content

Facebook bot


Erfan
 Share

Recommended Posts

Hey guys,

i need help at my bot :( I want a facebook bot which is checking who is the last comment .

XAnbY5o.png

If the guy doesnt have a black pic the bot will post my text and if im the last the side is refreshing but i dont know why it dosend working. Here is the code 

 

#RequireAdmin

HotKeySet("{F7}","Start")
HotKeySet("{F8}","Stop")

While 1
    sleep(1)
WEnd

Func Start()
    While 1
        Local $coord = PixelSearch(426, 432, 436, 431, 0x000103)
        If Not @error Then
            Sleep(3000)
            Send("{F5}")
        EndIf

        $coord = PixelSearch(426, 432, 436, 431, 0x000103)
        If Not @error Then
            MouseClick ("left", 471, 900)
            Sleep(2000)
            Send ("@Ali Elchafei")
            Sleep (1000)
            Send ("({Enter})")
        EndIf
    WEnd
EndFunc

Func Stop()
    Exit 0
EndFunc

Link to comment
Share on other sites

  • Developers

@Erfan,

Please do not bump your own threads within 24 hours.
Remember this is not a 24/7 support forum - those who answer are only here because they like helping others and have some time to spare.  You just have to wait until someone who knows something about your particular problem, and is willing to help, comes online.

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

I would suggest, that what you are attempting to do, is much more difficult than the effort is worth, especially with the fluctuating state that is Facebook much of the time. I cannot see how you would get much accuracy for long.

You would be better off using a Scrape and Filter process ... if that would indeed even work within the bounds of Facebook.

Make sure brain is in gear before opening mouth!
Remember, what is not said, can be just as important as what is said.

Spoiler

What is the Secret Key? Life is like a Donut

If I put effort into communication, I expect you to read properly & fully, or just not comment.
Ignoring those who try to divert conversation with irrelevancies.
If I'm intent on insulting you or being rude, I will be obvious, not ambiguous about it.
I'm only big and bad, to those who have an over-active imagination.

I may have the Artistic Liesense ;) to disagree with you. TheSaint's Toolbox (be advised many downloads are not working due to ISP screwup with my storage)

userbar.png

Link to comment
Share on other sites

You can use IE. (keep logged in) go to that comments page. go through that fields and check if it's your comment.

an alternative can be using ImagenSearch.

 

Saludos

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...