Download:
https://www.mediafire.com/?8b4ghwjyupjy58x
Reports any player in your area.
Have fun.
Set it up in a crowded area and watch it go to work.
Can report up to 1200 people per hour.
Post proggies
Need to edit paint tomorrow xD
Yeah thats why i got my mule to around level 15 combat. Makes you look less like a bot/mule and less suspicious. Better to not risk anything when dealing with lots of gold.
Jagex rarely bans accounts for transferring gold.
Its relatively safe. If you're really worried, use a low level account as your mule to collect and then trade the gold to who ever is buying it.
Some people say its safer to transfer gold rather than items. I've only transferred gold and I've never had a problem
-Over 3 billion gold traded on one account
Best alcher in the game no doubt.
Will post code once I am done using it on my account (Since theres already 50 alching scripts on SDN and I doubt it would be accepted).
I've run 20 bots at a time on same ip.
One day 3/20 got banned.
Few days later, 5 more got banned.
Then in a week when Monday came, the other 12 were banned.
If IP flagging was real, they should have all been banned at the same time
if (wydinShop.contains(myPlayer()) && inventory.isFull())
return State.WALK_BANK;
^^ This will make your script get stuck. What if your script lags out half way to the bank. Then it's not in the shop anymore and its not in the bank and you're inventory is full. Do if (!Bank.contains(myPlayer) instead of checking if in the shop to start webWalk.
if(getStore().isOpen()) {
if(getStore().getAmount(items) <= 0) {
return State.HOP;
}
}
Like he said. It can never reach your hop state because the first or second one are always true