MeteorDevelopment / meteor-client

Based Minecraft utility mod.
https://meteorclient.com
GNU General Public License v3.0
2.17k stars 803 forks source link

[Suggestion] #3811

Closed 1110noahkulit closed 11 months ago

1110noahkulit commented 1 year ago

Describe the feature

Similar to the hack called "Blink", this hack allows you to perform specific actions in a 1 second to 5-minute timer, once the timer runs out or you stop the timer yourself, the hack repeatedly performs that action you did over and over again until you stop it from doing it,

(ex.) You start mining logs until your inventory is full, then you walk to a fletcher, create sticks and trade with him, you stop the timer, and the cycle repeats your actions in the timeframe and it continues until you stop it.

Before submitting a suggestion

ManInMyVan commented 1 year ago

So... macros? Something that already exists?

FlightXamb commented 1 year ago

So... macros? Something that already exists?

Well kinda, i think he want more developed macros with like conditions, delays, if, and everything.

ManInMyVan commented 1 year ago

Well kinda, i think he want more developed macros with like conditions, delays, if, and everything.

So he wants one of those Hypixel Skyblock macro clients but customizable and for 1.20 and in Meteor?

BDARmech commented 1 year ago

[(Application.OnTime Now + TimeValue("00:05:00"), "BestMacroEver")] it exists in some platforms. But that would play hell with trying to head off malicious things. It could cause chaos like other platforms that enable functions of that sort.