IndiaJonathan Posted November 2, 2016 Share Posted November 2, 2016 Howdy, I'm brand new to scripting here, but I currently have an app, seen here: https://play.google.com/store/apps/details?id=com.yargonauts.burk.runescapemarketwatch I'm hoping to add buying and selling on the GE while users aren't on the computer. Truth be told though, I've no idea where to start. Has anyone tried it on android before? Can I be pointed somewhere? Thanks, Jonathan Quote Link to comment Share on other sites More sharing options...
Spookz Posted November 2, 2016 Share Posted November 2, 2016 would include having the script run the entire time while the person is out, with it only taking action from imported commands Quote Link to comment Share on other sites More sharing options...
Huz Posted November 2, 2016 Share Posted November 2, 2016 you can open up rs on your comp through teamviewer app Quote Link to comment Share on other sites More sharing options...
Alek Posted November 2, 2016 Share Posted November 2, 2016 Have your app send a session id to a client which starts OSBot through CLI, using the sessionid as a script parameter. Once started, the script will communicate with your server the session id. Once that's complete, your app now has control over the script. Put a loop in your script continually requesting commands from your server for that session. After that it's simple, write some basic switch statement for various commands such as buying, selling, etc. 2 Quote Link to comment Share on other sites More sharing options...
PlagueDoctor Posted November 2, 2016 Share Posted November 2, 2016 Howdy, I'm brand new to scripting here, but I currently have an app, seen here: https://play.google.com/store/apps/details?id=com.yargonauts.burk.runescapemarketwatch I'm hoping to add buying and selling on the GE while users aren't on the computer. Truth be told though, I've no idea where to start. Has anyone tried it on android before? Can I be pointed somewhere? Thanks, Jonathan Sounds like a brilliant idea, i've often thought it would be cool to be able to manage banking without being at the computer or logging onto to runescape on your computer. Good luck! Quote Link to comment Share on other sites More sharing options...
Mr Pro Pop Posted November 4, 2016 Share Posted November 4, 2016 (edited) you can open up rs on your comp through teamviewer app He never said he wanted to play runescape in the phone, He wants to add this function on his app. Edited November 4, 2016 by Mr Pro Pop Quote Link to comment Share on other sites More sharing options...
liverare Posted November 5, 2016 Share Posted November 5, 2016 I'd probably write my own login handler since you're not going to want your account standing idle at the GE for hours on end, not when you can download GE data from OSBot and only login when you're ready to make a transaction. Quote Link to comment Share on other sites More sharing options...