Jump to content

digitaltoaster

Members
  • Posts

    44
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by digitaltoaster

  1. I think this is because when a break or random event happens the bot well restart from onloop method. So in your onloop method you need to put some checks on what your inv and position is to continue its task.
  2. So yeah, im making some sort of the impossible (or atleast extremly hard) script. Im making a Pking Script. I have a small preview with hardcoded variables fighting a player. I know its still in extreme alpha but I am proving piece by piece. Here is a video, bot is on the left and me playing on the right (Player on the right was double the CB, thats why he is not wearing armor/Rune 2h). (Yeah I know you can still see one of the names) These are some features I am thinking about and will be implementing: So yeah still A LOT of work, but I love scripting. I am also currently studying for my finals (wich is java,C and JS so this helps me) so after a few weeks I will be update the script faster. If you have any tips or suggestions, let me know!
  3. Oh I did not, thanks! Will use that instead of what I used. Thank you!
  4. I got it working now thanks. And yes I know I can use if (myPosition().equals(player.getPosition()) But that only checks if iets the exact same position. And I also need to know if it is next to him. So I need to absolute difference between player and use X and Y.
  5. Im trying to move away my player of another player is standing next to it, but it does not seem to do anything. I have tried alot of different methods, but none seem to work. Here is what I have now: private void moveAway(Player player) throws InterruptedException { try { if (isRanger) { if (!(abs(myPlayer().getPosition().getX() - player.getPosition().getX()) > 1) && !(abs(myPlayer().getPosition().getY() - player.getPosition().getY()) > 1)) { log("Trying to move"); WalkingEvent event = new WalkingEvent(player).setMinDistanceThreshold(3); execute(event); } } }catch (RuntimeException ex) { log(ex); } } Best would be if it clicked on the screen and not he minimap. Thanks in advance.
  6. Awesome! Would love to see some screenshots! Make sure you do the quest first or it won't work (yet)
  7. Thank! It used to go to draynor forgot there was a deposit box in Port Sarim. Newest version uses deposit box.
  8. DigitalToaster's Karamja Lobster Fisher INFO This was my first script release, it started from a simple karamja lobster fisher with not even statistics on paint, to a somewhat more advanced Karamje fisher. I keep improving the script and if you have any tips or want some implementations, let me know and I will see what I can do. WARNING: For now the Quest Pirate's Treasure needs to be done, will add an option later for players who have not done it yet. Instructions: Have ATLEAST a lobster pot and cash in your bank. Start ANYWHERE when launcing the script. TIP: If you do not want to bot to take all of your hard earned cash in the bank in the inverntory to karamje, start with the amount you want in your inventory. BUGS: If you encounter any bugs, let me know when it happend and the last OSBot log and Paint status. I will try to fix it as soon as possible Download: V1.55 Download Link Changelogs: Upcoming updates: Screenshots:
  9. Oops, you are right. Fixed it! Edit: Implemented the EprerienceTracker class partially.
  10. Moved to correct subtopic Link:
  11. 99% change to get banned.
  12. Proud of my country, but the game was soooo stressful!
  13. hi, I would like a trial for the fishing script, i have actually tested every fishing script excep yours because of the error in the period everyone could test out the scripts thanks in advance
  14. I bot to level an account not to gold farm. I would pay for a premium script for 1 time. I'm not going to pay monthly that is just to much. I'm not botting for goldfarming. I just like to level up an account and play on it myself when I want to. I wanted a fishing script, 10 dollars and 5 monthly. That is just to much.
  15. Isn't that like going straight into the trap? Just putting all the botters into that world.
  16. Oh okay. I'm sorry. I have not played rs for a while and I could not find anything about this on the forums. Sorry! Glad you already know this
  17. Hi all, I don't know if you already knew this so i thout i'd post it. Jagex has a new anti-Bot system. They teleport players to world 385 to keep an eye on them. This world is not on the list and only for people who jagex thinks they are bots. If you are in this world, leave it. Then jagex thinks you are a bot and is keeping a better eye on you. Here is some more info on reddit: http://www.reddit.com/r/2007scape/comments/1z14i2/w385_atm_way_to_catch_the_bots_jagex_d/ Maybe you could create a system that detects this and you leave the world? Good luck.
×
×
  • Create New...