Everything posted by Team Cape
-
Noob question... how to bank?
if(getBank().isOpen()) { getBank().depositAll(); return random(300, 500); } getBank().open();
-
That awkward moment when your bots fuck up
good on you for paying back the guy you scammed for 50m then scamquit on. shines a little better on your reputation here as a private scripter ;)
-
That awkward moment when your bots fuck up
thought flamo got banned for scamming like 3 weeks ago?
-
yet still people ask me why i dislike russians
k
-
Script optimisations to reduce lag
chances are that if your code is really laggy, using else ifs vs. ifs wont really help. you're probably doing an inefficient calculation or something that takes a ridiculous amount of time, either in your onLoop() or onPaint(). also check that you're not getting any exceptions if you want specific help, you'll need to post your source code.
-
Anyone use Playerauctions?
yeah, if anything, only use PA for gold
-
Selling 110M 07 - Paypal Only
" I will only trade with you if I deem you to be trusted enough."
-
Selling 110M 07 - Paypal Only
Don't bother offering ridiculous merch prices. I will only trade with you if I deem you to be trusted enough. SOLD feel free to close
-
Fix the Dispute System!
There's a reason why it's called 'trade with caution'. It means you shouldn't blindly trade them, and that you should check if there's disputes against them, or what's going on / why they have the rank. If someone gets scammed because they were too careless to look at the name of the person they were trading with, then it's probably their own fault.
-
not just a coincidence
- Night's Script Giveaway!
- Clicking two objects with each other
create a new mouse event and execute it- Misclicking objects
click slightly outside of the boundingbox at random times (dont set a specific radius though, or else your clicks will just model the outline of the shape).- Topic
- Don't trade my imposter
i dont think he wanted his skype to be public- have u ever watched fart porn?
gross.- Favorite rap line?
she textin purple hearts cuz she know that we at war- Constantly being ddosed
1. block them on skype 2. log out of your skype 3. call your ISP and explain that people are disconnecting you and ask for them to change your IP- Keep getting ddosed by A Guy
block him on skype first. THEN call your ISP- Pizza Giveaway
only 2 pizzas for 400 people?- Pizza Giveaway
@Sysm @Manner (lol jk nub) @Zerker cuz y not- Dispute on bluejays420
they're from saturday and you only just noticed them?- Dispute on bluejays420
Disputed member: @bluejays420 Thread Link: None Explanation: He has 6 negatives total, 3 from 2 different people. It seems like he's a scammer, and I think this needs to be looked into, though i don't know why they didn't make scam disputes regarding the topic. Evidence: His feedback page.- Not an advocate of rap, but...
- [Free] Port Sarim Yew Chopper
private long startTime; private int costOfItem; private int logsCut; private int logsPerHour; private double gpGained; private double totalGpGained; private int gpPerHour; private int totalGpPerHour; private int xpGained; private int xpPerHour; private int currentXp; private int currentLevel; private int beginningXp; private double nextLevelXp; private long timeTNL; private double xpTillNextLevel; private int beginningLevel; private int levelsGained; final int[] XP_TABLE = { 0, 0, 83, 174, 276, 388, 512, 650, 801, 969, 1154, 1358, 1584, 1833, 2107, 2411, 2746, 3115, 3523, 3973, 4470, 5018, 5624, 6291, 7028, 7842, 8740, 9730, 10824, 12031, 13363, 14833, 16456, 18247, 20224, 22406, 24815, 27473, 30408, 33648, 37224, 41171, 45529, 50339, 55649, 61512, 67983, 75127, 83014, 91721, 101333, 111945, 123660, 136594, 150872, 166636, 184040, 203254, 224466, 247886, 273742, 302288, 333804, 368599, 407015, 449428, 496254, 547953, 605032, 668051, 737627, 814445, 899257, 992895, 1096278, 1210421, 1336443, 1475581, 1629200, 1798808, 1986068, 2192818, 2421087, 2673114, 2951373, 3258594, 3597792, 3972294, 4385776, 4842295, 5346332, 5902831, 6517253, 7195629, 7944614, 8771558, 9684577, 10692629, 11805606, 13034431, 200000000 }; // Area Variables private static final Area TREE_AREA = new Area(3049, 3276, 3060, 3265); private static final Area BANK_AREA = new Area(3043, 3234, 3047, 3237);