Results 1 to 10 of 56

Thread: Mini Habi Bot Guide

Threaded View

  1. #1
    ShadowCreature's Avatar
    Joined
    Dec 2011
    Posts
    518
    Userbars
    7
    Thanks
    109
    Thanked
    135/70
    DL/UL
    120/0
    Mentioned
    82 times
    Time Online
    26d 19h 22m
    Avg. Time Online
    9m

    Mini Habi Bot Guide

    Habi Bot Guide - Updated to 1.3a

    This guide is for quick setup and/or setting up multiple bots
    This guide will not explain anything in depth

    This bot will require Python 2.7 in order to run, you can get that (you need an account to see links)

    If you already have Python then you need to get the habi bot (you need an account to see links)

    This guide assumes you have a low habi you dont care about or dont have one
    If you dont have one, log in, make one, choose the first map.... good....

    When you have downloaded the habi bot, goto to folder its in and right click on "client.py" then "Edit with Idle"
    You will be presented with a color coded screen, the red is comments made by raredaredevil, Orange and black are code, Green is what you can edit

    You should see:

    neouser = "
    Username"
    neopass = "
    Password"


    acc = NeoAccount(neouser,neopass)


    Change the green to your info, the next line is only important if you wish to use a proxy, if so, just change the line to copy the one below
    acc = NeoAccount(neouser,neopass,"proxyip:port")
    Thats set, save it

    Right click "Setmeup.py" then "Edit with Idle" and follow the above step

    Now right click on "resourcehack.py" and select "Edit with Idle" again...
    Same step as step one again...

    Next thing we want to do is set our user agent, if you use Firefox you can probably skip this step
    Right click on "NeoAccount.py" then "Edit with Idle"

    You will see about 8 lines down is a line like this:
    headers = [('User-Agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1'),
    The green is your useragent line, replace it with your browsers user agent, can be found (you need an account to see links)




    Its all set, run "resourcehack.py" first, let that bad boy run for about ten mins then stop it (Its getting you nests)
    Then right click on "resourcehack.py" and "Edit with Idle" goto the bottom, You should see, about 5 lines up is this:

    store_service.buyItem("22") #20 = storage , 22=nest
    store_service.buyItem(
    "22")

    Just change the 22s between the "s to 20, Save it, Run it for about ten mins then move on

    Next, run "setmeup.py" will run for like 1 second then close, Thats fine, everything is set, just need to do this once per account

    To run the bot, all you need to do now is run "client.py" and your set


    Thanks to @(you need an account to see links) for the bot + info on proxys
    Last edited by ShadowCreature; 04-24-2013 at 10:21 PM.

  2. The Following 7 Users Say Thank You to ShadowCreature For This Useful Post:

    Dom~ (12-31-2012),fairydust201 (12-31-2012),janikanicolepi (01-11-2013),Kahpow (01-02-2013),Love12 (01-01-2013),Sari (01-03-2013),yamakracker (03-05-2013)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •