Jump to content

sudoinit6

Lifetime Sponsor
  • Posts

    353
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by sudoinit6

  1. Here is what I am trying: Player v = script.myPlayer() Player closestPlayer = script.getPlayers().closest((Filter<Player>)(v)); if (closestPlayer != null){ script.log("Closesat player is " + closestPlayer); }else { script.log("No one nearby"); } But I am getting this error in the log: [ERROR][Bot #1][08/06 02:11:18 PM]: Error in script executor! java.lang.ClassCastException: org.osbot.rs07.api.model.Player cannot be cast to org.osbot.rs07.api.filter.Filter Any help here would be appreciated.
  2. I actually make a very comfortable salary working in IT. This really is more about the challenge and fun than it is the money. Nope. LOL I would feel so bad charging for my scripts. I mean, they work but my coding is very bush league.
  3. Pour over these forums and other bot forums. Here is the trick: About half of what you read will be accurate, you have to figure out what half. Those who are successful are not likely to share the most valuable information because it took them time, blood, sweat and tears to learn what they know.
  4. Cool idea but how many days does it take to sell off for each hour of botting?
  5. Confirmation bias. It isn't the script. But I am sure you know more about how this works than I do so I'm gonna let you believe what you want to believe.
  6. Banned or locked? If accounts are made on IP addresses that Jagex knows are "datacenter" ip addresses the accounts will be locked shortly after tut island and if not recovered in 24 hours banned. This is more likely your problem than the script being the issue.
  7. How did throwing a temper tantrum work out for you?
  8. Gotcha, thanks for the clarification, at least now I can quit attempting to do something that isn't possible with the API!
  9. If I use: script.grandExchange.buyItems(GrandExchange.Box.BOX_3); It opens up grand exchange box 3, but then: script.grandExchange.buyItem(itemID, string, int, int) Box 3 and opens the first empty box. I don't see anything for buying where I can input the desired information after box 3 is already open, can someone please let me know what I am missing?
  10. sudoinit6

    Fresh ip

    Those who have figured out a way are unlikely to share that information as they profit greatly from being in the minority of people who know. But it obviously can be done...
  11. sudoinit6

    Fresh ip

    Like I said I don't know the exact number, I wasn't patient enough to test it. I will tell you 5 per hour will get them flagged.
  12. sudoinit6

    Fresh ip

    Letting them rest won't help. If you create more than x number of accounts from the same IP in y minutes then all the accounts get flagged. I am not sure what exactly x and y equal but I know it is a fact. MAC of router or PC are not relevant.
  13. Why do the brits hate poor people? Fruit = good Cake = great Fruitcake = nasty crap!
  14. I had a bot live for a month and a half and not get banned, probably would have gone on for even longer except I was also suiciding on the same IP and it got chain banned. After that I decided that, for me, it wasn't worth trying to keep them alive and now I only suicide but I can tell you that it is possible to bot without getting banned, at least for awhile. I won't tell you how I did it but I will give you some advice. Let's say you were Jagex and people were botting your game and you wanted to catch them. What would you look for? Don't do those things.
  15. I figured it out. Just needed to play with it I guess. You can't make me!
  16. So I need to figure out how to make use of this: https://osbot.org/forum/topic/115417-item-id-tofrom-name-api-revised-pricelookup-api/#comment-1297366 Difficulty: I don't really know java. Do I need to add a class to my script? Add something to my build path? Could someone please explain to me how to incorporate this into my scripts?
  17. Suicide new accounts every day. Bans are rare enough that if they do happen I just lose that bot for the day. I have only been running 10 bots for two days though so I might have to adjust. If bans start happening I have code in my script to write a file on ban and close the client. I can, if I need to, write a process that monitors the ../data/ directory for the "I got banned" file and launch a new bot. No database yet, that's on the "would be nice" list. I am done with the "have to do" list, and am still working on the "should do" list
  18. It's a Proliant DL360 G6 64GB of RAM, 2x quad core X5550 Xeon 2.66 GHz procs. I am currently running Windows Server 2008 on it because it came with it and I was lazy but eventually it will be some flavor of linux. It really doesn't matter what operating system though, it is effectively a dumb (but powerful) terminal that I remotely launch bots on. With 10 bots running it is using ~22% cpu and that is with just norender, will toy around with lowresource and nointerface, I am sure I can run ~50 bots on it. The "brain" of my farm is a laptop that does all the work and uses ssh to remotely launch the bots on the server. I also have another laptop that runs account creation/tut island 12 hours a day. It does ~3 accounts per hour (my tut island script is SO bad) so 36 tut done accounts per day. As I expand I have a couple more laptops that I will set up to do the same. After they do tut island they append the account username to a file on a shared folder that the "brain" reads from when it launches the bots.
  19. Yeah I sen't a check, didn't you get it? It is hard to say, because at first I just wanted to script and somewhere along the way it became wanting to farm. And I didn't want to pay monthly for VPSs so I was limited in hardware until recently. The last month I really pushed at figuring out all I needed to know and fully automating stuff like account creation and muleing. I also have a full time job, wife and kids, other hobbies, so time was limited.
  20. This supports my point. Real knowledge is valuable.
  21. The road ahead of you is long. They have been detecting and banning those like you for YEARS and you have been learning how to avoid it for a week. Expect to get banned. A lot. And here is the most important thing I have learned on my journey: What you learn on your own is MUCH more valuable than advice you will receive. Most mean well, but much of the help that is offered is full of confirmation bias, old wives tales, and just flat out incorrect information. That's not to say you can't trust any help offered, they usually mean well, but what you learn the hard way is far more useful. good luck
  22. Today, for the first time, I was able to watch my farm start itself up mule itself and shut it self down to get ready for tomorrow. 100% automated. I know a lot of people do this, but I took this on as a goal and today I can say I am successful. I own the hardware, I own the proxies, the account creation is automated and I built it, muleing is automated and I wrote all the scripts I am using. I saw 9/10 bots collect almost 10mil gold today and the hardware I have can handle 5 times that so I will be scaling up slowly. I couldn't have done it without this community. You guys and gals have helped me a TON and I want to know I appreciate all of you. To anyone reading this that thinks they can't farm: If you are really committed you can. At the beginning I didn't know any java (still dont know much) and while my career in IT gave me some advantages, it was still a labor of love. If you really want it to happen it will. I know many of you have bigger, better, more efficient farms but I am happy with mine. Thanks again OSbot community!
  23. sudoinit6

    Salty

    I say you apologize and make a private script for him for free. Then dare him to run it
  24. sudoinit6

    Just wow.

    Long live Jagex, so I can keep farming and don't have to move on to botting a different game!
×
×
  • Create New...