Noobonic Plague Mining Script

Posts 115 of 28 · Page 1 of 2
Noobonic Plague Mining Script
Does anyone know of any noobonic plague mining scripts or of anyone that could possibly make one?
I don't believe its possible, but nothing is not possible with codeing
Quote Originally Posted by TyleR_RR View Post
I don't believe its possible, but nothing is not possible with codeing
It's easily possible all you have to do is make it equip a shovel make it run to a wall and toggle +attack and possibly eat
Quote Originally Posted by GokusDog View Post
It's easily possible all you have to do is make it equip a shovel make it run to a wall and toggle +attack and possibly eat
Then make something that does that.
Quote Originally Posted by Gray View Post


Then make something that does that.
The thing is though I have no clue how to code, also how much do you think someone would charge for something like that
Quote Originally Posted by GokusDog View Post
Does anyone know of any noobonic plague mining scripts or of anyone that could possibly make one?
I can code one, but I have only played there once and don't know about the mining... but I could learn how to "mine" then code this script... so your basicly wanting an auto miner so you can toggle it and then go eat your hot pocket and come back with money from mining? :P

---------- Post added at 11:01 PM ---------- Previous post was at 10:52 PM ----------

By the way... if someone were to charge for that.... they must be insane... this is the easiest thing I have ever seen requested

---------- Post added at 11:04 PM ---------- Previous post was at 11:01 PM ----------

Could you give me a video on how you mine in noobonic plague?
Quote Originally Posted by johntheawe View Post
I can code one, but I have only played there once and don't know about the mining... but I could learn how to "mine" then code this script... so your basicly wanting an auto miner so you can toggle it and then go eat your hot pocket and come back with money from mining? :P

---------- Post added at 11:01 PM ---------- Previous post was at 10:52 PM ----------

By the way... if someone were to charge for that.... they must be insane... this is the easiest thing I have ever seen requested

---------- Post added at 11:04 PM ---------- Previous post was at 11:01 PM ----------

Could you give me a video on how you mine in noobonic plague?
Yea give me one second, but until I upload it I will just tell you how you do it, pretty much you buy a shovel and go to a rock and start mining, I go cook so I have a constant supply of food and I put the microwave infront of me so I can just go back in look at my microwave hit E on it get the food and turn +attack back on. But the simplest thing that could work would be a script that locates the microwave and hits E on it then hits E on the food it pops out then looks back up at the rock which wouldn't even require turning +attack off in the first place. And banking isn't a problem as gems are stored automatically the ONLY problem is food. I'll PM you a video in a few mins on what I am talking about.

http://www.youtube.com/watch?v=acHWl...ature=youtu.be

There is the video, if anyone is able to just code a script that hits E one time every 10 minutes then waits 5 seconds after pressing E the first time to do it again that would be great as that is all I need
Quote Originally Posted by GokusDog View Post
Yea give me one second, but until I upload it I will just tell you how you do it, pretty much you buy a shovel and go to a rock and start mining, I go cook so I have a constant supply of food and I put the microwave infront of me so I can just go back in look at my microwave hit E on it get the food and turn +attack back on. But the simplest thing that could work would be a script that locates the microwave and hits E on it then hits E on the food it pops out then looks back up at the rock which wouldn't even require turning +attack off in the first place. And banking isn't a problem as gems are stored automatically the ONLY problem is food. I'll PM you a video in a few mins on what I am talking about.
Tis' a shame you can't PM until you have like 20 posts.
Quote Originally Posted by Genesis View Post


Tis' a shame you can't PM until you have like 20 posts.
Yea it is but hopefully he decides to look back at the thread
Quote Originally Posted by GokusDog View Post
Yea it is but hopefully he decides to look back at the thread
I might have made a mistake there, it looks like you can PM now @10.
Quote Originally Posted by Genesis View Post


I might have made a mistake there, it looks like you can PM now @10.
It's 15 actually
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)
Quote Originally Posted by johntheawe View Post
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)
So, you're creating a convar in a function
you don't even have that function hooked or called

you're autistic as fuck.
That wouldn't be too hard, just get the closest rock and turn to it then use +attack on it. Just do it how the Runescape bots do it. However, you have to know what the entity is called. That is easy to find out though. Also, I don't play on NoobonicPlague, but do you know how long it takes for them to mine it?
Autistic has got to be the word of the month.
But I guess you're HF damaged.
Posts 115 of 28 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?