Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/18/18 in Posts

  1. These flags are what the client uses to calculate pathing. Basically, getTileFlags() returns a int[104][104] that contains the local regions "collision" data. Since OSRS is tile based, its pretty simple in the fact a tile is either blocked via walls or is blocked entirely (solid objects). You can also check if you can cast a spell or shoot a projectile through a wall. Lets look at an example "flag": Now it is an int, but to understand how it works we need the binary representation. 10000000 is the binary representation of 128, but we are looking at the "flags", aka a single bit. This flag has the 8th bit as 1, which we can compare with Region Flags. WALL_WEST is 0x80 in hex form which is 128, so this is our match. But what if multiple flags are flipped? This is where we use the bitwise AND operator: flags[localX][localY] & 128 == 0 What this does is takes the first integer, and 0's out all bits that are not 1 in the second integer (and only the 8th bit is 1 for 128). So this check tests if the 8th bit is 1 (it'll return 128, not 1) or 0 (which returns 0 because all other bits are 0'd). From here we can do this for all the different flags, which you can find using the link in the previous paragraph. Once you can test if there is a wall between nodes, you can connect them. Note that there are no walls surrounding solid objects, so you also need to test if that tile is walkable. This shows a generated "web" of tiles in game, generated from the tile flags. You'll notice there is a bunch of "web" in the open air space too, as this web is just generated by going through every tile and connecting it to its neighbors. All those tiles are not marked "UNWALKABLE" as in your example, and therefore would incorrectly return as reachable. For this use getMap().canReach(Position), which basically does a flood fill of the local region to see what you can get to from the current position.
    4 points
  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.
    3 points
  3. Do you realize Doge is the biggest shit coin in crypto?
    2 points
  4. Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Supports every altar - Supports every rune Air, Mind, Water, Earth, Fire, Body runes (Just walk back and forth) Fire runes (Ring of dueling to Castle wars) Mind runes (Ring of dueling to Castle wars + Mind altar teleport) Nature runes (Unnote at shop and walk to altar) Nature runes (Ring of dueling to Castle wars + Necklace of passage to Fairy ring) Nature runes (Ring of dueling to Castle wars + Ardougne cape to Fairy ring) Nature runes (Ring of dueling to Castle wars + Quest cape to Fairy ring) Nature runes (Ring of dueling to Castle wars + POH teleport to Fairy ring) Cosmic runes (Walks back and forth - Uses obstacles based on agility level) Cosmic runes (Ring of dueling to Castle wars + Necklace of passage to Fairy ring) Cosmic runes (Ring of dueling to Castle wars + Quest cape to Fairy ring) Law altar (Ring of dueling to Castle wars + Balloon method to Entrana) Astral altar (Teleports back to bank) Lava runes (Ring of dueling to Castle wars) Stream runes (Ring of dueling to Castle wars) Smoke runes (Ring of dueling to Castle wars) Mud runes (Walks back and forth in varrock) Mud runes (Digsite teleport) Blood runes (Arceuus) Blood runes (Ring of dueling to Castle wars + POH teleport to Fairy ring) (93 agility req) Soul runes (Arceuus) Wrath runes (Ring of dueling to Castle wars + Mythical cape ) - Pouches support - Menu invokes - Daeyalt essence support - Pouch repair - Energy/Stamina potions support - Food support - Combination rune support - Binding necklaces + Magic imbue - Abyss support (Edgeville / Ferox enclave banking) Death handler, will grab your stuff and continue (Abyss only) Abyssal bracelets/Ring of life support Pouches repair at zamorak mage - ZMI altar support Walks short unsafe path OR walks long safe path Quick prayer support Full bank mode (Add fillers so all runes get deposited, but not the pouches/Rune pouch) - Mining daeyalt essence - Master/Runners setup Setup a bunch of runners for your main account who stands at an altar Either play your main yourself or use the master mode Combination runes, magic imbue + binding necklaces available Runners can bring binding necklaces, talismans to the master Stamina potion support for runners Custom Breakmanager: - Setup Bot and break times - Randomize your break times - Stop script on certain conditions (Stop on first break, Stop after X amount of minutes, Stop when skill level is reached) - Worldhopping - Crucial part to botting in 2023! Script queueing: - Support queueing multiple script in a row - All Khal scripts support flawless transitions in between scripts - Start creating your acc in a few clicks from scratch to multiple 99's - Flawless CLI support - Learn more here: How to use CLI parameters: - Example Usage: -script 482:ScriptFile.BreakFile.DiscordFile SAVEFILE = Saved Filename BREAKFILE = Breakmanager Filename - SAVEFILE: Save file can be created in the GUI. Navigate to the tab you want to run and press "Save As CLI file". Please choose your filename wisely (No special characters) - BREAKFILE (Optional): Breakfile can also be create in the GUI, set the breaksettings you wish to use and press "Save new CLI BreakFile". Please choose your filename wisely (No special characters) - Final form (Note that with some bot managers you do not need to specify -script 482): -script 482:TaskList1.4515breaks (With breaks) -script 482:TaskList1.4515breaks.discord1 (With breaks & discord) -script 482:TaskList1..discord1 (NO breaks & discord) Proggies:
    1 point
  5. Ability to set custom Magic and Ranged armour sets βœ“ No limits on Kills per trip βœ“ Using a mix of user inputs and built-in logic, the script will determine if you have enough supplies for another kill without banking. Options to decide how much food you’re like to take into the next fight as a minimum. Customisable Stop Conditions Stop after 'x' kills Stop after 'x' profit Stop after 'x' runtime Stop after 'x' consecutive deaths Efficient Zulrah Fight Executor βœ“ Knows what have, is and will happen Longrange mode, gain defence XP passively with no time loss βœ“ Multiple Travel Routines Zul-Andra teleport scrolls VIA Clan Wars βœ“ Zul-Andra Teleports VIA PoH βœ“ Charter Travel βœ“ Caterby charter [via Camelot teleports] Fairy Rings βœ“ Ability to select staff to use or not use one at all for fairy rings βœ“ Summer Pie Support (72+ Agility recommended) βœ“ Fairy ring via Slayer Ring βœ“ Fairy ring via House Teleport βœ“ Ornate pool support βœ“ Jewellery box Support βœ“ Mounted Glory Support βœ“ Construction Cape Support βœ“ Ability to select Magic Only βœ“ Changes Rotations and Phases for the best possible fight experience. No need to quest for Ava’s or Level range. Swaps prayers & equipment efficiently βœ“ Option to use quick switch mode, removes mouse travel time for even faster switching Prayer Flicking on Jad Phases βœ“ Supports Raids Prayers βœ“ 55 Prayer βœ“ 74 Prayer βœ“ 77 Prayer βœ“ Options to Dynamically pray against Snakelings when Zulrah is not focused on player. βœ“ Calculates: Total loot value βœ“ Total cost of supplies used βœ“ Profit after costs βœ“ Ability to sell all your loot when you run out of supplies βœ“ Ability to top up your supplies if you run out with auto-exchange βœ“ Death-walking βœ“ Safe death boss Rechargeable item support Trident of Seas βœ“ Trident of Swamp βœ“ Blowpipe βœ“ Dynamically detects darts used (Must start with darts inside the blowpipe for it to work!) Serpentine Helm βœ“ Ring of suffering βœ“ Barrows Repairing βœ“ Using Lumbridge teleports or the Home teleport, the script will withdraw coins, travel to Bob and repair your armour then continue to run. Potion Decanting βœ“ Efficiently decants all types of potions allowing FruityZulrah to run for longer. Inventory Organising βœ“ Organises your inventory to minimise mouse movement, increasing time spent elsewhere. Combo eating Karambwams βœ“ Will combo eat karambwams to help prevent death from Zulrah and Snakelings stacks Supports blowpipe special attack βœ“ Uses the Blowpipe special attack to help replenish HP Multiple stat boosts supported Prayer βœ“ Super Restore βœ“ Magic βœ“ Ranging βœ“ Bastion βœ“ Stamina βœ“ Anti-venom+ βœ“ Imbued Heart βœ“ Supports Lunars β€˜Cure Me’ spell to cure Venom βœ“ Requires: 1 2 2 Ability to use rune pouch Level 71 Magic Lunars Quest Ideal for Ironman accounts with no access to anti-venom+ Supports Lunars Vengeance spell βœ“ Requires: 2 4 10 Perfectly times vengeance casts to Magic Phase ranged attacks for best results. Ability to use rune pouch Level 94 Magic World hopping support βœ“ Options to hop world between x and x minutes. will randomly select a time every hop. Ability to skip rotations by Hopping worlds Ability to decide on your own custom world list or just to hop to any P2P world Grand Exchange Add-on βœ“ Add-on script for free Save/load buy/sell presets Ability to dump all zulrah loot in 2 clicks Command Line Support βœ“ Start the script on multiple accounts with a single click Script ID - 903 Command: -script "903:profile=Test hours_limit=10 kills_limit=5 deaths_limit=5 profit_limit=1m" profile = saved profile name, if you've been using CLI to run the script, this will need to be updated to suit. hours_limit = Complete after 'x' run hours. kills_limit = Complete after 'x' zulrah kills deaths_limit = Complete after 'x' deaths. profit_limit = Complete after 'x' accumulated profit Pro-active calculations βœ“ Calculates next mouse position for next action whilst first action is being performed Asynchronous actions βœ“ Can perform multiple tasks at once saving time Banks Pet drops βœ“ Loot table βœ“ http://fruityscripts.com/zulrah/loot/ Displays total loot as well as a live feed of drops Hiscores βœ“ http://fruityscripts.com/zulrah/hiscores/ Compare and compete against other users Dynamic Signatures βœ“ Show off your gains with FruityZulrah url: http://fruityscripts.com/zulrah/signature/signature.php?username={USERNAME} Replace {USERNAME} with your username http://fruityscripts.com/zulrah/signature/signature.php Notifications Get Notifications for: Valuable drops βœ“ Deaths βœ“ On Exit βœ“ Timely Data dumps (GP, GP/HR, Kills, Kills/HR, Deaths, Runtime) βœ“ Types of Notifications Email βœ“ Discord ~ Desktop βœ“ βœ“ Implemented into the script ~ Work in progress View a collection of Screenshots posted by FruityZulrah users showing their progress with the script. Watch a collection of FruityZulrah videos below If you have a video you'd like to be added to the Playlist, send me a pm with a link. Videos must of course include the FruityZulrah script. If you wish to purchase FruityZulrah VIA PayPal, please follow the store link below: If you'd like to purchase FruityZulrah using OSRS GP, SEND ME A PM and i can give you my current $$:GP Rates! Discord Community: https://discord.gg/WzXRk2bWTV Trial bot has been implemented (100 post count required if you're not VIP/Sponsor!) @fruityscripts on Discord
    1 point
  6. Before buying, please ensure you check-out with the correct script. Swapping scripts is not possible. View in store $4,99 for lifetime use - Link to Sand Crabs script thread (better exp/h!) - Requirements: Camelot tabs / runes in main tab of bank Designated food in main tab of bank ~ 20-30+ combat level Features: CLI Support! (new!) Supports Ranged & Melee Attractive & fully customisable GUI Attractive & Informative paint Supports any food Custom cursor On-screen paint path and position debugging Supports [Str/Super Str/Combat/Super combat/Ranged/Attack/Super attack] Potions Collects ammo if using ranged Stops when out of [ammo/food/potions] or if something goes wrong Supports tabs / runes for banking Option to hop if bot detects cannon Global cannon detection Option to hop if there are more than X players Refreshes rock crab area when required Avoids market guards / hobgoblins (optional) Automatically loots caskets / clues / uncut diamonds Enables auto retaliate if you forgot to turn it on No slack time between combat Flawless path walking Advanced AntiBan (now built into client) Special attack support Screenshot button in paint GUI auto-save feature Dynamic signatures ...and more! How to start from CLI: You need a save file! Make sure you have previously run the script and saved a configuration through the startup interface (gui). Run with false parameters eg "abc" just so the script knows you don't want the gui loaded up and want to work with the save file! Example: java -jar "osbot 2.4.67.jar" -login apaec:password -bot username@[member=RuneScape].com:password:1234 -debug 5005 -script 421:abc Example GUI: Gallery: FAQ: Check out your own progress: http://ramyun.co.uk/rockcrab/YOUR_NAME_HERE.png Credits: @Dex for the amazing animated logo @Bobrocket for php & mysql enlightenment @Botre for inspiration @Baller for older gfx designs @liverare for the automated authing system
    1 point
  7. Molly's Thiever This script is designed to quickly and efficiently level your thieving! Check out the features below. Buy HERE Features: - Capable of 200k+ per hour and 30k+ exp/ph on mid-level thieving accounts. - Quickly reaches 38 thieving to get started on those master farmers for ranarr and snap seeds! - Fixes itself if stuck. - Hopping from bot-worlds. - Stun handling so the bot doesn't just continually spam click the npc. - Drops bad seeds if inventory is full at master farmers. - Eats any food at the hp of your choosing. Supports: -Lumbridge men -Varrock tea -Ardougne cake -Ardougne silk -Ardougne fur -Kourend Fruit Stalls -Ardougne/Draynor master farmer -Ardougne/Varrock/Falador guards -Ardougne knight -Ardougne paladin -Ardougne hero -Blackjacking bandits as well as Menaphite thugs, this has limitations, click the spoiler below to see them Setup: Select your option from the drop down menu, it will tell you the location where the target is located. Fill out the gui and hit start. Simple setup! Proggies: Proggy from an acc started at 38 theiving:
    1 point
  8. User has been placed in TWC. He has 24 hours to return the account to you or he'll be banned.
    1 point
  9. User has been banned. Thanks for the report.
    1 point
  10. selling 10m 07, very good price. will go first if trusted, taking paypal only, or alternative cryptos, like Doge/Ripple. SKYPE - jamiepthorpe01@outlook.com
    1 point
  11. 15m pm me if interested
    1 point
  12. you sure you know what a VPS is?
    1 point
  13. If you were on a proxy, there's a chance If you were on your home IP, just GG your account all together mate
    1 point
  14. 1 point
  15. Alright, will do some test runs when I get home. Might be that a client hook broke because of todays update though, in which case we just have to wait.
    1 point
  16. The script aint broken, its working, its my fault really, shouldve asked for a trial first. also i'd like to note down I bought your Plunder + Construct script which i really enjoy!
    1 point
  17. make an account on any exchange (Preferable Bittrex or Binance) I suggest to use Bittrex since its easier to use for new comers. Buy BTC online -> send it to your BTC wallet on the exchange, after that you can buy any cryptocurrency available on the exchange that you made the account on. Need any tips feel? free to PM me. Greetings, Dailysmoker
    1 point
  18. Bought this script last night, and I gotta say well done the script is amazing mate.
    1 point
  19. 1 point
  20. Botted mainly, partly services. Sorry for update delay, currently awaiting shipment for the new PC.
    1 point
  21. may i have a trial please?
    1 point
  22. Fair enough, I've tested the script out and it's been very nice. Did probably like an hour of making prayer potions, and an hour of making tarromin tars. Worked like a charm, and the exp rates were great. Thanks for the script, will try to get you a proggie then.
    1 point
  23. Weren't you the person who recommended Bitconnect?
    1 point
  24. Valid points, probably is more my fault than the api's. I think most of the confusion goes hand and hand with how fucking vast Runescape vocabulary is
    1 point
  25. We can't make discounts on the renewals themselves, only the initial price. Since your question is answered, I'm locking this thread before it turns into a flame war.
    1 point
  26. Probably the most intelligent thing ive read about cryptos on this forum.
    1 point
  27. If you insist on buying right now I'd wait for ~$8k (roughly the 850 EMA if you chart it out, BTC loves to test this during corrections). No matter what anyone tells investing in the crypto space is pure gambling and should only be done with money you don't need. If you're smart once you make back your initial investment you take it out + taxes.
    1 point
  28. I'd like to have a trial!
    1 point
  29. thanks for the trails man agility seems perfect but a little repetitive, wouldnt mind buying it tbh but cant find it on the scripts page and you havnt got a thread on it so dont know much about it (what it supports and what all the features are) Thanks Dude
    1 point
  30. Could you change the way the script makes mithril bars when using a coal bag? Right now it isn't really efficient. It should make a cycle as follows: run 1: inventory with coal and full coalbag run 2: full coal bag and inventory with mithril -> collect mithril bars run 3: same as run 2 just keep repeating that cycle (at the moment it just alternates with run 1 and an inventory of mithril without filling the coal bag, making it way less efficient) Anyways, love your scripts and keep up the good work
    1 point
  31. Script doesn’t work for me , runite ore not working ?
    1 point
  32. Script doesn’t work for me, just empties my invent into bank then logs out. Settings are: Gold bars, use ice gloves & use gauntlets.
    1 point
Γ—
Γ—
  • Create New...