|
|
<!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 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 class="max-w-4xl mx-auto"> |
|
|
|
|
|
<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> |
|
|
|
|
|
|
|
|
<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"> |
|
|
|
|
|
</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> |
|
|
|
|
|
|
|
|
<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> |
|
|
|
|
|
|
|
|
<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 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> |
|
|
|
|
|
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 |
|
|
}); |
|
|
|
|
|
|
|
|
feather.replace(); |
|
|
|
|
|
|
|
|
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" |
|
|
]; |
|
|
|
|
|
|
|
|
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(); |
|
|
} |
|
|
}`; |
|
|
|
|
|
|
|
|
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'); |
|
|
|
|
|
|
|
|
generateBtn.addEventListener('click', () => { |
|
|
|
|
|
previewSection.classList.remove('hidden'); |
|
|
|
|
|
|
|
|
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); |
|
|
}); |
|
|
|
|
|
|
|
|
codePreview.textContent = sampleCode; |
|
|
|
|
|
|
|
|
previewSection.scrollIntoView({ behavior: 'smooth' }); |
|
|
|
|
|
|
|
|
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', () => { |
|
|
|
|
|
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', () => { |
|
|
|
|
|
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> |
|
|
|