Everything posted by Shmeekz
-
[S] 216m 07 .95 PP
Hey bro would u sell 30mil to me?
-
[Gold Farm]Automatic Farming w/ Database
@Vap0r do u mind saying who ur priv scripter is? haha
-
Perfect Magic AIO
then stop using it and use APA or something LMFAO dumbass demanding ass spammer
-
Perfect Magic AIO
lol are u kidding me? it doesnt deserve premium? This script literally can do ANY POPULAR METHOD OF TRAINING MAGIC, you're way too demanding for a script that costs under 20$ this script literally accomplished me 9 accs that is still currently not banned doing curse splash, running over 8 hours each. only got one acc banned cus it was reported by some salty trainer also. I ran this script on 5 accs at thje same time, put my osbot window next to each other and let me tell you that the click is not always the same, czar's anti pattern is pretty amazing and takes a shit load of time to create his custom methods. if you want something better than go pay someone to do a private script for you which will cost 10x more than this lmao.. anyways... @Czar is it possible to look into putting in a break when the script checks for inventory for runes or alching items, in low CPU mode the script thinks the user ran out of runes cus the loading time took too long to load the inventory for the rune check, thanks brotha
-
Botting on a quashed ban account using a proxy
how do i know its the same accounts :thinking:
-
Botting on a quashed ban account using a proxy
I feel like @dragonite3000 is just trolling everyone , everytime I see him post about ban related questions; he always has a ridiculous account success stories lmao //////not tryna flame but its pretty amazing if u actually manage to do it
-
Suggest Script Here [Bored and Moody]
do a skill exp p/h script just for widget so like if someone play on osbot client legit and they start training then they start getting whatever skill theyre training, a xp/ph will automatically appear
-
ღ Howest Skiller ღ || Progress Log ||
hand trained? no bots ?
- .55/M[☆1000 FEEDBACK☆][LIFETIME SPONSOR]
-
Selling 600M 07 GOLD
hey brobro, 100m, can we use middleman?
-
Sell 900m 07
kkkk i williwill learniwilllearn howiwilllearnhow toiwilllearnhowto read
-
Proxy; Too many logins?
Alright then , thanks for the input lmao, it might be the same world dont quite remember but yeah just making sure the proxy given to me aint being recycled LOL
-
Proxy; Too many logins?
I've ran into this problem a few times; where I am only botting 2 bots under the same proxy and one of them being logged out after a while saying that theres too many login on my connection... Is this normal or is my proxy being shared? (hopefully not cus i got mine from a big proxy provider here -.-)
-
Sell 900m 07
im interested in 100m / 1$per mil , paypal ; if you deem me trustworthy lol (my paypal is verified and you can request the payment, ill pay fees)
-
Received a 2day ban, should i keep botting?
ur acccount and IP may now be flagged, avoid botting on the same IP, and like that one dude said if u dont care about the acc, then keep going, otherwise dont bot anymore on that acc
-
BUYING PAYPAL 49MIL 1$/M GOING FIRST ON TRUSTED ONLY!
As title says, please PM me if you have more than 50 positive feedbacks ill go first; less than that we will use middleman or you go first Paypal only; Ill take care of fees , request payment on my e-mail if you are worried about chargebacks My paypal is also verified.
-
[Sell] 180M + - PP only
are u selling the whole 180m or can i buy 40m, if u dont deem me trustwrothy we can use middleman.
-
LOOKING FOR A JOB ON RS LOOK HERE!@!@!
just to clarify, u need someone with runner script to do this?
- SHITS GOING DOWN
-
Question in regards to Fruity Zulrah!
how tf do people make profit on an invested zulrah acc tho if its banned wqithin 1-2 days lol
-
Nice troll Jagex
how long does it take for them to respond to unban request?
-
New to scripting - Question about Woodcutting
Sleeping In the previous section I showed you how to interact with the closest Tree to the player. However, if you tried that you would notice that the bot spam clicks on the Tree. This is where sleeping comes in. There are three main ways to sleep in a script: Returning an integer value from the onLoop() method, this will result in the ScriptExecutor sleeping for the specified number of ms Calling the sleep(long ms) method in the MethodProvider class, note this method is static and so you can write: MethodProvider.sleep(long ms) Using a ConditionalSleep (sleep until a condition is matched, or until a specified timeout is reached) Wherever possible I would recommend that you use ConditionalSleeps. You can use a ConditionalSleep like so: Entity tree = getObjects().closest("Tree"); if (tree != null && tree.interact("Chop down")) { new ConditionalSleep(5000) { @Override public boolean condition() { return myPlayer().isAnimating() || !tree.exists(); } }.sleep(); } What this snippet does is: Get the closest Tree to the player Check the tree value is not null (because if it is null, no tree exists and so we don't wan't to do anything) Perform the "Chop down" interaction on the tree Check that the interact() method returned true, if the return value is false, the interaction failed and we do not want to sleep Create a new ConditionalSleep with timeout set to 5000ms (5 seconds) Override the ConditionalSleep's condition so that we stop sleeping before the timeout if either the player is animating (chopping the tree), or the tree no longer exists (someone else has chopped it down) Call the ConditionalSleep's sleep() method to start sleeping. This is from @Explv tutorial
-
Road to 100% Botted G Maul Pure
how are you botting these? as in whats your technique to minimize banrate .. like how long are you botting for and then how long breaks so how many hours before break and how long is the break, im trying to make some accounts too but still researching on how to minimize ban do you do other activities before and after botting on the acc?
-
F2P Botting Journey (Well, an attempt)
so you gonna tell us how your botting pattern is? lol/
-
Fruity Zulrah Killer
got banned on 2nd day of use, can anyone give me advice on how to last longer? i did 2 hours of botting and 1 hour break for 7-8 hours lol..