Lilase/.github/README.md

81 lines
2.9 KiB
Markdown
Raw Normal View History

2023-02-22 10:51:14 +01:00
<h1> Auction House Flipper - Lilase</h1>
2023-03-06 20:29:10 +01:00
<div style="text-align: center;">
2023-05-24 01:45:09 +02:00
<img style="text-align:center;" src="https://cdn.discordapp.com/attachments/842014909264953354/1082373275038003210/lilase.png" width="300" alt="icon"/>
2023-03-06 20:29:10 +01:00
</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)**
2023-02-22 10:51:14 +01:00
# Features:
2023-05-24 19:11:07 +02:00
- Remote control with screenshot, showing stats, and more
- Configurations for every module
2023-05-24 01:43:27 +02:00
- Supports using and not using Cookie
2023-02-24 01:07:33 +01:00
- Auto walk to the auction house
2023-05-24 01:43:27 +02:00
- Webhook system to send you that an item has been bought, sold, flipped, or any error occured with many information
2023-02-24 01:07:33 +01:00
- Failsafe in Limbo
2023-02-25 04:12:49 +01:00
- Auto reconnect to server when disconnected
- Auto skip confirmation screen
2023-02-26 20:15:50 +01:00
- GUI showing coordinates, fps and clock and stats like auctions bought, sniped, flipped
2023-02-25 04:12:49 +01:00
- Auto ungrab mouse when sniping/flipping
2023-02-25 04:16:27 +01:00
- Auto movement during sniping so hypixel won't send to afk
2023-03-08 19:42:16 +01:00
- Configurable bed spam delay
- Modules toggleable in game
2023-03-14 01:20:33 +01:00
- COFL macro
2023-05-24 01:43:27 +02:00
- Auto sell to cofl macroauctionsto cofl macro
- Auto claim auctions
2023-05-24 19:11:07 +02:00
- Auto relist expired auctions
2023-05-24 01:43:27 +02:00
- Custom listing time for auctions
- GUI to tell you to update the mod
- Relist delay so you look less suspicious
2023-03-14 01:20:33 +01:00
- Server ID on scoreboard hider
- page flipper [WIP]
2023-05-24 01:43:27 +02:00
- Mod ID hider
- Short number to list auctions
2023-05-24 19:11:07 +02:00
- Detection of captcha
2023-02-22 10:51:14 +01:00
2023-03-01 01:08:57 +01:00
# How to use:
1. Download the latest version of Lilase from [here](https://github.com/night0721/Lilase/releases)
2023-05-17 16:22:45 +02:00
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)
2023-03-01 01:08:57 +01:00
2023-02-22 10:51:14 +01:00
# Changelog:
2023-03-08 13:25:05 +01:00
[ChangeLog](https://github.com/night0721/Lilase/blob/master/.github/CHANGELOG.md)
2023-03-01 01:08:57 +01:00
# To Do Features:
- Console client??
- Page flipper for specific items(query)
- pre api?
2023-02-22 10:51:14 +01:00
# Example Config:
2023-05-15 21:22:01 +02:00
```json
2023-03-13 13:42:34 +01:00
{
"SendMessageToWebhook": true,
"ReconnectDelay": 20,
"BedSpamDelay": 100,
"OnlySniper": false,
"BedSpam": true,
2023-05-24 00:34:24 +02:00
"SniperMode": 2,
2023-03-13 13:42:34 +01:00
"GUI": true,
2023-05-24 00:34:24 +02:00
"Debug": true,
"RelistTimeout": 1500,
2023-05-24 19:28:57 +02:00
"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": ""
2023-02-22 10:51:14 +01:00
}
2023-05-17 16:22:45 +02:00
```