Code Monkey home page Code Monkey logo

lilase's Introduction

Auction House Flipper - Lilase

Introduction:

A simple Forge mod will automatiaclly buy item according to your configuration, and send you a webhook when it has been bought. If you have any questions please join Discord Server for support For how to use, see here

Features:

  • Auto buy any item you want, with query customised by yourself
  • Auto walk to the auction house
  • Auto sell after buying with profit check, so profit is ensured
  • Can customise fetch time (the faster, the higher chance to get the item you want)
  • Webhook system to send you that an item has been bought
  • Failsafe in Limbo
  • Auto reconnect to server when disconnected
  • Auto skip confirmation screen
  • GUI showing coordinates, fps and clock and stats like auctions bought, sniped, flipped
  • Auto ungrab mouse when sniping/flipping
  • Auto movement during sniping so hypixel won't send to afk
  • Cookie Compatible
  • Configurable bed spam delay
  • Modules toggleable in game
  • Check maximum profit percentage before buying so duped items won't be bought
  • COFL macro
  • Server ID on scoreboard hider
  • page flipper [WIP]

How to use:

  1. Download the latest version of Lilase from here
  2. Put it into %APPDATA%/.minecraft/mods
  3. Start forge 1.8.9
  4. Go to %APPDATA%/.minecraft/config
  5. Open Notepad/Notepad++/Visual Studio Code/or any IDE you like to edit Lilase.cfg
  6. Fill item(s) you want to buy, only fill if you need to, don't randomly put something at only one field
  7. Note: You can create as many item as you want, just copy and paste the item section and change the number(the highest number will have the last priority on checking auctions, vice versa)
  8. save the file and press END key to start auction house sniper(or change it in control settings)
  9. For example configuration, see here

IMPORTANT INFO

List of things you can put in Tier section

ANY, COMMON, UNCOMMON, RARE, EPIC, LEGENDARY, MYTHIC, DIVINE, SPECIAL, VERY_SPECIAL

List of things you can put in Type section

ANY, WEAPON, ARMOR, ACCESSORIES, CONSUMABLES, BLOCKS, MISC

Changelog:

ChangeLog

To Do Features:

  • Console client??
  • Page flipper for specific items(query)
  • Wither Impact in lore check
  • Blue omelette in lore check
  • pre api?

Example Config:

{
  "APIKey": "",
  "SendMessageToWebhook": true,
  "Webhook": "",
  "ReconnectDelay": 20,
  "AuctionHouseDelay": 8,
  "BedSpamDelay": 100,
  "OnlySniper": false,
  "checkMaximumProfitPercentageBeforeBuy": false,
  "MaximumProfitPercentage": 1000,
  "MinimumProfitPercentage": 400,
  "items": [
    {"Name": " ", "Type": "ANY", "Price": 1000, "Tier": "ANY"},
    {
      "Name": "Livid Dagger",
      "Type": "WEAPON",
      "Price": 5000000,
      "Tier": "LEGENDARY"
    },
    {"Name": "", "Type": "", "Price": 0, "Tier": ""}
  ],
  "blacklist": [
    {"Name": "Rune", "Type": "ANY", "Price": 1, "Tier": "ANY"},
    {"Name": "", "Type": "", "Price": 0, "Tier": ""},
    {"Name": "", "Type": "", "Price": 0, "Tier": ""}
  ],
  "BedSpam": true,
  "GUI": true,
  "checkProfitPercentageBeforeBuy": false,
  "GUI_COLOR": -1,
  "SniperMode": true
}

lilase's People

Contributors

night0721 avatar dawsson avatar xhacer avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.