Minecraft Forge 1.8.9 QOL mod for auction sniping and flipping
Find a file
2023-03-02 13:36:09 +00:00
.vscode edit on zestar code 2023-02-28 01:47:20 +00:00
gradle/wrapper edit on zestar code 2023-02-28 01:47:20 +00:00
src/main made a stupid mistake 2023-03-02 13:36:09 +00:00
versions gradle and stff 2023-02-26 00:11:20 -05:00
.gitignore edit on zestar code 2023-02-28 01:47:20 +00:00
build.gradle.kts pre v1.0.24 2023-03-01 00:08:57 +00:00
gradle.properties pre v1.0.24 2023-03-01 00:08:57 +00:00
gradlew edit on zestar code 2023-02-28 01:47:20 +00:00
gradlew.bat edit on zestar code 2023-02-28 01:47:20 +00:00
LICENSE update license 2023-02-27 20:56:46 +00:00
README.md v1.0.24 - auto cookie detect will be in next update 2023-03-02 13:08:28 +00:00
root.gradle.kts GRADLLEEEE 2023-02-26 14:57:47 -05:00
settings.gradle.kts GRADLLEEEE 2023-02-26 14:57:47 -05:00

Auction House Flipper - Lilase

Forge mod will automatiaclly buy item according to your configuration, and send you a webhook when it has been bought.

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

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:

  • v1.0.1-beta - Initial Release, with auto buy
  • v1.0.2 - Added flipper, profit check, auto post
  • v1.0.21 - Auto reconnect to server when disconnected Ungrab mouse when sniping/flipping Auto skip confirmation screen, with GUI showing coord fps and time and more error catching However config still broken, keep using Lilase.cfg first. Will fix config and discord in next update Some movement during sniping so hypixel won't send to afk
  • v1.0.22 - Fatal bug fixed (before it will crash when open controls gui), also added title for process
  • v1.0.23 - More lines in GUI, flipped, posted, sniped
  • v1.0.24 - Remove the use of org.json dependency Fixing flipper could not be started when item is sniped Making send auction to webhook to be toggleable Added blacklist for sniping Changing API URL to a more stable one Have at most 99 items to snipe at the same time, with 99 items to blacklist too Mod will now only generate first three items config in the file, but you can add yourself Fetching price of item earlier so it won't be bugged when posting on auctio house Fix the weird lag when doing random motion when sniping Changed names in config so it is more readable and understanable Added days in GUI

To Do Features:

  • Console client??
  • Page flipper for specific items(query)
  • Wither Impact in lore check
  • Blue omelette in lore check
  • Cookie compatible
  • pre api?
  • upper bound and lower bound for sniping as upper bound is specified right now

Example Config:

item1 {
    S:Name=Livid Dagger
    I:Price=5000000
    S:Tier=LEGENDARY
    S:Type=WEAPON
}

blacklist1 {
    S:Name=Rune
    I:Price=1
    S:Tier=ANY
    S:Type=ANY
}
main {
    S:APIKey=Paste your API key here
    I:AuctionHouseDelay=9
    B:GUI=true
    I:GUI_COLOR=-65536
    I:ProfitPercentage=400
    I:ReconnectDelay=20
    B:SendMessageToWebhook=true
    S:Webhook=Paste your webhook here
    B:checkProfitPercentageBeforeBuy=false
}