Hi and welcome. I am a Belgian student computer science. Some classmates and me recently started playing the web based game Travian. At first pretty fun, but after a while frustrating to be farmed at 4am, when following classes, lost recourses due to overflowing storage places, no building queues when no plus etc,… Therefore I started working on a (first very simple) program to allow building queues as long as I wanted them to be. The program worked and as time passed I added new features. Unfortunately things became too bloated. As I wasn’t satisfied with the first version of the bot, I remade a new bot from scratch. This time it had to be better portable, faster, stealthier and cooler. The Coconut bot was born! :)

The Coconut Travian Bot project is currently actively searching for new developers to help maintain and improve its code base. If you are interested apply at SourceForge.

243 Responses to “”

  1. Kuniz says:

    We need update!!! NOW!!! You`re lazy bitch!!!

  2. adam says:

    this obviously isnt working so im going to make my own and it should be ready in about 2-3months. i will make a payable version and a free one also with a forum as well. if anyone wishes to join me my email is wipya@live.com

  3. TOMI02 says:

    Pleessss helllp usss…we ned concout

  4. Lajci says:

    Pls update bot pls

  5. bigdaddy_RO says:

    ofc people are using it! me and my friends love it
    keep it updated please. it really helps bringing a new village up :)

    cheers mate. nice programming

  6. bigdaddy_RO says:

    well, they caught me boting twice today. captcha.. :D

    lost all my ress but it was worth it for the work the bot did the past 2 days

  7. essam says:

    nice bot im essam

  8. fight says:

    hi,great bot…i will weit for update :P i play with coconyt nore then 20 server`s and its great! :D in this moment i play in 5x vn and 5x uk :D

  9. Kaan22747 says:

    Hey dude, nice one! Really :)
    But can’t you make that bot to show in bot’s menu the buildings levels?
    Or maybe i have a problem.. The bot dosen’t show buildings level (wood, food, etc)
    It’s great anyway, thx

  10. dlixion says:

    Omg this is great ! :)
    works like a train! and the interface, i love it, simplicity!
    Hope you stay working on it for updates in the future than i make a donation :)

    Greets from your neighbour land holland :D

  11. dlixion says:

    Hey hey,

    Ik gebruik de bot nu 3 dagen maar ze zijn erachter gekomen. blijkbaar omdat ik hem 24/3 heb laten draaien op de pc ofniet?

    hij werkt buiten dit echt perfect!! super dat alle opties erin zitten!

    salut! :)

  12. Hmz says:

    Seams the bot can be detected by the server …. :|

  13. Desmond says:

    Thank you man ! Greats .. I played travian with coco 5 month ago . No problem.

  14. Hoca says:

    yes great job.

    Coco is dedected by travian server.:( i need some advice or upgrade.

    anyway im glad to have a working bot :)

  15. jeoy says:

    nice program. if it will be detected I don’t give a shit. Then I stop playing because travian is a game you can win by using money. The more money the more buildings en fields you can complete immediately. This is a bad influence in comparing to people who don’t pay money. Beside that there is a bot you can buy for about 70 dollar for life, guranteed working. I would not be suprised if travian supports that one or sells it themselves.

  16. djordje says:

    i need help , i put farms on the bot and there are troops at home and bot won’t send them :@ plz help me!

  17. Sam says:

    Hi!

    I was just wondering that if somebody is going to attack my village (attack incoming) DOES this show warning or something?

    Email the answer please!

    Thanks! I love your bot <3

  18. adam says:

    not working again… :(

  19. adam says:

    djordie go to the coconut folder –> data –> then delete all the contents inside –> open coconut bot again –> then fill in all the farms again… tell me if it works

    email: wipya@live.com

  20. nebul says:

    not working anymore :(

  21. biks says:

    Hello

    Since Yesterday February 14, 2011 it is not working

    please solution !!!!!

  22. darkman says:

    yes, my bot is not working since the same day :S

  23. Mrki says:

    bot don t work , what s happen ?

  24. mhd says:

    Does captcha system recoganize it?

  25. poli says:

    bot is not opening at all

    I have downloaded it today only and just a screen with a moon is coming with written Coconut Travian Bot

    Help me

  26. poli says:

    bot is not opening at all

    I have downloaded it today only and just a screen with a moon is coming with written Coconut Travian Bot

    Help me
    I need it

  27. poli says:

    bot is not opening at all

    I have downloaded it today only and just a screen with a moon is coming with written Coconut Travian Bot

    Help me
    I need it
    please

  28. Dev says:

    The Bot is down and flaggen.js is missing

  29. Dev says:

    flaggen.js is avaible but the bot don’t work with an other site …

  30. Dev says:

    So i think use a other bot example : TM BOT or Travian tray

  31. M says:

    hi Kemblin
    i want to wite bot for travian i do some code and create some class for some option of the bot, but i have same problem one of them is i can’t login to travian with bot i use this source code may i help me what should i do?
    my code is:
    import java.io.*;
    import java.net.*;
    import java.util.*;
    import com.heatonresearch.httprecipes.html.*;

    public class LogT{

    private String login(String uid, String pwd, String num1 , String num2) throws IOException
    {
    URL url =
    new URL(“http://ServerName.com/dorf1.php”);
    GetId id = new GetId();
    String log = id.go(url);
    URLConnection http = url.openConnection();
    http.setDoOutput(true);
    OutputStream os = http.getOutputStream();
    FormUtility form = new FormUtility(os, null);
    form.add(“name”, uid);
    form.add(“password”, pwd);
    form.add(“s1.x”, num1);
    form.add(“s1.y”, num2);
    form.add(“s1″, “login”);
    form.add(“w”, “1024%3A768″);
    form.add(“login”, log);
    form.complete();
    http.getInputStream();
    String query = http.getURL().getQuery();
    GetPage source = new GetPage();
    source.go(url);
    if (query != null)
    {
    Map map = FormUtility.parse(query);
    return map.get(“session”);
    } else
    return null;
    }

    public static void main(String args[])
    {
    try
    {
    LogT LogT = new Log();
    LogT.login(“username”, “pass”,”47″,”9″);
    } catch (Exception e)
    {
    e.printStackTrace();
    }
    }
    }

    plz help me i need u.

  32. Dev says:

    This project is dead !!!!!!!!

  33. Dev says:

    smart travian bot <—

  34. unknownofc says:

    The last update (4.31) isn’t working to me.

    A window shows up with a black picture that says “Coconut”. Nothing else, it just stays there until I remove the process called “javaw.exe”.

    Please help

  35. travian says:

    this shit not working!! fuck that program

  36. holymom says:

    Don’t care about those who talk badly about you ,

    This is A great project ..

    And we are dieng for A new Realese ..

  37. ron says:

    what abou t4?
    update!!!

  38. asdasd says:

    travian-bot.com

  39. botter says:

    hey i found one free @ trazerbot.blogspot.com its currently open beta! works of version 4!!

Leave a Reply