Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Jailbird X-Ray
- -- By 28#3369
- local v0=Instance.new("HopperBin");v0.Parent=game.Players.LocalPlayer.Backpack;v0.Name="X-Ray";wait(1);local v4=workspace.CurrentCamera;local v5=game.Players.LocalPlayer;local v6=game:GetService("UserInputService");local v7=game:GetService("RunService");local v8=game:GetService("StarterPlayer");local v9=game:GetService("Workspace");local v10=game:GetService("TweenService");local v11=false;local v12=0;local v13=0.5;local v14=0.08;local function v15(v52) for v61,v62 in pairs(v9:GetDescendants()) do if (v62:IsA("Part") and v62.CanCollide) then v62.Transparency=v52;end end end local function v16() v11= not v11;if v11 then v15(v13);else v15(v12);end end v6.InputBegan:Connect(function(v53,v54) if not v54 then if (v53.KeyCode==Enum.KeyCode.X) then v16();end end end);local v17=game.Players.LocalPlayer:WaitForChild("PlayerGui");local v18=Instance.new("ScreenGui");v18.Parent=v17;local v20=Instance.new("TextBox");v20.Parent=v18;v20.Text="X-Ray by 28#3369";v20.TextSize=10;v20.BackgroundTransparency=1;v20.BorderSizePixel=0;v20.ClearTextOnFocus=false;v20.TextEditable=false;v20.TextXAlignment=Enum.TextXAlignment.Left;v20.TextYAlignment=Enum.TextYAlignment.Top;v20.Position=UDim2.new(0,10,0,350);local function v33() local v55={Color3.fromRGB(255,0,0),Color3.fromRGB(255,127,0),Color3.fromRGB(255,255,0),Color3.fromRGB(0,255,0),Color3.fromRGB(0,0,255),Color3.fromRGB(75,0,130),Color3.fromRGB(148,0,211)};while v20.Visible do for v64,v65 in ipairs(v55) do v20.TextColor3=v65;wait(v14);end end end v20.Visible=true;coroutine.wrap(v33)();local v35=Instance.new("ScreenGui");v35.Parent=v17;local v37=Instance.new("TextLabel");v37.Parent=v35;v37.Text="X-Ray by 28#3369";v37.TextSize=10;v37.TextColor3=Color3.fromRGB(255,255,255);v37.BackgroundTransparency=1;v37.BorderSizePixel=0;v37.TextXAlignment=Enum.TextXAlignment.Left;v37.TextYAlignment=Enum.TextYAlignment.Top;v37.Position=UDim2.new(0,10,0,350);v37.TextTransparency=0;local function v48(v56) if (v56==0) then return Color3.fromRGB(0,0,0);else return Color3.fromHSV(v56,1,1);end end local v49=0;local function v50() v49=(v49 + 0.01)%1 ;v37.TextColor3=v48(v49);end v7.RenderStepped:Connect(function() v50();end);local function v51() local v58=TweenInfo.new(1,Enum.EasingStyle.Linear,Enum.EasingDirection.Out);local v59=v10:Create(v20,v58,{TextTransparency=1,BackgroundTransparency=1});v59:Play();local v60=v10:Create(v37,v58,{TextTransparency=1,BackgroundTransparency=1});v60:Play();v59.Completed:Connect(function() v20.Visible=false;end);v60.Completed:Connect(function() v35:Destroy();end);end wait(10);v51();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement