Jump to content

Wacky Jacky

Scripter II
  • Posts

    132
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Wacky Jacky last won the day on June 22

Wacky Jacky had the most liked content!

1 Follower

About Wacky Jacky

Profile Information

  • Gender
    Male
  • Location:
    The Netherlands
  • Interests
    Making Bots <3
    Czar

Recent Profile Visitors

5435 profile views

Wacky Jacky's Achievements

Steel Poster

Steel Poster (4/10)

53

Reputation

  1. Sure, it shall make it a toggle for the people who don't want it to keep the speed, and a little slider/something so you can add your own Gaussian time to personalize it a little.
  2. I’ll take a look at it. To help improve my results, could you send me your saved profile file on Discord, or share the contents of the save file via DM or a Pastebin link? A brief description of the location and fighting style would also be helpful. Regarding your question: Yes, if there’s a player nearby, they should be detected within a few tiles of your spot. It checks if you’re still being attacked, idle, or in combat, and also whether the sand crabs are still present.
  3. If you want a trial let me know I give up to 36 hours
  4. No real reason, I have had false positives in the past, but probably a skill issue on my side
  5. I just came to tell you, your code works nicely done fam. I ran it over night, I added the code to my with my dive training script (store) for testing, I woke up to 6 lamps in my inventory. I did however remove the part about the head message, and I made the range two, [npc.getPosition().distance(myPosition()) <= 2] because the diver runs a lot and the distance might become bigger than 1. But the code as is, should also do just fine.
  6. There you go: https://pastebin.com/raw/GiQtZFJs
  7. Fun piece of code! You’re right; having the genie , I would also click it, just like most real players would. I’m not sure if you already have all the necessary widgets, but if not, let me know, and I can post them here if you respond to this post. However, the code doesn’t consider who the genie is targeting. You’ll end up in an endless loop, trying to interact with the genie until it dissolves into thin air when the timer runs out. Add some code to check if the genie is interacting with the player. You could maybe check the text, extract the name from the genie’s message, and see if it matches the current player. I’ll take a look at my code to see how I handled it. Great snippet, keep it up!
  8. Correct, I have it hard programmed, I shall update that, when no money is selected the max amount will be 28.
  9. You already had a trial sir,
  10. Appreciate it, when the bot is patch is live, keep an eye out for V1.063 it will work
  11. Thanks, I have added it, but could you just in case send me a screenshot of this information, the 1671 config, I need to know the Binary number: Not sure how long it takes for the patch to go live, usually about 1–2 days. @udidoo
  12. Should be fixed right, if not I will help you more on discord
  13. I was bored, so I made this, hope some can enjoy it. It just gives you the option to have any text in a box appearing and disappearing while scrolling along. Feel free to optimize or edit and use it. 1. Copy this class to your project 2. Get an instance by importing it. 3. In the onstart decide how you want to make it look, use the 4 setters to customize: text color, border color, set your custom text string, draw border yes or no. Optional: set the text with the constructor instead of the setter ^^
×
×
  • Create New...