Jump to content

Easy

Trade With Caution
  • Posts

    192
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Easy

  1. Ran four shark fishing bots for 240 hours total/24 hours a day without breaking in 2016. I think I still have one of the accounts saved edit; found it
  2. I can sell you a 90atk/str/def/hp account with a few stats over 50:
  3. Google "how to install 32 bit java centos"
  4. If you're having trouble uninstalling the 64 bit version of java, just reinstall the OS. Problem solved
  5. Use a sketchy proxy or vpn and attempt to log onto your acc to get it insta-locked
  6. https://bitbucket.org/FlamoX/monk-killer/src/b8b5bff65c1c6af14fc1c28d75ea0cf9c9258369?at=master
  7. That read-only issue is operating system related: http://www.dummies.com/computers/operating-systems/windows-xp-vista/how-to-change-the-read-only-attribute-on-files-and-folders/ And, sorry for the "coop" confusion, that was a mistake on my part. The variable's name is actually "npcArea", not coop. I've edited the thread, good luck!
  8. you could sell account recovery info with the account, like acc creation date, isp used to create and play on acc, previous passwords, etc.
  9. @yibster2009 Remove all of this code from your script int waittime = random(500,10000); int angle = random(0, 360); sleep(waittime); if (antiban == 1); camera.moveYaw(camera.getYawAngle()+angle); } //------------------------------------- int checktab = random(0,1000); if (checktab % 6 ==0){ tabs.open(Tab.SKILLS); getSkills().hoverSkill(Skill.FISHING); tabs.open(Tab.INVENTORY); Replace your static sleep call with a conditional sleep if the interaction was successful. Now you might be asking yourself "What is a conditional sleep, Easy?" That's a great question yibs. A conditional sleep is a sleep that waits for a condition to be met. It's like saying "Sleep until... this happens". In your power fisher, it would make the most sense to interact with the fishing spot, then wait until the character has begun fishing. So your interaction logic and method calls should look like this: if (interaction was successful) { conditional sleep until player.isAnimating() OR until 7 seconds has elapsed; } Be sure to always use a conditional sleep after a successful interaction. This will prevent 99% of spam clicking and greatly improve the efficiency of your scripts.
  10. @Deceiver @kazemaru @fstyle @Team Cape @Juggles @ForBobo @ootd @Sofakin @Chris @skillerkidos1 @jessefeiken5 @jamieonfire123 @pappis315 @emigdiodia @Sysm @Mio @coliver Congratulations @ForBobo you were picked by the random number generator. Add my skype to discuss your private script's features and eta: dan.flamo
  11. @skillerkidos1 @Zombo @jessefeiken5 Leave your entree message on the private scripting thread, not the giveaway thread @Mio if you lock this thread I'll remove you from the list of contestants, pls help
  12. @jamieonfire123 @bob12343 @Sysm Leave your contest entree message on the private scripting thread, not the giveaway thread @Mio I've entered you in anyway ;)
  13. Giveaway At 3:30pm EST I will randomly pick an OSBot member to receive a free $20 script of their choice. How to Enter Contest entry is simple. Just leave the following message on my private scripting thread, and I'll add your name to the list of contestants: "I would like to enter Easy's Private Script Giveaway." Contestants @Deceiver @kazemaru @fstyle @Team Cape @Juggles @ForBobo @ootd @Sofakin @Chris @skillerkidos1 @jessefeiken5 @jamieonfire123 @pappis315 @emigdiodia @Sysm @Mio @coliver Winner @ForBobo Private Scripting Thread
  14. Mio aims to please with yet another breathtaking release! Upon running Mio's Water Sheep, it is immediately made clear that Mio isn't afraid to go the extra mile to deliver an unparalleled botting experience to her users. The experience is what can only be described as a seamless blend of efficiency and human simulation. I would gladly run this script overnight. 5/5 stars
  15. Good luck bud. Btw why not document the levels gained from each script that you've used?
  16. You haven't declared a goldRock variable. You're trying to reference it but it doesn't exist, thus the "Symbol cannot be found" error. What you need to do is declare a variable of the same type as the return value from getObjects#closest. The return type is RS2Object, so the code should look like: RS2Object goldRock = getObjects().closest( obj -> Rock.GOLD.hasOre(obj));
  17. The .zip file attached to this thread contains all of the java source files needed to compile this script. Just unzip, and drag the "CockKiller" folder into a pre-existing project src folder and you should be good to compile/run. Features: - Webwalking - Flawless combat handling - Easy to use paint - Experience counter/calculator display Screenshot: If you'd like the script to attack a different npc at a different location, just modify your "KillHandler" class by changing the "npcArea" and "npcName" variables. //Below is our predefined npc Area. The script will walk to this area if your character isn't already in it. private final Area npcArea= new Area(new Position[]{new Position(3186, 3295, 0), new Position(3187, 3296, 0), new Position(3187, 3297, 0), new Position(3186, 3298, 0), new Position(3186, 3299, 0), new Position(3186, 3300, 0), new Position(3184, 3301, 0), new Position(3183, 3303, 0), new Position(3182, 3303, 0), new Position(3181, 3304, 0), new Position(3180, 3304, 0), new Position(3179, 3303, 0), new Position(3179, 3304, 0), new Position(3179, 3308, 0), new Position(3173, 3308, 0), new Position(3173, 3303, 0), new Position(3171, 3302, 0), new Position(3170, 3301, 0), new Position(3170, 3300, 0), new Position(3169, 3299, 0), new Position(3170, 3298, 0), new Position(3170, 3296, 0), new Position(3170, 3295, 0), new Position(3169, 3293, 0), new Position(3169, 3292, 0), new Position(3169, 3291, 0), new Position(3170, 3290, 0), new Position(3171, 3289, 0), new Position(3174, 3289, 0), new Position(3175, 3287, 0), new Position(3176, 3287, 0), new Position(3177, 3288, 0), new Position(3184, 3289, 0), new Position(3184, 3290, 0), new Position(3186, 3291, 0)}); //Below is our predefined target npc name. The script will search for an npc with our target npc name. private final String npcName = "Chicken"; private final int maxNpcDistance = 7; Online Preview of Source: https://gist.github.com/anonymous/200b90618f94b9ef4f9181754b78164f CockKiller.zip
  18. Is there something wrong with the free fishing scripts?
  19. Wildy looters aren't allowed on the sdn, and a ge flipper is tedious. Got any other ideas? I like it! If no better suggestions are made, I'll probably go with your request
  20. Tonight, I'm going to be accepting a single script request. So if you have any ideas, leave them in the post section below. Also, I plan on writing and uploading the script by sometime tonight, so I'd recommend keeping the requests simple, thanks.
×
×
  • Create New...