Adblock breaks this site

Kronok Beta Testing

Discussion in 'RuneScape 3 Cheating' started by Evil_, Nov 4, 2010.

  1. Evil_

    Evil_ Newcomer

    Joined:
    Nov 3, 2010
    Posts:
    2
    Referrals:
    0
    Sythe Gold:
    0
    Kronok Beta Testing

    Info about joining the Beta Testing at the bottom of the post

    Kronok is the newest bot to the RuneScape cheating scene! It is an event driven bot meaning it will fire events
    such as "onInventoryCountChange", "onPlayerIdle", "onGameStateChange", and many more. One of the major features of
    Kronok is that is allows you to specify the type of events it would like to receive, therefore saving CPU.

    Here is a complete Draynor Willow Chopper that will chop the trees and bank the logs for you, then walk back to the
    trees and continue chopping:

    Code:
    import net.kronok.bot.script.EventModel
    
    class DraynorWillowRapist extends EventModel {
      /**
       * This method is called when the script starts,
       * You really only need to specify what listeners
       * are required.
       */
      void start() {
        addListeners("state", "inventory")
      }
    
      /**
       * This method is called when the script is stopped, 
       * you could cleanup anything that you may need to here.
       */
      void stop() {
    
      }
    
      /**
       * This is called when the player stops performing any actions,
       * such as mining a rock, or chopping down a tree.
       */
      void onPlayerIdle() {
        interactWithObject("Chop-down", 5551,5552,5553) // 5551, 5552, 5553 are the tree IDs.
      }
    
      /**
       * This is called when the inventory count changes, there's also two other
       * events that can be called "onInventoryItemAdded(int itemId)" and "onInventoryItemRemoved(int itemId)"
       */
      void onInventoryCountChange(int newCount) {
        if(newCount == 28) {
            walkToNearestBank(); // Calculates the distances to the banks, and walks to the nearest one.
            openBank()           // Open's the bank, of course.
            depositAll(1519)     // Deposit all of the items from your inventory with the ID of 1519
            closeBank()          // Close the bank interface
            walkTo(3087,3234)    // Walk back to the trees.
        }
      }
    }
    As you can see, Kronok is very simple to script for.

    Images of Kronok:
    Account Creation:
    [​IMG]

    Account Selection:
    [​IMG]

    Bot loaded up at the login screen:
    [​IMG]

    Bot with NPC Debug turned on:
    [​IMG]

    Bot with Object Debug turned on:
    [​IMG]

    Exploring with the Interface Explorer:
    [​IMG]


    What we'll need from you:
    Only thing we need from you, is for you to run the bot! Simple, isn't it? Just run the bot and try to see anything it may
    do wrong, or something it does that you think could be better! Just make sure to give us a good description of what you were
    doing at the time, what the bot did wrong, and what OS you're running.


    How can I become a beta tester?
    All you have to do is go to our forums: http://www.kronok.net/forums/index.php

    After you get there, create an account and you can see our boards. Just click in the Beta Testing category and create a post
    telling us why we should select you!

    We look forward to seeing you guys at kronok.net!
     
  2. CaptainMoose

    CaptainMoose Forum Addict
    $5 USD Donor New

    Joined:
    Sep 9, 2010
    Posts:
    267
    Referrals:
    2
    Sythe Gold:
    0
    Kronok Beta Testing

    I will probably give this bad boy a try.
    What other scripts are you guys writing?
     
  3. KerokeroCola

    KerokeroCola Hero
    Retired Global Moderator KerokeroCola Donor

    Joined:
    Aug 1, 2010
    Posts:
    8,268
    Referrals:
    12
    Sythe Gold:
    14
    Kronok Beta Testing

    How developed are the random events?
     
  4. Evil_

    Evil_ Newcomer

    Joined:
    Nov 3, 2010
    Posts:
    2
    Referrals:
    0
    Sythe Gold:
    0
    Kronok Beta Testing

    We haven't finished all the randoms yet, but we are hardly getting any lol, which is the main reason we haven't developed them any.

    Right now, we have an auto miner and a wood cutter finished, but we're going to make more as we think of what to make
     
< level reset ? | Is RSbot2 down?? >


 
 
Adblock breaks this site