Jump to content

Apaec

Scripter III
  • Posts

    11135
  • Joined

  • Last visited

  • Days Won

    88
  • Feedback

    100%

Everything posted by Apaec

  1. thanks again to @10k for the beastly proggie... at almost 100k exp/h and 1m exp gained, I gotta say im impressed haha Apa
  2. Getting an account banned doesn't mean you're using a bad script, it just means you were unlucky / not careful enough But i'm sorry you feel this way. apa
  3. Done, although u got ur member number wrong, not sure how xd enjoy! apa
  4. Sorry lol was just playing c: Ye just copy and paste the error / console logs.. thats all that the scripter expected Apa
  5. This is due to server lag, it shouldn't do this but sometimes does depending on a combination of your internet and the server's ping. The reason for this is the script walks to a tile but sometimes it may initially 'miss' this tile and so the script will walk to the 'wrong tile' despite this still awakening the crab. If the ping conditions are good then the walking method should shut off and it should continue attacking the crab, however sometimes the walking method continues to try and walk to the desired tile a second time. apa replied to your PM. in the future please only try and contact me though 1 medium
  6. alch at ge right next to bank where every1 else alchs
  7. Working perfectly for me on both mirror and normal. Perhaps you're using the fixed game mode...?
  8. It shouldn't always walk to the white square. The square is just a marker for where it has calculated it should go. Infact the reason it doesn't always reach it is due to misclicks which is an unintentional but major part of the antiban system (if that's what you were getting at). As soon as the player is under attack it should stop trying to go the the square, but occasionally it does try and reach the square depending on server circumstances (server lag may cause the bot to re-try walking to the square if the under attack boolean hasn't yet changed). apa
  9. Looks like alek has removed some methods without deprecating in the latest client release. I will push a fix for this right away. Thanks for reporting this -apa I'm determined to make that 5/5! let me know if you run into any further issues apa UPDATE! Version 3.32 Script is now compatible with latest client version released today.Apaec
  10. loll So the problem you have here is that you're defining start and current exps in the same place so obv they will both be the same so when you subtract 1 from the other you will get 0. Define startStrExp as a global variable and give it a value in onstart. Keep the current value where it is. Then it will work haha -apa there are 2 types of variable, global and local. Local is where you define a variable INSIDE a method eg public void hello() { int i = 10; log("value of i: " + i); } A global variable is something you define globally i.e it can be reached from any method inside your class eg private int n = 1337; public int getn() { return n; } apa for more info google 'local vs global variables java' or something like taht
  11. I've given you a 24h trial, enjoy! : ) Apa
  12. Sure, i've given you a 24h trial. Apa
  13. Thanks to @10k for this amazing proggie! I've applied for the script to be uploaded publically on the SDN. Hopefully it will be out soon ! Apaec
  14. I like it when logos are not just square. cool! apa
  15. I've gotten a 2 day ban on my very first test account which i used to test the script... which is fair enough after getting 1-99 str and 1-92 attack with no breaks haha. But that was a while back. Since then i've not really used many test accounts nor tested for such a prolonged period. Just be careful lol. If you're worried about hobgoblins i suggest just sticking to east side. I could potentially add a check but alot of ppl like going there + i dont want to leave an abundance of crabs. we'll see
  16. No script has a low ban rate, it';s up to you to protect yourself! use vpns and mirror if you can. Also, perhaps some of his proggies have longer breaks? idk... Apa
  17. No idea i've never run his scripts nor trained at experiments lol apa
  18. Done, you now have a 24h trial. Enjoy! apa
  19. I believe the clients world hopper has been broken some time now. Hopefully it will be patched in the forthcoming releases. Apa
  20. To my knowledge the logo parameter of the manifest currently has no function could be wrong tho. apa
×
×
  • Create New...