Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Thank for credits
- s = Instance.new("Sky")
- s.Name = "Sky"
- s.Parent = game.Lighting
- local HeckerModX = Instance.new("ScreenGui")
- local interface = Instance.new("Frame")
- local interfaceScrollingFrame = Instance.new("ScrollingFrame")
- local decalspam = Instance.new("TextButton")
- local setskybox = Instance.new("TextButton")
- local banhammer = Instance.new("TextButton")
- local cmdx = Instance.new("TextButton")
- local comingsoon = Instance.new("TextButton")
- local comingsoon_2 = Instance.new("TextButton")
- local comingsoon_3 = Instance.new("TextButton")
- local comingsoon_4 = Instance.new("TextButton")
- local comingsoon_5 = Instance.new("TextButton")
- local title = Instance.new("TextLabel")
- HeckerModX.Name = "Hecker Mod X"
- HeckerModX.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- HeckerModX.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- HeckerModX.ResetOnSpawn = false
- interface.Name = "interface"
- interface.Parent = HeckerModX
- interface.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- interface.BackgroundTransparency = 1.000
- interface.Position = UDim2.new(0.290196091, 0, 0.188866794, 0)
- interface.Size = UDim2.new(0, 321, 0, 314)
- interface.Active = true
- interface.Draggable = true
- interfaceScrollingFrame.Name = "interfaceScrollingFrame"
- interfaceScrollingFrame.Parent = interface
- interfaceScrollingFrame.Active = true
- interfaceScrollingFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- interfaceScrollingFrame.BorderSizePixel = 0
- interfaceScrollingFrame.Position = UDim2.new(0.219815552, 0, -0.00318471342, 0)
- interfaceScrollingFrame.Size = UDim2.new(0, 179, 0, 314)
- interfaceScrollingFrame.CanvasPosition = Vector2.new(0, 314)
- decalspam.Name = "decalspam"
- decalspam.Parent = interfaceScrollingFrame
- decalspam.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- decalspam.BackgroundTransparency = 1.000
- decalspam.Position = UDim2.new(0.111731842, 0, 0.0843949094, 0)
- decalspam.Size = UDim2.new(0, 137, 0, 37)
- decalspam.Font = Enum.Font.SciFi
- decalspam.Text = "Decal Spam"
- decalspam.TextColor3 = Color3.fromRGB(0, 240, 0)
- decalspam.TextSize = 22.000
- function decalspamClick()
- function exPro(root)
- for _, v in pairs(root:GetChildren()) do
- if v:IsA("Decal") and v.Texture ~= "http://www.roblox.com/asset/?id=9683822037" then
- v.Parent = nil
- elseif v:IsA("BasePart") then
- v.Material = "Plastic"
- v.Transparency = 0
- local One = Instance.new("Decal", v)
- local Two = Instance.new("Decal", v)
- local Three = Instance.new("Decal", v)
- local Four = Instance.new("Decal", v)
- local Five = Instance.new("Decal", v)
- local Six = Instance.new("Decal", v)
- One.Texture = "http://www.roblox.com/asset/?id=9683822037"
- Two.Texture = "http://www.roblox.com/asset/?id=9683822037"
- Three.Texture = "http://www.roblox.com/asset/?id=9683822037"
- Four.Texture = "http://www.roblox.com/asset/?id=9683822037"
- Five.Texture = "http://www.roblox.com/asset/?id=9683822037"
- Six.Texture = "http://www.roblox.com/asset/?id=9683822037"
- One.Face = "Front"
- Two.Face = "Back"
- Three.Face = "Right"
- Four.Face = "Left"
- Five.Face = "Top"
- Six.Face = "Bottom"
- end
- exPro(v)
- end
- end
- function asdf(root)
- for _, v in pairs(root:GetChildren()) do
- asdf(v)
- end
- end
- exPro(game.Workspace)
- asdf(game.Workspace)
- end
- decalspam.MouseButton1Down:Connect(decalspamClick)
- setskybox.Name = "setskybox"
- setskybox.Parent = interfaceScrollingFrame
- setskybox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- setskybox.BackgroundTransparency = 1.000
- setskybox.Position = UDim2.new(0.111731842, 0, 0.183121026, 0)
- setskybox.Size = UDim2.new(0, 137, 0, 37)
- setskybox.Font = Enum.Font.SciFi
- setskybox.Text = "Set SkyBox"
- setskybox.TextColor3 = Color3.fromRGB(0, 240, 0)
- setskybox.TextSize = 22.000
- function setskyboxClick()
- s = Instance.new("Sky")
- s.Name = "Sky"
- s.Parent = game.Lighting
- s.SkyboxBk = "http://www.roblox.com/asset/?id=9683822037"
- s.SkyboxDn = "http://www.roblox.com/asset/?id=9683822037"
- s.SkyboxFt = "http://www.roblox.com/asset/?id=9683822037"
- s.SkyboxLf = "http://www.roblox.com/asset/?id=9683822037"
- s.SkyboxRt = "http://www.roblox.com/asset/?id=9683822037"
- s.SkyboxUp = "http://www.roblox.com/asset/?id=9683822037"
- game.Lighting.TimeOfDay = 12
- end
- setskybox.MouseButton1Down:Connect(setskyboxClick)
- banhammer.Name = "banhammer"
- banhammer.Parent = interfaceScrollingFrame
- banhammer.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- banhammer.BackgroundTransparency = 1.000
- banhammer.Position = UDim2.new(0.111731842, 0, 0.285031855, 0)
- banhammer.Size = UDim2.new(0, 137, 0, 37)
- banhammer.Font = Enum.Font.SciFi
- banhammer.Text = "Ban Hammer"
- banhammer.TextColor3 = Color3.fromRGB(0, 240, 0)
- banhammer.TextSize = 22.000
- banhammer.MouseButton1Down:Connect(function()
- loadstring(game:HttpGet('https://pastebin.com/raw/X8Qc5NTr', true))()
- end)
- cmdx.Name = "cmdx"
- cmdx.Parent = interfaceScrollingFrame
- cmdx.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- cmdx.BackgroundTransparency = 1.000
- cmdx.Position = UDim2.new(0.117318437, 0, 0.391719759, 0)
- cmdx.Size = UDim2.new(0, 137, 0, 37)
- cmdx.Font = Enum.Font.SciFi
- cmdx.Text = "CmdX"
- cmdx.TextColor3 = Color3.fromRGB(0, 240, 0)
- cmdx.TextSize = 22.000
- cmdx.MouseButton1Down:Connect(function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/CMD-X/CMD-X/master/Source', true))()
- end)
- comingsoon.Name = "comingsoon"
- comingsoon.Parent = interfaceScrollingFrame
- comingsoon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- comingsoon.BackgroundTransparency = 1.000
- comingsoon.Position = UDim2.new(0.117318437, 0, 0.480891705, 0)
- comingsoon.Size = UDim2.new(0, 137, 0, 37)
- comingsoon.Font = Enum.Font.SciFi
- comingsoon.Text = "Coming Soon"
- comingsoon.TextColor3 = Color3.fromRGB(0, 240, 0)
- comingsoon.TextSize = 22.000
- comingsoon_2.Name = "comingsoon"
- comingsoon_2.Parent = interfaceScrollingFrame
- comingsoon_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- comingsoon_2.BackgroundTransparency = 1.000
- comingsoon_2.Position = UDim2.new(0.117318437, 0, 0.58598721, 0)
- comingsoon_2.Size = UDim2.new(0, 137, 0, 37)
- comingsoon_2.Font = Enum.Font.SciFi
- comingsoon_2.Text = "Coming Soon"
- comingsoon_2.TextColor3 = Color3.fromRGB(0, 240, 0)
- comingsoon_2.TextSize = 22.000
- comingsoon_3.Name = "comingsoon"
- comingsoon_3.Parent = interfaceScrollingFrame
- comingsoon_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- comingsoon_3.BackgroundTransparency = 1.000
- comingsoon_3.Position = UDim2.new(0.117318437, 0, 0.695859849, 0)
- comingsoon_3.Size = UDim2.new(0, 137, 0, 37)
- comingsoon_3.Font = Enum.Font.SciFi
- comingsoon_3.Text = "Coming Soon"
- comingsoon_3.TextColor3 = Color3.fromRGB(0, 240, 0)
- comingsoon_3.TextSize = 22.000
- comingsoon_4.Name = "comingsoon"
- comingsoon_4.Parent = interfaceScrollingFrame
- comingsoon_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- comingsoon_4.BackgroundTransparency = 1.000
- comingsoon_4.Position = UDim2.new(0.111731842, 0, 0.941082716, 0)
- comingsoon_4.Size = UDim2.new(0, 137, 0, 37)
- comingsoon_4.Font = Enum.Font.SciFi
- comingsoon_4.Text = "Coming Soon"
- comingsoon_4.TextColor3 = Color3.fromRGB(0, 240, 0)
- comingsoon_4.TextSize = 22.000
- comingsoon_5.Name = "comingsoon"
- comingsoon_5.Parent = interfaceScrollingFrame
- comingsoon_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- comingsoon_5.BackgroundTransparency = 1.000
- comingsoon_5.Position = UDim2.new(0.117318437, 0, 0.820063591, 0)
- comingsoon_5.Size = UDim2.new(0, 137, 0, 37)
- comingsoon_5.Font = Enum.Font.SciFi
- comingsoon_5.Text = "Coming Soon"
- comingsoon_5.TextColor3 = Color3.fromRGB(0, 240, 0)
- comingsoon_5.TextSize = 22.000
- title.Name = "title"
- title.Parent = interface
- title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- title.BackgroundTransparency = 1.000
- title.Position = UDim2.new(0.221183807, 0, -0.00318471342, 0)
- title.Size = UDim2.new(0, 178, 0, 18)
- title.Font = Enum.Font.SciFi
- title.Text = "Hecker Mod X"
- title.TextColor3 = Color3.fromRGB(0, 255, 0)
- title.TextSize = 27.000
- --Copy this script in only krnl, jjsplot, synapse x!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement