kebabsvarv99 Posted February 23, 2020 Share 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! Quote Link to comment Share on other sites More sharing options...
Vi X Posted February 23, 2020 Share Posted February 23, 2020 I'm sure sending friends PMs isnt going to do much for AntiBan Quote Link to comment Share on other sites More sharing options...
splatbug Posted February 23, 2020 Share 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. Quote Link to comment Share on other sites More sharing options...
kebabsvarv99 Posted February 24, 2020 Author Share 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 Quote Link to comment Share on other sites More sharing options...
splatbug Posted February 25, 2020 Share 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 Quote Link to comment Share on other sites More sharing options...