Roblox Neon District Hacker
Aug 20th, 2015
Never
Roblox Neon District Hacker
Yo what's up guys!sorry about my old channel.its getting hack so i made new channel nowas you know my old channel is VedEd and its getting hack so i can't. Roblox bypass decals gamma hacked.
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- local p=game:GetService'Players'.LocalPlayer
- local surf='SmoothNoOutlines'
- if not c then error'Cannot find character, please respawn, then rerun the script' end
- -- Flashlight Handle
- hand.BrickColor=BrickColor.DarkGray()
- hand.Anchored=false
- hand.CanCollide=false
- hand.Size=Vector3.new(1,1,2)
- local fe=Instance.new'Part'
- fe.Parent=c
- fe.Locked=true
- fe.FormFactor='Custom'
- fe.TopSurface,hand.BottomSurface=surf,surf
- -- Welding stuff
- -- Flash to Right Arm
- weld1.Parent=hand
- weld1.Part1=c['Right Arm']
- local weld2=Instance.new'Weld'
- weld2.Part0=hand
- weld2.C0=CFrame.new(0, 0, 1)
- -- Right Arm Weld
- ra.Parent=c['Torso']
- ra.Part1=c['Torso']
- ra.C0=CFrame.new(-1.5,1,0)*CFrame.Angles(math.rad(180),0,0)
- -- Flashlight Functionality
- local flashlightOn = false
- p:GetMouse().Button1Down:connect(function()
- if flashlightOn then
- light=Instance.new'SurfaceLight'
- light.Range=32
- light.Brightness=2
- else
- if light then light:destroy() end
- end
- spawn(function()
- if flashlightOn then
- Battery=Battery-1
- else
- Battery=Battery+1
- end
- end
- -- Turning off flashlight if the battery is too low
- while wait() do
- flashlightOn=false
- fe.BrickColor=BrickColor.new'Black'
- end
- end)
- local stepped = game:GetService'RunService'.RenderStepped