Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/05/22 in all areas

  1. CzarScripts #1 Bots LATEST BOTS If you want a trial - just post below with the script name, you can choose multiple too. Requirements Hit 'like' on this thread
    1 point
  2. ────────────── PREMIUM SUITE ────────────── ─────────────── FREE / VIP+ ─────────────── ──────────────────────────────────────────────────────────── ⌠ Sand crabs - $4,99 | Rooftop Agility - $5,99 | AIO Smither - $4,99 | AIO Cooker - $3,99 | Unicow Killer - £3,99 | Chest Thiever - £2,99 | Rock crabs - $4,99 | Rune Sudoku - $9,99 ⌡ ⌠ AIO Herblore - FREE & OPEN-SOURCE | Auto Alcher - FREE | Den Cooker - FREE | Gilded Altar - FREE | AIO Miner - VIP+ ⌡ ──────────────────────────────────── What is a trial? A trial is a chance for you to give any of my scripts a test run. After following the instructions below, you will receive unrestricted access to the respective script for 24 hours starting when the trial is assigned. Your trial request will be processed when I log in. The trial lasts for 24 hours to cater for time zones, such that no matter when I start the trial, you should still get a chance to use the script. Rules: Only 1 trial per user per script. How to get a trial: 'Like' this thread AND the corresponding script thread using the button at the bottom right of the original post. Reply to this thread with the name of the script you would like a trial for. Your request will be processed as soon as I log in. If i'm taking a while, i'm probably asleep! Check back in the morning Once I process your request, you will have the script in your collection (just like any other SDN script) for 24 hours. Private scripts: Unfortunately I do not currently offer private scripts. ________________________________________ Thanks in advance and enjoy your trial! -Apaec.
    1 point
  3. Small bug i encountered: The bot is not built to handle the first warning when you first enter GOTR (The flashing screen effects), simply need to click it twice and tell it to not ask again, but though i'd mention it.
    1 point
  4. 1 point
  5. Ignore the scuffed provider, only free one I could find https://www.upload.ee/files/14476112/varbits.zip.html
    1 point
  6. Fixed issue, I reset magic book to default, I had it laid out where I thought would be most efficient. It was idle, no client crashes btw. Also just noticed, when out of Fire runes for example when stun/alching, client will still attempt to alch leaving in-game message: "You do not have enough fire runes to cast this spell". Thank you kindly,
    1 point
  7. zip file containing all varbits you say...
    1 point
  8. Script factory description in the store states nothing, so that statement was false. I think you are referring to his script thread, but even then it says COMMUNITY OPEN SOURCE. YOU can fix them yourself if they are broken, that is 100% the reason for SF. We aren't refunding you because you want to be lazy and try to bash everyone for not getting down on their knees for you.
    1 point
  9. Varbits are just a bitmask over the config in the end, so if you get hold of the config, most- and least significant bit, you can get the varbit value via something like this EQUIPPED_WEAPON_TYPE(843, 5, 0); private final int configId; private final int msb; private final int lsb; Varbits(int configId, int msb, int lsb) { this.configId = configId; this.msb = msb; this.lsb = lsb; } public int getValue(Configs configs) { int mask = (1 << ((msb - lsb) + 1)) - 1; return (configs.get(configId) >> lsb) & mask; }
    1 point
×
×
  • Create New...