Jump to content

lisabe96

Members
  • Posts

    821
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by lisabe96

  1. Then I need to find out where the gold is in firemaking as I got permabanned for it
  2. This. You can say you changed your life and swear to never bot again, but you still did actually bot on that account, so you still deserve the ban.
  3. Comment out all the lines in your onStart() At the bottom add log("Running"); onStart() { //code //code log("Running"); } Then uncomment one by one, run the script every time. When it doesn't print out, you've found the line that is wrong, from there we can get started
  4. I'm using webwalking event which doesn't have that option
  5. Title says all, I want to WALK instead of RUN. However when I trigger a walking event the bot toggles running on. Is this part of the walking event? And how can I stop it?
  6. As requested, here's a chicken killer. Can kill chickens anywhere, just run the script while standing in a chicken pen. It also supports looting feather if you want to, however this will lower training speed. Also burying bones is now supported! Click here to download 1.1! To use it, put the downloaded JAR inside your scripts folder and refresh the scripts in your client. (Place the jar in: C:\Users/YOUR_USERNAME/osbot/scripts/) I'd appreciate if you posted a progress screenshot if you use this. Also as always, report any bugs so I can fix them.
  7. I always wear glasses BUT when I'm behind my computer because I get headaches after a while. Im sensitive to brightness overall though, whether irl or computer. So I use dark themes everywhere (computer, websites, ...) which does wonders to my eyes. Also always leave a light on in the room to ease your eyes
  8. I don't think anyone is going to be able to help you as it seems to be a common problem with various applications. See: http://www.pcgamer.com/the-secret-problem-with-4k-display-scaling/ All you can do is probably just lower your resolution
  9. Works perfectly for me, try restarting your clients?
  10. Check the staff list, I don't know who you need exactly so just message a moderator or something. They will know who you need to talk to I assume
  11. You're going to have to contact somebody of osbot that knows this stuff then, I don't know anything else that it could be
  12. Open your commandprompt (cmd) assuming you're using windows. Type: ipconfig /release and then: ipconfig /renew Also did you try restarting your computer?
  13. Well something must be stopping osbot from connecting as that what the message on your client says. Try changing your ip-adress
  14. Yeah having problems with walking since the last update, waiting for a next update to push fixes to my scripts
  15. It says you can't connect to OSBOT. Make sure your internet connection is stable and try allowing osbot in your firewall
  16. Yeah I did, it's already fixed. I just noticed the bug after I already released the new version. So it will be fixed in the new version, which should have been today if webwalker wasn't broken. Using an enum so I can easily control more spells in the future when I need it;
  17. Mining update delayed due issues with webwalking. Get's stuck frequently when between rocks
  18. I doubt hopping worlds changes anything, but pretty sure talking does. At least if your botting script isn't shit
  19. ~ Superheats your bars in no time! ~ ~ Supports all bar types ~ ~ Logs out when out of runes or ores ~ ~ Uses random delays between actions to avoid a stable xp-rate (less ban chance) ~ ~ Well... not much more this should do I guess? Bank - superheat ~ Click here to download 1.1 Place the download JAR inside your scripts folder to use. Then refresh your scripts in the client. C:\Users/YOUR_USER_NAME/osbot/scripts/ Note: I have only tested bronze bars myself, if you find any bugs let me know so I can fix them.
  20. Alright thanks, guess I'll have to write it myself after all then
  21. Yeah well.. that was the obvious solution, I was hoping at first that the spells enum from the API would contain the information on what runes each spell requires and would take such approach. Since it didn't find the spells enum containing the required runes data I searched the API for another solution and found getMagic().canCast(). That one works but keeps opening my magic tab. So since the code must be available somewhere in the API I'd like to figure out where so I can use it rather than having to write it all myself.
×
×
  • Create New...