Jump to content

Easy

Trade With Caution
  • Posts

    192
  • Joined

  • Last visited

  • Feedback

    100%

1 Follower

About Easy

Profile Information

  • Gender
    Male

Recent Profile Visitors

5093 profile views

Easy's Achievements

Steel Poster

Steel Poster (4/10)

93

Reputation

  1. why are you Suspended   

     

  2. 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
  3. I can sell you a 90atk/str/def/hp account with a few stats over 50:
  4. Google "how to install 32 bit java centos"
  5. If you're having trouble uninstalling the 64 bit version of java, just reinstall the OS. Problem solved
  6. Use a sketchy proxy or vpn and attempt to log onto your acc to get it insta-locked
  7. https://bitbucket.org/FlamoX/monk-killer/src/b8b5bff65c1c6af14fc1c28d75ea0cf9c9258369?at=master
  8. 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!
  9. you could sell account recovery info with the account, like acc creation date, isp used to create and play on acc, previous passwords, etc.
  10. @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.
  11. @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
  12. @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
×
×
  • Create New...