Everything posted by Soldtodie
-
Script folder
I want to save some rock locations for my miner. And i don't know if the path is correct when i added it.
-
Script folder
Yeah . But i want to get this folder. And idk if every system has the same location.
-
Script folder
When I upload my script to the sdn. My script will be downloaded by the client but I don't know where and how I can find the Scripts folder. That's all . Local script folder!
-
Script folder
Hey, how can I find the script folder when I uploaded my script to the sdn?
-
getting position
Possible but he don't ask for the best way. Anyway thx for the information.
-
getting position
When you want to get a position that is not loaded.
-
getting position
public Position getPositionUnderMouse(Point mousePosition) { for(int x = 0; x < 104; x++) { for(int y = 0; y < 104; y++) { Position pos = new Position(getMap().getBaseX()+x, getMap().getBaseY()+y, getMap().getPlane()); if(pos.isVisible(getBot()) && pos.getPolygon(getBot()).contains(mousePosition)) { return pos; } } } return null; }
- SMiner II
- Tile color
-
Tile color
Is it possible to get the color of an certain tile?
-
So risky to bot...
I think jagex ban people when they do exactly the same thing thw hole time like 50 other people or when it's just too botlike. For example dropping. Who clicks right on an item and wait 100-350ms until move to the drop action. I move the mouse to the drop action after 5-80ms. Because of this I think the most scripts are too slow.
-
Working OCR - Thoughts?
But for checking if you are banned it works perfect.
-
Working OCR - Thoughts?
Just get 5 pixel and check if they are the same color = Finish.
- SMiner II
- SMiner II
- 50k OSRS
-
50k OSRS
Omg 50k players are currently online on osrs amazing!
- SMiner II
-
Attack npc that is not under attack.
Check it with isInteracting or getInteracting but for both for your cow and for every player if they want to attack your cow.
-
Reducing banning rates - Behind the scenes at OSBot - 27 Febuary 2015
Looks good but please post more information about the mirror update.
-
The Walker Class Example
Use Walker walk = new Walker(this); or Walker walk = new Walker(getBot().getScriptExecutor().getCurrent());
-
Enable/Disable Mouse
getBot().setHumanInputEnabled(true); //Enable getBot().setHumanInputEnabled(false); //Disable
- 50 Post Count
- 50 Post Count
- Count To 10,000!