Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/13/16 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
    4 points
  2. -PathPreferenceProfile setAllowTeleports once again utilizes all teleport tabs and scrolls -Added 4 new agility shortcuts --Added Taverly Dungeon lesser demons shortcut --Added all Dense runestone shortcuts on Zeah I plan on doing some serious web walker cleanup which should eventually iron out some more issues and allow me to expand a bit further. Edit: Thanks to both @ProjectPact and @Chris for their generous support of teleport tabs to help me patch the issue. Also thanks to @Khaleesi for nagging me for about 6 months with the tab issue. Happy Botting
    4 points
  3. If you use walking.webwalk then basically no. Try to create a WalkingEvent and set some break conditions
    4 points
  4. I've decided to start cleaning up Web Walking because it was becoming a bit unmanageable with all the devs having a hand in it. The biggest problem was having half-written code which was being used as placers. Anything that was deprecated or removed was not functional at all. Additionally I've added some new methods to give scripters really great control of web walking through PathPreferenceProfile, notably the ignoreItems method. Crappy Example: Scripter doesn't want to bring you through Karamja as a shortcut over a concern of the volcano exploding. Scripter sets to ignore 995 (coins) meaning that if there are coins in your inventory, they will be "ignored" in the path calculation. The web walker will say "oh wow this dude is broke, we can't bring him through Karamja" and find an alternate route. Also I added a sellItem method. Changelog: -Removed Anti-Dragon shield requirement for traversing Brimhaven Dungeon -All skill checks are based on Dynamic level -Added PathPreferenceProfile setAllowObstacles(boolean) -Added PathPreferenceProfile setAllowTeleports(boolean) -Added PathPreferenceProfile ignoreItems(int... ids) -Streamlined a lot of the bloated methods, cleaned up back-end -Improved GrandExchange buyItem -Added GrandExchange sellItem -Deprecated PathPreferenceProfile avoidAllItemLinks -Deprecated PathPreferenceProfile addItemLinksToAvoid -Deprecated PathPreferenceProfile ignoreAllQuestLinks -Deprecated PathPreferenceProfile addQuestLinksToAvoid -Deprecated PathPreferenceProfile addSkillLinksToAvoid Development Download: http://osbot.org/devbuilds/osbot%202.4.103.jar Happy Botting.
    3 points
  5. It's a lot like the Grand Exchange really, study the charts,watch for patterns, read up on news about the companies. That should be a good start. I'm a bit of a gambler so I wouldn't do too well I think. I profited a bit in the beginning but then just got careless and stopped caring much and lost some cash. Do your research and follow your own methods cause no one is gonna share theirs.
    3 points
  6. NEW! Added Gemstone Crab! 81 Hours at Cows Brutal Black Dragon support Sulphur Nagua support Blue Dragon 99 ranged 99 Ranged at Gemstone Crab 81 Range F2p Safespotting Hill Giants Hotkey List // F1 = set cannon tile // F2 = hide paint // F3 = Set afk tile // F4 = reset afk tile // F6 = Set safespot tile // F7 = activate tile selector // F8 = Reset tile selector // F9 and F10 used by the client, EDIT: will re-assign as they are no longer used by client // F11 = Set breaks tile // F12 = Reset breaks tile User Interface Banking Tab Demo (handles everything with banking) You can copy inventory (to avoid adding individual items...), you can insert item names which have Auto-Fill (for you lazy folk!) and you can choose whether to block an item and avoid depositing it in bank, ideal for runes and ammo. Looting Tab Demo (From looting to alchemy, noted/stackable items too) You can choose whether to alch an item after looting it simply by enabling a checkbox, with a visual representation. All items are saved upon exiting the bot, for your convenience! Tasking Demo (Not to be confused with sequence mode, this is an individual task for leveling) You can set stop conditions, for example to stop the bot after looting a visage, you can have a leveling streak by changing attack styles and training all combat stats, you can have windows alert bubbles when an event occurs and an expansive layout for misc. options! Prayer Flick Demo (Just example, I made it faster after recording this GIF) There are two settings: Safe mode and efficient mode, this is safe mode: Fight Bounds Demo Allows you to setup the fight bounds easily! Simplified NPC chooser Either choose nearby (local) NPCs or enter an NPC name to find the nearest fight location! Simple interface, just click! Level Task Switch Demo (Switching to attack combat style after getting 5 defence) You can choose how often to keep levels together! e.g. switch styles every 3 levels Cannon Demo (Cannon is still experimental, beta mode!) Choose to kill npcs with a cannon, recharges at a random revolution after around 20-24 hits to make sure the cannon never goes empty too! Results Caged Ogres: How does this bot know where to find NPCs? This bot will find far-away npcs by simply typing the NPC name. All NPCs in the game, including their spawn points have been documented, the bot knows where they are. You can type 'Hill giant' while your account is in Lumbridge, and the bot will find it's way to the edgeville dungeon Hill giants area! Here is a visual representation of the spawn system in action (this is just a visual tool, map mode is not added due to it requiring too much CPU) Fight Area Example (How the bot searches for the npc 'Wolf') Walking System The script has 2 main walking options which have distinctive effects on the script. The walking system is basically a map with points and connections linking each point. It tells the script where to go, and decides the routes to take when walking to fightzones. Walking system 1 This uses a custom walking API written by myself and is constantly being updated as new fightzones are added. Pros: - Updates are instant, no waiting times - More fightzones are supported Cons: - Sometimes if an object is altered, the changes are not instant - Restarting the script too many times requires loading this webwalker each time which adds unnecessary memory (there is no way to make it only load at client startup since I don't control the client) Walking system 2 This is the default OSBot webwalking API - it is relatively new and very stable since the developers have built it, but is currently lacking certain fightzones (e.g. stronghold) and other high level requirement zones. It is perfect for normal walking (no object interactions or stairs, entrances etc) and never fails. Pros: - Stable, works perfect for normal walking - All scripters are giving code to improve the client webwalker - More efficient when restarting the script since it is loaded upon client start Cons: - No stronghold support yet - Some new/rare fightzones not supported yet - If there is a game-breaking update or an unsupported fightzone, it may take some time to add/repair (less than 24 hours usually) So which system should I choose? Whichever one suits your chosen fightzone best! There really shouldn't be any problems - the sole purpose of these options are for backup and emergency purposes, if the script ever messes up there is always the next option to select. Note: If the script ever fails, there will be immediate updates to fix the walking systems! Script Queue/Bot Manager: Script ID is 758, and the parameters will be the profile name that you saved in the fighter setup! Bug Report templates: New feature request - What is the new feature - Basic description of what the script should do - Basic actions for the script: 'Use item on item' etc. For when the script gets stuck on a tile (or continuous loop): - Which exact tile does the script get stuck on? (exact tile, not 'near the draynor village') - Plugin or normal script? - Did you try all 3 walking options? Script has a logic bug (e.g. dies while safespotting) or (cannon mode doesn't pickup arrows) - What is the bug - How did you make the bug happen - (optional) recommendation for the bug, e.g. 'make the script walk back' or something - Tried client restart? - Normal script or a plugin? - Which exact setup options are enabled? Afk mode, cannon mode, etc etc.
    2 points
  7. NEW! supports new south + east shortcuts, new hopper (upstairs), and mouse invokes!!! (just like runelite!) 'the intelligent choice' By Czar 34-99 Mining on video!! Agility Shortcut Setup Window Preview 70 hours run time https://i.imgur.com/wiF6VPO.png
    2 points
  8. MY SUPER BASIC PROBABLY GONNA GET YOU BANNED WINE MAKER What it does: Make wine! How to: Start at any bank that has banker NPCs, make sure you have Jugs of Water and Grapes in your bank or inventory. Features: NONE! Maybe I'll add some "antiban" and paints who knows. DOWNLOAD: CLICK HERE SOURCE:
    2 points
  9. Difficulty: Easy/Intermediate Just in case anyone is interested in recursion, the same concept can be translated from C++ to Java. If you have any questions with specific file stuff in Java, I'll be happy to help. This can be really useful for scripters who intend to bot farm or anyone who needs to manage files with a large directory. The link is to my website. Article Link
    2 points
  10. http://www.bimbambanana.com/index.php?p=iceberg&side=visProd&prod_id=328 A safe that is disguised as a piece of lettuce..
    2 points
  11. Disputed Member: @PurpleWard Why it should be removed: I got the 2def accidentaly or more so I was setup to get it. Details: So I was told by a mod to dispute my negative feedback from long time ago, because he saw something fishy to me getting the 2def and the buyer getting banned almost the next day. So basically the guy ordered some quests on its pure, me not thinking much didnt check if it was longrange I attacked the quest NPC and got the 2def after one low hit. It was a small hit but it still got the 2def. The setup part came to mind when the guy got banned almost the next day and declined any compensation or rebuild of the acc. Possibly he wanted to do some damage to me or any other service provider in that matter, before he scam quit. Link to topic: It has been deleted long time ago.
    2 points
  12. Hello , user just pm'd me saying he realised he added an impostor Sorry for his loss but you people cant ask for a simple pm verification or so? like please..
    2 points
  13. United we stand. All hail the great diplomatic leader.
    2 points
  14. 2 points
  15. My friend send me this. It's written in Finnish. It says It's so fucking lonely here at the factory. I would like to go home. What they pay me is a complete joke, and the printing gear is old. Help.
    2 points
  16. It was this or move to Tri-Crap
    2 points
  17. Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Supports all rooftops (Draynor, Al-Kharid, Varrock, Canafis, Falador, Seers, Polivneach, Relekka, Ardougne) - Supports most courses (Gnome stronghold, Shayzien basic, Barbarian stronghold, Ape toll, Varlamore basic, Wilderness (Legacy), Varlamore advanced, Werewolf, Priffddinas) - Supports Agility pyramid - All food + option to choose when to eat - (Super) Energy potions + Stamina potions support - Progressive course/rooftop option - Waterskin support - Option to loot and sell pyramid top - CLI support for goldfarmers 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 463:ScriptFile.BreakFile.DiscordFile SAVEFILE = Saved Filename BREAKFILE = Breakmanager Filename DISCORDFILE= discordSettings 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 manager you do not need to specify '-script 463'): -script 463:TaskList1.4515breaks (With breaks) -script 463:TaskList1.4515breaks.discord1 (With breaks & discord) -script 463:TaskList1..discord1 (NO breaks & discord, leave 2nd parameter empty) Proggies:
    1 point
  18. This is an AIO (All-in-one) bot that has almost every thieving style except blackjack, ask for a free trial by liking thread or making a post! Vyres and elves are now supported! Both can make solid profit per hour, decent passive income! BIG THANK YOU TO ALL OUR SUPPORTERS! WE ARE THE MOST SOLD THIEVING BOT IN OSBOT HISTORY. MOST REPLIES, MOST USERS, LONGEST PROGGIES #1 Thiever | Most Overall Sales | Most Total Replies | Most Results | 10+ Years Maintained | 'the intelligent choice' by Czar SUPPORTS VYRES 224M made in a single sitting of 77 hours 1.1B made from elves and vyres!! ELVES SUPPORTED TOO! (NEW) 2.1m/hr, 6 crystals in 7 hrs 99 THIEVING MANY MANY TIMES, 35M EXP IN ONE BOTTING RUN!! 99 thieving in ~43k xp (12 minutes remaining)! Just got 99 proggy! Gratz to @iz0n THIEVING PET AT LVL 22 FROM TEA STALLS 11.5 HOURS, WITH PET TOO!! 610k/hr getting 99s on deadman worlds!
    1 point
  19. Thank you everyone for all the support and feedback, this script officially is the most sold magic script on the market! Since 2015 it has been continually updated all the way to 2025! #1 SOLD MAGIC SCRIPT #1 MOST FEATURES MAGIC SCRIPT ESC MODE, HOVER-CLICK, NEAREST ITEM CLICK, FLAWLESS JMod nearby and we still alive. Anti-ban and Optimal script usage Anti-ban: - Don't go botting more than 3 hours at once, take breaks! Otherwise the ban-rate is highly increased! - Bans also depend on where you bot, for the best results: bot in unpopular locations Banking-related spells are the lowest ban-rate (spells which require banking or can be casted near a bank, e.g. superheating, maybe alching, jewelry enchanting etc etc) since you can just go to a full world and blend in with other non-bots (humans), for example: world 2 grand exchange If casting spells on npcs, then unpopular locations reduce the banrate by alot, So make sure not to go to botting hotspots otherwise you may be included in ban waves. - Some good areas used to be (until some got popular): grizzly bear, yanille stun-alching, any overground tiles (upstairs etc) but once the areas are overpopulated, try to go to another location which is similar to the aforementioned locations. This is a very popular thread with many many users so if a new location is mentioned, the location will be populated very quickly so I can only suggest examples of good locations - Don't go botting straight after a game update, it can be a very easy way to get banned. Wait a few hours! If you ever get banned, just backtrack your mistakes and avoid them in the future: you cannot be banned without making botting mistakes. Keep in mind you can be delay-banned from using previous scripts, so don't go using free/crap scripts for 24 hours then switching to a premium script, because the free/crap previous script can still get you banned! For more anti-ban information, see this thread which was created by an official developer: http://osbot.org/forum/topic/45618-preventing-rs-botting-bans/
    1 point
  20. 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
  21. Molly's Orber This script is designed to make earth orbs and air orbs for over 350k gp/ph with the added benefit of getting over 30k mage exp per hour! Buy HERE Requirements: - 66 mage for air orbs, 60 for earth orbs. - 40+ hp recommended(especially at low def) Features: - Supports using mounted glory in house(requires house teleport tablets) - Supports eating any food at bank, when under a set hp - Hopping out of bot worlds - Recovers from deaths(respawn point must be lumbridge) - Emergency teleporting when under a set hp - Stamina potion usage, the bot will use one dose prior to each run - World hopping in response to being pked to prevent pkers from farming. -Ability to bring one food with you in case you drop below the emergency teleport hp, script will still tele if you drop below it and have already eaten your food. -Enabling run when near black demons to prevent some damage. -Re-equipping armor in inventory on death. Setup: Start at Edge bank, have all supplies next to each other in your bank, preferably in the front tab at the top. You must have the item "Staff of air" for air orbs or "Staff of earth" for earth orbs. Have a fair amount of cosmic runes and unpowered orbs, glories, as well as some food to eat as the bot walks past black demons and will take some damage. FOR EARTH ORBS YOU MUST HAVE ANTIDOTE++. If you are using house mounted glory option set render doors open to "On" under your house options in Runescape. CLI setup: Proggies:
    1 point
  22. I see a lot of people asking questions about gold farming so I decided to make a simple guide explaining it. These are just the basics that you should know before starting a gold farm. Example of an easy gold farm method 200-400k/hour depending on how many people are doing it. Requirements take less than a day splashing. I used to run 4-5 bots on this before I released it publicly. Here is the thread link:http://osbot.org/forum/topic/102964-magic-guild-buyer/ There are many other methods out there that are simple like this. Tips You will eventually be banned by gold farming. There is no way around it. The key is to profit as much as you can before getting banned. Don't complain when you get banned. Mule the gold every few hours so you do not risk losing out on profits Find a good private script Buy a VPS to increase the size of your farm Do not bot stupid stuff like Blast Furnace or woodcutting and expect to not be banned. No one is going to tell you their gold farm method so do not ask Test things out to see what is profitable. Buy VIP to expand your gold farm(if you plan to run more than 2) If you do not want to pay for a private script, then learn to code yourself. You can be writing your own simple scripts in a few weeks of practicing it. Here is my progression scripting thread http://osbot.org/forum/topic/95239-becoming-a-script-writer/page-1 P2p>F2p. Bond costs should only take a day or less to recover It costs money to make money. Basic FAQ 1) Is OSRS profitable? Yes there is a lot of money to be made in gold farming Runescape. I just read the other day that someone gold farmed enough to get lazer eye surgery to improve their eye sight. Other people have made thousands of dollars from it so it is possible. This does not mean that it is easy though.2) How do I know what is profitable?My suggestion from personal experience is go to around Runescape and find random things that are profitable. There are a lot of things that are not common and make anywhere from 200-500k/hour. I've found many methods that make good money just from exploring osrs.3) What is a private script?It is a script bought by only you4) Should I use a private script or a public script?Private scripts are better because they are unique to only you. If you are wanting to start a gold farm, I strongly suggest buying a private script.5) Where do I buy a private script?Many scripters sell private scripts. Go to the private script section to search for some.6) How do I get the private script to show up?Place it in your Users/Osbot/Scripts folder. Refresh your client and it will appear7) What is a VPS?Basically its something that lets you run more bots. If you have a shitty computer, then get a VPS to run more bots.7) What is a proxy?A proxy is used to change your ip on the client. It does not lower ban rates but it prevents chain bans. This means that all your accounts are not linked on the same IP.9) What is a mule?An account that holds your gold and is not botted10) Will my mule get banned?It is very hard for a mule to get banned( very low chance but still possible)11) What is automated muling?Some people have it coded into their scripts to automatically transfer gold. This is the ultimate gold farming strategy because it lowers the risk of profit loss and allows the user to have less input12) Should I bot f2p or p2p? p2p is the way to go. For some reason p2p bots have a lower ban rate and there are a lot better methods.13) Why should I invest money if I am just going to be banned?If you find a good method and bot smart, you will make profit.14) How many hours a day should I bot?No one knows the answer to this. There's always a risk in botting.15) Does the weekend really have a lower ban rate?From what I have seen, yes it does. Jagex is out of the office during these days. This does not mean you cannot be banned, but I know a lot of people who run huge gold farms starting Friday-Monday morning.16) What are breaks?Breaks are a user selected option that allows you to control how long to bot for and when to not bot. Many people believe that having breaks can reduce the ban rate.17) What is Mirror Mode?It is a VIP only feature that masks the official runescape client so that Jagex cannot detect that you are using a third party app. -- I have no opinion on this--18) What is CLI mode?It is an easier way to gold farm if you are running a lot of bots. I highly suggest using it. Here are the two links to the official release of them and how to use them. http://osbot.org/forum/topic/100378-osbot-24678-bot-farming-made-easy-cli-finished/page-1 http://osbot.org/forum/topic/101897-osbot-2471-low-resource-mode-web-walking-fixes/page-1 19) How is CLI mode useful?It allows you to set up your bots a lot quicker. With one click, you could open up 10 different clients all on different proxies, world selected, and script selected.20) How do I use CLI?Copy and paste this into notepad (fill in the username,password, and pin as they apply). Save the file as a .bat You can add or remove these as you like. If you have any more questions I suggest trying the chatbox java -jar "%recent%" -allow lowresource,lowcpu -login Useraname:Password -bot username:password:pin -script scriptname:para21) Is gold farming really easy?At first no. It takes time to find a good method and to set everything up. It is a lot of checking on your bots and making sure they're running smoothly. The goal in the end is to be able to only spend a few minutes each day and to make a lot of money.22) How much antiban should I have in my script?Little to none. Antiban is fake to draw in users. The best way to reduce your ban rate is to have a flawless script that does not get stuck or repeat actions. Read #4 here in this thread made by @@Alek: http://osbot.org/forum/topic/45618-preventing-rs-botting-bans/page-1 23) OMG I got banned, Jagex is too pro what do I do?You are botting, so expect to be banned. Make new accounts and move on.24) Can an account survive for more than a few days? Yes I've had accounts last 40-50 day without getting banned. It's all about botting smart. Here is a picture of an account I botted while making my AIO fighter: 25) Should I check woodcut xp? Always 26) Is Gold Farming stressful?I've actually seen a lot of people ask this question. My answer is it can be if done the wrong way. The point of gold farming is to check your bots every few hours not constantly monitor them and have to worry about 10 accounts.27) What benefits does VIP offer? What is the difference between sponsor and VIP?That is all explained here along with other ranks:http://osbot.org/forum/topic/50019-understanding-the-forum-ranks/ 28) Who should I sell my gold to?I only sell my gold to the big companies like Bogla, Arcus, Kaii, etc. You can also sell to trusted people on here. I would not recommend using PayPal to people who are not trusted.29) How often should I mule the gold over?Safe way is to do it every few hours. If you can get automated muling in your script, then thats even better.30) What should I do while I am running my bots?Go in chatbox and talk More to come in the future. If you see anything missing or have any suggestions, please let me know. If you found this helpful, please drop a like
    1 point
  23. If u can do 12 kills/hr yes i believe it is Realised how i have cocked up with the GUI, the equipment display was sending the armour set to the wrong slot and thats why when making ur setup from scratch it messes up and deposits stuff, I have pushed an update and should be within u all shortly. An easy way to bypass this for the time being would be to save the profile, stop the script, refresh script selector then just load the profile you have just saved. Thanks for baring with me, apologies for the cock up
    1 point
  24. forex or binary options , you need shitload of money or insider info for stocks...
    1 point
  25. Stay away from cfd's if you don't know to 100% what you are doing and please dont fall for "binary options scams"! Take enough time to find a serious broker (look where it has its hq, where it is regulated, is it noted on the se etc.) if you see brokers waving with bonuses and promising huge profits, got theire regulation somewhere on cypern you know its a scam). good luck :xdoge:
    1 point
  26. make sure to use a trial/demo account ( don't trade with real money first) it's good to get started without losing any money
    1 point
  27. update: its the script that makes it crash somehow. used another script (fffbeerbuyer) and works perfectly atm (37min).
    1 point
  28. 1 point
  29. im currently on trial and at this point i wont be buying based on my last couple of days doing lava runes which runs extremely well with binding necklace and castle wars tele but gets stuck sometimes when walking to the mysterious ruins and just stands there and eventually logs out, it does this only so often because of the camera angle and dosnt try to change the angle to attempt to go in so i manually step in and it works straight away, also just tried law runes with tiara and balloon method, first trip it didnt take the pouches then it killed a unicorn on the way in and then didnt enter, then i entered and it just stood there, then i crafted the runes and teled to cwars then it started moving again, i manually put the pouches in the inv and then it just takes out ess and puts it back to the bank and repeats forever... if you can fix lavas and laws, id buy, i havent tried nats but based on what ive seen im assuming it will have issues aswell, way to risky with getting banned imo till it runs smoother.
    1 point
  30. 1 point
  31. ye harder to perm u now as someone has to look into ur acc in full detail
    1 point
  32. not worth. it is a MUST the anti venom +!
    1 point
  33. Hi, thanks for replying and all but i got my trial just as the bot went down for over 24hrs xD So i never got a chance to try it! Could i get another trial for blast furnace please?
    1 point
  34. Can i have a trial please?
    1 point
  35. Hip hop is objectively the worst genre of music
    1 point
  36. Is there any chance you add support for a safespot, in particular, I would like to safespot ankous at their spot on the 4th floor, unless its already supported and I just dont know how to work the script properly!
    1 point
  37. Looking to buy a abyss runecrafter
    1 point
  38. Yo, remember when you gave me that auth for like a few months because of the airorb not being on AIO magic? Can I get this authed again please?
    1 point
  39. I purchased the script! I am curious, while cutting magic longs at the GE the mouse will hove near the report button or trade button although the main post says it should be hovering over the bank before it finishes cutting. Is this working correctly?
    1 point
  40. Changing scripts isn't possible but I will activate a 100 hour trial for the warrior script until baker stall update is added to the script good luck New update (v144) - Bakers' stall fixed - Added food eating while running away from combat - Added 10 coin chest - Added an update for alching at nature rune chest, the script will not require extra runes to start now update will be live in less than 24 hours good luck everyone
    1 point
  41. It has come to our attention that a person is imitating jamez on skype and has been scamming people THIS IS THE IMPOSTER'S SKYPE. ALWAYS ALWAYS CONFIRM THAT YOU ARE SPEAKING TO THE CORRECT PERSON REAL JAMEZ'S SKYPE As you can see, the real Jamez doesn't have live in his skype name. Please do not make the silly mistake in adding the impostor and getting scammed...
    1 point
  42. indeed, using the trial with bear minimum stats (75 rng/magic 45 prayer) LOL
    1 point
×
×
  • Create New...