ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
Random Mafia Shooter
10.8k Views

Can someone make a script for this game

Random Mafia ShooterUploaded by
11 months ago
Please login to perform these actions:

Description

any freature would help, inf ammoes, auto farm, auto rob, bypass anticheat, killnpcs, remove cops, or a troll gui, that'll be soo useful

View Raw
Edited By: ivanjavier0330 Download


Comments
7
User profile picture
Voyx 11 months ago
@ivan i gotchu
User profile picture
Voyx 11 months ago
Dm me _voyx on discord
User profile picture
ivanjavier0330 11 months ago
@Voyx thanks dude I added you, display name is images.jpg
User profile picture
ivanjavier0330 10 months ago
@voyx any updates?
User profile picture
Voyx 10 months ago
@ivanjavier0330 i sent u it in your dms
User profile picture
dayronivan12 10 months ago - Edited
i created a script bro test this
User profile picture
dayronivan12 10 months ago
-- EZ HUD para Delta Executor - Random Mafia Shooter -- Creador: Day | Versión 1.0 if game.CoreGui:FindFirstChild("EZHUD") then game.CoreGui.EZHUD:Destroy() end local player = game.Players.LocalPlayer local mouse = player:GetMouse() local character = player.Character or player.CharacterAdded:Wait() local humanoid = character:WaitForChild("Humanoid") -- GUI base local gui = Instance.new("ScreenGui", game.CoreGui) gui.Name = "EZHUD" gui.ResetOnS* = false -- Draggable main button local button = Instance.new("TextButton") button.Parent = gui button.Size = UDim2.new(0, 120, 0, 40) button.Position = UDim2.new(0.5, -60, 0.5, -20) button.BackgroundColor3 = Color3.new(0, 0, 0) button.Text = "EZ HUD" button.TextColor3 = Color3.new(1, 1, 1) button.TextScaled = true button.Active = true button.Draggable = true -- Main menu frame local menu = Instance.new("Frame", gui) menu.Size = UDim2.new(0, 180, 0, 180) menu.Position = UDim2.new(0, 20, 0, 20) menu.BackgroundColor3 = Color3.fromRGB(20, 20, 20) menu.Visible = false -- Etiqueta superior local *le = Instance.new("TextLabel", menu) *le.Size = UDim2.new(1, 0, 0, 30) *le.Text = "BY: Day v1.0" *le.TextColor3 = Color3.new(1, 1, 1) *le.TextScaled = true *le.BackgroundTransparency = 1 -- Checkbox estilo local function createCheckbox(y, labelText, callback) local checkFrame = Instance.new("Frame", menu) checkFrame.Size = UDim2.new(1, -10, 0, 25) checkFrame.Position = UDim2.new(0, 5, 0, y) checkFrame.BackgroundTransparency = 1 local checkbox = Instance.new("TextButton", checkFrame) checkbox.Size = UDim2.new(0, 25, 0, 25) checkbox.Position = UDim2.new(0, 0, 0, 0) checkbox.BackgroundColor3 = Color3.new(1, 1, 1) checkbox.Text = "" checkbox.TextColor3 = Color3.new(0, 0, 0) chec
Please Login to add a comment.