Everything posted by Polymorphism
-
Cannot find symbol when creating instance of another class
Give use a bit more of your code, seeing structure would help tremendously for providing assistance. However, for starts lets not name your task bank. Rename it to something like banking -- what i usually do is a camelCase name of the class name for simplicity sake. so you would have Banking banking = new Banking(); Make sure your banking variable is a field and your instantiate it onStart() or whenever it should start. Set it to null initially.
-
Spectre new generation of botting?
I wasn't in the botting scene at the time, so i could be wrong, but i think timer and paris were the first to do it..
-
Need help with RAM issues
You need to read up on some of Java's inner workings. https://docs.oracle.com/cd/E13150_01/jrockit_jvm/jrockit/jrdocs/refman/optionX.html
-
Clicking
Like Chris posted^^ Look through the API docs....find MouseDestination class...check how to implement or the direct subclasses and those will tell you.
-
huehuehuehuehue i had to do it
fucking hate it
-
huehuehuehuehue i had to do it
That's what this script is....its such a terrible script to write and i dont recommend it to anyone.
-
huehuehuehuehue i had to do it
- Anti-ban Experiment (NEED COMMUNITY INPUT!)
No OSBot doesn't have that features. OSBot's mouse movements are pseudo-movements generated by creating a spline between the 2 points and applying dynamism with fitt's law. The 1 hour of botting will leave a pattern that is dissimilar to your human patterns, so it would stick out.- Urgent Need Help
- Anti-ban Experiment (NEED COMMUNITY INPUT!)
Sometimes it's best to never legit play a botting account. This is due to the differently play styles between bot and human. That is of course, unless the bot uses human input by having you perform tests or play while it watches so it can play in a similar fashion.- How to tell if player is attacking me
Try just filtering the currently loaded players. The code below was typed up in notepad and yes i know it doesn't compare properly. players.getAll().stream().filter(p->p!=null && p.getInteracting() != null && p.getInteracting() == myPlayer()).findFirst()- CloudProxy
Just so you know, only SOCKS proxies will work for osbot- CloudProxy
- Hitting an API on exit?
You may want to look into sending HTTP requests. I assume you're wanting this for a dynamic signature or something similar. https://www.mkyong.com/java/how-to-send-http-request-getpost-in-java/- Map.canReach(Position) do not check Z coordinate
too bad this would fail- When you realize this is the guy who banned you...
This is the man that banned me Mok Mard (made by me)- Interact with Random Item
Not the best way to do it, but i wrote it in about 30 seconds...and it should work int slot = random(0, 27); int attempts = 0; while (!inventory.getItemInSlot(slot).getName().equals("Shark")) { if (attempts > 50) break; slot = random(0, 27); attempts++; } mouse.click(new InventorySlotDestination(getBot(), slot), false); Add you own logic, error checking, etc https://osbot.org/api/org/osbot/rs07/input/mouse/InventorySlotDestination.html#InventorySlotDestination-org.osbot.rs07.Bot-int-- Check if GroundItem is noted/stackable
Wow, good info! You are seriously an awesome guy- Check if GroundItem is noted/stackable
Damn..mustve looked right over #getDefinition Thanks man- NURVAEL BANNED [UPDATED MEME!]
- Check if GroundItem is noted/stackable
Didn't see anything in the API. I'd like to check if an item is noted or stackable so that my script can loot it while having a full inventory.- Just for ur infomation ********as
he mad- Scripter 1+ Requirement for Private Script Sales
No. Having a scripter badge is not synonymous with programming talent.- OSBot really takes care of their scripter community!
@Alek- Got my (second) main unbanned today
Maybe in 3 years I'll be able to get my main of 14 years back. rip - Anti-ban Experiment (NEED COMMUNITY INPUT!)