Everything posted by Xious
-
Explv's Tutorial Island [Free] [Random Characters]
Perfect, thanks!
-
Best valued VPS
Hi ^^ These are probably the best and cheapest VPS's you can get: https://vstoike.ru/ http://germanvps.com/ger-linux-vps-ovz.php https://billing.time4vps.eu/ http://plutoserver.com/vpshostinglinux.php Enjoy
-
Accepting trade issues
Thanks for your help anyways, gave me ideas ^_^
-
Accepting trade issues
I tested and it doesn't seem to be the logic of how I implemented it, acceptTrade(); just fails at some point >:< Edit: It was my bad, figured it out ^^
-
Accepting trade issues
Thx, gonna try this ^^
-
Accepting trade issues
Trader 1: if(trade.isCurrentlyTrading()) { if(trade.isFirstInterfaceOpen()) { trade.acceptTrade(); while(trade.isCurrentlyTrading() && !trade.isSecondInterfaceOpen()) sleep(50); } if(trade.isSecondInterfaceOpen()) { trade.acceptTrade(); while(trade.isCurrentlyTrading()) sleep(50); } return; } Trader 2: if(trade.isCurrentlyTrading()) { if(trade.isFirstInterfaceOpen()) { while(!trade.didOtherAcceptTrade()) sleep(50); trade.acceptTrade(); } if(trade.isSecondInterfaceOpen()) { while(!trade.didOtherAcceptTrade()) sleep(50); trade.acceptTrade(); } } This isn't exactly how my code looks like, but this is an example of my logic. (There are sleeps in betwen)
-
Accepting trade issues
Hey ^^ I've seen another thread about an issue with trading, but no solution has been posted so I'm posting another one :3 I'm writing some merching scripts and when trading, "trade.acceptTrade()" sometimes fails to accept the trade and instead only shakes the mouse over Decline trade button doing nothing? It's been bugging me out for hours -.- Anyone knows how to solve this? Thx
- Hii everyone :)
-
What kind of an Anti-Ban does actually work?
Thanks everyone for your input ^^ That makes sense, thanks! Regarding Token saying leggit players getting banned, I haven't had such experience ever before, besides most "leggit" players who says they get banned they're most likely not leggit. I guess I'll just try and make it as human as possible and see how it goes
-
What kind of an Anti-Ban does actually work?
I guess it's time to run tests for a month ^_^
-
What kind of an Anti-Ban does actually work?
I'm new and I've sadly no idea how does Jagex's BOT detection system works >.< That's interesting and I didn't know Are there any known methods though that may actually extend the time before getting banned?
-
What kind of an Anti-Ban does actually work?
Hi guys ^^ I wonder what kind of anti-ban, even if, it does actually make a difference? Has anyone ever extensively tested the same script with different kind of anti-ban implementations and had results? Thx!!
-
Hii everyone :)
Thanks everyone ^_^ Oh each of those are specially made for something, the system there works much different though... thx! Yesss! There's an API for C#, the client itself is C++ though. I heard about that as well, but never tried it out. Thought even OSBot scripts could've been written in C# if API would've been made for C# ^^ Thx, appreciate that ^^
-
Hii everyone :)
Thanks guys! Apart from enterprise projects I've worked on, I can share the bots I've created for WoW in C# HonorBuddy API, here's the list of my products: https://store.buddyauth.com/Home/Search?searchText=Alisha I can share more detailed projects via GIt if you'd like then
-
Hii everyone :)
Hi wonderful community! I love building bots, usually have done those in C++/C# and since I play RuneScape, I decided to jump on here and get familiar with Java as well ^^