-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPurchaseAutomationTool.html
More file actions
573 lines (532 loc) · 29.4 KB
/
Copy pathPurchaseAutomationTool.html
File metadata and controls
573 lines (532 loc) · 29.4 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
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
<!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.css?v=2.8.0" as="style">
<!-- Core Web Vitals optimization -->
<meta name="theme-color" content="#00ff88">
<meta name="msapplication-TileColor" content="#00ff88">
<!-- Security Headers -->
<link rel="stylesheet" href="styles.css?v=2.8.0">
</head>
<body>
<!-- Sidebar Navigation -->
<aside class="sidebar">
<div class="sidebar-header">
<h1 class="sidebar-title">OffCode</h1>
</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>
<!-- Mobile Menu Toggle -->
<button class="mobile-menu-toggle" aria-label="Toggle Menu">
<span class="hamburger"></span>
</button>
<!-- Main Content Wrapper -->
<div class="main-wrapper">
<main>
<style>
/* Refined, centered single-column layout */
.premium-redesign-container {
max-width: 800px;
margin: 2rem auto;
font-family: inherit;
display: flex;
flex-direction: column;
gap: 2.5rem;
padding: 0 1.5rem;
}
/* Fancy Glass Panels */
.glass-panel {
background: rgba(15, 20, 25, 0.7);
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
border: 1px solid rgba(0, 255, 136, 0.15);
border-radius: 20px;
padding: 2.3rem 2.8rem;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.primary-purchase-panel {
background: rgba(15, 20, 25, 0.85); /* Solid dark instead of gradient */
border: 1px solid rgba(0, 255, 136, 0.3);
position: relative;
overflow: hidden;
text-align: center;
padding: 3.5rem 2rem;
border-radius: 24px;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
.primary-purchase-panel::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0; height: 3px;
background: rgba(0, 212, 255, 0.8); /* Subtle cyan top line */
}
.panel-title {
font-size: 1.6rem;
font-weight: 700;
color: #ffffff;
margin-top: 0;
margin-bottom: 2rem;
display: flex;
align-items: center;
gap: 0.75rem;
border-bottom: 1px solid rgba(255,255,255,0.08);
padding-bottom: 1.25rem;
}
/* Timeline for Instructions */
.timeline {
position: relative;
padding-left: 2.5rem;
border-left: 2px solid rgba(0, 255, 136, 0.2);
margin-top: 1.5rem;
margin-bottom: 0.5rem;
}
.timeline-item {
position: relative;
margin-bottom: 2.5rem;
}
.timeline-item:last-child {
margin-bottom: 0;
}
.timeline-item::before {
content: '';
position: absolute;
left: -3rem;
top: 0.25rem;
width: 0.9rem;
height: 0.9rem;
border-radius: 50%;
background: #00ff88;
border: 3px solid #0f1419;
box-shadow: 0 0 12px rgba(0, 255, 136, 0.8);
}
.timeline-item h4 {
color: #00ff88;
margin-top: 0;
margin-bottom: 0.6rem;
font-size: 1.2rem;
font-weight: 600;
}
.timeline-item p, .timeline-item ul, .timeline-item ol {
margin: 0;
color: #cbd5e1;
line-height: 1.65;
}
.timeline-item ul, .timeline-item ol {
padding-left: 1.25rem;
}
.timeline-item li {
margin-bottom: 0.5rem;
}
/* Terms Grid */
.terms-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 1.5rem;
}
.term-box {
background: rgba(255, 255, 255, 0.02);
border: 1px solid rgba(255, 255, 255, 0.05);
border-radius: 12px;
padding: 1.5rem;
transition: background 0.2s, border-color 0.2s;
}
.term-box:hover {
background: rgba(255, 255, 255, 0.04);
border-color: rgba(255, 255, 255, 0.1);
}
.term-box h4 {
color: #00d4ff;
margin-top: 0;
margin-bottom: 0.8rem;
font-size: 1.05rem;
font-weight: 600;
}
.term-box p, .term-box ul {
margin: 0;
font-size: 0.95rem;
color: #94a3b8;
line-height: 1.55;
}
.term-box ul {
padding-left: 1.25rem;
}
.terms-acceptance {
margin-top: 2rem;
padding: 1.5rem;
background: rgba(0, 255, 136, 0.05);
border: 1px dashed rgba(0, 255, 136, 0.3);
border-radius: 12px;
text-align: center;
color: #ffffff;
font-size: 1.05rem;
}
/* Purchase Form */
.buy-btn-large {
display: flex;
align-items: center;
justify-content: center;
background: transparent;
color: #00ff88 !important; /* Neon text inside dark button */
font-weight: 500;
font-size: 1.15rem;
padding: 1rem 2.5rem;
border-radius: 6px;
text-decoration: none !important;
transition: all 0.25s ease-in-out;
border: 1px solid rgba(0, 255, 136, 0.4);
margin: 1.5rem auto;
width: 100%;
max-width: 350px;
box-sizing: border-box;
}
.buy-btn-large:hover {
background: rgba(0, 255, 136, 0.1);
border-color: #00ff88;
box-shadow: 0 0 15px rgba(0, 255, 136, 0.2);
transform: translateY(-2px);
color: #ffffff !important;
}
.buy-btn-large:active {
transform: translateY(1px);
background: rgba(0, 255, 136, 0.2);
}
.payment-badge {
display: inline-flex;
align-items: center;
background: rgba(0, 102, 255, 0.15);
padding: 0.6rem 1.2rem;
border-radius: 8px;
border: 1px solid rgba(0, 212, 255, 0.2);
color: #ffffff;
font-weight: 500;
}
/* Footer Areas */
.footer-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 2rem;
}
.contact-list {
list-style: none;
padding: 0;
margin: 0;
color: #cbd5e1;
display: flex;
flex-direction: column;
gap: 0.85rem;
}
.contact-list li {
display: flex;
gap: 0.5rem;
}
.contact-list a {
color: #00ff88;
text-decoration: none;
font-weight: 500;
transition: color 0.2s;
}
.contact-list a:hover {
color: #ffffff;
text-decoration: underline;
}
.return-actions {
display: flex;
flex-direction: column;
gap: 1rem;
margin-top: 1rem;
}
.return-btn {
display: block;
background: rgba(255,255,255,0.03);
border: 1px solid rgba(255,255,255,0.08);
color: #ffffff;
padding: 0.85rem 1.25rem;
text-align: center;
border-radius: 8px;
font-size: 0.95rem;
transition: all 0.2s;
text-decoration: none;
}
.return-btn:hover {
background: rgba(255,255,255,0.08);
border-color: rgba(255,255,255,0.2);
transform: translateY(-2px);
}
@media (max-width: 768px) {
.glass-panel { padding: 2rem 1.5rem; }
.primary-purchase-panel { padding: 2.5rem 1.25rem; }
.timeline { padding-left: 1.5rem; }
.timeline-item::before { left: -1.95rem; }
.download-title { font-size: 1.8rem !important; }
}
</style>
<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" style="display: inline-block; background: rgba(0, 102, 255, 0.15); border: 1px solid rgba(0, 212, 255, 0.3); border-radius: 20px; padding: 0.5rem 1.25rem;">
<p style="margin: 0; color: #00d4ff;"><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; border: 1px dashed rgba(0, 212, 255, 0.3);">
<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>