Jump to content

Mechagoober

Members
  • Posts

    108
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Mechagoober

  1. nevermind, gui doesn't show up until tut island is over, thanks
  2. Could I get a free trial? Thanks
  3. Could I get a 24 hour trial? Thanks
  4. I had this problem a few years back, then quit trying to code and forgot what my problem was. When I use two classes, I am trying to create an object and call a method to open my GUI but it gives me a compiler error. The classes are in one directory and it gives me cannot find symbol. I think Explv helped me before it was an obvious mistake or something simple like the classes being in wrong directory or something simple up in the project tab.. any help? https://imgur.com/a/vs5XJW4
  5. Does anyone know if this needs an alternate script run in order to have the two accounts trade eachother?
  6. Does this automatically withdraw the next best axe to use? If I start at 1 and get to 21 will it withdraw a mithril axe if you have it?
  7. WOOO FREE VIP CHOOSE ME!
  8. I was hoping I could get a free trial, thanks.
  9. Could I get a trial please? Thank you
  10. Czar I was hoping to get an answer from you. I bought your script but am having troubles getting it to drink my super potions at sand crabs.
  11. I am trying to use the Sand Crabs feature and when I select my option on the gui and click start it doesn't do anything and the paint just says calculating. What am I doing wrong Czar? Also why is it not using my super potions in my inventory?
  12. Look into Introduction to Java Programming 10e it's by a guy by the name Liang, there are free pdfs you can get of it off google. That's what I'm doing
  13. I would like credit please. Thanks dude!
  14. I am using Ubuntu 16.04.2 and I am trying to find where the OSBot folder is. I am a few days into Linux so not real familiar with the operating system yet. Found it, thanks. /OSBot/Scripts
  15. DUDE. They are in the first post man.. I don't know what I am doing wrong. Everything looks fine lul
  16. I am simply trying to make a GUI class and a WoodCutter class and am trying to call my GUI method into my WoodCutter class but everything I try and do gives me these two errors.
  17. Posted in wrong thread sorry
  18. Here is a paste bin of my code. I haven't used the banking field yet. Every time I try and do so I get a compile error "Cannot find symbol." https://pastebin.com/pEJeJf5Q
  19. I'm making a banking class along with my actual main class and I'm extending the GUI class as follows Banking extends WoodCutter Now, when I make an object of that class in my main as follows Banking bank = new Banking(); bank.banking(); I have a banking method in my Banking class However, I get these two errors when trying to make use of the bank method. I would be grateful for some help. Thanks! Edit: For further information I can get it to work if I just make the method inside the main, my point is I'm trying to figure out how to use classes but I'm not seeing what I am doing wrong.
×
×
  • Create New...