Fdp Client Config Blocksmc Link
Why use this? It mimics butterfly clicking or jitter clicking without the physical strain.
-- autoswitch_blocksmc.lua local current_server = client.current_server() if string.find(current_server, "blocksmc") then client.exec("config load blocksmc_safe.json") client.notify("Loaded BlockSMC-safe config") else client.exec("config load default.json") end fdp client config blocksmc
