IMPORTANT: Please read our Guide To Quality Writing before you begin posting!

Dismiss Notice
Please note that we are only approving writers from the US, UK and Canada at this time.

bot programming

Discussion in 'Programming' started by shreyas, Jan 10, 2016.

  1. shreyas

    shreyas New Member

    Joined:
    Jan 10, 2016
    Posts:
    12
    Likes Received:
    0
    Gender:
    Male
    can anyone tell me how to program bots?
     
  2. fmoliveira

    fmoliveira New Member

    Joined:
    Jan 23, 2016
    Posts:
    11
    Likes Received:
    1
    Gender:
    Male
    That depends a lot of what type of bot you want to program. If it's a bot for data mining, or automating something in a web application, I had some success using the python version of the mechanize library. You would need to know a bit of Python programming using it.
     
  3. martin1234567890

    martin1234567890 New Member

    Joined:
    Dec 20, 2015
    Posts:
    7
    Likes Received:
    0
    Gender:
    Male
    you can program a bot by using python script.
     
  4. Mauphillips

    Mauphillips Member

    Joined:
    Feb 28, 2016
    Posts:
    44
    Likes Received:
    0
    Gender:
    Male
    Location:
    GUYANA
    I use Imacros, I find its very easy to Understand .
    And I was able to make quite a few Bots of my own .
     
  5. Mauphillips

    Mauphillips Member

    Joined:
    Feb 28, 2016
    Posts:
    44
    Likes Received:
    0
    Gender:
    Male
    Location:
    GUYANA
    I just made a BOT, it's an Imacros BOT and I'm going to give you it here and Now .

    VERSION BUILD=8970419 RECORDER=FX
    SET !EXTRACT_TEST_POPUP NO
    SET !ERRORIGNORE YES
    SET !LOOP -98765432123456789
    SET !ERRORCONTINUE YES
    SET !TIMEOUT_STEP 0
    FILTER TYPE=IMAGES STATUS=OFF

    SET VAR1 1BTCAddress111hhhdfsefhjj


    TAB T=1
    URL GOTO=http://goo.gl/7CwiLm
    WAIT SECONDS=10
    TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=NAME:address CONTENT= {{VAR1}}
    WAIT SECONDS=10
    TAG POS=1 TYPE=BUTTON FORM=NAME:NoFormName ATTR=TXT:ENTER
    WAIT SECONDS=10
    TAG POS=1 TYPE=BUTTON FORM=ACTION:index.php?c=1 ATTR=TXT:Claim
    WAIT SECONDS=10
    TAG POS=1 TYPE=A ATTR=TXT:Logout
    WAIT SECONDS=60

    VERSION BUILD=8970419 RECORDER=FX
    SET !EXTRACT_TEST_POPUP NO
    SET !ERRORIGNORE YES
    SET !ERRORCONTINUE YES
    SET !TIMEOUT_STEP 0
    FILTER TYPE=IMAGES STATUS=OFF

    SET VAR1 1BTCAddress6462+54+4+mljfzcvzawc


    TAB T=1
    URL GOTO=http://goo.gl/3BAfwW
    WAIT SECONDS=10
    TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=NAME:address CONTENT={{VAR1}}
    WAIT SECONDS=10
    TAG POS=1 TYPE=BUTTON FORM=NAME:NoFormName ATTR=TXT:ENTER
    WAIT SECONDS=10
    TAG POS=1 TYPE=BUTTON FORM=ACTION:index.php?c=1 ATTR=TXT:Claim
    WAIT SECONDS=10
    TAG POS=1 TYPE=A ATTR=TXT:Logout
    WAIT SECONDS=60

    Copy and Set var1 as your Bitcoin address and Pless Play Loop .
     
  6. skinnyP

    skinnyP New Member

    Joined:
    Aug 24, 2016
    Posts:
    3
    Likes Received:
    0
    Gender:
    Male
    You will need to provide a lot more information than that to get some real help. What kind of bot do you want to create? Will the bot need to use any third party services or contents? If yes, does the service provider offers any API to use or will you need to use a hack or workaround? Also, what language do you plan to write the bot in? In general, Python is the best language for developing a bot, IMO.

    If you search, you will find numerous examples and source code of bots written in different languages. You can research them and learn.
     
  7. ditoekanugraha

    ditoekanugraha New Member

    Joined:
    Jan 3, 2017
    Posts:
    12
    Likes Received:
    1
    Gender:
    Male
    What bot?
    A. Online bots
    1. Click bots
    2. Site visiting bots
    3. Google clicker for your website
    4. Youtube viewer bot

    5. Chat bot (user say hi, bot say hi too, that usually crafted in chat website)
    6. Mining bot (Bitcoin cheater)
    7. Verify human bots
    8. bots in website for verifying your user in his activity
    B. Offline bots
    1. Malware
    2. Spyware
    3. Adware
    4. Ransom ware

    5. Joke Malware
    6. Auto (Restart, Shutdown, Hibernate)
    7. Auto format

    Please more specified in creating post so we can find answer for you!
    But I cant help you on creating illegal bots like those Italic word;)
     

Share This Page