Okay...
Its a bit harder than I thought... NoobonicPlauge has way to many features that I would have to figure out, are you able to buy food from the shop without a microwave? I could make it where you buy a Microwave, place it right under your mining spot, then you run the script and press the bound key to toggle the automine.
---------- Post added at 12:18 PM ---------- Previous post was at 12:09 PM ----------
By the way, I'm working on the script right now
---------- Post added at 12:45 PM ---------- Previous post was at 12:18 PM ----------
Sorry bud, I relized that it would be less work to just do it than make it auto... if you want to eat manually, I can code that (anyone can), But dude looking down at the microwave doing "+action" then looking at the food and doing "+action" then directly back up at the mine, is a lot of work that my stoner brain cannot handle :P It's not easy to automate the eating part, but if you want the mining,
Code:
function automine()
CreateClientConVar( "automine", "0", true, false )
timer.Create("mine", 2.0, 1, function()
LocalPlayer():ConCommand("+attack")
end)