-
Posts
192 -
Joined
-
Last visited
-
Feedback
100%
Posts posted by Easy
-
-
I can sell you a 90atk/str/def/hp account with a few stats over 50:
-
11 minutes ago, Gamete said:
Nice neutral feedback
-
-
45 minutes ago, bawtzRkewl said:
I have successfully uninstalled the 64-bit version however my issue is installing 32 LOL which sounds so sad but idk!
Google "how to install 32 bit java centos"
-
If you're having trouble uninstalling the 64 bit version of java, just reinstall the OS. Problem solved
-
Use a sketchy proxy or vpn and attempt to log onto your acc to get it insta-locked
-
-
On 9/21/2017 at 2:14 PM, botting123 said:
Tried to edit it to work with zombies across the river in varrock sewers but when I go to save it I get "KillHandler.java This file is set to read-only, try again with a different name." Also can't find "coop" anywhere in the file.
3That 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!
-
1 hour ago, Potenti said:
If not, then I don't know how you can guarantee someone you won't recover an account. There is always a risk when buying or selling on the black market. Regardless of what's going to happen, I'm still just price checking...
you could sell account recovery info with the account, like acc creation date, isp used to create and play on acc, previous passwords, etc.
-
u need to stop()
-
@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. -
-
@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
-
2
-
-
@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
-
@jamieonfire123 @bob12343 @Sysm
Leave your contest entree message on the private scripting thread, not the giveaway thread@Mio I've entered you in anyway ;)
-
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
Private Scripting Thread
-
2
-
-
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
-
1
-
-
-
Good luck bud. Btw why not document the levels gained from each script that you've used?
-
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));-
1
-
-
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
-
4
-
-
16 hours ago, MyOSB said:
A decent Fisher?
Is there something wrong with the free fishing scripts?
-
4 minutes ago, Boy King said:
Chaos Druid Killer or Flax Spinner?
Outdated methods
-
7 minutes ago, soulja boy said:
wilderness looter
ge flipper
Wildy looters aren't allowed on the sdn, and a ge flipper is tedious. Got any other ideas?
3 minutes ago, A one said:sandcrab/rock crab killer
I like it! If no better suggestions are made, I'll probably go with your request
-
1
-
-
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.
Longest you botted until getting banned?
in Botting & Bans
Posted · Edited by Easy
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