Jump to content

DragonAlpha

Members
  • Posts

    482
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by DragonAlpha

  1. WebWalker is severely broken atm. It can't handle most Doors and Gates, and the walk-script sometimes gets stuck in infinite loops. Please have patience while OSBot fix it.
  2. mine was 15th March (around 18 days), but Alek has been playing hard catch-up today. Approving a fuck ton of scripts, client bugs, feedback, forum posts, and activity on chat. Good stuff.
  3. Yeah awesome. Hopefully things that could be RAT related are automatic quarantine, and things like taking screenshots could prompt the user. But either way I am really happy to see this.
  4. The script analyzer runs before the script is launched. Yup it should raise flags. Many things should raise flags and be noted to the user.
  5. Still, the user could be informed the script takes a screenshot. We can't monitor socket data if its encrypted, or acts like its something else: example image/JPEG header to make it look likes its an image. What about a script that creates a second program: hack.jar, and then launches it. That script does not do connections. So no, many things could be warned to user. Already Alek is warning user about Deprecated functions being used, which is not just a connection thing, so this shows this is the way it will go. (Not just being used on connections). Also what if I was maliscous and just wanted to screw your computer over? Deleting system files for example, or deleting all word documents. That would not have connections either. The warning would be: "This script can delete files from your computer. Allow it to do so?" [yes] [no]. If you click no, the script runs as usual but when it calls File Delete functions they fail, SecurityManager exception for example.
  6. I don't have that. (I was waiting for s1 to change my name for VIP rights). Do I/scripters need to buy VIP for 1 month to do it?
  7. How do you change your Display Name on forums?
  8. Good release. It's always bugged me that scripts can effectively run in a totally wide-open environment and do anything. Hopefully this will also look for attempts to use windows API such as register hot key / keyboard hook. (Register hot key could be done on every key, as an alternative to bypass any keyboard hook restrictions, so that would be good to be blocked too). Regarding things like taking a screenshot, (Robot class for example), perhaps a message could be displayed "This script can take screenshots of your entire screen - Would you like to allow this?" [Yes] [No]. And [No] option would strip calls to it. This may hopefully help with SDN upload approval too, although that of course needs to be a manual check too in case anything is missed.
  9. Probably a scripting-code error on my side, just wanted to know if others had it.
  10. Post pictures please, I've never had this. Your system font setting is large font. Make it "normal font". Just decrease the font size on your Operating System. Looks like you have some form of disability/accessibility mode Large mode I think it's called, where things are made bigger, including fonts.
  11. When in a dialogue and continue is clearly visible while talking to an NPC, does anyone else have it where inDialogue() sometimes returns false? Its annoying, it causes my script to say "Oh, we're not talking with that npc, lets click the TALK option on them" - resetting the whole dialogue right back to the beginning.
  12. objects.closest("Gate").hasAction("Open") or hasAction("Close")
  13. Jesus christ, what the fuck did I type? Nah bro, you don't want what I smoke lol I remember now, it was "wel when we can't stream it today Thursday, it will need to be streamed the 2nd day tomorrow. I then forgot to check the calendar and put down Friday 22nd and I knew it was March so put that too.
  14. UPDATE: We had to cancel today due to severe delays in updating OSBot. We were unable to do the school because OSBot was not working! Scripter school will be at 3-4pm on Friday 1st April now! UPDATE: We had to cancel today due to severe delays in updating OSBot. We were unable to do the school because OSBot was not working! Scripter school will be at 3-4pm on Friday 1st April now!
  15. Oh we will be. Got many accounts to keep restarting the stream. STREAM SHOULD BE STARTING AT 3PM GMT (although it might be later - stay tuned to this thread). UPDATE: Stream is starting at 3pm GMT (UK) time. So in under 2 hours from now! Come to the Chat Box / back to this thread at that time to find the twitch tv stream website link to watch it!
  16. UPDATE: We had to cancel today due to severe delays in updating OSBot. We were unable to do the school because OSBot was not working! Scripter school will be at 3-4pm on Friday 1st April now! There will be a live stream today between 3pm and 6pm UK time. (GMT) Myself and Vilius (http://osbot.org/forum/user/161782-vilius/) will be doing a live stream, probably on twitch to teach new people how to make their own scripts. How cool is that. If you can already script we will do some more advanced stuff too. Keep this thead bookmarked, and also come on the chatbox between 3pm-6pm UK time (GMT) I will post the live stream link here and in the chat room of OSBot. Ask us anything on the stream. Finally be able to make scripts.
  17. Make sure it's one with spermicide. Some desperate women desperate for 30% of your income (child support) will do anything.
  18. Delayed ban means they pug a flag on your account, as soon as you next login it instantly bans. The delayed-ban-flag was put on your account over 2 weeks ago. The ban then only gets activated when you next login. It didn't take them 2 weeks to ban you. It took you 2 weeks to login.
  19. Don't bot on your main or any account you're not willing to lose. The ban chance is very high. Best to bot on newly made accounts, and "risk" trading that to your main. Much safer, but still ban chance.
  20. 1) Post on the thread stating these concerns, that you want these big problems fixed 2) If the scripter ignores these problems, insists theres nothing wrong, doesnt answer you, or doesnt get it done in under 7 days then Open a dispute in the disputes section. During the dispute, OSBOT staff will contact the scripter, if he still refuses, he could be banned or have all his premium scripts taken down (so no more money). Good luck brother, really soory about this. its a shame the bad scripters let it down for the rest of us.
  21. I meant IHB He gave a good quick response to this
  22. This. Although your getCadava method itself is bad practise, like Khaleesi said, that is Not the reason why your code is failing. If the config is 40, it will ALWAYS return State.getCadava. as soon as you type return getCadava it can not go down to any other return statement like return gotCadava Vilius already told you the solution. }else if(script.getConfigs().get(144) == 40){ return State.getCadava; }else if(script.getConfigs().get(144) == 40){ return State.gotCadava; Vilius solution, which you seemed to ignore: }else if(script.getConfigs().get(144) == 40 && inventory does not have berries yet!){ return State.getCadava; }else if(script.getConfigs().get(144) == 40 && inventory does have the berry){ return State.gotCadava;
  23. Good and clean code release, you planning on releasing a free/premium smithing script maybe too? Or just giving our a release related to smithing? Either way I'm liking this nice clean code style.
  24. Sue your ass (they have these very strongly worded NDAs - Non Disclosure Agreements). Proper proper strict.
×
×
  • Create New...