kebabsvarv99 Posted February 23, 2020 Posted February 23, 2020 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!
Vi X Posted February 23, 2020 Posted February 23, 2020 I'm sure sending friends PMs isnt going to do much for AntiBan
splatbug Posted February 23, 2020 Posted February 23, 2020 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.
kebabsvarv99 Posted February 24, 2020 Author Posted February 24, 2020 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
splatbug Posted February 25, 2020 Posted February 25, 2020 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