Results 1 to 3 of 3

Thread: NeoAuto Beta

  1. #1

    Joined
    Jun 2012
    Posts
    1,699
    Thanks
    876
    Thanked
    2,881/1,142
    DL/UL
    44/1
    Mentioned
    562 times
    Time Online
    118d 6h 45m
    Avg. Time Online
    40m

    NeoAuto Beta

    About

    Neo Auto is a collection of tools made mostly from recycled code used in my(you need an account to see links). This script is open source and fully public , so if you are a wanna be programmer it may be worth checking out. This bot can perform the following actions currently:


    Dailys:
    Snowager
    Anchor Management
    Fruit Machine
    Tombola
    Coltzans Shrine
    Coconut Shrine
    Deserted Tomb
    Bagetelle

    Inventory manager :
    Send all items to sdb or shop if a filter is set in a text file..

    If the bot has nothing to do it will fall back to playing habitarium for you.


    More to come naturally as you can see from my rare server script I have alot to convert. This is a Github project you can get new updates straight from my signature or subscribe to my git :3. When I hit version 1 I will upload the script here.



    User Guide:

    Needed:
    (you need an account to see links)
    The script (see my sig)

    How to use:
    1.Extract the contents of the zip file anywhere (if you downloaded directly).
    2.edit client.py:
    neouser = ""
    neopass = ""

    To your username/password.
    3.Run the bot by double clicking client.py

    optional Config:
    By default neoAuto loads the file /cache/default.cfg for any new accounts settings it has not seen before. A new .cfg file is then also created in the /cache/folder as username.cfg. Opening these files in notepad will let you edit the settings of each user or the default settings respectively.


    See below for a breakdown of these settings:

    Code:
    [Dailys]
    baga_on = on
    Bagetelle daily on / off
    
    fruit_on = on
    Fruit machine daily on / off
    
    dtomb_on = on
    Deserted tomb daily on / off
    
    tombola_on = on
    Tombola on / off
    
    coco_on = on
    Coconut shrine daily on / off
    
    shrine_on = on
    Coltzans shrine daily on / off
    
    snowager_on = on              
    snowager daily on / off
                                                                         
    ancor_on = on 
    Anchor management daily on / off
    
    
    
    [timecache]
    These settings should not be edited unless you know what you are doing
    lastanchortime = 0
    lastfruittime = 0
    lastsnowagertime = 0
    lastshrinetime = 0
    lastcocotime = 0
    lasttombtime = 0
    lasttombolatime = 0
    lastbagatelletime = 0
    lastSDBtime = 0
    
    [Shops]
    autodeposit= on
    Auto sdb items
    
    
    [Settings]
    selllist = ./list/deposit/default.txt

    Perhaps a incorrect name that will be changed later , sellist tells the bot where to send items during a sdb tick. If a item is in this file it can be sent somwhere else instead of to the sdb at this time e.g:

    Code:
    One Dubloon Coin:shop
    More options to come... Click my sig to get the current version...
    Last edited by DarkByte; 08-14-2013 at 01:40 PM.

  2. The Following 4 Users Say Thank You to DarkByte For This Useful Post:

    Demetri (08-14-2013),Dom~ (08-14-2013),grrrawr (08-14-2013),j03 (08-14-2013)

  3. #2

    Joined
    May 2013
    Posts
    760
    Thanks
    573
    Thanked
    646/331
    DL/UL
    19/1
    Mentioned
    251 times
    Time Online
    14d 3h 13m
    Avg. Time Online
    5m
    @(you need an account to see links)

    Since we need Py 2.7, would that mean thats what you wrote this with? I'm sure it does, just wanna be positive though xD
    Just wondering, cause I'd love to take a peek at the code.
    Will def. be subscribing to your git ^^
    Awesome job too man!

  4. #3

    Joined
    Jun 2012
    Posts
    1,699
    Thanks
    876
    Thanked
    2,881/1,142
    DL/UL
    44/1
    Mentioned
    562 times
    Time Online
    118d 6h 45m
    Avg. Time Online
    40m
    Yep this is all made in 2.7 and implements the habi bot code too and thanks I plan on expanding it alot :3

  5. The Following User Says Thank You to DarkByte For This Useful Post:

    Duck4Cover (08-14-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
  •