68.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

04-30-2013, 08:04 AM
Post: #1
Easy Way To Create Your Own Bots
The program I made can help you to create your own bots.

I had the idea to make it as easy as possible to create bots.
So I created a scripting language that makes it easy to write and to maintain bots.


Virustotal 0/46:
https://www.virustotal.com/en/file/4151b.../analysis/

Dropbox folder which contains the application/examples/tutorials:
[hide]https://www.dropbox.com/sh/b7zklt3snkj5jz8/Fktj5kuvDR[/hide]


The project is in the beta stage and if you run into any bugs/problems or you got ideas/suggestions/feedback.
Please let me know :)
04-30-2013, 09:39 AM
Post: #2
RE:
Awesome Idea! Will give it a try :)
04-30-2013, 10:51 AM (This post was last modified: 04-30-2013 10:59 AM by chayton.)
Post: #3
RE:
(04-30-2013 09:39 AM)Chriss100 Wrote:  Awesome Idea! Will give it a try :)

Thanks :)

Check the example folder, there you can find a script which shows how a tumblr bot could look like.
I also started to write a tutorial which will list the current functions and how to use this in general.
04-30-2013, 01:59 PM
Post: #4
RE:
Virustotal reported 1 trojan, i didn't run the exe, but i opened the txt file to read the function, i have to say the function is so easy that you can use ZP or SE or UB to replace, these tools is perfect to use create bot,they provide captcha solution at least.
04-30-2013, 10:14 PM
Post: #5
RE:
(04-30-2013 01:59 PM)seofans Wrote:  Virustotal reported 1 trojan, i didn't run the exe
Could you please provide the virustotal link ?
I scanned it again and got 0/46.
45.gif
04-30-2013, 10:46 PM
Post: #6
RE: Easy Way To Create Your Own Bots
(04-30-2013 08:04 AM)chayton Wrote:  The program I made can help you to create your own bots.

I had the idea to make it as easy as possible to create bots.
So I created a scripting language that makes it easy to write and to maintain bots.


Virustotal 0/46:
https://www.virustotal.com/en/file/4151b.../analysis/

Dropbox folder which contains the application/examples/tutorials:



The project is in the beta stage and if you run into any bugs/problems or you got ideas/suggestions/feedback.
Please let me know :)
cant seem to make it work , its looking for automation.txt so i made a blank .txt but still cant get it to work
---KEEP IT BLANK---
04-30-2013, 10:59 PM
Post: #7
RE: Easy Way To Create Your Own Bots
(04-30-2013 10:46 PM)acejunior Wrote:  
(04-30-2013 08:04 AM)chayton Wrote:  The program I made can help you to create your own bots.

I had the idea to make it as easy as possible to create bots.
So I created a scripting language that makes it easy to write and to maintain bots.


Virustotal 0/46:
https://www.virustotal.com/en/file/4151b.../analysis/

Dropbox folder which contains the application/examples/tutorials:



The project is in the beta stage and if you run into any bugs/problems or you got ideas/suggestions/feedback.
Please let me know :)
cant seem to make it work , its looking for automation.txt so i made a blank .txt but still cant get it to work
Take a look at the folder "examples" and download the file.
Open the file with a texteditor and follow the intructions in the first few lines.


I'm currently writing the tutorial and will upload it in the next hour.
04-30-2013, 11:08 PM
Post: #8
RE:
i see, so basically peaking its a automation bot , but you need to right the task/action the bot will do,
---KEEP IT BLANK---
04-30-2013, 11:37 PM
Post: #9
RE:
(04-30-2013 11:08 PM)acejunior Wrote:  i see, so basically peaking its a automation bot , but you need to right the task/action the bot will do,
Yes, you can give the bot tasks and it will execute them.
I will write some other tasks and upload them to the example folder later.

And also I uploaded a first short tutorial which shows how to make simple request.

But in order to work with the bot, I assume that you are familiar with the firefox addon livehttpheaders or something similar.
05-01-2013, 12:23 AM
Post: #10
RE:
I uploaded another tutorial which explains how the scraping works.
And that you only need 6 lines of self written code + a few modifications to the recorded http requests to login to tumblr.
72.gif




6.gif