Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • Damian666

    Members
    • Posts

      29
    • Joined

    • Last visited

    Reputation Activity

    1. Like
      Damian666 reacted to prominer in Damian666 Miner Free   
      i liked the bot !! but there is a problem with drop part  it takes too much time until the bot finish drop the ores
    2. Like
      Damian666 reacted to zigaxbot in Damian666 Miner Free   
      got banned after 3h started new acc,3h full gameplay-acc disabled.
    3. Like
      Damian666 got a reaction from redrscphat in Damian666 Miner Free   
      For version 2.0:
      Used to level up mining. Select ore type, location and inventory disposal method. Can be set to drop or to bank. Requires a pickaxe, empty inventory(pickaxe allowed) and for player to be on mainland. This is my first uploaded script. 
      Requirements:
      -pickaxe
      -empty inventory, pickaxes allowed
      -Character has to be on the mainland.
      -For banking at the crafting guild, player must have members and master crafting.
      -Anti-ban features

      Features:
      -Banks or drops
      -Many ores to choose from
      - Can mine in many locations. 
       
      Warnings/Disclaimers:
      -This is the first script I'm uploading, I'm new
      -This script does NOT avoid NPCs or players, so if you go mining South of Varrock and some rat rips you apart or some mugger stabs you, that's not on me.
      -Selecting drop causes everything except pickaxes to be dropped when the inventory is full.

      This is my first script, please bring up any issues you have to help me improve the script. If you encounter bans or any other issues please mention the settings you selected while running the script and the time that it lasted.
       
    4. Like
      Damian666 reacted to kcooldude in Damian666 Miner Free   
      I think someone else already posted this, but I recommend adding shift drop as if your dropping your inventory and not shift dropping, it's a tell tale sign of botting. Nice work!
    5. Upvote
      Damian666 reacted to Zenarchist in Generic Anti-Ban System   
      Long story short, I have decided to retire early from my OSRS scripting career and I feel bad leaving all this work I've done behind. So I figure I'll release the source code to everyone and maybe someone can learn something from it and then it isn't a complete waste of time lol.
      Features:
      Easy to use, robust anti-pattern system that randomizes various activities while botting. The current code will:
      Examine random entities (objects, npcs, ground and inventory items etc) Check a random stat (you can tell it which stats to check with antiban.setStatsToCheck(Skill.ATTACK, Skill.DEFENCE);) Type something random (gibberish) Move the mouse to a random location (and sometimes click the left or right button) Walk to a random location nearby Chop a random tree nearby Click on a random entity (object, npc, item etc.) Go AFK for a while (turns off autologin and random solvers temporarily) Open your inventory Open your stats menu Open your magic menu Open your combat menu (only if you have included Melee stats in your Stats to Check) Move the mouse off-screen for a while Move the camera randomly Trigger a "DO_RANDOM" flag for custom script-specific anti-pattern measures (eg. drop junk early etc.) It also includes ChatBot code (for retrieving CleverBot API responses). I will also include the code to my script-helper class just for anyone who is curious and maybe wants to steal some of my helper methods (such as randomized slot-pattern item dropping and general convenience methods).
      The way it was designed is to be used as a final callback after your usual script logic is performed. When your character is idling or between actions, call antiban.antiBan() to perform any of the given actions at random.
      Enjoy guys  have fun.
      Script Example:
      package ZenTester; import org.dreambot.api.script.AbstractScript; import org.dreambot.api.script.Category; import org.dreambot.api.script.ScriptManifest; import java.awt.*; @ScriptManifest(category = Category.MISC, name = "ZenTester", author = "Zenarchist", version = 1.0, description = "For testing") public class Main extends AbstractScript { // Declare anti-ban instance private ZenAntiBan antiban; @Override public void onStart() { // Initialize anti-ban instance antiban = new ZenAntiBan(this); } @Override public int onLoop() { // Check for random flag (for adding extra customized anti-ban features) if(antiban.doRandom()) log("Script-specific random flag triggered");   // Call anti-ban (returns a wait time after performing any actions) return antiban.antiBan(); } @Override // Draw anti-ban info to the screen public void onPaint(Graphics g) { g.drawString("Anti-Ban Status: " + (antiban.getStatus().equals("") ? "Inactive" : antiban.getStatus()), 10, 100); } } ZenAntiBan.java:
    6. Like
      Damian666 reacted to superfourtom in Damian666 Miner Free   
      I agree, i actually forgot i had set it going. Could i suggest to have the option to mine Tin OR Copper. ive set it to both, and get about 100 tin to 1k copper, depending on the mining site used
    7. Like
      Damian666 reacted to superfourtom in Damian666 Miner Free   
      Did 12 hr straight. No issues yet.
    8. Like
      Damian666 got a reaction from Hisssna in Damian666 Miner Free   
      Will be adding more drop options next time I update it. Just added a bunch of locations and ores.
    9. Like
      Damian666 reacted to Hisssna in Damian666 Miner Free   
      Hi, might want to alter how it drops ores, shift click would be significantly faster
    10. Upvote
      Damian666 got a reaction from 4lek in Damian666 Miner Free   
      For version 2.0:
      Used to level up mining. Select ore type, location and inventory disposal method. Can be set to drop or to bank. Requires a pickaxe, empty inventory(pickaxe allowed) and for player to be on mainland. This is my first uploaded script. 
      Requirements:
      -pickaxe
      -empty inventory, pickaxes allowed
      -Character has to be on the mainland.
      -For banking at the crafting guild, player must have members and master crafting.
      -Anti-ban features

      Features:
      -Banks or drops
      -Many ores to choose from
      - Can mine in many locations. 
       
      Warnings/Disclaimers:
      -This is the first script I'm uploading, I'm new
      -This script does NOT avoid NPCs or players, so if you go mining South of Varrock and some rat rips you apart or some mugger stabs you, that's not on me.
      -Selecting drop causes everything except pickaxes to be dropped when the inventory is full.

      This is my first script, please bring up any issues you have to help me improve the script. If you encounter bans or any other issues please mention the settings you selected while running the script and the time that it lasted.
       
    11. Like
      Damian666 reacted to pressforsound in Damian666 Miner Free   
      The community appreciates it, keep developing it and then put it on sale for a very small amount, considering you've put a lot of work into it I think you should be compensated fairly!

      Good luck coding my friend. 
    12. Like
      Damian666 reacted to pressforsound in Damian666 Miner Free   
      I think a good spot would be crafting guild and also mining guild!
    13. Like
      Damian666 reacted to SDN Bot in Damian666 Miner Free   
      Damian666 Miner Free has been approved and is now live on the SDN!

      Thanks!
    14. Like
      Damian666 reacted to SDN Bot in Damian666 Miner Free   
      Damian666 Miner Free has been updated and is now live on the SDN!

      It's currently at v1.1 and is available in the client!

      Changes:Fixed gui and walking Thanks!
    15. Like
      Damian666 reacted to Hashtag in Damian666 Miner Free   
      Released and promoted. Congratulations!
    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.