05-15-2016, 02:16 PM
Macro PC Info
So this is what I have currently have and it's so easy to get around it cause I have to ask my friends to send me their info before manually adding it into the codes I send to them. Is there another way to fully automate locking the use of my macro to a single computer?
str pcName userName
GetUserInfo pcName 1
,
str ip
if(GetIpAddress("" ip))
,out ip
,
_s=
F
;{ip}
;{pcName}
ShowText("Computer Information" _s)
;BEGIN PROJECT
;main_function PC Info
;exe_file $my qm$\PC Info.exe
;icon <default>
;manifest $qm$\default.exe.manifest
;flags 6
;guid {446B4CD1-2A49-4991-B557-6ADC21C89E5E}
;END PROJECT
So this is what I have currently have and it's so easy to get around it cause I have to ask my friends to send me their info before manually adding it into the codes I send to them. Is there another way to fully automate locking the use of my macro to a single computer?