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
  • Forums

    1. DreamBot

      1. 5.9k
        posts
      2. 11.6k
        posts
      3. 4.5k
        posts
    2. Community

      1. 12.9k
        posts
      2. 5.4k
        posts
      3. 5.7k
        posts
      4. Applications

        Apply for staff & scripter ranks.

        • No posts here yet
    3. Scripts

      1. 107.6k
        posts
      2. 1.6k
        posts
      3. 322
        posts
      4. 2.1k
        posts
      5. 74
        posts
    4. Development

      1. 10.6k
        posts
      2. 1.4k
        posts
    5. Market

      1. 7.4k
        posts
      2. 2.5k
        posts
      3. 98.8k
        posts
      4. 18k
        posts
      5. 32.5k
        posts
      6. 28.8k
        posts
      7. 33.1k
        posts
      8. 213
        posts
      9. 33.1k
        posts
    6. Management

      1. 1.9k
        posts
      2. 386
        posts
      3. 30.1k
        posts
    • Best Sellers

    • Latest Products

    • Featured

    • Topics

    • Posts

      • 11:09:43 AM: [ERROR] Error loading script class: C:\Users\Alex\DreamBot\Scripts\TestScript.jar![ak.class]: java.lang.SecurityException: class "ak"'s signer information does not match signer information of other classes in the same package at java.base/java.lang.ClassLoader.checkCerts(Unknown Source) at java.base/java.lang.ClassLoader.preDefineClass(Unknown Source) at java.base/java.lang.ClassLoader.defineClass(Unknown Source) at java.base/java.security.SecureClassLoader.defineClass(Unknown Source) at java.base/java.net.URLClassLoader.defineClass(Unknown Source) at java.base/java.net.URLClassLoader$1.run(Unknown Source) at java.base/java.net.URLClassLoader$1.run(Unknown Source) at java.base/java.security.AccessController.doPrivileged(Unknown Source) at java.base/java.net.URLClassLoader.findClass(Unknown Source) at java.base/java.lang.ClassLoader.loadClass(Unknown Source) at java.base/java.lang.ClassLoader.loadClass(Unknown Source) at org.dreambot.2n.0b(2n.java:312) at org.dreambot.2n.0g(2n.java:266) at org.dreambot.2n.2(2n.java:193) at org.dreambot.2n.0d(2n.java:130) at org.dreambot.2n.8(2n.java:162) at org.dreambot.39.lambda$refreshScripts$10(39.java:365) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hey Dreambot community! I've been learning to write scripts for Dreambot, but even though the script runs fine with no errors, I get this when I open the Script Manager. It doesn't prevent me from running it, but I would like to know what is causing this problem? I just have the main TestScript.java and State.java that holds my enums. Thanks!
      • I can't figure out how to solve this error. I have 2 separate files, one is the main file and another is a file that contains just location details for the main file to use. Is there something in my settings that I need to configure to be able to use multiple files in conjunction to run a script? The script runs the "We are in combat!" just fine but gives me a NoClassDefFoundError when I try to use the other file imported to the main script. Code for the main file package src.Combat; import org.dreambot.api.methods.interactive.Players; import org.dreambot.api.script.AbstractScript; import org.dreambot.api.script.Category; import org.dreambot.api.script.ScriptManifest; import org.dreambot.api.utilities.Sleep; import src.Data.Location; @ScriptManifest(name = "Akamai Botting Combat", description = "Does combat!", author = "Potoghi", version = 1.0, category = Category.COMBAT, image = "") public class main extends AbstractScript { @Override public int onLoop() { if (Players.getLocal().isInCombat()) { log("We are in combat!"); Sleep.sleepUntil(() -> !Players.getLocal().isInCombat(), 5000); } if (Location.PlayerLocation.wizardTowerOutsideLesserDemonCage.contains(Players.getLocal())) { log("We are near the lesser demon!"); } return 0; } }   Code for the separate file package src.Data; import org.dreambot.api.methods.map.Area; import org.dreambot.api.methods.map.Tile; public class Location { public static class PlayerLocation { public final static Area wizardTowerOutsideLesserDemonCage = (new Area( new Tile(3108, 3162, 2), new Tile(3109, 3163, 2), new Tile(3111, 3163, 2), new Tile(3111, 3161, 2), new Tile(3113, 3161, 2), new Tile(3113, 3160, 2), new Tile(3112, 3159, 2), new Tile(3109, 3159, 2), new Tile(3108, 3160, 2))); } }  
      • This works just fine for me " getRandomManager().disableSolver(RandomEvent.LOGIN) "
      • Refunded to your account credit. Have a nice day!
    • Popular Contributors

    • Feedback Statistics

      • Positive
        11390
      • Neutral
        18
      • Negative
        144
      • Total Positive
        99%
    ×
    ×
    • 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.