howiebbq Posted November 21, 2018 Posted November 21, 2018 Hello, My idea as Run script then current date on computer will set back specific date* (ex: 3 months), then auto specific software** will run after set back time. However, I wannt set back time only 1 minutes and change back current date, but the software still running. * user can choose specific date ** user can choose specific software I wrote on apple script code, and run success do shell script "/usr/sbin/systemsetup -setusingnetworktime off" with administrator privileges do shell script "/usr/sbin/systemsetup -setdate '11:20:18'" with administrator privileges tell application "Application" activate end tell do shell script "sleep 30" with administrator privileges do shell script "/usr/sbin/systemsetup -setusingnetworktime on" with administrator privileges Now, I wanna write it look like in autoit. How to writer in autoit Thanks.
Moderators Melba23 Posted November 21, 2018 Moderators Posted November 21, 2018 howiebbq, And just why do you want to do this? M23 P.S. And just to be absolutely clear - this is the Mod team determining the legality of the thread, so everyone else please keep out. Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
howiebbq Posted November 21, 2018 Author Posted November 21, 2018 2 hours ago, Melba23 said: howiebbq, And just why do you want to do this? M23 P.S. And just to be absolutely clear - this is the Mod team determining the legality of the thread, so everyone else please keep out. I have software. I have trial 30 days. however, I just extend trial days again and again by set back time previous. This is not illegal. However, when I set back time on laptop. the software still check current date and time.
Moderators JLogan3o13 Posted November 21, 2018 Moderators Posted November 21, 2018 @howiebbq This thread is locked as we are not prepared to support such actions. If the software is truly "okay" with you getting around its trial, please PM the Moderation team with something in writing to that effect. Until then, please do not post this question again. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
Recommended Posts