-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
590 lines (534 loc) · 27.3 KB
/
index.html
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
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="We do a little trolling">
<meta name="keywords" content="Atomic Stealer">
<link href="assets/images/favicon.png" rel="icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css">
<link href="https://fonts.googleapis.com/css2?family=Varela+Round&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css">
<link href="https://fonts.googleapis.com/css2?family=Dosis:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i%7COpen+Sans:300,300i,400,400i,600,600i,700,700i,800,800" rel="stylesheet" type="text/css">
<link href="assets/css/external.css" rel="stylesheet">
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<!--<link href="assets/css/style.scss/" rel="stylesheet">-->
<meta property="og:title" content="Atomic Stealer">
<meta property="og:type" content="website">
<meta property="og:url" content="http://stealer.vip">
<meta property="og:image" content="assets/images/Standard.png" />
<meta property="twitter:image" content="assets/images/favicon.png">
<meta property="og:description" content="We do a little trolling">
<meta name="theme-color" content="#28282B">
<title>Atomic Stealer</title>
<!--<style type="text/css">
::-webkit-scrollbar {
width: 10px
}
::-webkit-scrollbar-track {
background: rgb(66 133 244 / 5%);
}
::-webkit-scrollbar-thumb {
background: -webkit-linear-gradient(top right, #4285f4, rgb(66 133 244));
border-radius: 50px
}
</style>-->
</head>
<body class="body-scroll page-dark">
<div class='spinner-wrapper'>
<div class="loader loader--style2" title="1">
<svg version="1.1" id="loader-1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="60px" height="60px" viewBox="0 0 50 50" style="enable-background:new 0 0 50 50;" xml:space="preserve">
<path fill="#000" d="M25.251,6.461c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615V6.461z">
<animateTransform attributeType="xml"
attributeName="transform"
type="rotate"
from="0 25 25"
to="360 25 25"
dur="0.6s"
repeatCount="indefinite"/>
</path>
</svg>
</div>
</div>
<div id="wrapper" class="wrapper clearfix">
<header id="navbar-spy" class="header header-1 header-transparent header-bordered header-fixed">
<nav id="primary-menu" class="navbar navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="logo" href>
<img class="logo-dark" src="assets/images/favicon.png" alt="Atomic Stealer" width="150" height="150" style="-webkit-filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));filter: drop-shadow(0 0px 28px rgba(66, 133, 244, 0.8));">
<img class="logo-light" src="assets/images/favicon.png" alt="Atomic Stealer" width="150" height="150" style="-webkit-filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));filter: drop-shadow(0 0px 28px rgba(66, 133, 244, 0.8));">
</a>
</div>
<div align="center" class="collapse navbar-collapse pull-right" id="navbar-collapse-1" style="-webkit-filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));filter: drop-shadow(0 0px 26px rgba(66, 135, 244, 1));">
<ul class="nav navbar-nav nav-pos-right navbar-left nav-split">
<li class="active"><a data-scroll="scrollTo" href="#slider">home</a>
</li>
<li><a data-scroll="scrollTo" href="#whyus">Why Us</a>
</li>
<!--<li><a data-scroll="scrollTo" href="#features">Features</a>
</li>-->
<!--<li><a data-scroll="scrollTo" href="#showcase">Showcase</a>
</li>-->
<!--<li><a data-scroll="scrollTo" href="#reviews">Reviews</a>
</li>-->
<li><a data-scroll="scrollTo" href="#buy">Get Atomic</a>
</li>
<li><a href="https://discord.gg/aThEn3Zqch">Discord</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<section id="slider" class="section slider">
<div class="slide--item bg-overlay bg-overlay-dark">
<div class="bg-section">
<img src="assets/images/background/cloud.gif" alt="background">
</div>
<div class="heading heading-1 mb-60 text--center wow fadeInUp" data-wow-duration="1s">
<div class="animate__animated animate__zoomIn">
<img align="center" id="zoomm" src="assets/images/Atomic_Logo.png" alt="Atomic Stealer" style="top: -40%;transform: scaleX(1) scaleY(1) perspective(500px)-webkit-filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));filter: drop-shadow(0 0px 94px rgba(66, 133, 244, 1));" ,="" width="450" height="450">
<!--<a href="https://github.com/cipherwithadot" target="_blank"><i class="fab fa-github fa-4x" style="color:white"></i></a>-->
<br>
<div id="zoomm" class="row" id="social" style="filter: drop-shadow(0px 0px 9px rgba(66, 133, 244, 0.5));">
<div id="zoomm" class="item"><a href="https://discord.gg/aThEn3Zqch" target="_blank"><i class="bi bi-discord fa-4x" style="color:white"><!--<img src="">--></i></a></div>
<div id="zoomm" class="item"><a href="https://t.me/atomicstealer" target="_blank"><i class="bi bi-telegram fa-4x" style="color:white"><!--<img src="">--></i></a></div>
</div>
<br>
<div class="pricing--body">
<a id="buttonn" class="btn btn-4" href="https://discord.gg/aThEn3Zqch">Purchase</a>
</div>
</div>
</div>
</div>
</section>
<!--FEATURES
- AutoSecure
- 2fa disable automatic
- Custom bot for building
- AntiSpam Webhook
- All Major Browser passwords
- Discord Email & Password Capture
- Ip Stealer
- Fully Undetectable Grabber (0/64)
- Payment Method Identifier
- Qr code disabler
- Crypto Clipper (Coming Soon)
-->
<section id="whyus" class="section feature feature-2 text-center bg-white">
<div class="container">
<div class="row clearfix">
<div class="col-xs-12 col-sm-12 col-md-6 col-md-offset-3">
<div class="heading heading-1 mb-80 text--center wow fadeInUp animated" data-wow-duration="1s" style="visibility: visible; animation-duration: 1s; animation-name: fadeInUp;">
<h1 id="zoomm" class="heading--title" style="-webkit-filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));filter: drop-shadow(0 0px 25px rgba(66, 135, 244, 0.5));visibility: visible;animation-duration: 1s;animation-name: fadeInUp;font-family: 'Varela Round';font-size: 50px;">Why Atomic?</h1>
<h6 id="zoomm" class="heading--desc" style="font-size: large;filter: drop-shadow(rgba(66, 133, 244, 0.5) 0px 0px 28px);visibility: visible;animation-duration: 1s;line-height: inherit;animation-name: fadeInUp;">Atomic is one of the best stealers/grabbers in the market,<br> with experienced developers and highly experienced staff.<br><br>We provide you with the greatest at affordable prices.<br><br>To know more, open a ticket on our discord!</h6>
</div>
</div>
</div>
</div>
</section>
<!--<div class="row mb-60">
<div class="col-xs-12 col-sm-4 col-md-4">
<div class="feature-panel wow fadeInUp" data-wow-duration="1s">
<div class="feature--icon">
<img src="assets/images/favicon/support.webp" alt="Support" width="75px" height="75px">
</div>
<div class="feature--content">
<h3>The Best Grabber</h3>
<p>Fully Undetectable Grabber (0/64)</p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-4">
<div class="feature-panel wow fadeInUp" data-wow-duration="1s">
<div class="feature--icon">
<img src="assets/images/favicon/nity1.png" alt="Auto Updater" width="75px" height="75px">
</div>
<div class="feature--content">
<h3>Auto Secure</h3>
<p>Auto secure is a module where it automatically logins with the token to the discord changes the password and the mail as of the mail we provided</p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-4">
<div class="feature-panel wow fadeInUp" data-wow-duration="1s">
<div class="feature--icon">
<img src="assets/images/favicon/customscripts.webp" alt="Custom Scripts" width="75px" height="75px">
</div>
<div class="feature--content">
<h3>Payment Method Identifier</h3>
<p>Identifies payment methods and send them
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-4 col-md-4">
<div class="feature-panel wow fadeInUp" data-wow-duration="1s">
<div class="feature--icon">
<img src="assets/images/favicon/gjoiner.webp" alt="Giveaway Joiner" width="75px" height="75px">
</div>
<div class="feature--content">
<h3>Discord Email & Password Capture</h3>
<p>The most advanced on the market.</p>
<a href="https://youtu.be/gZm9mBJb-5w" style="font-size: smaller;" target="_blank">More
information</a>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-4">
<div class="feature-panel wow fadeInUp" data-wow-duration="1s">
<div class="feature--icon">
<img src="assets/images/favicon/customize.webp" alt="Customize" width="75px" height="75px">
</div>
<div class="feature--content">
<h3>2fa disabler (automatic)</h3>
<p>Disables 2fa automatically</p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-4">
<div class="feature-panel wow fadeInUp" data-wow-duration="1s">
<div class="feature--icon">
<img src="assets/images/favicon/protections.png" alt="Protections" width="75px" height="85px">
</div>
<div class="feature--content">
<h3>Crypto Clipper (Coming Soon)</h3>
<p>Suppose am sending money to flash and am grabbed
So basically I paste his adress to any website / app but it replaces with mine
</p>
</div>
</div>
</div>
</div>-->
<!--<section id="showcase" class="section video bg-overlay bg-overlay-dark bg-parallex">
<div class="bg-section">
<img src="assets/images/background/" alt="background">
</div>
<div class="container">
<div class="row clearfix">
<div class="col-xs-12 col-sm-12 col-md-6 col-md-offset-3">
<div class="heading heading-1 mb-60 text--center wow fadeInUp" data-wow-duration="1s">
<h2 class="heading--title text-white">Showcase <img src="assets/images/swag.png" alt=":sunglasses:"></h2>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 text-center wow fadeInUp" data-wow-duration="1s">
<div class="video-container">
<iframe width="550" height="300" src="https://www.youtube.com/embed/DYdU_uP20Dc" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<img src="assets/images/sneek_peek.png" alt="sneek_peek"/>
</div>
</div>
</div>
</div>
</section>-->
<!--<section id="features" class="section features">
<div class="container">
<div class="row clearfix">
<div class="col-xs-12 col-sm-12 col-md-6 col-md-offset-3">
<div class="heading heading-1 mb-60 text--center wow fadeInUp" data-wow-duration="1s">
<h2 class="heading--title">Features <img src="assets/images/swag.png" alt=":sunglasses:"/></h2>
<p class="heading--desc">Besides having a large range of unique features, We are focused on providing
exclusive features that you won't find in any other selfbot.</p><br>
<p class="heading--desc">Features list can be found <a href="features.html" , target="_blank">here</a></p>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12">
<div class="carousel" data-slide="4" data-slide-res="2" data-autoplay="true" data-nav="false" data-dots="false" data-space="30" data-loop="true" data-speed="1000">
<div class="screenshot">
<img class="center-block" src="assets/images/features/2-notifications.webp" alt="Notifications">
</div>
<div class="screenshot">
<img class="center-block" src="assets/images/features/joiner_1.webp" alt="AFK">
</div>
<div class="screenshot">
<img class="center-block" src="assets/images/features/scripts.webp" alt="Custom Scripts">
</div>
<div class="screenshot">
<img class="center-block" src="assets/images/features/language.webp" alt="AFK">
</div>
<div class="screenshot">
<img class="center-block" src="assets/images/features/prot.webp" alt="AFK">
</div>
<div class="screenshot">
<img class="center-block" src="assets/images/features/3-customize.webp" alt="Customization">
</div>
<div class="screenshot">
<img class="center-block" src="assets/images/features/1-blocked.webp" alt="Blocksend">
</div>
<div class="screenshot">
<img class="center-block" src="assets/images/features/4-dumbper.webp" alt="Dumping">
</div>
<div class="screenshot">
<img class="center-block" src="assets/images/features/6-image.webp" alt="Image">
</div>
<div class="screenshot">
<img class="center-block" src="assets/images/features/7-afk.webp" alt="AFK">
</div>
</div>
</div>
</div>
</div>
</section>-->
<!--<section id="reviews" class="section reviews bg-white">
<div class="container">
<div class="row clearfix">
<div class="col-xs-12 col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3">
<div class="heading heading-1 mb-60 text--center wow fadeInUp" data-wow-duration="1s">
<h2 class="heading--title">User Reviews <img src="assets/images/swag.png" alt=":sunglasses:"/></h2>
<p class="heading--desc">Feedback from users who have purchased Atomic Stealer</p>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-4 col-md-4">
<div class="testimonial-panel wow fadeInUp" data-wow-duration="1s">
<div class="testimonial-body">
<div class="testimonial--body">
<a href="https://shoppy.gg/@bqc/feedback" target="_blank">
<p>Excellent and easy and quick install. So many options its crazy. Very happy with it. 100%
recommended</p>
</a>
</div>
<div class="testimonial--meta">
<div class="testimonial--author pull-left">
<h5>✓ Verified Purchase</h5>
</div>
<div class="testimonial--rating pull-right">
<i class=" fa fa-star"></i>
<i class=" fa fa-star"></i>
<i class=" fa fa-star"></i>
<i class=" fa fa-star"></i>
<i class=" fa fa-star"></i>
</div>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-4">
<div class="testimonial-panel wow fadeInUp" data-wow-duration="1s" href="https://shoppy.gg/@bqc/feedback">
<div class="testimonial-body">
<div class="testimonial--body">
<a href="https://shoppy.gg/@bqc/feedback" target="_blank">
<p>Ok I’m going to leave an honest review. The self bot is one of the best ones I’ve used. It’s the
safest and most reliable. </p>
</a>
</div>
<div class="testimonial--meta">
<div class="testimonial--author pull-left">
<h5>✓ Verified Purchase</h5>
</div>
<div class="testimonial--rating pull-right">
<i class=" fa fa-star"></i>
<i class=" fa fa-star"></i>
<i class=" fa fa-star"></i>
<i class=" fa fa-star"></i>
<i class=" fa fa-star"></i>
</div>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-4">
<div class="testimonial-panel wow fadeInUp" data-wow-duration="1s" href="https://shoppy.gg/@bqc/feedback">
<div class="testimonial-body">
<div class="testimonial--body">
<a href="https://shoppy.gg/@bqc/feedback" target="_blank">
<p>Really easy to use , alot of commands and unique features! Got delivered very fast . Best
advanced selfbot on discord.</p>
</a>
</div>
<div class="testimonial--meta">
<div class="testimonial--author pull-left">
<h5>✓ Verified Purchase</h5>
</div>
<div class="testimonial--rating pull-right">
<i class=" fa fa-star"></i>
<i class=" fa fa-star"></i>
<i class=" fa fa-star"></i>
<i class=" fa fa-star"></i>
<i class=" fa fa-star"></i>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>-->
<section id="buy" class="section buy buy-1 bg-overlay bg-overlay-dark bg-parallex">
<div class="bg-section">
<img id="zoomm" src="assets/images/background/cloud.gif" alt="background">
</div>
<div class="container">
<div class="row clearfix">
<div class="col-xs-12 col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3">
<div class="heading heading-1 mb-60 text--center wow fadeInUp" data-wow-duration="1s">
<h2 class="heading--title text-white"><img src="assets/images/Atomic_Logo.png" alt="Atomic Stealer" , width="250" height="250" style="-webkit-filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));filter: drop-shadow(0 0px 18px rgba(66, 133, 244, 0.5));"></h2>
</div>
</div>
</div>
<!--Prices
25$ week
40$ month
80$ life
-->
<div class="row">
<div class=" col-xs-12 col-sm-4 col-md-4 price-table wow fadeInUp" data-wow-duration="1s">
<div class="pricing-panel pricing-active">
<div class="pricing--heading text--center">
<h4 style="-webkit-filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));filter: drop-shadow(0 0px 18px rgba(66, 133, 244, 0.5));">Weekly License</h4>
<div class="pricing--heading">
<h3 id="zoomm" style="-webkit-filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));filter: drop-shadow(0 0px 17px rgba(66, 133, 244, 0.5));">25$/week</h3>
<div class="pricing--desc">
- All Features<br>
<!--
- Ip Stealer<br>
- Auto Secure<br>
- QR code disabler<br>
- AntiSpam Webhook<br>
- 2fa disable automatic<br>
- Custom bot for building<br>
- Payment Method Identifier<br>
- All Major Browser passwords<br>
- Crypto Clipper (Coming Soon)<br>
- Fully Undetectable Grabber (0/64)<br>
- Discord Email & Password Capture<br>-->
</div>
</div>
</div>
<br>
<div class="pricing--body">
<a id="buttonn" class="btn btn-4" href="https://discord.gg/aThEn3Zqch">Purchase Now</a><br>
<!--<a href="https://www.youtube.com/watch?v=BGcEoK6BtIE" , target="_blank">Complete Tutorial</a>-->
</div>
</div>
</div>
<div style="filter: drop-shadow(rgba(66, 133, 244, 0.3) 0px 0px 17px);visibility: visible;animation-duration: 1s;animation-name: fadeInUp;" class=" col-xs-12 col-sm-4 col-md-4 price-table wow fadeInUp" data-wow-duration="1s">
<div class="pricing-panel pricing-active">
<div class="pricing--heading text--center">
<h4 style="filter: drop-shadow(rgba(66, 133, 244, 0.3) 0px 0px 13px);visibility: visible;animation-duration: 1s;animation-name: fadeInUp;"><!--<a href="javascript:void(0);" class="BTA" onclick="YearAward()">-->Monthly License<!--</a>--><br><br><br>
<!--Best Seller And Great For People Who Enjoy Trolling</h4>-->
<div class="pricing--heading">
<h3 id="zoomm" style="-webkit-filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));filter: drop-shadow(0 0px 21px rgba(66, 133, 244, 0.2));">40$/month</h3>
<div class="pricing--desc">
- All Features<br>
- Special Ebook<!--
- Ip Stealer<br>
- Auto Secure<br>
- QR code disabler<br>
- AntiSpam Webhook<br>
- 2fa disable automatic<br>
- Custom bot for building<br>
- Payment Method Identifier<br>
- All Major Browser passwords<br>
- Crypto Clipper (Coming Soon)<br>
- Fully Undetectable Grabber (0/64)<br>
- Discord Email & Password Capture<br>-->
</div>
</div>
</div>
<div class="pricing--body">
<a id="buttonn" class="btn btn-4" href="https://discord.gg/aThEn3Zqch">Purchase Now</a><br>
<!--<a class="btn btn-4" id="official" onclick="Official()">Purchase</a>
</div>
<div class="pricing--body">
<a class="btn btn-4" id="resell" onclick="Resell()">Resellers</a> <br>
<a href="commands.txt" , target="_blank">Commands list</a>-->
</div>
</div>
</div>
<div class=" col-xs-12 col-sm-4 col-md-4 price-table wow fadeInUp" data-wow-duration="1s">
<div class="pricing-panel pricing-active">
<div class="pricing--heading text--center">
<h4 style="-webkit-filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));filter: drop-shadow(0 0px 18px rgba(66, 133, 244, 0.5));">Lifetime License</h4>
<div class="pricing--heading">
<h3 id="zoomm" style="-webkit-filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));filter: drop-shadow(0 0px 17px rgba(66, 133, 244, 0.5));">80$/lifetime</h3>
<div class="pricing--desc">
- All Features<br>
- Special Ebook<!--
- Ip Stealer<br>
- Auto Secure<br>
- QR code disabler<br>
- AntiSpam Webhook<br>
- 2fa disable automatic<br>
- Custom bot for building<br>
- Payment Method Identifier<br>
- All Major Browser passwords<br>
- Crypto Clipper (Coming Soon)<br>
- Fully Undetectable Grabber (0/64)<br>
- Discord Email & Password Capture<br>-->
</div>
</div>
</div>
<div class="pricing--body">
<a id="buttonn" class="btn btn-4" href="https://discord.gg/aThEn3Zqch">Purchase Now</a><br>
</div>
</div>
</div></div></div></section>
<footer id="footer" class="footer footer-5">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 text--center">
<div class="footer--copyright">
<h7 style="filter: drop-shadow(rgba(66, 133, 244, 0.3) 0px 0px 15px);visibility: visible;animation-duration: 1s;animation-name: fadeInUp;">Made with<strong style="filter: drop-shadow(0px 1px 7px rgba(255,0,0,1));"> ❤️ </strong>by <strong><a style="filter: drop-shadow(0px 1px 5px rgba(66, 133, 244, 0.3));" href="https://github.com/Cipher-GF">Cipher</a></strong></h7><br><br>
<!--<h7 style="filter: drop-shadow(rgba(66, 133, 244, 0.5) 0px 0px 7px);visibility: visible;animation-duration: 1s;animation-name: fadeInUp;">All rights reserved. Copyright © <script>
document.write(new Date().getFullYear())
</script> Atomic Development</h7><br>-->
</div>
</div>
</div>
</footer>
</div>
<script>
let spinnerWrapper = document.querySelector('.spinner-wrapper');
window.addEventListener('load', function () {
// spinnerWrapper.style.display = 'none';
spinnerWrapper.parentElement.removeChild(spinnerWrapper);
});
</script>
<script src="assets/js/jquery-2.2.4.min.js"></script>
<script src="assets/js/plugins.js"></script>
<script src="assets/js/functions.js"></script>
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@10"></script>
<!--<link href="//cdn.jsdelivr.net/npm/@sweetalert2/theme-dark@4/dark.css" rel="stylesheet">
<script src="//cdn.jsdelivr.net/npm/sweetalert2@10/dist/sweetalert2.min.js"></script>
<script src="sweetalert2.all.min.js/"></script>-->
<!-- Optional: include a polyfill for ES6 Promises for IE11 -->
<script src="https://cdn.jsdelivr.net/npm/promise-polyfill"></script>
<!--<script src="https://shoppy.gg/api/embed.js"></script>
<script type="text/javascript">
var Tawk_API = Tawk_API || {},
Tawk_LoadStart = new Date();
(function () {
var s1 = document.createElement("script"),
s0 = document.getElementsByTagName("script")[0];
s1.async = true;
s1.src = 'https://embed.tawk.to/5f7e280d4704467e89f58ce9/default';
s1.charset = 'UTF-8';
s1.setAttribute('crossorigin', '*');
s0.parentNode.insertBefore(s1, s0);
})();
</script>-->
</body>
</html>