-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPurchaseAutomationTool.html
More file actions
328 lines (297 loc) · 19.7 KB
/
Copy pathPurchaseAutomationTool.html
File metadata and controls
328 lines (297 loc) · 19.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
<!DOCTYPE html>
<html lang="en" itemscope itemtype="https://schema.org/WebPage">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Purchase Automation Tool: Activation Instructions</title>
<meta name="description"
content="Purchase and activation instructions for OffCode Automation Tool. Complete guide for 3-step activation process.">
<meta name="author" content="OffCrypt">
<meta name="last-modified" content="2026-02-10">
<meta name="keywords"
content="automation tool purchase, activation instructions, automation license, windows automation">
<meta name="robots" content="noindex, follow">
<meta property="og:type" content="website">
<meta property="og:locale" content="en_US">
<meta property="og:url" content="https://www.dev-offcode.com/PurchaseAutomationTool.html">
<meta property="og:title" content="Purchase Automation Tool: Activation Instructions">
<meta property="og:description"
content="Purchase and activation instructions for OffCode Automation Tool. Complete guide for 3-step activation process.">
<meta property="og:image" content="https://www.dev-offcode.com/OffCodeAutomation.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@OffCryptAndroid">
<meta name="twitter:creator" content="@OffCryptAndroid">
<meta name="twitter:url" content="https://www.dev-offcode.com/PurchaseAutomationTool.html">
<meta name="twitter:title" content="Purchase Automation Tool: Activation Instructions">
<meta name="twitter:description" content="Purchase and activation instructions for OffCode Automation Tool.">
<meta name="twitter:image" content="https://www.dev-offcode.com/OffCodeAutomation.png">
<link rel="canonical" href="https://www.dev-offcode.com/PurchaseAutomationTool.html">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<!-- Preload critical resources -->
<link rel="preload" href="styles-automation.css?v=3.0.2" as="style">
<!-- Core Web Vitals optimization -->
<meta name="theme-color" content="#c45c26">
<meta name="msapplication-TileColor" content="#c45c26">
<!-- Security Headers -->
<link rel="stylesheet" href="styles-automation.css?v=3.0.2">
<link rel="stylesheet" href="styles-at-extras.css?v=3.0.1">
</head>
<body class="at-page">
<button class="mobile-menu-toggle" aria-label="Toggle Menu">
<span class="hamburger"></span>
</button>
<header class="at-nav">
<div class="at-nav__inner">
<aside class="sidebar">
<div class="sidebar-header">
<div class="sidebar-title">OffCode</div>
</div>
<nav class="sidebar-nav">
<ul class="sidebar-menu">
<li class="menu-item">
<a href="index.html" class="menu-link">
<span class="menu-icon">📱</span>
<span class="menu-text">Android App</span>
</a>
</li>
<li class="menu-item">
<a href="OffCryptDesktop.html" class="menu-link">
<span class="menu-icon">💻</span>
<span class="menu-text">Desktop App</span>
</a>
</li>
<li class="menu-item">
<a href="ScreenLockBuilder.html" class="menu-link">
<span class="menu-icon">🔒</span>
<span class="menu-text">Screen Lock Builder</span>
</a>
</li>
<li class="menu-item">
<a href="ScreenLockBuilderPremium.html" class="menu-link">
<span class="menu-icon">⭐</span>
<span class="menu-text">Premium Builder</span>
</a>
</li>
<li class="menu-item active">
<a href="AutomationTool.html" class="menu-link">
<span class="menu-icon">🤖</span>
<span class="menu-text">Automation Tool</span>
</a>
</li>
<li class="menu-item">
<a href="RemoteControl.html" class="menu-link">
<span class="menu-icon">🌐</span>
<span class="menu-text">Web Remote Control</span>
</a>
</li>
<li class="menu-item">
<a href="TorChatPage.html" class="menu-link">
<span class="menu-icon">🧅</span>
<span class="menu-text">Tor Chat</span>
</a>
</li>
<li class="menu-item">
<a href="https://ko-fi.com/emptyc0de" class="menu-link" target="_blank" rel="noopener noreferrer">
<span class="menu-icon">💝</span>
<span class="menu-text">Donate</span>
</a>
</li>
<li class="menu-item">
<a href="PrivacyPolicy.html" class="menu-link">
<span class="menu-icon">🔐</span>
<span class="menu-text">Privacy Policy</span>
</a>
</li>
</ul>
</nav>
<div class="sidebar-footer">
<p class="footer-text">Social media</p>
<div class="sidebar-social-divider"></div>
<div class="sidebar-social">
<a href="https://x.com/OffCryptAndroid" target="_blank" rel="noopener noreferrer"
aria-label="Follow OffCrypt on X">
<span class="sidebar-social-icon">🐦</span>
<span class="sidebar-social-label">X</span>
</a>
<a href="https://www.instagram.com/off.crypt86/" target="_blank" rel="noopener noreferrer"
aria-label="Follow OffCrypt on Instagram">
<span class="sidebar-social-icon">📸</span>
<span class="sidebar-social-label">Instagram</span>
</a>
<a href="https://www.tiktok.com/@offcrypt0" target="_blank" rel="noopener noreferrer"
aria-label="Follow OffCrypt on TikTok">
<span class="sidebar-social-icon">🎵</span>
<span class="sidebar-social-label">TikTok</span>
</a>
<a href="https://www.youtube.com/@OffCrypt" target="_blank" rel="noopener noreferrer"
aria-label="Follow OffCrypt on YouTube">
<span class="sidebar-social-icon">▶️</span>
<span class="sidebar-social-label">YouTube</span>
</a>
<a href="https://bsky.app/profile/off-crypt86.bsky.social" target="_blank" rel="noopener noreferrer"
aria-label="Follow OffCrypt on Bluesky">
<span class="sidebar-social-icon">🦋</span>
<span class="sidebar-social-label">Bluesky</span>
</a>
<a href="https://www.linkedin.com/in/off-crypt-b94175382/" target="_blank" rel="noopener noreferrer"
aria-label="Follow OffCrypt on LinkedIn">
<span class="sidebar-social-icon">💼</span>
<span class="sidebar-social-label">LinkedIn</span>
</a>
</div>
</div>
</aside>
</div>
</header>
<div class="main-wrapper">
<main class="at-main">
<section class="download-section">
<div class="download-container premium-redesign-container">
<div style="text-align: center; margin-bottom: 0.5rem;">
<h2 class="download-title" style="margin-bottom: 1.25rem; font-size: 2.4rem; font-weight: 800; margin-top: 0; letter-spacing: -0.5px;">Purchase & Activation Instructions</h2>
<div class="version-notice">
<p><strong>📢 Latest version v1.1</strong></p>
</div>
</div>
<!-- What Happens After Purchase -->
<div class="glass-panel">
<h3 class="panel-title">📋 What Happens After Purchase</h3>
<div class="timeline">
<div class="timeline-item">
<h4>Immediate Delivery</h4>
<ul>
<li><strong>When:</strong> Immediately after your purchase is completed</li>
<li><strong>How:</strong> You will be automatically redirected to a <strong>Success Page</strong> displaying your <strong>Activation Code</strong> and <strong>Download Link</strong>.</li>
<li><strong>Delivery Service:</strong> Automated System (Instant)</li>
<li><strong>What to Look For:</strong> Do not close the window after payment! You will see your key (e.g., <code>AUTO-xxxx...</code>) and a "Download Software" button on the screen.</li>
</ul>
</div>
<div class="timeline-item">
<h4>Download and Activate</h4>
<ol>
<li>Click the <strong>"Download Software"</strong> button on the Success Page to get the Automation Tool.</li>
<li><strong>Copy</strong> your Activation Code from the same page (use the "Copy Code" button).</li>
<li>Run the software and click "Activate Premium" when prompted.</li>
<li>Paste your code to unlock all features instantly.</li>
</ol>
</div>
<div class="timeline-item">
<h4>No Waiting Time</h4>
<p>Forget waiting 24 hours! Your license is generated <strong>instantly</strong>. You can start using the Automation features literally seconds after payment.</p>
</div>
</div>
</div>
<!-- Terms of Service -->
<div class="glass-panel">
<h3 class="panel-title">⚖️ Terms of Service</h3>
<div class="terms-grid">
<div class="term-box">
<h4>Refund Policy</h4>
<p><strong>No refunds</strong> - All sales are final. Once the purchase is completed and the license is activated, no refunds will be issued.</p>
</div>
<div class="term-box">
<h4>License Terms</h4>
<ul>
<li><strong>License Type:</strong> Hardware-bound lifetime license tied to your specific computer configuration</li>
<li><strong>Validity Period:</strong> Lifetime (permanent license with no expiration)</li>
<li><strong>Non-Transferable:</strong> License cannot be transferred to another computer or user</li>
<li><strong>Single Use:</strong> One license per purchase, one computer per license</li>
</ul>
</div>
<div class="term-box">
<h4>Usage Restrictions</h4>
<ul>
<li>Software must be used for <strong>legitimate purposes only</strong></li>
<li>No malicious activities, unauthorized access, or illegal use permitted</li>
<li>User is responsible for compliance with all applicable laws and regulations</li>
<li>Any misuse may result in license termination without refund</li>
</ul>
</div>
<div class="term-box">
<h4>Support Terms</h4>
<ul>
<li><strong>Response Time:</strong> We aim to respond within 24 hours</li>
<li><strong>Support Method:</strong> Email support only at <a href="mailto:support@dev-offcode.com">support@dev-offcode.com</a></li>
<li><strong>Support Scope:</strong> Activation assistance, technical issues, and license-related inquiries</li>
<li>Support does not include custom development or feature requests</li>
</ul>
</div>
<div class="term-box">
<h4>Software Updates</h4>
<p>All software updates and bug fixes are included for the lifetime of the product. New updates are automatically delivered through the <strong>"Updates"</strong> tab within the Automation Tool application, providing you with direct download links to the latest version whenever available.</p>
</div>
<div class="term-box">
<h4>License Activation</h4>
<ul>
<li>Activation is <strong>instant and automatic</strong>.</li>
<li>No manual verification required.</li>
<li>Your specific computer is automatically recognized and authorized.</li>
<li>Keep your Activation Code safe: it is your proof of purchase.</li>
</ul>
</div>
<div class="term-box" style="grid-column: 1 / -1;">
<h4>Liability Disclaimer</h4>
<p>The software is provided <strong>"as-is"</strong> without any warranties, expressed or implied. We are not liable for any damages, data loss, or issues arising from the use of this software. Use at your own risk.</p>
</div>
</div>
<div class="terms-acceptance">
<p style="margin: 0; line-height: 1.5;"><strong>By purchasing Automation Tool, you acknowledge that you have read, understood, and agree to these Terms of Service.</strong></p>
</div>
</div>
<!-- Purchase CTA Box -->
<div class="glass-panel primary-purchase-panel instructions-contact">
<h3 class="panel-title" style="justify-content: center; border: none; font-size: 1.8rem; margin-bottom: 0.5rem; font-weight: 800;">💳 Purchase Automation Tool</h3>
<p style="color: #a5b4fc; font-size: 1.1rem; margin-bottom: 1.5rem;">Get lifetime access to all automation features</p>
<div>
<a href="https://buy.stripe.com/8x228t53y1TGguc4Iw3sI02" class="buy-btn-large" target="_blank" rel="noopener noreferrer" aria-label="Read Disclaimer and Purchase Automation Tool">
⬇️ Purchase Lifetime license | $39
</a>
</div>
<div style="margin-top: 1.5rem;">
<p style="margin-bottom: 0.75rem; color: #94a3b8; font-size: 0.9rem;"><strong>💳 Accepted Payment Methods:</strong></p>
<div class="payment-badge">💳 Stripe</div>
</div>
</div>
<!-- Footer Areas -->
<div class="footer-grid">
<!-- Contact Box -->
<div class="glass-panel" style="padding: 2rem;">
<h3 class="panel-title" style="font-size: 1.2rem; margin-bottom: 1.5rem; border-bottom: none; padding-bottom: 0;">📧 Contact Information</h3>
<p style="font-size: 0.95rem; color: #94a3b8; margin-bottom: 1.25rem; line-height: 1.5;">For any questions or issues during the purchase and activation process:</p>
<ul class="contact-list">
<li><strong>Email:</strong> <a href="mailto:support@dev-offcode.com">support@dev-offcode.com</a></li>
<li><strong>SimpleX:</strong> <a href="https://smp8.simplex.im/a#V_n6HPxP_bRia3exxV-cuW_k-aNYaL5ZiUV72SzDbEs" target="_blank" rel="noopener noreferrer">Add Contact</a></li>
<li><strong>Download:</strong> <a href="https://simplex.chat/downloads/" target="_blank" rel="noopener noreferrer">Get App</a></li>
<li style="margin-top: 0.5rem; color: #94a3b8; font-size: 0.9rem;">We aim to respond within 24 hours.</li>
</ul>
</div>
<!-- Return Links Box -->
<div class="glass-panel" style="padding: 2rem;">
<h3 class="panel-title" style="font-size: 1.2rem; margin-bottom: 1.5rem; border-bottom: none; padding-bottom: 0;">Return to the automation cluster</h3>
<p style="font-size: 0.9rem; color: #94a3b8; margin-bottom: 1.25rem; line-height: 1.5;">This page is a support step in the buying flow. Use these links to return to the main automation pages.</p>
<div class="return-actions">
<a href="AutomationTool.html" class="return-btn">Back to Automation Tool</a>
<a href="AutomationChangelog.html" class="return-btn">Read automation changelog</a>
<a href="RemoteControl.html" class="return-btn">See related remote control plans</a>
</div>
</div>
</div>
</div>
</section>
</main>
</div>
<!-- External JS Libraries -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/11.0.5/swiper-bundle.min.js"
integrity="sha384-T6qkM4ANslBL/pKcwNUeB0bpsiI6pkXXzwrl7Avc6FXEC/UZaXAeBpZZ2zQ3Zbez" crossorigin="anonymous"
data-cfasync="false"></script>
<!-- Application JavaScript -->
<script src="script.js" defer></script>
<!-- Cookie Consent Banner -->
<link rel="stylesheet" href="cookie-consent.css">
<script src="cookie-consent.js" defer></script>
</body>
</html>