Due to questions from various person, I decided to post up some of the screenshot of this bot in work. First you’ll need to know that ‘primary profile’ is the facebook account where you post your says.my links. ‘secondary profile’ is the account that is a friend of ‘primary profile’ and it run the errand of clicking.
1. Working folder – this screenshot shows the working directory for this bot. You can place the bot anywhere, and it’ll work as long as all files are inside
2. Main console of program – This program is purely written in C and Perl. Hence it is ran on console. It’s a little boring of course, but you won’t actually have to look at it in fact. It just gives some simple information that “hey, the program is running”. Of course, we can hide this easily with any available program around. I’ll talk more on that later.
3. Firefox-Selenium interface – These windows are HIDDEN by default. As for now, there are no ways to unhide them yet (I will implement an option on the next minor release). However you won’t need to see this as it is annoying and boring. I’ll tell you why.
4. Bot in action: Clicking – Again, these windows are HIDDEN by default (except the console). This is the basic functional of the bot. It opens facebook, login into “secondary account”, opens the “primary account’s” profile page and click on any random links. Notice that the bot had clicked on a link name ‘volkswagon’. One thing evil about says.my is that they have a pop out – Hence I would prefer to hide the whole Firefox-Selenium interface, so you won’t have to deal with popups and such.
Now we know that the bot work by opening a ‘hidden’ Firefox instance (don’t worry, you still can use firefox!). All firefox are hidden by default. Now we see how the bot give datalog, and how you configure the bot to work.
5. Datalog: Botlog.txt – This is the main datalog for the program. It gives the date and time where click occurs, and what link was clicked.
6. Config.txt – This is the main config file. Here you can define the ID/Password for secondary account, and the profile link to the primary profile. You can also define the amount of clicks you desire per day.
7. listoflink.csv – This file contain the list of links to click. Basically it defines the says.my links you would want to click on. Just make it a habit to update this file everytime you post a new link on your own page.
Summary of mode of action:
1. You post whatever says.my link you have on a ‘primary profile’. Copy the last part of the link and update it in listoflink.csv.
2. Run the bot. The bot will log into ‘secondary profile’, open the ‘primary profile’s’ profile page and click on the link. It will do it randomly at different time of the day, random link, as long as you turn on your computer. The bot can be ran in background everyday too!
3. Collect your money. Share me a part by sending me some alright? XP
No comments:
Post a Comment