The Music 2012 Smile Face April Fools Hack Roblox Post in the comments who you think did this. The horrid april fools joke of 2012 on roblox. Roblox Servers Are Not Going To Shut Down In 2020.
Apr 1st, 2020
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
How To Be A Hacker On Roblox
2012 Roblox Hack Incident
- -- Arsenal GUI (April Fools Day GUI, [Content Deleted] GUI)
- -- Video: https://www.youtube.com/watch?v=zzlkTqpG9Oc
- -- Instances:
- local ScreenGui = Instance.new('ScreenGui')
- local ContentDeleted = Instance.new('ImageLabel')
- local title = Instance.new('TextLabel')
- local noclipaimbot = Instance.new('TextButton')
- local flyjump = Instance.new('TextButton')
- --Properties:
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(255,255,255)
- Frame.Position = UDim2.new(0.377370417,0,0.419586569,0)
- ContentDeleted.Parent = Frame
- ContentDeleted.BackgroundColor3 = Color3.fromRGB(255,255,255)
- ContentDeleted.Image ='http://www.roblox.com/asset/?id=4597390900'
- close.Name ='close'
- close.BackgroundColor3 = Color3.fromRGB(255,0,0)
- close.Size = UDim2.new(0,50,0,50)
- close.Text ='X'
- close.TextScaled =true
- close.TextWrapped =true
- title.Name ='title'
- title.BackgroundColor3 = Color3.fromRGB(255,255,255)
- title.Text ='[ Content Deleted ]'
- title.TextScaled =true
- title.TextWrapped =true
- fly.Name ='fly'
- fly.BackgroundColor3 = Color3.fromRGB(255,255,255)
- fly.Size = UDim2.new(0,120,0,30)
- fly.Text ='Fly'
- fly.TextSize =14.000
- noclipaimbot.Name ='noclip/aimbot'
- noclipaimbot.BackgroundColor3 = Color3.fromRGB(255,255,255)
- noclipaimbot.Position = UDim2.new(0.314814806,0,0.75,0)
- noclipaimbot.Font = Enum.Font.SourceSans
- noclipaimbot.TextColor3 = Color3.fromRGB(0,0,0)
- TextLabel.BackgroundColor3 = Color3.fromRGB(255,255,255)
- TextLabel.Position = UDim2.new(-0.358333319,0,1,0)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text ='Press 'E' for Noclip and 'R' for Aimbot'
- TextLabel.TextSize =14.000
- flyjump.Name ='flyjump'
- flyjump.BackgroundColor3 = Color3.fromRGB(255,255,255)
- flyjump.Position = UDim2.new(0.629629612,0,0.424999982,0)
- flyjump.Font = Enum.Font.SourceSans
- flyjump.TextColor3 = Color3.fromRGB(0,0,0)
- localfunction POBYAK_fake_script()-- close.LocalScript
- local Frame = script.Parent.Parent.Parent
- Button.MouseButton1Click:Connect(function()
- end)
- coroutine.wrap(POBYAK_fake_script)()
- localfunction NRFA_fake_script()-- fly.LocalScript
- loadstring(game:HttpGet('https://pastebin.com/raw/7rXZ9VNc',true))()
- end
- localfunction PTMKO_fake_script()-- noclipaimbot.LocalScript
- local script = Instance.new('LocalScript', noclipaimbot)
- local Button = script.Parent
- Button.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet('https://pastebin.com/raw/fLrVhXZP',true))()
- end
- localfunction ZQLMH_fake_script()-- flyjump.LocalScript
- local script = Instance.new('LocalScript', flyjump)
- local Button = script.Parent
- Button.MouseButton1Click:Connect(function()
- game:GetService('UserInputService').JumpRequest:connect(function()
- game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState('Jumping')
- end)
- end
- Frame.Draggable =true