Jump to content

OSRSPsycheDelic

Members
  • Posts

    43
  • Joined

  • Last visited

  • Feedback

    100%

Posts posted by OSRSPsycheDelic

  1. 7 hours ago, adam k said:

    he wants to grow weed outside.. am i the only one who thinks this isnt a big deal lol. 

    Read your inbox OR profile page OR skype.

    Please leave my feedback its been over a week.

  2. Just to clear up the original answer, you need to verify your identity to the extent of an ID card or passport in order to move any amount of BTC through coinbase account!

  3. In the past at least i noticed a trend where in general old account with some levels were banned slower (when suiciding) , then again we have no idea on how bot detection works or if some accounts are monitored closer for sure.

    It could be of value in that respect however i'm not sure :cate:

    • Like 1
  4. 11 hours ago, dreameo said:

    The purpose of sleep is to avoid instantaneous reaction. Otherwise, explain your reasoning. 

    The behavior of the method is to interact, not check.

    As mentioned, overloading is doable.

     

    Alek has multiple posts explaining that sleeps such as the one you have included are not a good idea and are possibly worse than not including them at all,

     

    Basically you can plot these sleeps and see a trend which pretty much gives away "bot like behavior" if Jagex wanted to look at it.

     

    Secondly yes i understand that the method you wrote is to interact however it also makes sense to include simple checks rather than having to include them multiple times in your code before calling this method, after all that is why we use methods to rerun code without having to rewrite it many times :)

     

    I'm simply chucking constructive criticism at you try to help!

  5.  sleep(random.nextInt(500) + 800);

    :think:

    Don't do this!

     

    Also you should check if there is a current item selected and if it is the correct one otherwise click to deselect it.

    ..

    Also use item names over IDs ^^

    • Like 1
  6. 20 hours ago, Turkoize said:

    Are you talking about confirmations? 

     

    20 hours ago, Lemons said:

    The transaction will be broadcast, but will remain unconfirmed until its included in a block. The transaction will not be included into a block until all inputs have at least 1 confirmation. So, if you have 1 input and 1 output, the output will be confirmed sometime after the input is confirmed.

    thanks for the replies :)

×
×
  • Create New...