Minecraft Forge 1.8.9 QOL mod for auction sniping and flipping
Find a file
2023-05-23 23:37:09 +01:00
.github typo 2023-05-23 23:37:09 +01:00
gradle/wrapper using back .kts gradle as why not 2023-03-06 21:33:16 +00:00
src/main 2.0.4 2023-05-23 23:34:24 +01:00
versions using back .kts gradle as why not 2023-03-06 21:33:16 +00:00
.gitignore gitignore 2023-03-05 23:36:42 +00:00
build.gradle.kts lombok 2023-05-20 01:59:57 +01:00
gradle.properties 2.0.4 2023-05-23 23:34:24 +01:00
gradlew gradle stuff 2023-03-05 23:35:38 +00:00
gradlew.bat gradle stuff 2023-03-05 23:35:38 +00:00
LICENSE update license 2023-02-27 20:56:46 +00:00
root.gradle.kts using back .kts gradle as why not 2023-03-06 21:33:16 +00:00
settings.gradle.kts using back .kts gradle as why not 2023-03-06 21:33:16 +00:00

Auction House Flipper - Lilase

icon

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 walk to the auction house
  • Auto sell after buying with profit check, so profit is ensured
  • Webhook system to send you that an item has been bought, sold, flipped
  • 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
  • auto sell to cofl macro
  • Server ID on scoreboard hider
  • page flipper [WIP]

How to use:

  1. Download the latest version of Lilase from here
  2. Download the latest version of COFL from here
  3. Put them into %APPDATA%/.minecraft/mods
  4. Start forge 1.8.9
  5. Press * key to change any config you want including webhooks
  6. Press END key to start cofl macro(or change it in control settings)
  7. For example configuration, see here

Changelog:

ChangeLog

To Do Features:

  • Console client??
  • Page flipper for specific items(query)
  • pre api?

Example Config:

{
  "SendMessageToWebhook": true,
  "ReconnectDelay": 20,
  "BedSpamDelay": 100,
  "OnlySniper": false,
  "BedSpam": true,
  "SniperMode": 2,
  "GUI": true,
  "Debug": true,
  "Webhook": "https://discord.com/api/webhooks/23452345234534/qwe78ruifahsdfauserq8734qewuiasfdhasdoifasdfADSFASDF",
  "GUI_COLOR": -16764590,
  "RelistTimeout": 1500,
  "AuctionLength": 2
}