Jump to content

Satire

Scripter I
  • Posts

    416
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Satire

  1. Not true. 3 accounts I made 1 hour ago with my account creator aren't banned. Used the same ip to make them + complete them. I then switched to an ip on the other side of the world, they work just fine. I'm pretty sure it's just the amount of accounts you create in an IP. I used premium proxies too, so I'm not sure if that has to do with anything. The reason why I find it rather odd is because if they wanted to stop us from creating accounts, they'd be better off having a JS solver (like cloudflare) to prevent "browsers" that don't support JS (cough, cough most clients in programming languages). Then you'd have to manually have to solve the JS (like how cloudflare bypasses work). I'm going to make 7-8 accounts on that ip (With a fresh ip, you can make up to 7 or 8 accs before they block you). If they get banned, then it's got to do with the quantity you make on a single ip. Still going to test this out more. I'm going to embed a browser into my creator and see if it really makes a difference. It just doesn't seem like it would, if they wanted to prevent this from happening in the first place, they wouldn't of accepted a POST request that doesn't have the "tracker id".
  2. My creator still creates accounts. If they really wanted to prevent "unauthorized browsers without JS" then they would've rejected the requests I make. Why do they let you create accounts and then ban them later on when you can prevent it from being created at all? Here are the calls it makes, i'd assume it's random each request. It does seem to track the account in some sort of way. However, we do not know what this truly does. They could've added this to track the amount of accounts being created per day, the amount of accounts made with Oldschool rs only. I can say that they did change something in their system but it still isn't perfect. Sure a lot of accounts get locked but at the end of the day, some accounts don't get locked #worth EDIT: Tracker is irrelevant. It's probs to see how m any accs are made per day. Made a fresh acc, tut island botted it and it's still alive. It also seems that they removed that questionnaire in the begging of tut island ( I never got it).
  3. It's quite a confusing topic. I've made over 2k accounts on my home ip and I logged into them on a proxy. Some got locked and some didn't (I checked some of the fresh ones I made yesterday on my IP). This is completely random and we need to find out what triggers it. Seems like they haven't chain banned any of my accounts either. None of my accounts has been banned. My mule, pure and main still stand.
  4. I was honestly too lazy at the time to do that. It had custom pathing for a lot of areas. I just used the webwalker from that specific area because I just wanted the script to run.
  5. Yea. Happened to me with 1 account. You can work around it. Make an account with an ip in the same country. e.g Make an acc with a proxy from the US, then bot that acc in the US. However, seems like if I do tut island by hand, It doesn't get locked. It's kind of strange, wtf.
  6. I've waited a long time for this My script always walks along that path on startup (if in lumby) and now I don't have to baby sit it walking along draynor.
  7. @nosepicker Here's your lambda support. Thank Viking :P EDIT: Seems you've already seen it EDIT2: Good job @The Viking. I used this and it makes things so much better. Code is much cleaner now. I may use this in all my projects
  8. You tryin' to represent something in binary?
  9. That depends on what you want to do. C# - Great for GUI and normal applications. Can makes games too, memory management is dealt with the language itself C++- Great for making big projects, especially games. Most memory management is handled by the programmer(s) and only a little bit is managed by the language itself. Java- Good for making RS scripts but also good for Android apps (C# is too). Those are the main ones. Anything else is not really needed. Python is for a completely different purpose.
  10. I tried this and my computer blew up. Wtf virus?
  11. I accidentally edited out the post. This is just a quick one I wrote as I fked the other one over real bad Here's the problem. if (RangeSpot.contains(myPlayer())) { if (Skeleton != null && !myPlayer().isInteracting(Skeleton)) { if (Skeleton.getAnimation() != 5491) Skeleton.interact("Attack"); } else if (Skeleton == null && FarSkeleton != null) { log("Attacking far Skeletons...."); FarSkeleton.interact("Attack"); localWalker.walk(RangeSpot, true); sleep(random(1000,2000)); FarSkeleton.interact("Attack"); } } else if(!RangeSpot.contains(myPlayer())) { SafeSpot.interact(bot,"Walk here"); } Should be if (RangeSpot.contains(myPlayer())) { if (Skeleton != null && !myPlayer().isInteracting(Skeleton)) { if(Safespot.contains(myPlayer()){ if (Skeleton.getAnimation() != 5491) Skeleton.interact("Attack"); } } else if (Skeleton == null && FarSkeleton != null) { log("Attacking far Skeletons...."); FarSkeleton.interact("Attack"); localWalker.walk(RangeSpot, true); sleep(random(1000,2000)); FarSkeleton.interact("Attack"); } } else if(!RangeSpot.contains(myPlayer())) { if(!SafeSpot.contains(myPlayer()) SafeSpot.interact(bot,"Walk here"); } If this doesn't work then you'd need to tell just say if the players position != safespot position. Then walk there.
  12. Na man. It's just another way to grab money off you.
  13. Linear Algebra is the easiest math you can do.
  14. Cheeky you. Trying to get people's gold farming methods.
  15. Try: grandExchange.buyItem(id, itm, price, quantity) Instead of using getgrandexchange. It doesn't seem to screw up with me at all, is something wrong on your end? However, I did not try it with leather or hard leather. I just tested my script out and it buys what it needs. Does this happen only with leather or not? If it only happens with leather, then it's a bug with the API.
  16. Give us an option to disable this. It's really god damn irritating.
  17. I like purple, I wouldn't mind my name being purple for 30 days :P
  18. Forums looking better already. However, may I suggest you add the little widget in the top right corner (in the homepage) that had info about - Osbot version -Link to CLI -Download link to bot I mean it isn't necessary but It helped me when I first came to this site, maybe it'll help some other new comers in the future!
  19. It's working for me perfectly fine?
  20. You do realize the guy is controlling it with his phone? lol.
  21. I don't understand why they are doing this. It's been here for a while and they take action only now? I bet they probably got a lot of hate mail from their most hardcore RS players about it. If I were Jagex, I'd implement it into the game itself. It saves SOOO much time and now it's ruined. Who the fuck is gonna drop 28 fish manually for 10 hours straight? Who's gonna click on Alch, for 10 hours straight? I mean for alching, I get it. It's basically a bot since it's auto clicking. But mousekeys with fkin right click drop should be fine! It ain't giving you any gain against other players since everybody can use it.... It's free for everyone. Not their fault if they hate it and don't use it themselves.
  22. I actually like this new layout. It just required a few tweaks. Atm it's a little bit shit. But Alek said he's working on it, give him time dude, he'll sort this out!
  23. Make chatbox order names in Alphabetical always! (Only does it sometimes). Bump button has disappeared. The forums normal size is a bit too big. Looks like it's Zoomed in at 130% Will add more when I see more issues. The forum can look great in no time.
  24. That still won't make it work. Linux takes different parameters than Windows. You'll need to change the params to make it work with linux.
×
×
  • Create New...