Cloud based AHK script?

Post a reply


In an effort to prevent automatic submissions, we require that you complete the following challenge.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :| :mrgreen: :geek: :ugeek: :arrow: :angel: :clap: :crazy: :eh: :lolno: :problem: :shh: :shifty: :sick: :silent: :think: :thumbup: :thumbdown: :salute: :wave: :wtf: :yawn: :facepalm: :bravo: :dance: :beard: :morebeard: :xmas: :HeHe: :trollface: :cookie: :rainbow: :monkeysee: :monkeysay: :happybday: :headwall: :offtopic: :superhappy: :terms: :beer:
View more smilies

BBCode is ON
[img] is OFF
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Cloud based AHK script?

Re: Cloud based AHK script?

Post by guest3456 » 12 Nov 2018, 17:58

i sell a program/script which connects to my webserver to verify if the license is active. the script is just an executable, so its actually on the individual computers, its not cloud based. i still use AHK Basic and the HotKeyCamo compiler. its not the best but it works for now.

i had an idea of just shipping the customers a barebones executable which did nothing else but verify the license, and if the license was active, then the barebones script would download the full script code, and then run it dynamically through AHK_H. the only reason i planned on doing this was to force users to upgrade and always be on the latest version, instead of requiring them to come to my site to download and re-install updates. never did it though. that could be what you're looking for. of course you'd want to send the script encrypted when you download it, and then have your barebones exec decrypt it. check out AHK_H and running scripts dynamically through the .dll

don't spend too much time on protection because everything can be bypassed and hacked. get basic protection going and start selling

Re: Cloud based AHK script?

Post by nnnik » 11 Nov 2018, 16:27

yes

Cloud based AHK script?

Post by drizzt » 11 Nov 2018, 15:33

I am looking to create an AHK script for a client but would like to charge them a licence per user.
Is there any way that AHK scripts can be incorporated into some sort of cloud so that it is not on the clients computer. or if it has to be on their computer, it can only work after connecting to server to see if licence is still active?

Top