-- Masmorra Dungeon Hack Mission GUI -- Deep write-up: Simulated security breach mission local Players = game:GetService("Players") local player = Players.LocalPlayer local gui = script.Parent local frame = gui:WaitForChild("MissionFrame")
-- Reset mission local function resetMission() missionState.currentLayer = 1 missionState.completed = false missionState.attempts = 0 submitBtn.Visible = true codeInput.Visible = true updateMissionUI() statusLabel.Text = "Mission restarted. Enter first bypass." end Script de missao de masmorra GUI Hack
-- Initialize updateMissionUI() Create the following inside MissionFrame : -- Masmorra Dungeon Hack Mission GUI -- Deep
If you’re looking for a (non-game), please clarify the target environment (CTF, web app, binary exploitation). Otherwise, this GUI mission script stands as a complete, runnable example for a dungeon hacking simulation. -- UI Elements (create dynamically or reference existing
-- UI Elements (create dynamically or reference existing ones) local layerTitle = frame:WaitForChild("LayerTitle") local codeInput = frame:WaitForChild("CodeInput") local submitBtn = frame:WaitForChild("SubmitButton") local statusLabel = frame:WaitForChild("StatusLabel") local progressBar = frame:WaitForChild("ProgressBar")
Extra interactivity on desktop The visual above is just an image, but on a large screen you see the full interactive and get the option to hover over each of the fights and character paths to see extra information about the fight; who was fighting whom, what was special about the fight and in what other battles did these characters fight.
Check it out behind your laptop / desktop as well for an even more detailed look into all fights that happened in Dragon Ball Z.
The fight info was taken from the Dragon Ball Wikia pages for each saga. For relevance, a few fights were taken out of the above visual; the Garlic Jr. and Other World Tournament filler sagas were completely removed. Also the ±5 fights that happened in the anime only and didn't feature any of the Z fighters, happened in a nightmare or flashback were taken out.
Created by Nadieh Bremer | Visual Cinnamon
Data from the very extensive Dragon Ball Wikia | Read about the design process in this blog