Jump to content

Mr Pro Pop

Trade With Caution
  • Posts

    204
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Mr Pro Pop

  1. @venetox @Explv Do you guys have any other methods to get it working or any other easiest ways ? thanks!
  2. isnt it 60 ?
  3. Thanks you @@Th3 for the help, I really appreciate! @@House i didnt understand how to does it work, wont start with me! -> Structure please!
  4. Hello guys, I had been trying to make an inventory item drag since ages but i couldn't figure it out, So for example it moves the item from slot 1 to slot 2 or something, I tried but with no luck could not figure it out, If someone can provide me with the code and help i will be much appreciated. We need to figure this out to do an amazing script with it such as bank organizer and more stuff! All comments/posts is allowed and much appreciated! [ Please if you're not willing to help DONT post ] Best regards Mr Pro Pop. Thanks in advance! @venetox @@Explv
  5. Pm ill buy them all off you
  6. really useful
  7. bank organizer
  8. Pm me for more info! I have a near maxed account for a cheap price!
  9. thanks for the videos, really useful!
  10. I am using eclipse windows builder myself its more better and easier to create my own customized jframe design but nice tutorial bro!
  11. lol i would suggest you adding a dropdown list so it can view all the services even as sometimes players doesnt know what to type in the textbox field!
  12. dude it does help lower the chance of being detected as they trace the mouse clicks, also they trace the ipadress aswell!
  13. zaaaaaayymn bro!
  14. Well to be honest we cant say that the antiban is 100% real but it is useful to be added as it lower the bot chance of being detected as jagex is checking out our clicks and moves! So like if we keep switching to other tabs and move mouse out screen it might help us atleast by 10-20% chance of not being detected!
  15. //If you are using it to get the position + closest npc for a fighter script or so NPC name = npcs.closest("npc name"); name.getPosition(); //if you want to use it for a position only then NPC name = npcs.closest("npc name").getPosition(); //however you can do that to get the x and y coords name.getPosition().getX(); name.getPosition().getY(); I hope i have helped, Enjoy ;)
  16. Do you mean something like this ? //here is a method if you dont know the item name public void inventory() throws InterruptedException { Item inv = getInventory().getItem(item -> item.hasAction("Action")); inv.interact("Action"); } //here is other method to get it working by item name if you have the name public void inventory() { Item l = getInventory().getItem("Lobster"); l.interact("Eat"); } inLoop add this: inventory();
  17. Very useful, Thanks bro ;)
  18. Nice tutorial bro, Might help out some players who is new to coding!
  19. Aha thanks explv, The code you provided is little bit hard for me to understand but i much appreciate for helping bro!
  20. Good luck bro ;)
  21. Thanks bro, it works fine with me with no errors, I really appreciate. Even tanks for the deep explanation of how it works and what to do plus the notes you have added, You really helped me. Best regards, Mr Pro Pop!
×
×
  • Create New...