Jump to content

Mysteryy

Scripter II
  • Posts

    2568
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    100%

Everything posted by Mysteryy

  1. You could have uploaded this to github so people can download a zip instead of copy and pasting every file. Just a suggestion. :p
  2. Antiban is a myth to attract users. I don't use it. Ever.
  3. How much do people charge to do these by hand?
  4. Mysteryy

    Farming script?

    Not worth the effort required. The market for farming scripts is just not there. I made the first one on osbot long time ago.
  5. Computer engineer by school, Software engineer by work.
  6. Yes the standard osb client will run fine on linux. Install java 8 and make the jar executable and then it will run like normal.
  7. Mfw he bench presses 135 and curls 25 like a bitch
  8. Mysteryy

    Linux

    Yes install java and download the osb jar. You will need to make the jar executable before it will run.
  9. Yea I told him that in a pm haha. Cant sort a hash map, and he doesnt really need one for what he is doing either.
  10. The code that I sent you will return the price including the stack size of the item. Not sure if you are using that or not. :p
  11. Dont forget about stacked items. 10 noted items at 2k each should be prioritized over a single item worth 3k even though the 3k is worth more individually.
  12. Did you get it sorted out? You dont need to use a hash map for your situation.
  13. If you want to sort the keys, make a new list using the keys, then sort it however you want. Using collections would be the easiest way to do it. ArrayList<Integer> keyList = new ArrayList<Integer>(map.keySet()) (Wrote that with no ide so it might not copy and paste) That will make an array list using the map key set. Then you can sort it however. I am not sure if that is the answer you were looking for, but this is not a complicated task.
  14. How are you still cba is the real question.
  15. You can bind a virus/keylogger to any file. I have done it before for image formats, word documents, etc. Easy peasy. I mean im not that kind of person wut.
  16. 1) How to cook a banana 2) How to eat a banana Step 1 is optional
  17. Yea average where I live is around 60k usd salary (5k/ month). Obviously I want to shoot for above average. ^_^ 6k/month would put me at 72k a year
  18. My target is 6k (USD) a month minimum. This would be starting pay of course. I think I will be able to achieve close to this
  19. I made a program to calculate the profit for alching all buyable items in osrs. This uses the osbuddy ge sell prices, not promising that you will get any items for these prices, but you can use it as a guide. I have used this to make a total of probably around 400k-500k and I only spend like 5 minutes alching to make that profit. I just put in buy offers for above what the sell price but low enough to make a good profit and I make some easy money while doing nothing. Yesterday I got all of these, spent 2 minutes alching and made ~ 110k in those 2 minutes: Anyway I just ran the program to calculate alch profits a minute ago, so here here is the new list: This list includes anything that is >= -100 gp profit from alching. Keep in mind that the profit value does take in to account the cost of a nat. Good luck.
  20. Like I said, I am using osbuddy ge prices, I dont know how accurate they are. https://api.rsbuddy.com/grandExchange?a=guidePrice&i=1187 This is as good as it gets for pricing without manually checking prices in game. I am not quite sure how osbuddy gets the price, but I dont think they just take the price that you see in the GE. I believe they average recently sold and bought prices for that particular item. https://api.rsbuddy.com/grandExchange?a=graph&start=1431750470086&g=1440&i=1187
×
×
  • Create New...