Jump to content

BrainDeadGenius

Lifetime Sponsor
  • Posts

    448
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by BrainDeadGenius

  1. No, it's "Use", but I did add that to the list for future reference. https://gyazo.com/c28af0887dddf60da0336e4a53ecf85d That was a new occurrence, and it's worked so far since I've taken manual control for that one instance.
  2. The portal variable contains the correct information, but it's refusing to interact with it (I changed your sleep class to my own method).
  3. Well the thing is, it would work by grabbing closest portal, sometimes. I think this was only happening when it was an object though. Just damn weird.
  4. The others used .closest("Portal") and it would work. Same setup with the name, just a different color. But I get that. Best method is to use exitPortalPlayer = getPlayers().closest(o -> o.getName().contains("Portal")); exitPortalNPC = getNpcs().closest(o -> o.getName().contains("Portal")); exitPortalEntity = getObjects().closest(o -> o.getName().contains("Portal"));
  5. No, it's not always an NPC. But it is right now, and it's returning null anyways.
  6. It's showing up as an NPC right now, and getting it by nps.closest("Portal") or getNpcs.closest("Portal") both return null.
  7. I have the code, shown below, to exit the rune essence mine. It works 9/10 times, but in some instances, I am too far away from the portal. By 9/10 times, I mean it could happen once in 15 minutes, or once in 2-4 hours. For some reason, it ends up grabbing another portal that's either too far away, or doesn't actually exist (at least, that's what it seemed like whilst debugging). Be it noted that the log for "Could not find the exit portal" is not being displayed while trying to exit through this portal, until I get closer. Stream.concat(getNpcs().getAll().stream(), getObjects().getAll().stream()) .filter(entity -> entity.getName().contains("Portal")) .min((portal1, portal2) -> Integer.compare(myPosition().distance(portal1.getPosition()), myPosition().distance(portal2.getPosition()))) .ifPresent(portal -> { if (portal.interact("Exit", "Use", "Enter")) { new ConditionalSleep(10000) { @Override public boolean condition() throws InterruptedException { return teleportArea.contains(myPosition()); } }.sleep(); } else { log("Could not find the exit portal."); } });
  8. You do realize they have an algorithm within the game that detects bots, right?
  9. Hey Czar,

     

    I was in the middle of writing a Rune/Pure Essence mining bot for myself, and everything was going great except for this one detail. When I'm in the mining area for essence, it appears to have issues with leaving via the portals. I had another scripter working with me, and neither of us could figure out why it was having problems. I wanted to ask you if you've come across this same issue, and if so, how you dealt with it.

     

    It appears that every 2-3 trips to the essence mine, the IDs, colors, and interact actions of the portals change. This would normally be fine since I pick the portal by it's name, and I check to see which action it has in order to know which action to perform. However, for some reason, it nulls out when attempting to get the portal.

     

    What do you think? I can't send you a PM, so this will have to suffice.

     

    Thank you,

    Tyler

    1. Czar

      Czar

      The portals are sometimes an npc, and sometimes a gameobject, so check for both npcs and objects and whichever one isn't null should be the correct entity ^^ :D 

      Good luck :D

    2. BrainDeadGenius

      BrainDeadGenius

      Thank you so much! :o I tried using both of those, but never at the same time. This was frustrating me, and the other scripter so much.

  10. I live up in the Northeast. You know, the part that just got 24-40 inches of snow.
  11. Well this little 3570k was a cheap build (~2k with a lot of peripherals), and although I can't bot two RS accounts at the same time apparently without maxing out the CPU (although I'm not overclocking), it still works great for everything else, and I still get good quality gaming on Dota. Twin monitors are the best thing ever, period. So, I can't imagine twin 4k monitors being any different. But, this PC will be 4 years old in a month or so.
  12. True. It'd be way easier anyway. The build would be $5k where I have it now (M2 SSD + twin 4k monitors + twin 1080s aren't cheap). Neither is the Asus MOBO, or the 6850k
  13. How well do you know watercooling? I've thought about an entire watercooling system (not just a plug-and-play cooler + fan) because colored water. Then again, I'll probably just go dual/tri fan setup for a CPU cooler. The i5-3570k I have now (decent, but nowhere good) is only air cooled. Probably going to build a 4k resolution build in the future, probably when the new x299 comes out. SLI twin 1080s with twin 27 inch 4k monitors
  14. You sure it's shift enter? Because it still isn't working properly for me.

    1. whipz

      whipz

      yeah man I go like this

      [ spoiler] then press shift enter here
      type my stuff shift enter again
      [ /spoiler] shift enter again
      then type more stuff here then shift enter
      [ spoiler] shift enter again
      more shit typed shift enter again
      [ /spoiler] shift enter
       

      this is what it looks like without spaces

       

      then press shift enter here


      type my stuff shift enter again

      shift enter again
      then type more stuff here then shift enter

      shift enter again


      more shit typed shift enter again

      shift enter

    2. BrainDeadGenius

      BrainDeadGenius

      Ahh, shift enter after the starting and closing tag. Alright, that makes 0 sense. But I'll try that then.

    3. whipz

      whipz

      obviously its a little bugged in this cause i left the shift enter at the top this is without the shift enter on the spoiler lines that i typed "shift enter"

       


      type my stuff shift enter again
       
      then type more stuff here then shift enter
       
      more shit typed shift enter again

       

      yeah I know right but it works haha so weird took me ages otherwise it ends up like this

      hi

      high mate

       

      thats it with out shift enter it fuses them for some reason If you send me what you want in spoilers I can make it for you and you just paste it in ?

  15. Whole point of botting is multi tasking lol
  16. I know they work. But back to back, with text inbetween, they don't work properly. But I'll give it another shot anyway.
  17. Email updates would be easy. They would just need to provide their email.
  18. You can use it to return data or to send data. I use it for both, that way the user can be updated of the status of the query. From there, it's just processing with Java that needs to be done.
  19. You can look at my latest thread as a reference. It's OBS based with PHP. Yeah, you can buy smart home shit, Samsung, among other companies. Or you can build it yourself.
  20. Yeah. I really don't know much about Java, or Android development. However, I have created 2 OSB scripts so far A powerfisher Also, removed from the powerfisher, a fishing script that fishes and banks the fish A "suicide thieving" script (theives from lumbridge men/women) I've also created a couple Android applications One that walks you through a procedure we use at work I have barely started this, and it was going to include a bunch more features, but I haven't had the time for it One that interacts with a mini-computers and controls the power to 8 outlets in my room
  21. You can, but they'd need an app installed to receive the push notification. Once the app is set up, sure, it wouldn't be hard (I've been trying to get to that point, but I've been busy. That is my next checklist item for android app development). Same would go for iPhones I'm sure. But I don't have a Mac, nor do I intend to get one. So, I won't be coding for Apple products. Again, I'm sure it's the same idea as Android. I didn't even think of that aspect. Email updates would be far easier, but less likely to be noticed immediately.
  22. I'm doing some botting on a main, but I'm creating scripts that work exceptionally well. Still need to figure out a legit anti-ban though. That, and the fact that I have obscene playing patterns anyway due to work, it would make it hard to tell that I'm botting.
  23. Depends. It takes nothing for email updates. For actual text updates, there are services that you pay for which allow you to send texts. That's the part that's not worth it. You can send a "text" to a phone, but it ends up as an email converted into an SMS.
×
×
  • Create New...