Jump to content

Shmeekz

Lifetime Sponsor
  • Posts

    799
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Shmeekz

  1. 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
  2. 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 -.-)
  3. 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)
  4. 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
  5. 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.
  6. are u selling the whole 180m or can i buy 40m, if u dont deem me trustwrothy we can use middleman.
  7. just to clarify, u need someone with runner script to do this?
  8. how tf do people make profit on an invested zulrah acc tho if its banned wqithin 1-2 days lol
  9. how long does it take for them to respond to unban request?
  10. 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
  11. 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?
  12. so you gonna tell us how your botting pattern is? lol/
  13. 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..
  14. why does the script keep banking (2) potions.. range/mage/anti venom
  15. looks like im not the only one thats not able to start hehe
  16. are we only allowed to set up with void gear only? cus i ran the script for the first time and it literally stood at the beginning spot after 3 zulrah changes and it used the wrong pattern (stood in venom cloud for the rest of the run..) wearing mystic for mage and black dhide for range EDIT: nvm, it was just fking up on mirror mode; stealth injection works perfectly fine
  17. Alek make me a private ESEA hack :^) lmk how much we talking lmfaooo0-12
  18. so are u suggesting if im gonna bot, bot all the way? but what Im saying is, if I only bot alch + stun then jagex might think thats just the way how I do it, vs doing zulrah I do it as so
  19. idk if osbot has that option... if it does lmk? I get what youre saying but if I play legit more than botting (say i play 5 ohurs legit and 1ohour botting) do you think it would still impact as much? i mean my 5 hour human play would probably overlap the data being taken for that 1 hour long botting and lets say if I do zulrah by hand but training magic bot, so 2 seperate task from 2 different playstyle (human playing zulrah and bot training magic) do you think it would throw them off?
  20. Off Topic but... which NMZ script did u use? unless its private and how long per weekday/weekend? haha
  21. like as in runescape forum thread?
  22. Thanks bro, I am also using VIP scripts and soon and I am also uysing VIP script + private script soon Well the main goal is not to get banned bro LOL Thanks for this input I will take it into account I will check your post out ! Thats really interesting... were u banned before on the same IP? and the afk wcing is also really weird.. @Everyone else who I didnt quote; thanks for the inputs! Just to clarify, Im doing this experiment on a f2p to test if it is effective or not; I see some people have done it but still eventually got banned..
  23. Hello guys, I want to do this experiment on a f2p acc before trying it on my main acc which I want to bot for a bit to help me out with leveling so the experiment goes like this, and the main goal of this method is to avoid ban as much as possible -Play legit for an hour or 2 -After playing legit, use bot desired to use for 2-3 hours -play legit again for some time after botting (doing different tasks in each session) My question is, has anyone done it this way before? if so, what are your experiences; how long did ur accounts last or if its still not banned Im also open for suggestion to add on to the list (besides not botting while jagex office is open; etc...) CLARIFICATION!: Ill only be doing 1 account per IP; my normal IP has been changed ever since my last rsbotting ban, also changed my MAC address The f2p account is only used for testing; I want to do this on a USERNAME LOGIN account and P2P (training magic mainly using a VIP script) so far my f2p experimental acc has lasted 2 days since start of bot and playing legit simultaneously.
×
×
  • Create New...