-
Posts
220 -
Joined
-
Last visited
-
Feedback
100%
Everything posted by Elixar
-
Just manually finish the F2P Quest list, It's not much but it should help you not get banned then After that I would get the stats for Pest controlling and start botting that. You wont lose HCIM status and It'll give you some decent starting cash $ $ $
-
Beers are good but the Ban is guaranteed
-
I'm learning the different types of script making. With this task based script I'm wondering why the <SlapCrabs> task only fights 1 npc then does nothing? ( testing on Highwayman, but the script will eventually be for crabs ) I know that you can use NPC filters and Lambda's ect. But for now I'm just trying to get this task to loop, It's supposed to fight highwaymen, But it only attacks 1 and then doesn't attack anymore after that? here is the SlapCrabs ( Not looping ) Task Main Why does it only kill 1 npc then stop? The canProcess() is true so it should attack as long as it's true? SlapCrabs package core; import org.osbot.rs07.api.map.Area; import org.osbot.rs07.api.model.NPC; import org.osbot.rs07.script.MethodProvider; public class SlapCrabs extends Task { public SlapCrabs(MethodProvider api) { super(api); } public static Area crabZone = new Area(3013, 3288, 2999, 3270); NPC npc = api.getNpcs().closest("Highwayman"); @Override public boolean canProcess() { return crabZone.contains(api.myPlayer()) && npc.isAttackable(); } @Override public void process() { npc.interact("Attack"); api.log("Slappin Crabz'"); } } Task package core; import org.osbot.rs07.script.MethodProvider; public abstract class Task { protected MethodProvider api; public Task(MethodProvider api) { this.api = api; } public abstract boolean canProcess(); public abstract void process(); public void run() { if (canProcess()) process(); } }
-
Thats pretty nice so far, How long have you been botting on it for? when did you make this? P.S Don't get greedy with the higher levels, Be careful because the Longer botting hours = More likely hood of ban and the whole account is now scuffed. "Slow and steady wins the race! " - Adam Sandler
-
Good Free Pick one
-
2005, My friend introduced me I can remember the moment when I went rogue and pulled off my first " Trimming Armour " scam. It was Saradomin Plateskirt between Varrock Webstbank near the anvils. I was 11 no Regrets, I love this community Welcome!
-
I'm currently a few scripts deep in my learning journey ( 1 year in ) so that's good but... I want to ascend to that next level. I want Monster scripts that are simple but complex, beautiful code practice like never seen before!!!! I don't plan on going to university to practice Variables for 6 months, But I don't know my bad habits from my good ones To be clearer, I want to become an excellent Osbot Scripter so any key programming concepts and practices that helped you on your journey please let me know and I will begin the study/buy the course. The thing is that I've scrolled most the tutorials on here, but it's kind of a needle in the haystack and it only gets you so far... it's 2019. Half my time is spent jumping thread to thread for tiny answers you know? So If you could please spare some wisdom I would be 1 happy guy.
-
Have you verified your email address? This sometimes results in Auto-Lock if the accounts email address has not been verified ( not your login email address the one jagex emails you with that you apply in account settings)
-
No it did not get stuck, This script usually works Flawlessly but recently there has been an update to Oldschool Runescape and Script makers are waiting for the Updated code to fix these bugs Once the update has happened this script will work flawlessly but for now if you want to use this script you will have to do as i mentioned above and it will " Not get stuck "
-
Only Withdraws X 14 Logs? Making Arrows are out of date - It spam clicks back and forth when it's now an interface option Shields have not been added Task mode is Broken Does not take advantage of the "Withdraw X " option at the bottom of the bank which allows 1 mouse click = Withdraw all - Instead the bot Right clicks and withdraws 14 logs or " all " which is an extra click versus the New updated Bank features
-
I'm not sure if this helps anyone but here is a temporary fix Put your zoom setting on the 2nd most zoomed IN After applying the camera zoom to that setting the bot Successfully completed all the quests i set including The grand Tree Witches House The Golem Fight Arena
-
Dancing for money Script " Free stuff pl0x " " when I dance you give " Accepts all trades and banks when inventory is full
-
This is porbably due to the new Camera update, But... CLOCK TOWER WITCHES HOUSE HAZEEL CULT ECT. [INFO][Bot #1][10/12 09:17:49 AM]: [DEBUG] Executing stage: 3 [INFO][Bot #1][10/12 09:17:51 AM]: Stage index: 4 [INFO][Bot #1][10/12 09:17:51 AM]: [DEBUG] Stage: 4 [INFO][Bot #1][10/12 09:17:52 AM]: [DEBUG] Executing stage: 4 [INFO][Bot #1][10/12 09:17:52 AM]: [DEBUG] Walking closer to object [INFO][Bot #1][10/12 09:17:52 AM]: walking to position [x=2564, y=9662, z=0] [INFO][Bot #1][10/12 09:17:52 AM]: destination: [x=2564, y=9662, z=0] [INFO][Bot #1][10/12 09:18:34 AM]: WebWalkingEvent; We have reached the final destination! [INFO][Bot #1][10/12 09:18:34 AM]: webwalkevent status: FINISHED [INFO][Bot #1][10/12 09:18:35 AM]: [DEBUG] Executing stage: 4 [INFO][Bot #1][10/12 09:18:35 AM]: [DEBUG] Interacting with ground item [INFO][Bot #1][10/12 09:18:37 AM]: [DEBUG] Executing stage: 4 [INFO][Bot #1][10/12 09:18:37 AM]: [DEBUG] Executing stage: 4 [INFO][Bot #1][10/12 09:18:37 AM]: walking to position [x=2591, y=9661, z=0] [INFO][Bot #1][10/12 09:18:37 AM]: destination: [x=2591, y=9661, z=0] [INFO][Bot #1][10/12 09:18:58 AM]: WebWalkingEvent; We have reached the final destination! [INFO][Bot #1][10/12 09:18:58 AM]: webwalkevent status: FINISHED [INFO][Bot #1][10/12 09:19:01 AM]: [DEBUG] Executing stage: 4 [INFO][Bot #1][10/12 09:19:03 AM]: [DEBUG] Executing stage: 4 [ERROR][Bot #1][10/12 09:19:05 AM]: Error in bot executor! java.lang.AbstractMethodError: client.getLowestAvailableCameraPitch()I at org.osbot.rs07.api.Camera.getLowestPitchAngle(hh:134) at org.osbot.rs07.event.CameraPitchEvent.execute(pg:147) at org.osbot.rs07.api.Camera.iiiIIiiiiIIi(hh:93) at org.osbot.rs07.api.Camera.toEntity(hh:150) at api.com5.F(ig:117) at api.com5.F(ig:349) at i.Pc.F(km:28) at api.aUx.F(hj:420) at java.util.ArrayList.forEach(Unknown Source) at api.aUx.F(hj:402) at api.COm6.F(uf:164) at l.auX.a(pl:317) at api.nUL.F(qf:94) at j.auX.onLoop(sn:179) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(fo:211) at java.lang.Thread.run(Unknown Source)
-
Google " How to white list website from __your software___ anti virus for downloads " This will tell your anti virus to ignore anything on this website allowing you to download since you marked it as" SAFE " Methods will vary depending on which anti virus software you are using
-
Are you serious? I never even considered that window of opportunity
-
How many hours do you bot per day on average?
-
I literally did laptop repairs for 2 years. 9/10 times when a customer like you came in all we did was: Completely Unscrew laptop ( Do not do this if you have never done it before, you will break/Snap something. ) Clean out the fan Apply new Thermal Cooling paste to the CPU ( This is what is causing your computer to shutdown ) As an alternative you should go to a computer repair store and say " Hey can you apply new Thermal paste to my laptop CPU " And they will say "Sure that'll be $90 "
-
I love IMnotTHEMule
-
Was wondering things like How often should you trade over to the banker? What methods get you instant banned? How long has your longest bot lasted?
-
They'll never be as cool as mine: Cucked By oak Oaked 2 Death Oak Me Daddy Cucked Oaks Oak Feverss Yew My Assss Yew n meee
-
Surely this gets you banned? How long are the sessions?
-
Mericilessly instabanned / recommend a proxy?
Elixar replied to Valiant One's topic in Botting & Bans
Have you tried checking that the accounts are actually banned and not just "disabled " Jagex bot-detection system will check if your accounts verified with a registered email address If its not simply go to - Account settings - Verify Email adress Once the email adress is verified you should be able to log in only if the account status is not " Banned " But if you are banned then yes it is because your account traded a RWT Bot from mexican land and you instantly bought a bond which is a dodgy form of membership for bots that jagex know about. Your whole attempt was real sus and the accounts aren't even 2 weeks old so theirs flags flying all over the place. I'd be surprised if you didn't get banned to be honest. -
When Jamflux's Anti-Botting Algorthym goes off and bans your account, do you really believe that they're personally by-human-hand reviewing your account and confirming that: " Yes that's a bot, Time to press the ban button?" I SAY IT'S LIES https://i.imgur.com/iqjXpdz.png
-
Hes right and I feel like your post kinda has Autism. - Your method of doing things is clearly not working. - Try not botting on the account holding your money - Change the scripts you are using or the amount of bot time per script E.g. Don't come off tut island with an account made 1 day ago and then go using a shitty woodcutter for 3 hours if you know it's going to get you banned. - Plan for the ban if you're a suicide mission . If not then your pushing your accounts to hard when you bot or the scrips you're using are just detectable as fuck,