ui.set
Note: Setting a control bypasses any checks
This means, if the switch normally checks if Minecraft is running, it no longer will
Setting a ui control
Here's how to set a switch's state
ui.set('combat', 'autoclicker', 'enable', true) -- takes true/falseHere's how to set a settings switch state
ui.set('settings', 'destruct', 'prefetch', true) -- takes true/falseHere's how to set a misc switch state
ui.set('misc', 'utility', 'throw pot', false) -- takes true/falseYou can also set certain combo boxes
ui.set('misc', 'utility', 'potspeed', 'slow')All ui controls below are CASE SENSITIVE, make sure to include the spaces
Autoclicker controls
enable
extra randomization
rage
blockhit
jitter
inventory
Rightclicker controls
enable
randomization
inventory
Reach controls
enable
sprinting
Velocity
enable
sprinting
attacking
Utility controls
throw pot
throwpot speed
throwpot amount
drink soup
blink
anti afk
Movement
bhop
Destruct controls
prefetch
dwm
dps
dps
pca
explorer
Settings controls
auto upload
auto save
presence
always on top
dnd
watermark
radiostation
Here's how to set the radio station
ui.set('settings', 'radio', 'radiostation', '98.7 The Shark') -- CASE SENSITIVE Last updated
Was this helpful?