Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/30/23 in Posts

  1. Sounds like Voldemort is back
    2 points
  2. 6.99$ Lifetime access You Get: - Gilded altar with Phials un-noting - Chaos Altar with banking (Warning: You will die to PKers) - Ectofuntus (Dueling ring method only) - Shop Buyer (Port Khazard, only buys Pot and Slime) - Loot & Bury - Bank & Bury (added all bones, all ashes scattering too!)
    1 point
  3. RUNNING 4 SESSIONS PER NODE NODE [2] WITH 4 MORE BOTS Showcase: 8 bots same time generating ~2.8m/hr which equals to roughly ~67m/day! 1 MULE PER MACHINE FAQ What is the script ID? 782 Can I run this bot with the Bot Manager? Yes, the parameters will be the saved file name in the setup window, you will see once you run the bot. Can I request features added to this bot? Yes, I am always listening to requests and adding new features all the time!
    1 point
  4. *This is my first script so cut me some advice if ya got it.* Simple Hill Giant Killer __________________________________________________________________________________________ Requirements: Brass Key Trout __________________________________________________________________________________________ What it does: This bot will get a brass key and trout from the bank and go into edgeville dungeon. It will kill hill giants, bury their bones, and eat when needed. When its inventory is full or it runs out of food it will run back to the bank and take out 5 trout. __________________________________________________________________________________________ Planned -Pick up rare drops -GUI -GUI allowing you to put what food it uses Adding this if you want to support https://www.buymeacoffee.com/kitchmen Main.jar
    1 point
  5. None of ours buy, but I will try be the first with that feature
    1 point
  6. Sure -trial activated -Apa
    1 point
  7. 1 point
  8. Hello dragon queen, can i get trail? and is there options master/servent?
    1 point
  9. ogress warriors & shamans @ both locations on f2p and after dragon slayer plz thx
    1 point
  10. You can change the color using setColor(Color) and set the font using setFont(Font). There's a few more things you can change, but have a look through the docs yourself: https://docs.oracle.com/javase%2F7%2Fdocs%2Fapi%2F%2F/java/awt/Graphics2D.html
    1 point
  11. @Czarit keeps getting stuck on screen about there being a tunnel and i need to pause this script and manually click β€˜im fearless’
    1 point
  12. realized i posted with out liking my b
    1 point
  13. only did a few runs but boy oh boy this script works well
    1 point
  14. I missed the trail
    1 point
  15. public void projectilePrayerSwitch() { for (Projectile p : projectiles.getAll()) { if (p.getId() == 2176) { log("NPC attacked with magic!"); prayer.set(PrayerButton.PROTECT_FROM_MAGIC, true); } else if (p.getId() == 2178) { log("NPC attacked with ranged!"); prayer.set(PrayerButton.PROTECT_FROM_MISSILES, true); } } } and animations public void animationPrayerSwitch() { // Iterate over all NPCs for (NPC npc : npcs.getAll()) { // Get the current animation ID of the NPC int animationId = npc.getAnimation(); // Check if the NPC is attacking with magic if (animationId == 711) { log("NPC attacked with magic!"); // Activate Protect from Magic prayer.set(PrayerButton.PROTECT_FROM_MAGIC, true); } // Check if the NPC is attacking with ranged else if (animationId == 249 || animationId == 250) { log("NPC attacked with ranged!"); // Activate Protect from Missiles prayer.set(PrayerButton.PROTECT_FROM_MISSILES, true); } } }
    1 point
  16. Simple class to help change the zoom Usage Extreme usage
    1 point
Γ—
Γ—
  • Create New...