February 23, 20205 yr Hey, im new to making runescape scripts and to Java. I'm wondering if there are any functions for checking if a friend is online, and functions for sending a pm? I cant find any in the API. I want my script to send pms to friends as part of a AntiBan method. I guess i could hard code in worst case, all help appreciated!
February 23, 20205 yr If anything that "pseudo anti-ban" may work against you as your messages will be sent on some sort of loop. If you are sending messages constantly at the exact same time to the exact same person, you may raise some red flags.
February 24, 20205 yr Author I got it to work anyways, by using widgets The timing and messages are randomised so cant see that it would work against me Only doing this for fun and to develop my Java/programming skills anyway
February 25, 20205 yr 7 hours ago, kebabsvarv99 said: I got it to work anyways, by using widgets The timing and messages are randomised so cant see that it would work against me Only doing this for fun and to develop my Java/programming skills anyway Fair enough
Create an account or sign in to comment