Advertisement
Walterin0

Untitled

Jun 17th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.16 KB | None | 0 0
  1. --//Custom Dec
  2.  
  3. local script = game:GetService("Players").LocalPlayer.PlayerGui.Hub.MainLocal
  4.  
  5.  
  6.  
  7.  
  8.  
  9. local function viewscript(Dec)
  10. --//settings
  11. local numberl = game:HttpGet("https://pastebin.com/raw/MYizhDTY",true)
  12.  
  13.  
  14. --//GUI
  15. local ScreenGui = Instance.new("ScreenGui")
  16. local ScriptViewer = Instance.new("Frame")
  17. local Frame = Instance.new("Frame")
  18. local TextLabel = Instance.new("TextLabel")
  19. local Header = Instance.new("Frame")
  20. local ImageLabel = Instance.new("ImageLabel")
  21. local TextButton = Instance.new("TextButton")
  22. local ScrollingFrame = Instance.new("ScrollingFrame")
  23. local ScriptBox = Instance.new("TextLabel")
  24. local TextLabel_2 = Instance.new("TextLabel")
  25. ScreenGui.Parent = game:GetService("CoreGui")
  26. ScriptViewer.Name = "ScriptViewer"
  27. ScriptViewer.Parent = ScreenGui
  28. ScriptViewer.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  29. ScriptViewer.BorderColor3 = Color3.new(0, 0.666667, 1)
  30. ScriptViewer.Position = UDim2.new(0.271397233, 0, 0.249011859, 0)
  31. ScriptViewer.Size = UDim2.new(0, 624, 0, 381)
  32. ScriptViewer.Visible = true
  33. ScriptViewer.Active = true
  34. ScriptViewer.Draggable = true
  35. ScriptViewer.ClipsDescendants = true
  36. Frame.Parent = ScriptViewer
  37. Frame.BackgroundColor3 = Color3.new(0.392157, 0.196078, 0.588235)
  38. Frame.BorderColor3 = Color3.new(0.392157, 0.196078, 0.588235)
  39. Frame.BorderSizePixel = 0
  40. Frame.Position = UDim2.new(0, 0, 0.947506547, 0)
  41. Frame.Size = UDim2.new(1, 0, 0, 20)
  42. TextLabel.Parent = Frame
  43. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  44. TextLabel.BackgroundTransparency = 1
  45. TextLabel.Size = UDim2.new(0, 93, 0, 20)
  46. TextLabel.Font = Enum.Font.SourceSans
  47. TextLabel.FontSize = Enum.FontSize.Size18
  48. TextLabel.Text = "● Script Viewer"
  49. TextLabel.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  50. TextLabel.TextSize = 16
  51. Header.Name = "Header"
  52. Header.Parent = ScriptViewer
  53. Header.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  54. Header.BorderSizePixel = 0
  55. Header.Size = UDim2.new(0, 624, 0, 31)
  56. ImageLabel.Parent = Header
  57. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  58. ImageLabel.BackgroundTransparency = 1
  59. ImageLabel.Position = UDim2.new(0.00961538497, 0, 0.161290318, 0)
  60. ImageLabel.Size = UDim2.new(0, 20, 0, 20)
  61. ImageLabel.Image = "rbxassetid://3270633087"
  62. TextButton.Parent = Header
  63. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  64. TextButton.BackgroundTransparency = 1
  65. TextButton.Position = UDim2.new(0.953525662, 0, 0, 0)
  66. TextButton.Size = UDim2.new(0, 29, 0, 31)
  67. TextButton.Font = Enum.Font.SourceSans
  68. TextButton.FontSize = Enum.FontSize.Size24
  69. TextButton.Text = "x"
  70. TextButton.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  71. TextButton.TextSize = 20
  72. ScrollingFrame.Parent = ScriptViewer
  73. ScrollingFrame.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  74. ScrollingFrame.BorderColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  75. ScrollingFrame.BorderSizePixel = 0
  76. ScrollingFrame.Position = UDim2.new(0, 0, 0.0813648328, 0)
  77. ScrollingFrame.Size = UDim2.new(0, 624, 0, 700)
  78. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 20, 0)
  79. ScrollingFrame.ScrollBarThickness = 7
  80. ScriptBox.Name = "ScriptBox"
  81. ScriptBox.Parent = ScrollingFrame
  82. ScriptBox.BackgroundColor3 = Color3.new(1, 1, 1)
  83. ScriptBox.BackgroundTransparency = 1
  84. ScriptBox.Position = UDim2.new(0.0320512839, 0, 0, 0)
  85. ScriptBox.Size = UDim2.new(0, 604, 0, 800)
  86. ScriptBox.Font = Enum.Font.SourceSans
  87. ScriptBox.FontSize = Enum.FontSize.Size18
  88. ScriptBox.Text = ""
  89. ScriptBox.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  90. ScriptBox.TextSize = 18
  91. ScriptBox.TextXAlignment = Enum.TextXAlignment.Left
  92. ScriptBox.TextYAlignment = Enum.TextYAlignment.Top
  93. ScriptBox.Text = Dec
  94. TextLabel_2.Parent = ScrollingFrame
  95. TextLabel_2.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  96. TextLabel_2.BorderSizePixel = 0
  97. TextLabel_2.Size = UDim2.new(0, 20, 0, 9999)
  98. TextLabel_2.Font = Enum.Font.SourceSans
  99. TextLabel_2.FontSize = Enum.FontSize.Size18
  100. TextLabel_2.TextColor3 = Color3.new(0, 0.666667, 1)
  101. TextLabel_2.TextSize = 18
  102. TextLabel_2.TextYAlignment = Enum.TextYAlignment.Top
  103. TextLabel_2.Text =numberl
  104. TextButton.MouseButton1Click:connect(function()
  105. ScriptViewer.Visible = false
  106. end)
  107. end
  108. script2 = decompile(script)
  109. viewscript(script2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement