Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. frazboyz

    Prime Red Berries [Deleted]

    frazboyz submitted a new resource: Prime Red Berries - The prime way to collect your red berries Read more about this resource...
  2. frazboyz

    Bug BOB API broken

    BeastOfBurden#open & #withdraw are broken it seems. #open does not open the visible and current beast of burden. #withdraw does not withdraw items when the beast of burden inventory interface is open.
  3. frazboyz

    RS3 Prime Gilded Altar (Features?)

    What features would you like in the premium Prime Gilded Altar guys? Looking to release this before the XP weekend! Both OSRS & RS3 btw.
  4. frazboyz

    Learn to code! Website & Software development.

    Hi all, Was wondering if any people would be interested in learning website development or software engineering? Just fill this form below to help me see if it's feasible and to register interest. Web & Software development course/webinar
  5. frazboyz

    Bug java.lang.IllegalArgumentException when starting any script

    Title says it all. Full stack trace here. Exception in thread "Bot-MaxiFisher" java.lang.IllegalArgumentException: Argument is not an array at java.lang.reflect.Array.getLength(Native Method) at aux.iiIIIiiIII.c_array(ic:492) at aux.iiIIIiiIII.c_array(ic:766) at...
  6. frazboyz

    RS3 Rune Dragons

    Who would be keen?
  7. frazboyz

    Pattern based bank deposit/withdraw/get

    Similar to the inventory pattern based get functions. Basically create Bank.withdraw(pattern, amount) etc.
  8. frazboyz

    RS3 Looking for FDK accounts, list your price.

    Title says it all :p Looking for FDK accounts, list your price. Hoping for something below 40$||100m rs3
  9. frazboyz

    Pixie FDK [Deleted]

    frazboyz submitted a new resource: Pixie FDK - The perfect Frost Dragon Killer. Read more about this resource...
  10. frazboyz

    Resolved My Buglist

    Cloud requested me to make a thread for bugs i find as i do find quite a few and the reason he asked me to do so was so that others can confirm these bugs im guessing. ability.isReady() -> Only takes to account if an ability is on cool-down. If an ability requires 50% energy and the player only...
  11. frazboyz

    Tutorial Webwalking

    I saw some one asking how does one use web walking with RuneMate, well, its simple! Traversal.getDefaultWeb().getPathBuilder().buildTo(new Coordinate(tile_x, tile_y)) This piece of code returns a WebPath which is simple to traverse, all you need to do is invoke the method called 'step'. final...
  12. frazboyz

    Health Api

    Use n abuse. public static int getHealth() { final InterfaceComponent ic = Interfaces.getAt(1430, 4, 7); if (ic != null && ic.getText() != null) { return Integer.parseInt(ic.getText().trim().split("/")[0]); } return -1; } public static int...
  13. frazboyz

    Pixie Red Berry Picker [Deleted]

    frazboyz submitted a new resource: Pixie Red Berry Picker - A fast red berry picker, f2p Read more about this resource...
  14. frazboyz

    The Pixie Series

    Hey guys, im new to RuneMate, been talking to cloud and he convinced me to script for RuneMate xD im guessing a few of you may of heard of me, I was a scripter at rsbuddy for a bit and then i got into the reverse engineering scene. Im also a web developer. The Pixie series, well i dont have to...
Top