Jump to content

Apaec

Scripter III
  • Posts

    11133
  • Joined

  • Last visited

  • Days Won

    87
  • Feedback

    100%

Everything posted by Apaec

  1. Apaec

    Auto Quester

    w.o.a.h. Gj to all involved
  2. Yeah. My personal opinion (not advertising for the guy) is after harvesting almost 100k+ fungi, it is the most advanced script of its kind, as well as fetching ~350-400k/h. this ofc depends on the reqs which you have, but really it is a beast script Only downside is there is no exp, but on a botting account this really doesn't matter. Would reccomend, esp seeing as its a 1 time buy script. Also, scripter always updates, so the script is flawless.
  3. I've found gem mining to be quite profitable. Take a look at my thread using the signature below, Script will be released soon. Also working on a couple other money making methods, we'll see how they turn out they are secret for now Anything else? YES. Shrooms, look it up in the store, is the PERFECT WAY to make pure cash ~300-400k/h depending on the reqs which you have That script is insane, get to it. Oh yeah and also, recently saw a release of Deff&Nezz's Blast furnace script. That looks boss, even though I dont have it ^ ur all set
  4. Very nice script mate. Rapid too Gl with the goal & keep up the good work!
  5. Handy guide, bookmarked. Thanks bud !
  6. How am i finding it so hard to think of ideas... ;p
  7. If i were you i would uninstall LoL and play a good game like Dota 2. Hope i helped No really Dota>Lol part from the community but meh Have fun with both
  8. Good luck man! Do it for that cape ;)
  9. Yeah, for some reason mouse path cannot be resolved.
  10. Its @JagexSupport, also im pretty sure you have to pick the 'LOLCATZ' language but i'm not sure you'll have to double check.
  11. OH SNAP! Normally I just use a VNC or even Teamviewer to hook up to my computer when im out and about but this sounds like a great idea for something like what i would need, as well as for people using stuff like bot VPSs etc Nice one man ! EDIT - Installed it, running it now. created a new gmail account and it is running perfectly. Get the updates on my phone every x minutes - just what i need Keep up the good work but this is amazing !!
  12. Tried everything to do with model height too. I'm just clueless xD
  13. I've tried to implement this - have I implemented it right? Thanks for the help EDIT: Dang, doesn't work. must have screwed something up somewhere ^.^
  14. Yeah that topic seems to cover it well. If you have any other questions about this pm me
  15. I noticed a few people have been using a paint to cover the name of the user of their script (like this:) So here is the code for you to do that. Put that ^^^ outside of your onPaint() block to define a colour in which to paint the rectangle. If you want more unique colours visit THIS PAGE to generate your own colour. To implement the colour its just Then, in your onPaint() block you are going to want to drop this: And there you have it! name covered
  16. Apaec

    Universal Mine

    How much I want this script to be called 'Master Mine' ;) Anyways, Looks like it has lots of potential, good luck!
  17. Thanks for the help! Would it be possible to add you on skype to discuss this? >.> i started coding yesterday lol. Also i'm a bit annoyed because the smoking rock detection doesn't seem to work. I saw it work once, posted this, then just watched it break my pick :c
  18. So, after working on making a mining script I stumbled upon the problem of bubbling rocks. As I couldn't find a clear description on how to solve this problem, I created a solution for myself. After testing it as part of my script, I saw it work. It works on the basis that smoking rocks have a larger height in comparison to normal rocks. Here is the code in context: public int onLoop() throws InterruptedException { switch (getState()) { case MINE: if (!myPlayer().isAnimating()) {// IF PLAYER IS NOT ANIMATING // (MINING) RS2Object vein = closestObject(TRIPLE_ROCK_AREA, IRON_ID); if (vein != null) if (TRIPLE_ROCK_AREA.contains(myPlayer())) { if (vein.interact("Mine")) sleep(random(600, 1850)); } else { // IF PLAYER IS ANIMATING (MINING) if (!(vein.getModel().getHeight() < 80)) walk(TRIPLE_ROCK_AREA); //Walk away from Bubbling Rock } if (client.getMyPlayer().isAnimating()) { AntiBan(); } } So to avoid the rock I have made the script walk to an area (defined as TRIPLE_ROCK_AREA) which ensures that it doesn't mine the rock. if (!myPlayer().isAnimating()) {// IF PLAYER IS NOT ANIMATING (Mining) // (MINING) RS2Object vein = closestObject(TRIPLE_ROCK_AREA, IRON_ID); if (vein != null) if (TRIPLE_ROCK_AREA.contains(myPlayer())) { if (vein.interact("Mine")) sleep(random(600, 1850)); } else { // IF PLAYER IS ANIMATING (MINING) if (!(vein.getModel().getHeight() < 80))//Decides whether rock is Bubbling or not. walk(TRIPLE_ROCK_AREA); //Walk away from Bubbling Rock Let me know if you have any further questions. *EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT*EDIT SCRIPT DOESN'T WORK! We need a solution to this problem in the snippets directory. Anyone got any further ideas of how to detect for smoking rocks?
×
×
  • Create New...