Everything posted by Geeseball
-
Hello!
Yes that seems like a good idea! If you ever have a question or anything don't hesitate to send me a message 😉 . Thanks!
-
Tutorial Island
I agree with this. I have the same experience with the official client/mirror mode and the "injection" mode.
-
where to invest time in in scripting to decrease banrate?
I wrote a script for myself where items are dropped randomly and sometimes wrong clicks are made. If you are interested in this or want more information about it, send me a message . I don’t think creating your own mouse movement applies except just moving your mouse somewhere random. However, I am not sure about this.
-
how veteran are you
-
Hello!
Thanks for the explanation!
-
[Script Help Please] Is there a better way to optimize this code?
Ah, sorry I misunderstood you. I would leave the banking of Seaweed and Buckets of Sands like this. In addition, I do not agree with @Foulwerp In a small script like this it makes little difference whether you put everything in the loop or create separate methods, the overview remains there. However, in larger scripts creating methods is much more organized, and therefore creating methods is certainly not a “terrible way” in my opinion. You can always use methods for your consistency, be it for small or large scripts. Next, try to incorporate more randomness into your scripts. Add a Thread.sleep(random(500,100)) or a return(random(500,1000) instead of a fixed number. In reality, a person does not always click on the next action exactly after 1 second. If you have any more questions don’t hesitate to send me a message, I don’t mind helping you!
-
[Script Help Please] Is there a better way to optimize this code?
I am not 100% experienced in spells and running them but try this for you spell: getMagic().castSpell(Spells.LunarSpells.SUPERGLASS_MAKE); And correct my if I'm wrong but just try this: getBank().withdraw("Giant seaweed", 3); Sorry for the messy replies and edit.
-
Hello!
Thank you for the info! Thanks both! 😃
-
Hello!
Hi, I’m just new to the forum. The main reason I am here is to read up on Java and to pick up some helpful coding tips. I already have a lot of experience with Python and VBA, especially Python which I use for my study and work. I will not go into further detail what I am using python for, to prevent you from getting bored. I noticed that after 1 week of working with Java I am getting along very well. At the moment I have written 3 scripts that I am very satisfied with. I’m curious about offering private scripts or creating private scrips on requests, what is needed for this, and how does it work? Anyway, all tips are welcome from any category. After all, I want to learn more about Java in a fun and creative way. Have a nice day and enjoy the game!
-
Preventing RS Botting Bans V3
I still bot only for 10 hours a week and so far it is going well without bans. I haven’t tried what happens when you go over this. I can imagine if you divide the hours well over the week that you can bot for 15 hours. At least I think so and it is not certain not to be banned.
-
[solved[ does the walking event close bank windows?
What do you want your script to do after banking? Normally when you are finished with banking you close your banking screen.
-
Just got banned on a manually played account -- ideas?
There you do have a point. My accounts that received a ban also came directly from tutorial island, so that certainly plays a part. However, I still believe that mirror mode reduces the chance of a ban.
-
Just got banned on a manually played account -- ideas?
Have you used the mirrored OSBOT client? If not, I have experienced some bans when I didn’t use the mirror version. In many cases, my account was banned after 3 hours of botting without mirror mode. They can still detect that you are not using the original Runescape client. This means you can get a ban without actually running a bot script, but because you are already using a bot program. Based on my experience, I believe it is valuable to purchase VIP to have a lower ban rate.