Minecraft Forge 1.8.9 QOL mod for auction sniping and flipping
Find a file
2023-05-18 12:25:38 +01:00
.github v2.0.1! 2023-05-15 21:22:01 +02:00
gradle/wrapper using back .kts gradle as why not 2023-03-06 21:33:16 +00:00
src/main bug fix 2023-05-18 12:25:38 +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 adding edited scoreboard to mod, replacing hypixel url with my url, and SKYBLOCK to LILASE, and hiding server id 2023-03-14 00:16:21 +00:00
gradle.properties v2.0.1! 2023-05-15 21:22:01 +02: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. 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

Changelog:

ChangeLog

To Do Features:

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

Example Config:

{
  "SendMessageToWebhook": true,
  "Webhook": "",
  "ReconnectDelay": 20,
  "BedSpamDelay": 100,
  "OnlySniper": false,
  "BedSpam": true,
  "GUI": true,
  "GUI_COLOR": -1,
  "SniperMode": true
}