Everything posted by Team Cape
-
I find this very offensive
just realized how this couldve come off as mean - wasnt meant to be a political statement or rude comment - just a joke
-
I find this very offensive
look on the bright side at least your life matters now
-
[Stable Release] OSBot 2.4.105 - Shortcuts, Grand Exchange, Teleporting, Newer EngineTM
Always glad to see these Thanks for keeping the client running smoothly
-
[FREE] hEssenceMiner | EFFICIENT ESSENCE MINING | MULE SUPPORT
wouldnt worry about it too much if you want direct feedback from other scripters though, generally that's the easiest way. you should probably look into nested if statements tho (just something i noticed when skimming through)
-
Free thread layout [SQUA]
cool im down for this
-
[FREE] hEssenceMiner | EFFICIENT ESSENCE MINING | MULE SUPPORT
code looks nonmalicious good release bro!
-
selling private script+method [250k-300k gp per hour]
given the questions i've seen you asking in the scripter section, if i'm being honest, i'd caution you to sell private scripts. I'd also caution anyone receiving this script as well.
-
help with 24 hour clock in script
honestly, doesnt seem to be a good idea to do it that way. think it might be better to go something like this: private long lastUpdate = System.currentTimeMillis(); . . . if(System.currentTimeMillis() - lastUpdate <= MethodProvider.random(2000, 3000)) { //some random time period (this would complete the action every 2-3 seconds) completeAnAction(); lastUpdate = System.currentTimeMillis(); } it looked like this was what you were trying to get at, at least
-
ANT-BAN QUESTION
ant-ban? definitely not a typo cause you said it twice lol anyway, basic antiban tutorial: http://osbot.org/forum/topic/45828-tutorial-adding-basic-antiban-in-depth/ though most people (including myself) don't think that antiban really matters
-
FREE Signature - Guess a Number!
22
-
Basic Java Naming Conventions [SIMPLE] [Mini-Tut]
Different languages have different conventions. That's why this is named 'Java' naming conventions :P
-
Chatbox has been clear of CBA's for ~ 1-2 hours now...
@Juggles needs CBA.
-
Chatbox has been clear of CBA's for ~ 1-2 hours now...
only proves my point
-
Chatbox has been clear of CBA's for ~ 1-2 hours now...
Doesn't seem like any are gonna show up soon either...
-
The #1 Tip in Farming & Evading Bot Bans - Short Guide
Check wc xp
-
What's your average bots lifespan?
my accounts dont get banned
-
What's your average bots lifespan?
i bot fairly regularly on a few accounts that im farming and its 0 through just cautionary measures. my accs are in their 80s
-
getInventory().getAmount("Coins") <= 1000 returning a false true after world hop
imagine your current code in the walk_to_ge state is just walkToGE(); say this: if(inventory.isOpen()) { walkToGE(); } else { tabs.open(Tab.INVENTORY); } and let it go thru the loop again the issue isnt that hes still hopping - it's that the inventory is returning a -1 value for the coins in the inventory
-
getInventory().getAmount("Coins") <= 1000 returning a false true after world hop
stay on topic. no more about this in this thread. http://osbot.org/forum/topic/82806-new-scripter-ranks/ && inventory.getAmount("Coins") >= 0 is probably a reasonable (lil ghetto) fix thatll work
-
getInventory().getAmount("Coins") <= 1000 returning a false true after world hop
your inventory isnt open so it doesnt know how many it has. probably returns a -1, which is less than 1000
-
Team Cape's Agility
I sent the total reworking of the script just a few minutes ago. It should be on the SDN in the next couple days, depending on when the devs get to it. Pollniveach has been temporarily removed because I don't currently have an account to test it with on the new system. Enjoy the newly functioning system (see update logs)
-
Team Cape's Agility
relax. a complete overhaul of the script is already underway. if you dont want to use the script, feel free not to.
-
PSA - Orange
Nov 21 2016 07:43 PM He recovered the maxed main he sold me last yr (trade happened april 20 2015) how are you not banned
- does garlic make you fart?