Jump to content

Isolate

Lifetime Sponsor
  • Posts

    2136
  • Joined

  • Last visited

  • Feedback

    100%

Posts posted by Isolate

  1. 5 minutes ago, Jackthedon said:

    The Oracle told me the dust settles on October 19th

    for the dust to settle you just need a little less of dis
    5W7tW8A.png

    2 minutes ago, Knuckolls said:

    Yeah Deployment is getting that way for myself... Uni can be hard, ya know you should drop out and joint he Royal Navy/Army XD see how you like it.

    <3

     

    naw fuck that, I do databases and cybersecurity, not so bad just getting dry


    edit goddamn image didn't embed: https://i.imgur.com/5W7tW8A.png

  2.  

    5 hours ago, iBenediction said:

    The size of this script is 82Kb. A full rotation of this script takes roughly 3 minutes for the full script to complete it's 5 inventories.
    Using this as a baseline (Actions per minute could be higher or lower per player but just go along with me on this).
    Currently as I write this post there is over 38k players online.
    If Jagex was to record mouse movements alone and everyone was to have the same actions per minute as my script in that 3 minutes, Jagex would have to record and save 3.116GB of data.
    For an hour 62.32GB of data
    and finally for a 24 hour period 1.48TB of data.

    I hope that what i'm trying to convey makes sense, please provide your feedback, I look forward to seeing what you think about this.

     

    mmmm
    is more like
    1.577mb/second
    5.6772gb/hour
    136.25gb/day
    which is very doable i suppose but it depends how long they store the data they take or whether they compute it down to simpler values and compare those so they don't have to store alot which
    is more likely the case

    • Like 1
  3. 19 minutes ago, Orlando Bloom said:

    Dude what kind of research are you talking about? There is legit no research to do but read a white paper, fold your hands together and pray. 

    Just praying that Asians will get greenlights, once that is done, you have to be stupid not to invest. 

    Telling you, all what happens right now is big boiis in gov seats are feeling missed out that they can't have their sweet piece of corruption. 

     

    the type of person that makes me shudder whenever the word crypto blows on the breeze near me.

  4. 18 minutes ago, LeBron said:

    If you need help clicking a player after switching weapons you shouldn't be PKing.

    Yes, it's possible but it wouldn't be instant and my grandma could probably do it faster than a script ever could. 

    fake news, instant mouse meta

    • Like 1
  5. 1 minute ago, HeyImJamie said:

    Another thing you can ignore me on, cheeky :boge: 

    i'm secretly an attention whore, ask afta

    1 hour ago, MDMAblkout said:

    Inbefore dick picks 

    ye took about 30 seconds for it to get weird

  6. 1 hour ago, Arnah said:

    If only, with everything extending MethodProvider you can barely tell what you actually need from the specific part of the api since it shows you everything in method provider + the part of the API you are looking at.

    And adding onto this MethodProvider has every field public AND a getter method so it's all duplicated.

     

    Idk maybe this is only a true issue on Eclipse but it's pretty hard to navigate and way faster to just keep the javadoc open.

    naw thats a global pain, I wouldn't recommend using it on such a general scale,
    it becomes more of a habbit as you go as to what you know'll prompt, it's more of something you'll pick up overtime but it does become a bless tool to have.
    just typing a few letters out and hitting enter knowing the method'll autofill

  7. 1 hour ago, TheMcPker said:

    -how to quickstart the client with certain params example of information   scriptname="test" varible1="meh" varible2=3 world=5

    -what are limitations on this

    -How to have this function in the actual script is it something like onStart(String[] s) ? a small snippet example would be great

    -Any fun tips/tricks that make life easier using the api?

    - is it possible to override some of the method's in the api

    - any functions/things in the api you think are bad/horrible? so i know to write my own custom functions for those things

    How easy is it to setup a botfarm using this api since that and making scripts for sdn is my goal for now

     

    CLI

     

    and using the getParamaters() function on a script returns your launch args.
    limiatations are only certain characters can be used to separate args.

    tips and tricks is just if you expect a generic method should exist it prolly does in plain english
    like "get the players inventory" is getPlayer().getInventory() use predictive text as a crutch to speed up coding

    ye, you can do that, just make your own implementation of script and the class you wanna override methods in then override the get#() method in script to the custom implementation class you made

    trade and ge api are nasty, other than that nothing stands out too badly

  8. 1 minute ago, Explv said:

    There's a method in that class I linked named "boundingBoxtoScreen". Isn't that exactly what you need? Or at least a very slightly modified version of it..?

    this is why i need the refference i sent to frosty burger, its not quite a perfect bounding box, its like a crudely drawn outline between all the outmost points of the model

     

  9. 4 minutes ago, Explv said:

     

    If all you need is the world to screen function / other similar functions, there are plenty of open source clients that you can just look at, or check RSPS forums.

    For example:

    https://github.com/Acuity/AcuityCore/blob/6cf2ebddfeccf04521b2599063bec266d930ec23/acuity-api/src/main/java/com/acuity/api/rs/utils/Projection.java

    indeed an abundance of similar methods, mainly tile to screen for some reason, sure i could adapt it but this is more of a no effort grasp at straws incase a wizard is bored.
    in no urgent need

×
×
  • Create New...