Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.01 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local main = Instance.new("Frame")
  8. local credits = Instance.new("TextLabel")
  9. local nlegends = Instance.new("TextButton")
  10. local close = Instance.new("TextButton")
  11. local mm2 = Instance.new("TextButton")
  12. local plife = Instance.new("TextButton")
  13. local ftfacility = Instance.new("TextButton")
  14. local rpsion = Instance.new("TextButton")
  15. local lospeed = Instance.new("TextButton")
  16. local openmain = Instance.new("Frame")
  17. local open = Instance.new("TextButton")
  18.  
  19. --Properties:
  20.  
  21. ScreenGui.Parent = game.CoreGui
  22. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  23.  
  24. main.Name = "main"
  25. main.Parent = ScreenGui
  26. main.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
  27. main.Position = UDim2.new(0.0845295042, 0, 0.201587304, 0)
  28. main.Size = UDim2.new(0, 500, 0, 337)
  29. main.Visible = false
  30. main.Active = true
  31. main.Draggable = true
  32.  
  33. credits.Name = "credits"
  34. credits.Parent = main
  35. credits.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
  36. credits.Size = UDim2.new(0, 500, 0, 43)
  37. credits.Font = Enum.Font.GothamBold
  38. credits.Text = "Created by corehemid (la3.SK1#7505)"
  39. credits.TextColor3 = Color3.fromRGB(0, 0, 0)
  40. credits.TextSize = 18.000
  41.  
  42. nlegends.Name = "n.legends"
  43. nlegends.Parent = main
  44. nlegends.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  45. nlegends.Position = UDim2.new(0, 0, 0.127596438, 0)
  46. nlegends.Size = UDim2.new(0, 200, 0, 50)
  47. nlegends.Font = Enum.Font.GothamBold
  48. nlegends.Text = "Ninja Legends"
  49. nlegends.TextColor3 = Color3.fromRGB(0, 0, 0)
  50. nlegends.TextSize = 18.000
  51. nlegends.MouseButton1Down:connect(function()
  52. loadstring(game:HttpGet('https://pastebin.com/raw/L7f9GNQG',true))()
  53. end)
  54.  
  55. close.Name = "close"
  56. close.Parent = main
  57. close.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  58. close.Position = UDim2.new(0.90200001, 0, 0, 0)
  59. close.Size = UDim2.new(0, 49, 0, 43)
  60. close.Font = Enum.Font.GothamBold
  61. close.Text = "X"
  62. close.TextColor3 = Color3.fromRGB(0, 0, 0)
  63. close.TextScaled = true
  64. close.TextSize = 18.000
  65. close.TextWrapped = true
  66. close.MouseButton1Down:connect(function()
  67. main.Visible = false
  68. openmain.Visible = true
  69. end)
  70.  
  71. mm2.Name = "mm2"
  72. mm2.Parent = main
  73. mm2.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  74. mm2.Position = UDim2.new(0.600000024, 0, 0.127596438, 0)
  75. mm2.Size = UDim2.new(0, 200, 0, 50)
  76. mm2.Font = Enum.Font.GothamBold
  77. mm2.Text = "Murder Mystery 2"
  78. mm2.TextColor3 = Color3.fromRGB(0, 0, 0)
  79. mm2.TextSize = 18.000
  80. mm2.MouseButton1Down:connect(function()
  81. loadstring(game:GetObjects("rbxassetid://4001118261")[1].Source)()
  82. end)
  83.  
  84. plife.Name = "plife"
  85. plife.Parent = main
  86. plife.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  87. plife.Position = UDim2.new(0, 0, 0.275964379, 0)
  88. plife.Size = UDim2.new(0, 200, 0, 50)
  89. plife.Font = Enum.Font.GothamBold
  90. plife.Text = "Prison Life"
  91. plife.TextColor3 = Color3.fromRGB(0, 0, 0)
  92. plife.TextSize = 18.000
  93. plife.MouseButton1Down:connect(function()
  94. loadstring(game:HttpGet("https://pastebin.com/raw/HpCpt9rt", true))()
  95. end)
  96.  
  97. ftfacility.Name = "f.t.facility"
  98. ftfacility.Parent = main
  99. ftfacility.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  100. ftfacility.Position = UDim2.new(0.600000024, 0, 0.275964379, 0)
  101. ftfacility.Size = UDim2.new(0, 200, 0, 50)
  102. ftfacility.Font = Enum.Font.GothamBold
  103. ftfacility.Text = "Flee The Facility"
  104. ftfacility.TextColor3 = Color3.fromRGB(0, 0, 0)
  105. ftfacility.TextSize = 18.000
  106. ftfacility.MouseButton1Down:connect(function()
  107. loadstring(game:HttpGet("https://pastebin.com/raw/mFnVACZ1",true))()
  108. end)
  109.  
  110.  
  111. rpsion.Name = "rpsion"
  112. rpsion.Parent = main
  113. rpsion.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  114. rpsion.Position = UDim2.new(0, 0, 0.42433235, 0)
  115. rpsion.Size = UDim2.new(0, 200, 0, 50)
  116. rpsion.Font = Enum.Font.GothamBold
  117. rpsion.Text = "Redwood Prison"
  118. rpsion.TextColor3 = Color3.fromRGB(0, 0, 0)
  119. rpsion.TextSize = 18.000
  120. rpsion.MouseButton1Down:connect(function()
  121. loadstring(game:HttpGet("https://pastebin.com/raw/rT3UCQRs", true))();
  122. end)
  123.  
  124.  
  125. lospeed.Name = "l.o.speed"
  126. lospeed.Parent = main
  127. lospeed.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  128. lospeed.Position = UDim2.new(0.600000024, 0, 0.42433235, 0)
  129. lospeed.Size = UDim2.new(0, 200, 0, 50)
  130. lospeed.Font = Enum.Font.GothamBold
  131. lospeed.Text = "Legends of Speed"
  132. lospeed.TextColor3 = Color3.fromRGB(0, 0, 0)
  133. lospeed.TextSize = 18.000
  134. lospeed.MouseButton1Down:connect(function()
  135. loadstring(game:HttpGet('https://pastebin.com/raw/jkLVXnGW'))()
  136. end)
  137.  
  138.  
  139. openmain.Name = "openmain"
  140. openmain.Parent = ScreenGui
  141. openmain.BackgroundColor3 = Color3.fromRGB(255, 255, 0)
  142. openmain.Position = UDim2.new(0, 0, 0.771428585, 0)
  143. openmain.Size = UDim2.new(0, 86, 0, 23)
  144. openmain.Active = true
  145. openmain.Draggable = true
  146.  
  147. open.Name = "open"
  148. open.Parent = openmain
  149. open.BackgroundColor3 = Color3.fromRGB(255, 255, 0)
  150. open.Size = UDim2.new(0, 86, 0, 23)
  151. open.Font = Enum.Font.GothamBold
  152. open.Text = "OPEN"
  153. open.TextColor3 = Color3.fromRGB(0, 0, 0)
  154. open.TextScaled = true
  155. open.TextSize = 18.000
  156. open.TextWrapped = true
  157. open.MouseButton1Down:connect(function()
  158. openmain.Visible = false
  159. main.Visible = true
  160. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement