Jump to content

Alakazizam

Members
  • Posts

    190
  • Joined

  • Last visited

  • Feedback

    0%

1 Follower

Profile Information

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Alakazizam's Achievements

Steel Poster

Steel Poster (4/10)

36

Reputation

  1. I got it resolved. I didn't know how to set font and all that, I just went with whatever was default. I was mostly wondering why the break screen blew the font up, but setting my own font seems to have stopped the resizing during the break screen. g.setFont(new Font("Arial", Font.PLAIN, 12));
  2. Sorry, I only have surface level knowledge of using graphics. But the text gets quiet a bit larger when I'm breaking vs when I'm not, can someone explain why this is happening and maybe a quick fix if it's not too much trouble?
  3. Thanks, I'll start trying to do that instead
  4. Yeah I had to change widget numbers on a couple scripts, I picked a different widget than the one I was using and it started working. (593, 0)
  5. void activateStrength() { int CombatStyle = getConfigs().get(43); if (CombatStyle != 1) { log("click?"); if(tabs.isOpen(Tab.ATTACK)) { log("tap?"); mouse.click(random(650, 710), random(255, 290), false); log("click?"); } else { log("this thing?"); tabs.open(Tab.ATTACK); } } } So, when I'm trying to run this function, I get outputs "click?" and "this thing?" spamming the logger. It actually does open up the Attack tab but the bot never sees it as being open. I've tried using tab.isOpen as well as seeing if a widget is not null and visible (which it was) and still nothing under that branch is firing off.
  6. Awesome, that got me squared away. Also taught me about 'Instant' so thanks for that too!
  7. Yeah, I got that much sorted out. I'm trying to figure out how to get whatever the current time is to compare it to the time that was set. I thought I found it but I can only figure out how to get my own system's time.
  8. I've never messed with the chat as widgets, I'll look into that. I usually use the onMessage() for anything having to do with chat. But I don't want to rely on storing it and having a timer because I'd worry about it not functioning as intended if I need to stop the script and start it back up for whatever reason.
  9. There was a forum post that you comment on to make a name change and a moderator or someone did it manually. I changed mine a while back with it but I can't seem to find the post. But from what I can tell you need to be VIP to do it.
  10. When I home tele config 892 changes to what I'm assuming is some sort of game clock and I'm guessing its set up to either set that as what the clock currently is or what it needs to be before you can home tele again. Does anyone know how to get a reference to what that clock currently would be?
  11. Started playing with making a UI and I'm looking through this tutorial I've declared the image at the top with BufferedImage background; The error comes from when I try to read the image and set the variable onStart with try{ background = ImageIO.read(AKsSlayer.class.getResourceAsStream("/resources/background.png")); } catch(IOException e){ log(e); } It stops script and gives me a 'at javax.imageio.ImageIO.read(Unknown Source)' error in the log. The directory is there and so is the image, it is named correctly. Not sure if I'm supposed to do more than just drag and drop it in the folder?
  12. Depends on the script you're running. I've found the processor to always be the bottleneck. You don't really need much gpu power at all. Expect bans until you find out what you can and can't get away with.
  13. How would I go about using actions from a secondary interaction menu? Like the combat bracelet that has Rub > Monastery
  14. I have a 50$ steam card I'd like to trade for some GP if anyone is interested. You trade GP first unless trusted on site, in which case I'd provide code first.
×
×
  • Create New...