Jump to content

Supercharger

Members
  • Posts

    10
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male
  • Location:
    Australia, Sydney

Contact Methods

  • Skype
    Jackson.Albusx

Supercharger's Achievements

Newbie

Newbie (1/10)

1

Reputation

  1. Thanks mate, now.. What about the GUI. You have any idea?
  2. Hey Guys, So haven't prorammed or scripted for a long time and excited to get back into it and learning it agian. I want to implement a working GUI and I don't know how. I've made a good GUI with WindowsBuilder in eclipse but I don't know how to program it into make it work.. Would anybody be able to help me out? Also, http://osbot.org/forum/topic/60921-areapositionmyplayer/ I'm looking to add checking if the play is an area like this thread, but I'm curious to know how to I make the area like, what are the coordinates I see the Method as Area(Int, Int, Int, Int). How is that composed of? Like... What is the first, second, third, and fourth int?
  3. public void onMessage(Message m) { @SuppressWarnings("unused") NPC FishingSpot = npcs.closest(FISHING_SPOT); if (m.getType() == MessageType.GAME) { String c = m.getMessage().toLowerCase(); try { if (c.contains("you catch a salmon.") || (c.contains("you catch a trout."))) { fishCaught++; } else if (c.contains("i can't reach that!") || (c.contains("I can't reach that!"))) { state = "Can't Reach Object - Report to Supercharger..."; failed++; FishingSpot = null; } } catch (Exception e) { e.printStackTrace(); } } } So my OnMessage is working all correctly theres just one problem, If there is already that case in the chatbox even if the script hasn't started fishing yet it will still say that x amount have been caught. I know it's not a major issue but having false proggies is not something I want. Any suggests? cheers.
  4. I'm using this method, but it's only showing H:MM:SS. How can I change it to HH:MM:SS? I've tried numerous things and can't figure it out :X
  5. Hey Guys, Anyone help me out back to scripting after a few years and have forgotten a few things. How do I get my run time in HH:MM:SS, atm it's like 23742384. Cheers.
  6. Hey Guys, So I started 07 and I decided I would try and bot it but my problem is. I made my account linked to my rs3 account which is maxed and almost comped (all legit) and I was wondering if my 07 account gets banned will my rs3 account be banned? I also wanted to ask how many hours a day are considered 'safe' to bot. And what my antiban options be set for in my account to be on the 'safer' side. Cheers.
×
×
  • Create New...