80 lines
2.9 KiB
Markdown
80 lines
2.9 KiB
Markdown
<h1> Auction House Flipper - Lilase</h1>
|
|
<div style="text-align: center;">
|
|
<img style="text-align:center;" src="https://cdn.discordapp.com/attachments/842014909264953354/1082373275038003210/lilase.png" width="300" alt="icon"/>
|
|
</div>
|
|
|
|
# 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](https://night0721.me/discord) for support
|
|
For how to use, see **[here](https://github.com/night0721/lilase#how-to-use)**
|
|
|
|
# Features:
|
|
- Remote control with screenshot, showing stats, and more
|
|
- Configurations for every module
|
|
- Supports using and not using Cookie
|
|
- Auto walk to the auction house
|
|
- Webhook system to send you that an item has been bought, sold, flipped, or any error occured with many information
|
|
- 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
|
|
- Configurable bed spam delay
|
|
- Modules toggleable in game
|
|
- COFL macro
|
|
- Auto sell to cofl macroauctionsto cofl macro
|
|
- Auto claim auctions
|
|
- Auto relist expired auctions
|
|
- Custom listing time for auctions
|
|
- GUI to tell you to update the mod
|
|
- Relist delay so you look less suspicious
|
|
- Server ID on scoreboard hider
|
|
- page flipper [WIP]
|
|
- Mod ID hider
|
|
- Short number to list auctions
|
|
- Detection of captcha
|
|
|
|
# How to use:
|
|
1. Download the latest version of Lilase from [here](https://github.com/night0721/Lilase/releases)
|
|
2. Download the latest version of COFL from [here]([https://github.com/night0721/Lilase/releases](https://github.com/Coflnet/SkyblockMod/releases/latest))
|
|
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)
|
|
10. For example configuration, see [here](https://github.com/night0721/Lilase#example-config)
|
|
|
|
# Changelog:
|
|
[ChangeLog](https://github.com/night0721/Lilase/blob/master/.github/CHANGELOG.md)
|
|
|
|
# To Do Features:
|
|
- Console client??
|
|
- Page flipper for specific items(query)
|
|
- pre api?
|
|
|
|
# Example Config:
|
|
```json
|
|
{
|
|
"SendMessageToWebhook": true,
|
|
"ReconnectDelay": 20,
|
|
"BedSpamDelay": 100,
|
|
"OnlySniper": false,
|
|
"BedSpam": true,
|
|
"SniperMode": 2,
|
|
"GUI": true,
|
|
"Debug": true,
|
|
"RelistTimeout": 1500,
|
|
"AuctionLength": 2,
|
|
"AutoClaim": true,
|
|
"AutoRelist": true,
|
|
"RelistCheckTimeout": 1.0,
|
|
"Webhook": "https://discord.com/api/webhooks/21345234635679111/aufsdaiusdhfqwhtq798rgdfsgASD_GAdfguasfdigsdfgsdfgsdfg",
|
|
"CustomScoreboard": true,
|
|
"GUI_COLOR": -16764590,
|
|
"AuctionHouseDelay": 8,
|
|
"RemoteControl": true,
|
|
"BotToken": "faserfqwuerfiaozdcgjnfh0243819qtewasdulkq43twsfdg",
|
|
"ShortenNumbers": true,
|
|
"LogChannel": ""
|
|
}
|
|
```
|