Everything posted by Soldtodie
-
Withdraw method
Because scrolling up does not work!
-
Withdraw method
Hey i have made a working withdraw method and i will share it with you! public boolean withdraw(int itemID, int amount) throws InterruptedException { if(!client.getBank().isOpen() || !client.getBank().contains(itemID)) { return false; } int firstVisibleSlot = -1; int lastVisibleSlot = -1; int itemSlot = client.getBank().getSlotForId(itemID); if(!client.getBank().isSlotVisible(itemSlot)) { for(int i = 0; i < 1000; i++) { if(firstVisibleSlot == -1 && client.getBank().isSlotVisible(i)) { firstVisibleSlot = i; } else if(firstVisibleSlot != -1 && !client.getBank().isSlotVisible(i)) { lastVisibleSlot = i - 1; break; } } if(itemSlot >= firstVisibleSlot && itemSlot <= lastVisibleSlot) { } else { if(itemSlot < firstVisibleSlot) { MouseDestination md = new RectangleDestination(new Rectangle(470, 60, 12, 12)); client.moveMouse(md, true); while(!client.getBank().isSlotVisible(itemSlot)) { client.clickMouse(false); } } else if(itemSlot > lastVisibleSlot) { MouseDestination md = new RectangleDestination(new Rectangle(470, 272, 12, 12)); client.moveMouse(md, true); while(!client.getBank().isSlotVisible(itemSlot)) { client.clickMouse(false); } } } } return client.getBank().withdrawX(itemID, amount); }
-
SClaySoftener
Hi I release here my SClaySoftener script. Start in Edgeville at the bank. Video/ Picture: Download/ Virustotal: http://www.file-upload.net/download-7881996/SClaySoftener.jar.html https://www.virustotal.com/de/url/8712519bb34de150ef4f92f02932339171a56afc41b633d81bb0844247f63ac2/analysis/1374766375/
-
BETA v1.7.19
@Laz i wrote this before you edited the post.
-
BETA v1.7.19
Can we deactivate the run away from combat? Thank you!
- SMiner
-
Count To 10,000!
- SMiner
- SMiner
- wie viele von euch sprechen Deutsch
Ich glaub nicht das es sich intelligenter anhört wenn man auf deutsch redet^^.- wie viele von euch sprechen Deutsch
Ich- SMiner
- SMiner
- SMiner
- SMiner
- SMiner
- SMiner
- SMiner
Hey, in this thread I will release my miner. Its a really fast powerminer. Features: [Ready] [Not Started] [in Progress] Powermining Hover next rock Walk to next spawning rock Mined all rocks in a square = distance Smoking rock detection Take pickaxe head Change mouse speed Banking Run away when you was attacked Pictures/ Progress: Download: http://www.file-upload.net/download-7650550/SMiner.jar.html Virustotal: https://www.virustotal.com/de/url/5649e1448f5a2ea8e0a09ead887e45f7cd0f1599d39fb7d07520a440e9b93b41/analysis/1369792429/ I hope you will write many feedback!