ProjectPact Posted September 17, 2020 Share Posted September 17, 2020 (edited) Hi All, Since a few people have been asking how to implement AltChat's API into a script, here you go. What exactly is AltChat? It is an Artificial Intelligent chatbot that replies to in-game conversations for you. It functions the same way as Cleverbot does, except in a more realistic manner. According to their website, each chat created develops its own characteristics and traits. Essentially, no two bots will have the same topics, personalities, personal characteristics, hobbies, or flow. Why add it to a script? I've experienced a noticeable decrease in bans when using a chatbot while botting. Not only does it (1) add another form of human characteristics to your bot, (2) adds more randomness to your play style, but also (3) helps defer other players from reporting your accounts. Player-reported accounts are said to have a higher ban rate than other types of monitored accounts. This is taken directly from RuneScape's Safety Centre: "Although we do not send out confirmation messages or updates, rest assured that all successfully completed in-game reports are processed and reviewed within 24 hours of being submitted." So by increasing the longevity of your accounts, you will directly increase your profits, if gold farming, and levels, if skilling. * Attached is a sample source code of how I implemented it into my scripts. Everything is pretty much straight forward, but if you have any questions please let me know. Also, If you have any suggestions, please let me know as well and I will look over them. Sample Script.zip Example: Notice: Please do not message me if you have any issues with AltChat itself. You'll need to reach out to them directly, as I can't help you. Edited September 22, 2020 by ProjectPact 10 1 Quote Link to comment Share on other sites More sharing options...
Czar Posted September 18, 2020 Share Posted September 18, 2020 Legend. A noticeable decrease in bans is an understatement, this thing has a huge effect on bans in my experience! 1 Quote Link to comment Share on other sites More sharing options...
Khaleesi Posted September 19, 2020 Share Posted September 19, 2020 (edited) Looks good, doubt it would affect any banns. Maybe reduces player reports (But who even reports bots nowadays ) You are better off acting AFK to avoid automatic detection ^^ Edited September 19, 2020 by Khaleesi 1 Quote Link to comment Share on other sites More sharing options...
Hysteriqul Posted September 19, 2020 Share Posted September 19, 2020 Any way you can add an example of how it replies to someone? Been considering adding altchat as we've talked about it before. 1 Quote Link to comment Share on other sites More sharing options...
Nifty Posted September 20, 2020 Share Posted September 20, 2020 I think it's been a great fail safe for botting in areas where there are fewer people so you can't just blend in. My main would probably still be around if I had this while botting slayer... Quote Link to comment Share on other sites More sharing options...
ProjectPact Posted September 22, 2020 Author Share Posted September 22, 2020 On 9/19/2020 at 1:16 PM, Hysteriqul said: Any way you can add an example of how it replies to someone? Been considering adding altchat as we've talked about it before. Sorry, completely missed this post! I updated the original thread with someone who tried speaking with me with the chatbot enabled. 1 Quote Link to comment Share on other sites More sharing options...
PICwarior381 Posted September 24, 2020 Share Posted September 24, 2020 It looks really nice good job 1 Quote Link to comment Share on other sites More sharing options...
whipz Posted October 3, 2020 Share Posted October 3, 2020 is this a paid thing ? or is this something we can add for free ? Quote Link to comment Share on other sites More sharing options...
ProjectPact Posted October 3, 2020 Author Share Posted October 3, 2020 The source I posted above is free to use, however AltChat's service is like $4 or something super cheap. 26 minutes ago, whipz said: is this a paid thing ? or is this something we can add for free ? 1 Quote Link to comment Share on other sites More sharing options...
scoob1222 Posted October 14, 2020 Share Posted October 14, 2020 this looks awesome, maybe it could be implemented in store scripts and every user that wants the feature should get the altchat plan Quote Link to comment Share on other sites More sharing options...
ProjectPact Posted October 14, 2020 Author Share Posted October 14, 2020 57 minutes ago, scoob1222 said: this looks awesome, maybe it could be implemented in store scripts and every user that wants the feature should get the altchat plan If you have any scripts you’d like it added to, just link the script developer this thread. I’ve created a sample script for them, so they can literally copy and paste everything into their script within seconds to make it work. I’ve added it to basically all of my scripts and removed Cleverbot. Hope this helps! Quote Link to comment Share on other sites More sharing options...
JeppePort Posted October 27, 2020 Share Posted October 27, 2020 This looks very useful, thanks! 1 Quote Link to comment Share on other sites More sharing options...
AssertVoid Posted September 5, 2021 Share Posted September 5, 2021 How many requests per month are you putting into the API with this? Quote Link to comment Share on other sites More sharing options...
ProjectPact Posted September 5, 2021 Author Share Posted September 5, 2021 4 minutes ago, AssertVoid said: How many requests per month are you putting into the API with this? I'm not sure what you're asking, but you need to purchase a plan from them. If you are asking which one I use, I purchased the middle tier package. Quote Link to comment Share on other sites More sharing options...
AssertVoid Posted September 6, 2021 Share Posted September 6, 2021 2 hours ago, ProjectPact said: I'm not sure what you're asking, but you need to purchase a plan from them. If you are asking which one I use, I purchased the middle tier package. This was essentially my question, the packages are based on API calls per month I believe. Sorry if I worded it in a confusing way. This is a really interesting addition, I was wondering about doing something like this in private chat.. maybe having my bots essentially pm eachother throughout their botting sessions. Could use like a reddit comment thread as or movie dialogues as references or something. But this seems a bit simpler even tho it costs money. Quote Link to comment Share on other sites More sharing options...