Jump to content

Joubot

Members
  • Posts

    198
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Joubot last won the day on January 9

Joubot had the most liked content!

1 Follower

Profile Information

  • Gender
    Male

Recent Profile Visitors

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

Joubot's Achievements

Steel Poster

Steel Poster (4/10)

40

Reputation

  1. Like, you sold bonds on the GE? That shouldn't have triggered anything. But I've heard of people getting banned for RWT months after the fact or even after splitting big drops from Raids. No one REALLY knows how the system works aside from Jagex themselves, but I'd assume if they caught you doing it once then you'd be on their radar and it might take less to get banned than an average account that has no flags. But even that is just me assuming.
  2. It does a pretty good job of getting around but there are some areas it will hang up. Some areas are also not part of the 'web' I guess and webwalking wont work to or from it. The best thing you can do is watch it for a while and if theres a problem area, make your own workaround for that area.
  3. I can help you get the ball rolling, just expect a lot of bans until you figure out what you can and can't get away with. You'll need Java 8 installed and when you do you should be able to run the .jar that launches the client. You'll need to get your hands on some scripts. they have some free ones available here, but I wouldn't use them for much more than figuring out how the client itself works. They have some paid ones that work pretty well, but I'd still not put all your resources on 1 account that's botting because a ban may still happen. Your best bet is to learn basic java and write up your own scripts, this will give a much higher chance of success (in my own experience) but just stick to the rule of don't bot on an account you don't want to lose.
  4. I'm trying to get all my purchased scripts removed from my client except for 'Explv's Walker'
  5. Shouldn't need to extract anything? Should just be able to run the .jar assuming you have java installed. if you've never run a .jar file, you MIGHT need to right click and 'open with' and select java
  6. Joubot

    Explv's Walker

    It seems to be somewhat working, but seems to want to go about 70 or so units to the right on the x axis from where you tell it to. The map also thinks the player is 70ish units to the left of where it is at the time.
  7. 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));
  8. 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?
  9. Thanks, I'll start trying to do that instead
  10. 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)
  11. 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.
  12. Awesome, that got me squared away. Also taught me about 'Instant' so thanks for that too!
  13. 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.
  14. 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.
  15. 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.
×
×
  • Create New...