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
  • GeYews --- [Open source]


    Diddy

    Feedback  

    50 members have voted

    1. 1. Was this helpfull for you?

      • yes
        47
      • no
        8
    2. 2. What's your opinion on open source scripts?

      • Why not? could come in handy
        34
      • omg, stop this nonsence!
        1
      • I love copy pasta
        6
      • Doens't benefit the reader as they have to script for there own
        3
      • What's the meaning of life?
        6
    3. 3. More of this?

      • get a life!
        5
      • yes please
        44
      • Only on ppls request
        4
      • no
        2


    Recommended Posts

    • 2 months later...

    Could replace F2PWorld() with a switch statement XD

    could also replace it with:

    private int F2PWorld() { // Don't do this pls
      int[] worlds = [ 1, 8, 16, 26, 35, 81, 82, 83, 84, 85, 93, 94 ];
      int random = Calculations.random(0, worlds.length-1);
      int world = worlds[random];
    }
    Link to comment
    Share on other sites

    • 2 weeks later...

    There are in MethodProvider

     

    Thanks I found them.

     

    I've used a few lines of code to make a working WCing script. If my modifications and tweeks work I'll upload them for everyone.

    Link to comment
    Share on other sites

    • 4 months later...

    Archived

    This topic is now archived and is closed to further replies.

    ×
    ×
    • 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.