Everything posted by Team Cape
-
Post ur botting rig
- Getting back on nodes, needing some help!
im very confused by what youre doing theres a lot about what you're doing that i dont understand, but maybe this will help. public class ClayMine extends Node{ final int clay = 7454; final String ClayOre = "Clay"; private String status = ""; private Script sA; public ClayMine(Script sA) { super(sA); this.sA = sA; //you'll only need this if the parent class has //Script sA as private } @[member='Override'] public boolean validate() throws InterruptedException { if(sA.inventory.isEmpty() && Data.ClayAreaN.contains(s.myPlayer()) { status = "We're at north mining area"; return true; } return false; } @ Override public boolean execute() throws InterruptedException { Entity ore = sA.objects.closest(data.clay); if(ore != null && Data.ClayAreaN.contains(sA.myPlayer())){ if(!sA.myPlayer().isAnimating()){ ore.interact("Mine"); status = "Mining ore"; } return random(250,400); } break; } } also, you're aware that you just keep defining a new string status, but never use it, right? this code needs to be seriously restructured and heavily changed, would recommend starting over tbh. also i would recommend making any data from 'Data' public and static instead of defining an object 'Data' without apparent purpose...- that's pretty spooky
i totally didnt notice thanks for pointing it out- Trump vs Clinton Tonights DEBATE
sick bro now leave- Price Check
15m maximum given you made your account 3 days ago and have 1 post (the one where you price checked this acc) if it were from a trusted individual, more like 130m- Since there's no suggestions forums.
definitely not bad, but i prefer the current layout. good shit tho bro keep it up also there is a suggestion forums lol- 764 post count club
- 1000 Post Count Club
will be joining you shortly.- Everyone SUCKS
- whyd that reminiscence guy get banned
rip- whyd that reminiscence guy get banned
- Verified Paypal?
you're misunderstanding - they would be the ones scamming by charging back. 1 they pay me 2 i give them whatever service (e.g. a private script) 3 they charge back the money and scam me- Verified Paypal?
thats the issue though. i dont want someone to charge back when ive already given them something. how do i combat this if i use paypal?- Verified Paypal?
what would be a better medium of payment to use?- Verified Paypal?
yeah thats what im worried about - chargebacks. i'd be accepting payment via paypal in this instance and dont want to go through the trouble of chargeback scamming is there anything i could use that doesnt give the possibility of chargeback scamming?- Free 3 euro g2a gifts
u wanna hear a good joke?- Gold Farm
hmu if u need a private script- My story (and a awesome picture)
- Verified Paypal?
so you can still likely be scammed even if a person has a verified paypal? is there no way to combat this?- Verified Paypal?
How do you know that someone with a verified paypal won't scam you? Also, how do you check if someone really does have a verified paypal?- Biggest DoucheBag Professor EVER!
Might i recommend 6 packets of splenda? tell me how that goes for you- Biggest DoucheBag Professor EVER!
chill bruh get a snickers you get angry when ur hungry- Searching for client....
you'll be able to bot far more if u do it in a smarter way... bot for around a few hours a day, if it's your primary acc, play as much as you bot and you'll unlikely get a ban nearly as rapidly. even just doing it for a few hours a day, if you're using a relatively well-made script and get lucky as well, you'll probably we able to last up to a month, or even more, without getting banned- Searching for client....
no one really knows how jagex detects bots, exactly. anyone that tells you otherwise is either speculating or lying. of course i don't know 100% how mirror mode works, because i wasnt involved in making it, but what's been said by developers is that it takes more computer resources (meaning its more intensive for the computer to run), but as far i've experienced, i've extensively/continuously played on the stealth injection client and it hasnt made any difference in terms of bans vs when ive used osbuddy or the 07 client- Searching for client....
people say that, but i've never seen anything that substantiates the claims. mirror mode removes potential traces on the client at the cost of computer resources. if you think that it'll help you, go for it. in reality though, i dont think it does much - if you're doing the same exact repetitive actions for 8 hours every day, you're going to get caught regardless - Getting back on nodes, needing some help!