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
    • Best Sellers

    • Latest Products

    • Featured

    • Topics

    • Posts

      • I have purchased hundreds of dollars worth of scripts here despite only being a hobby botter. I bought into GZero's ecosystem and half of it doesn't work correctly or as advertised.  Further, I was in the discord voicing my opinions, and got kicked out for doing so.  I was directed to submit bug reports, so I followed the given instructions and told I was doing it wrong constantly despite submitting logs 3 different ways.   Then, I submit refund requests and they're denied by GZero and his team while they gaslight me by saying I'm just doing things wrong. I don't understand this behavior, and the general lack of instruction and details on how to use the products is odd. Why can this happen in a premium botting community?  
      • followed all steps except made a wc script and i keep rubber banding from the tree and trying to bank
      • Force close Jagex completely Launch DreamBot Click patch, unpatch Load jaged like normal
      • I instantiated my own Area for the Blast Furnace and I'm trying to do a simple Walking.walk(area), but the client doesn't seem to want to walk there. I also used Walking.walk(BankLocation.BLAST_FURNACE), but that didn't seem to work either. Something like Walking.walk(BankLocation.AL_KHARID) does work though. I'm wondering if it's a client issue with the walking or are there just no webnodes to that area? I'm very new to web nodes, so any help would be appreciated!  
      • nice project but private void generateRectangleCode(StringBuilder code, RectangleElement rect) { try { java.lang.reflect.Field fillColorField = RectangleElement.class.getDeclaredField("fillColor"); java.lang.reflect.Field strokeColorField = RectangleElement.class.getDeclaredField("strokeColor"); java.lang.reflect.Field strokeWidthField = RectangleElement.class.getDeclaredField("strokeWidth"); java.lang.reflect.Field fillEnabledField = RectangleElement.class.getDeclaredField("fillEnabled"); java.lang.reflect.Field strokeEnabledField = RectangleElement.class.getDeclaredField("strokeEnabled"); java.lang.reflect.Field xField = RectangleElement.class.getDeclaredField("x"); java.lang.reflect.Field yField = RectangleElement.class.getDeclaredField("y"); java.lang.reflect.Field widthField = RectangleElement.class.getDeclaredField("width"); java.lang.reflect.Field heightField = RectangleElement.class.getDeclaredField("height"); fillColorField.setAccessible(true); strokeColorField.setAccessible(true); strokeWidthField.setAccessible(true); fillEnabledField.setAccessible(true); strokeEnabledField.setAccessible(true); xField.setAccessible(true); yField.setAccessible(true); widthField.setAccessible(true); heightField.setAccessible(true); why are you doing this? all the classes you're doing this for are from your code base, if you want them to be accessible just make them public in the first place or write accessor methods (getters & setters)
    • Popular Contributors

    • Feedback Statistics

      • Positive
        11557
      • Neutral
        21
      • Negative
        157
      • 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.