Jump to content

scriptersteve

Members
  • Posts

    258
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by scriptersteve

  1. Could you do me a ScripterSteve Signature?
  2. Just an fyi, it breaks at the moment if there is an adventurer inside the cave on viewing just constantly hops worlds
  3. No intention of updating this script but I can give you full source if your'd like
  4. Looks very good - excited to take it for a spin How does it work without locator just a question?
  5. I am using injection and same error message for the 2nd code as well - think i'll just assume it's a client issue as it has always worked fine previously (raised bug report for it yesterday) (it's not overly the end of the world for me (just need to manually turn on prot melee when starting the script) - Thanks for your help and hopefully it'll be fixed soon
  6. https://gyazo.com/3f5544952cb27733738828a52c8bc095 Seems to miss the widget? Renamed yours to pset and used that and above occured. Prayer code was working ~~ 3-4 weeks ago when I last tried checking/editing it if (this.config.containsPrayer("Protect from Melee")) { if (!prayer.isActivated(PrayerButton.PROTECT_FROM_MELEE)) { pset(PrayerButton.PROTECT_FROM_MELEE, true); log("turning on protect from melee"); } }
  7. is still failing to click on protect melee though?
  8. sprite ID is 129 when enables and -1 when disabled. What exactly are sprite IDs- normally i just use the widget hover thing and try the 3 options till one works
  9. Problem occurs with turning melee on. if (this.config.containsPrayer("Protect from Melee")) { if (!prayer.isActivated(PrayerButton.PROTECT_FROM_MELEE)) { prayer.set(PrayerButton.PROTECT_FROM_MELEE, true); log("turning on protect from melee"); } }
  10. All u have to do is copy paste code i previously posted..
  11. Not making any changes to scripts until i get SDN access (been 2 months since i applied) when i getit this will be released and then sure.
  12. jeez that's alot of anime stuff :') nice setup though
  13. https://discord.gg/myNpmP The autoswitcher I use, only used on private servers personally but know it does support osbuddy and konduit and normal for osrs. The dev for it is quite cool too, it's still in development stage so if you want something added he'll add it customly for you and it's free. Currently I have it for bridding 6 way switches + prayers + barrarge can be set to a single key
  14. just use your 40 atk 80 str and f2p pk, and leave it at that and play league and other games. If your botting rs on a main, what's the 'fun' in playing it at all? bot for gp or for alts, or play a more fun game
  15. don't bot on a main? Quit go outside, move on from pixels on a screen?
  16. stats: 88 atk/str/def/84 range 75 magic 99 fm/81 fish/70 theif 57 agil It's nfs just wondering, has fcape ddef full graceful e.t.c
  17. public void eat() { if (getInventory().interact("Eat", this.config.getFoodName())) { new ConditionalSleep(2000, 300) { @Override public boolean condition() throws InterruptedException { return myPlayer().getAnimation() == 829; } }.sleep(); } }
  18. honestly go for a refurbished one - good specs good price
  19. Where can i find this? just blank searched it and only other people's threads talking about it came up?
  20. How am I able to login to an account from my script pulling data from another file. Will store logins/passwords and want to login without having to setup acc in OSbot, just from inside my script. Didn't know if this could be done/how it was done. Had a look at api and am properly blind but couldn't see anything to do with logging in without having acc details stored on OSbot. Looked at client login/autologgin but was unsure. Just wanted to have a look at account replacement for some fun.
  21. Yeah fair I was more just wondering how long I should be expecting to wait haha
×
×
  • Create New...