Jump to content

imJordanB

Members
  • Posts

    26
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

1309 profile views

imJordanB's Achievements

Bronze Poster

Bronze Poster (2/10)

2

Reputation

  1. New to the OSBot API, can't seem to find anything regarding the clan chat, how would I be able to detect when someone has joined my clan, so I can welcome them to the chat programmatically?
  2. I find this quite ironic coming from someone on a Runescape botting website..
  3. Ok. So we've all seen the bots that lurk around the Grand Exchange and never get muted... and how do they do this? They use player detection. What I will be doing for my next script is creating a bot for the OSBot community that allows you to spam messages (this can be an individual message or it can be a variety of messages) and will detect when Player Moderators are present. When they are within distance, they will stop spamming. I plan to make the bots hop to a dead world as well so that the Player Moderators can not see the accounts, this will be decided at a later date. What I need from you guys, and this is the reason its in the general forums, is that the subject at hand is Player Moderators. I need you to name as many Player Moderators that you know for my next project. The bot will scan for names you specify and if they are within the area, the bots will shut up and hop worlds. What the bot will also do, is listen out in the public chat, if a player speaks and has a crown next to their name, their username will automatically be added to the list of Player Mods to avoid. I'm sure this will come very handy to players and I know theres similar things already out there, but I've seen weaknesses to these things and I am to strengthen and add things that others haven't. The big one for me, is the fact that others don't act when the mods are detected, the accounts stand still and the Player Mods often know that a bunch of lvl 3's all stood together silent are spam bots / advertisers So what I need is: - A list of as many Player Moderators (that play Old School), that you know of. With the help of the OSBot community, I aim to have a large list of player moderators that patrol Runescape and this will help us, utlimately, avoid bans and mutes. I will be using the Player Mods in future projects as well to avoid Player Mods in all of my scripts. Sorry for the long topic haha. P.S. PM your runescape name (friend chat on) and I'll reward you for giving me Player Mod names
  4. Thanks for the idea. I will have a look at it, however, I doubt this is going to make it type fast, this is more making the typing look human (by making mistakes), I don't want mistakes in mine, I want it to type really fast (almost instant), as this is going to be ran on trash accounts so I don't care about how human-like it looks
  5. The sleeping condition won't affect how fast the keys are pressed
  6. Hello! I've been working hard on learning how to use OSBot and i've just finished my latest script, HOWEVER, I am using getKeyboard().typeString and realised how slow it types. I am looking for something that types a lot faster, and was wondering how I would make it type a lot faster than it currently does (which isn't fast at all). ANY help is appreciated as always, and I thank you for helping me learn Java and the OSBot api
  7. So I'm trying to store a chat message into a variable and String doesn't work, i'm new to Java and don't really know how to go about this as it seems that getChatbox().getMessages(MessageType.PLAYER) does not return something that can simply go under a String variable. I am currently working on a mimmick bot and will store the players message to then output it. I have tried simply outputting without saving to a variable also, with the line: getKeyboard().typeString(getChatbox().getMessages(MessageType.PLAYER)); (This is probably horribly wrong, i am completely new to the keyboard api. Any help is appreciated
  8. Yes I realised this after I said it. Thanks once again pal
  9. Thanks a lot, I appreciate it One more question: How would I go about it without an else statement? What if I want to say "If position does not equal this position"
  10. So I am working on a cannon bot (my first ever script) and want to check whether the user is in the right position before placing down the cannon. How do I check a users position to ensure they are in the right position using an IF statement? (I have the co-ordinates of the position written down, I just need to know how to do the comparison of my co-ordinates to the users position) Thanks
  11. I totally get what you're saying, at max, they can hide themselves, when it comes to playermods, which are often the cause of mutes/bans for me anyway, then we'll be able to hide from them.
  12. This is good, but wont this only work if they speak? Not all Jmods/Pmods will speak, they will stay quiet to avoid you knowing they're there, so we need name detection as well, but yes, a good idea
  13. true true, but they aren't always invisible, sometimes they just don't type so your attention isn't raised I have the majority of the Jmods down edit: I get what you mean now, good idea
×
×
  • Create New...