PDA

View Full Version : Smart Client with other programs



fonwashere
05-12-2017, 09:09 PM
Is it possible to run a script for any program other than the runescape client in the background using the smart client? e.g. A dislike bot for Youtube

Aspect
05-12-2017, 09:46 PM
Yes, but it needs to be java based ( I think).

the bank
05-13-2017, 02:26 AM
Possible? Yes. With SMART? No. Not immediately at least. Your target would need to be an applet, and you'd also need to rewrite the AppletStub to match as well as the applet/classloader code blocks.

Otherwise, use PostMessage (https://msdn.microsoft.com/en-us/library/windows/desktop/ms644944(v=vs.85).aspx). Or SendMessage (https://msdn.microsoft.com/en-us/library/windows/desktop/ms644950(v=vs.85).aspx). The difference being the latter will wait until the message is actually processed from the queue before returning. I guess this could be thought of as an asynchronous vs synchronous execution. Sort of.

DonVitoCorleone
05-13-2017, 08:21 AM
Is it possible to run a script for any program other than the runescape client in the background using the smart client? e.g. A dislike bot for Youtube

If you make a dislike bot, just know that you create revenue for the vid maker you are disliking :)