File size: 5,236 Bytes
d9b384d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>TypeShit Silent1 - FiveM Cheat</title>
    <link rel="stylesheet" href="style.css">
    <script src="https://cdn.tailwindcss.com"></script>
    <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
    <script src="https://unpkg.com/feather-icons"></script>
    <script>
        tailwind.config = {
            darkMode: 'class',
            theme: {
                extend: {
                    colors: {
                        primary: {
                            500: '#3B82F6',
                        },
                        secondary: {
                            500: '#10B981',
                        }
                    }
                }
            }
        }
    </script>
</head>
<body class="bg-gray-900 text-white min-h-screen">
    <custom-navbar></custom-navbar>
    
    <main class="container mx-auto px-4 py-8">
        <section class="bg-gray-800 rounded-xl p-6 shadow-lg mb-8">
            <div class="flex items-center justify-between mb-6">
                <h1 class="text-3xl font-bold text-primary-500">TypeShit Silent1</h1>
                <span class="bg-secondary-500 text-xs font-semibold px-3 py-1 rounded-full">UNDETECTED</span>
            </div>
            
            <div class="grid grid-cols-1 md:grid-cols-2 gap-6">
                <div class="bg-gray-700 rounded-lg p-4">
                    <div class="flex items-center mb-4">
                        <i data-feather="shield" class="text-primary-500 mr-2"></i>
                        <h3 class="text-xl font-semibold">Features</h3>
                    </div>
                    <ul class="space-y-2">
                        <li class="flex items-center">
                            <i data-feather="check" class="text-secondary-500 mr-2"></i>
                            Silent Aim (Undetectable)
                        </li>
                        <li class="flex items-center">
                            <i data-feather="check" class="text-secondary-500 mr-2"></i>
                            ESP (Players, Vehicles, Items)
                        </li>
                        <li class="flex items-center">
                            <i data-feather="check" class="text-secondary-500 mr-2"></i>
                            No Recoil & No Spread
                        </li>
                        <li class="flex items-center">
                            <i data-feather="check" class="text-secondary-500 mr-2"></i>
                            God Mode (Optional)
                        </li>
                        <li class="flex items-center">
                            <i data-feather="check" class="text-secondary-500 mr-2"></i>
                            Vehicle Fly & Speed Hack
                        </li>
                    </ul>
                </div>
                
                <div class="bg-gray-700 rounded-lg p-4">
                    <div class="flex items-center mb-4">
                        <i data-feather="zap" class="text-primary-500 mr-2"></i>
                        <h3 class="text-xl font-semibold">Performance</h3>
                    </div>
                    <ul class="space-y-2">
                        <li class="flex items-center">
                            <i data-feather="cpu" class="text-secondary-500 mr-2"></i>
                            Low CPU Usage
                        </li>
                        <li class="flex items-center">
                            <i data-feather="clock" class="text-secondary-500 mr-2"></i>
                            Instant Injection
                        </li>
                        <li class="flex items-center">
                            <i data-feather="eye-off" class="text-secondary-500 mr-2"></i>
                            Stream Proof
                        </li>
                        <li class="flex items-center">
                            <i data-feather="refresh-cw" class="text-secondary-500 mr-2"></i>
                            Auto Updates
                        </li>
                    </ul>
                </div>
            </div>
        </section>
        
        <section class="bg-gray-800 rounded-xl p-6 shadow-lg">
            <h2 class="text-2xl font-bold mb-6 text-primary-500">Screenshots</h2>
            <div class="grid grid-cols-1 md:grid-cols-3 gap-4">
                <img src="http://static.photos/technology/640x360/1" alt="Cheat Screenshot" class="rounded-lg">
                <img src="http://static.photos/technology/640x360/2" alt="Cheat Screenshot" class="rounded-lg">
                <img src="http://static.photos/technology/640x360/3" alt="Cheat Screenshot" class="rounded-lg">
            </div>
        </section>
    </main>
    
    <custom-footer></custom-footer>
    
    <script src="components/navbar.js"></script>
    <script src="components/footer.js"></script>
    <script src="script.js"></script>
    <script>
        feather.replace();
    </script>
<script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>
</body>
</html>