File size: 21,954 Bytes
e10c6d2 b48d5bf e10c6d2 b48d5bf e10c6d2 b48d5bf e10c6d2 b48d5bf e10c6d2 b48d5bf e10c6d2 b48d5bf e10c6d2 b48d5bf e10c6d2 09b25cd |
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 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MineCraft Wizard Hackinator</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.net.min.js"></script>
<style>
.gradient-text {
background: linear-gradient(90deg, #3b82f6, #8b5cf6);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.code-block {
font-family: 'Courier New', monospace;
background-color: #1e293b;
color: #f8fafc;
border-radius: 0.5rem;
padding: 1rem;
overflow-x: auto;
}
</style>
</head>
<body class="bg-gray-900 text-gray-100 min-h-screen">
<div id="vanta-bg"></div>
<div class="container mx-auto px-4 py-12 relative z-10">
<!-- Header -->
<header class="text-center mb-12">
<h1 class="text-5xl font-bold mb-4 gradient-text">MineCraft Wizard Hackinator</h1>
<p class="text-xl text-gray-300 max-w-2xl mx-auto">Craft your perfect Minecraft Java cheat with magical precision! ✨</p>
</header>
<!-- Main Content -->
<main class="max-w-4xl mx-auto">
<!-- Hack Generator -->
<section class="bg-gray-800 rounded-xl p-6 mb-8 shadow-2xl border border-gray-700">
<div class="flex items-center mb-6">
<i data-feather="wand" class="text-purple-500 mr-3"></i>
<h2 class="text-2xl font-bold">Create Your Hack</h2>
</div>
<div class="space-y-4">
<div>
<label class="block text-gray-300 mb-2">What features do you want?</label>
<textarea id="hackRequest" class="w-full bg-gray-700 rounded-lg p-3 text-gray-100 border border-gray-600 focus:border-purple-500 focus:ring-1 focus:ring-purple-500" rows="4" placeholder="e.g. Fly hack, KillAura, X-Ray, NoFall, Speed, etc."></textarea>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
<div>
<label class="block text-gray-300 mb-2">Minecraft Version</label>
<select class="w-full bg-gray-700 rounded-lg p-2 text-gray-100 border border-gray-600">
<option>1.20.4</option>
<option>1.20.3</option>
<option>1.20.2</option>
<option>1.20.1</option>
<option>1.20</option>
<option>1.19.4</option>
<option>1.19.3</option>
<option>1.19.2</option>
<option>1.19.1</option>
<option>1.19</option>
<option>1.18.2</option>
<option>1.18.1</option>
<option>1.18</option>
<option>1.17.1</option>
<option>1.17</option>
<option>1.16.5</option>
<option>1.16.4</option>
<option>1.16.3</option>
<option>1.16.2</option>
<option>1.16.1</option>
<option>1.15.2</option>
<option>1.15.1</option>
<option>1.15</option>
<option>1.14.4</option>
<option>1.14.3</option>
<option>1.14.2</option>
<option>1.14.1</option>
<option>1.14</option>
<option>1.13.2</option>
<option>1.13.1</option>
<option>1.13</option>
<option>1.12.2</option>
<option>1.12.1</option>
<option>1.12</option>
<option>1.11.2</option>
<option>1.11.1</option>
<option>1.11</option>
<option>1.10.2</option>
<option>1.10.1</option>
<option>1.10</option>
<option>1.9.4</option>
<option>1.9.3</option>
<option>1.9.2</option>
<option>1.9.1</option>
<option>1.9</option>
<option>1.8.9</option>
<option>1.8.8</option>
<option>1.8.7</option>
<option>1.8.6</option>
<option>1.8.5</option>
<option>1.8.4</option>
<option>1.8.3</option>
<option>1.8.2</option>
<option>1.8.1</option>
<option>1.8</option>
<option>1.7.10</option>
<option>1.7.9</option>
<option>1.7.8</option>
<option>1.7.7</option>
<option>1.7.6</option>
<option>1.7.5</option>
<option>1.7.4</option>
<option>1.7.3</option>
<option>1.7.2</option>
<option>1.6.4</option>
<option>1.6.2</option>
<option>1.6.1</option>
<option>1.5.2</option>
<option>1.5.1</option>
<option>1.4.7</option>
<option>1.4.6</option>
<option>1.4.5</option>
<option>1.4.4</option>
<option>1.4.2</option>
<option>1.3.2</option>
<option>1.3.1</option>
<option>1.2.5</option>
<option>1.2.4</option>
<option>1.2.3</option>
<option>1.2.2</option>
<option>1.2.1</option>
<option>1.1</option>
<option>1.0</option>
</select>
</div>
<div>
<label class="block text-gray-300 mb-2">Anti-Cheat Bypass</label>
<select class="w-full bg-gray-700 rounded-lg p-2 text-gray-100 border border-gray-600">
<option>None</option>
<option>NCP (NoCheatPlus)</option>
<option>AAC (Advanced AntiCheat)</option>
<option>Spartan</option>
<option>Matrix</option>
<option>Verus</option>
</select>
</div>
</div>
<div>
<label class="block text-gray-300 mb-2">Additional Options</label>
<div class="flex flex-wrap gap-3">
<label class="inline-flex items-center">
<input type="checkbox" class="rounded bg-gray-700 border-gray-600 text-purple-500">
<span class="ml-2">Custom GUI</span>
</label>
<label class="inline-flex items-center">
<input type="checkbox" class="rounded bg-gray-700 border-gray-600 text-purple-500" checked>
<span class="ml-2">Auto-updater</span>
</label>
<label class="inline-flex items-center">
<input type="checkbox" class="rounded bg-gray-700 border-gray-600 text-purple-500">
<span class="ml-2">Cloud Config</span>
</label>
<label class="inline-flex items-center">
<input type="checkbox" class="rounded bg-gray-700 border-gray-600 text-purple-500">
<span class="ml-2">Encryption</span>
</label>
</div>
</div>
</div>
<button id="generateBtn" class="mt-6 w-full bg-gradient-to-r from-purple-600 to-blue-500 hover:from-purple-700 hover:to-blue-600 text-white font-bold py-3 px-4 rounded-lg transition-all duration-300 flex items-center justify-center">
<i data-feather="zap" class="mr-2"></i>
Generate My Hack
</button>
</section>
<!-- Preview Section -->
<section id="previewSection" class="hidden bg-gray-800 rounded-xl p-6 mb-8 shadow-2xl border border-gray-700">
<div class="flex items-center mb-6">
<i data-feather="eye" class="text-blue-500 mr-3"></i>
<h2 class="text-2xl font-bold">Your Hack Preview</h2>
</div>
<div class="mb-6">
<h3 class="text-xl font-semibold mb-3">Features Included:</h3>
<div id="featuresList" class="grid grid-cols-1 md:grid-cols-2 gap-2 mb-4">
<!-- Features will be added here by JS -->
</div>
</div>
<div class="mb-6">
<h3 class="text-xl font-semibold mb-3">Code Preview:</h3>
<div class="code-block">
<pre id="codePreview">// Your generated code will appear here</pre>
</div>
</div>
<div class="flex flex-col sm:flex-row gap-3">
<button id="downloadBtn" class="flex-1 bg-green-600 hover:bg-green-700 text-white font-bold py-3 px-4 rounded-lg transition-all duration-300 flex items-center justify-center">
<i data-feather="download" class="mr-2"></i>
Download Hack (ZIP)
</button>
<button id="editBtn" class="flex-1 bg-yellow-600 hover:bg-yellow-700 text-white font-bold py-3 px-4 rounded-lg transition-all duration-300 flex items-center justify-center">
<i data-feather="edit" class="mr-2"></i>
Edit Request
</button>
<button id="tweakBtn" class="flex-1 bg-purple-600 hover:bg-purple-700 text-white font-bold py-3 px-4 rounded-lg transition-all duration-300 flex items-center justify-center">
<i data-feather="plus" class="mr-2"></i>
Add More Features
</button>
</div>
</section>
<!-- Edit Section -->
<section id="editSection" class="hidden bg-gray-800 rounded-xl p-6 mb-8 shadow-2xl border border-gray-700">
<div class="flex items-center mb-6">
<i data-feather="edit-3" class="text-yellow-500 mr-3"></i>
<h2 class="text-2xl font-bold">Edit Your Hack</h2>
</div>
<div class="space-y-4">
<div>
<label class="block text-gray-300 mb-2">What would you like to change or add?</label>
<textarea id="editRequest" class="w-full bg-gray-700 rounded-lg p-3 text-gray-100 border border-gray-600 focus:border-purple-500 focus:ring-1 focus:ring-purple-500" rows="4" placeholder="Describe the changes or new features you want"></textarea>
</div>
<div class="flex gap-3">
<button id="updateBtn" class="flex-1 bg-purple-600 hover:bg-purple-700 text-white font-bold py-3 px-4 rounded-lg transition-all duration-300 flex items-center justify-center">
<i data-feather="refresh-cw" class="mr-2"></i>
Update Hack
</button>
<button id="cancelEditBtn" class="flex-1 bg-gray-600 hover:bg-gray-700 text-white font-bold py-3 px-4 rounded-lg transition-all duration-300 flex items-center justify-center">
<i data-feather="x" class="mr-2"></i>
Cancel
</button>
</div>
</div>
</section>
<!-- Instructions -->
<section class="bg-gray-800 rounded-xl p-6 shadow-2xl border border-gray-700">
<div class="flex items-center mb-6">
<i data-feather="info" class="text-green-500 mr-3"></i>
<h2 class="text-2xl font-bold">How It Works</h2>
</div>
<div class="space-y-4">
<div class="flex items-start">
<div class="bg-blue-500 rounded-full p-2 mr-3 flex-shrink-0">
<i data-feather="edit-2" class="text-white" width="18"></i>
</div>
<div>
<h3 class="font-bold text-lg">1. Describe Your Hack</h3>
<p class="text-gray-300">Tell us what features you want in your Minecraft Java cheat. The more details, the better!</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-purple-500 rounded-full p-2 mr-3 flex-shrink-0">
<i data-feather="zap" class="text-white" width="18"></i>
</div>
<div>
<h3 class="font-bold text-lg">2. Generate & Preview</h3>
<p class="text-gray-300">Our wizard will craft your perfect hack. Review the preview before downloading.</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-green-500 rounded-full p-2 mr-3 flex-shrink-0">
<i data-feather="download" class="text-white" width="18"></i>
</div>
<div>
<h3 class="font-bold text-lg">3. Download & Compile</h3>
<p class="text-gray-300">Get a ZIP file with all necessary files. Simple local compilation required.</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-yellow-500 rounded-full p-2 mr-3 flex-shrink-0">
<i data-feather="refresh-cw" class="text-white" width="18"></i>
</div>
<div>
<h3 class="font-bold text-lg">4. Edit Anytime</h3>
<p class="text-gray-300">Need changes? Just describe what you want and we'll update your hack.</p>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="mt-16 text-center text-gray-400 text-sm">
<p>© 2023 MineCraft Wizard Hackinator | Not affiliated with Mojang or Microsoft</p>
<p class="mt-1">Use responsibly. Cheating may violate server rules.</p>
</footer>
</div>
<script>
// Initialize Vanta.js background
VANTA.NET({
el: "#vanta-bg",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0x3b82f6,
backgroundColor: 0x111827,
points: 12.00,
maxDistance: 22.00,
spacing: 18.00
});
// Initialize Feather Icons
feather.replace();
// Sample hack features for demo
const sampleFeatures = [
"Fly Hack - Toggleable flight with customizable speed",
"KillAura - Auto-attack nearby mobs/players",
"X-Ray - See through blocks to find ores",
"Speed - Move faster than normal",
"NoFall - Take no fall damage",
"AutoTool - Automatically selects best tool",
"Fullbright - See in dark areas clearly"
];
// Sample code for demo
const sampleCode = `package com.mcwizard.hack;
import net.minecraft.client.Minecraft;
import net.minecraftforge.common.MinecraftForge;
import net.minecraftforge.fml.common.Mod;
import net.minecraftforge.fml.common.event.FMLInitializationEvent;
@Mod(modid = "McWizardHack", version = "1.0")
public class Main {
public static final Minecraft mc = Minecraft.getMinecraft();
@Mod.EventHandler
public void init(FMLInitializationEvent event) {
// Register all hack modules
MinecraftForge.EVENT_BUS.register(new FlyHack());
MinecraftForge.EVENT_BUS.register(new KillAura());
MinecraftForge.EVENT_BUS.register(new XRay());
MinecraftForge.EVENT_BUS.register(new Speed());
MinecraftForge.EVENT_BUS.register(new NoFall());
// Initialize GUI
new HackGUI().initialize();
}
}`;
// DOM Elements
const generateBtn = document.getElementById('generateBtn');
const previewSection = document.getElementById('previewSection');
const featuresList = document.getElementById('featuresList');
const codePreview = document.getElementById('codePreview');
const editSection = document.getElementById('editSection');
const hackRequest = document.getElementById('hackRequest');
const editRequest = document.getElementById('editRequest');
const editBtn = document.getElementById('editBtn');
const tweakBtn = document.getElementById('tweakBtn');
const updateBtn = document.getElementById('updateBtn');
const cancelEditBtn = document.getElementById('cancelEditBtn');
const downloadBtn = document.getElementById('downloadBtn');
// Event Listeners
generateBtn.addEventListener('click', () => {
// Show preview section
previewSection.classList.remove('hidden');
// Populate features (in a real app, this would come from an API)
featuresList.innerHTML = '';
sampleFeatures.forEach(feature => {
const featureItem = document.createElement('div');
featureItem.className = 'flex items-start';
featureItem.innerHTML = `
<i data-feather="check-circle" class="text-green-500 mr-2 mt-1 flex-shrink-0"></i>
<span class="text-gray-300">${feature}</span>
`;
featuresList.appendChild(featureItem);
});
// Populate code preview
codePreview.textContent = sampleCode;
// Scroll to preview
previewSection.scrollIntoView({ behavior: 'smooth' });
// Update icons
feather.replace();
});
editBtn.addEventListener('click', () => {
previewSection.classList.add('hidden');
editSection.classList.remove('hidden');
editRequest.value = hackRequest.value;
});
tweakBtn.addEventListener('click', () => {
previewSection.classList.add('hidden');
editSection.classList.remove('hidden');
editRequest.placeholder = "What additional features would you like?";
});
updateBtn.addEventListener('click', () => {
// In a real app, this would send the update request to the backend
hackRequest.value = editRequest.value;
editSection.classList.add('hidden');
previewSection.classList.remove('hidden');
});
cancelEditBtn.addEventListener('click', () => {
editSection.classList.add('hidden');
previewSection.classList.remove('hidden');
});
downloadBtn.addEventListener('click', () => {
// In a real app, this would generate and download a ZIP file
alert('In a real implementation, this would download a ZIP file with all the hack source code and resources. For this demo, imagine you got your hack files!');
});
</script>
</body>
</html>
|