Jump to content

Xious

Members
  • Posts

    17
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Female

Xious's Achievements

Newbie

Newbie (1/10)

1

Reputation

  1. 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
  2. Thanks for your help anyways, gave me ideas ^_^
  3. 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 ^^
  4. 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)
  5. 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
  6. 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
  7. my new favourite osbot member!!!

  8. I guess it's time to run tests for a month ^_^
  9. 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?
  10. 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!!
  11. 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 ^^
  12. (づ.◕‿‿◕.)づ・。*。✧・゜゜・。✧。*・゜゜・✧。・ ゜゜・

×
×
  • Create New...