Advertisement
CheaterRBLX

Phanthom Remake

Oct 16th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.75 KB | None | 0 0
  1. - Objects
  2. local Phantom = Instance.new("ScreenGui")
  3. local LoginFrame = Instance.new("Frame")
  4. local Line = Instance.new("Frame")
  5. local PlsLogin = Instance.new("TextLabel")
  6. local Username = Instance.new("TextBox")
  7. local Password = Instance.new("TextBox")
  8. local Submit = Instance.new("TextButton")
  9. local MainFrame = Instance.new("Frame")
  10. local Line_2 = Instance.new("Frame")
  11. local Title = Instance.new("TextLabel")
  12. local ByDino = Instance.new("TextLabel")
  13. local Execution = Instance.new("TextButton")
  14. local Scripts = Instance.new("TextButton")
  15. local Exit = Instance.new("TextButton")
  16. local ExeFrame = Instance.new("Frame")
  17. local Frame = Instance.new("Frame")
  18. local ScrollingFrame = Instance.new("ScrollingFrame")
  19. local TextBox = Instance.new("TextBox")
  20. local Exebut = Instance.new("TextButton")
  21. local Clrbut = Instance.new("TextButton")-- PropertiesPhantom.Name = "Phantom"
  22. Phantom.Parent = game.StarterGuiLoginFrame.Name = "LoginFrame"
  23. LoginFrame.Parent = Phantom
  24. LoginFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  25. LoginFrame.BackgroundTransparency = 0.30000001192093
  26. LoginFrame.Draggable = true
  27. LoginFrame.Position = UDim2.new(0, 0, 0, 186)
  28. LoginFrame.Size = UDim2.new(0, 215, 0, 320)Line.Name = "Line"
  29. Line.Parent = LoginFrame
  30. Line.BackgroundColor3 = Color3.new(0, 0, 0.498039)
  31. Line.BorderSizePixel = 0
  32. Line.Size = UDim2.new(0, 215, 0, 18)PlsLogin.Name = "Pls Login"
  33. PlsLogin.Parent = LoginFrame
  34. PlsLogin.BackgroundColor3 = Color3.new(0.00784314, 0.00784314, 0.00784314)
  35. PlsLogin.BackgroundTransparency = 0.5
  36. PlsLogin.BorderColor3 = Color3.new(0.333333, 0, 1)
  37. PlsLogin.BorderSizePixel = 2
  38. PlsLogin.Position = UDim2.new(0, 37, 0, 55)
  39. PlsLogin.Size = UDim2.new(0, 141, 0, 34)
  40. PlsLogin.Font = Enum.Font.SciFi
  41. PlsLogin.FontSize = Enum.FontSize.Size14
  42. PlsLogin.Text = "Please Login"
  43. PlsLogin.TextColor3 = Color3.new(0.235294, 0.576471, 0.576471)
  44. PlsLogin.TextSize = 14Username.Name = "Username"
  45. Username.Parent = LoginFrame
  46. Username.BackgroundColor3 = Color3.new(0, 0, 0)
  47. Username.BackgroundTransparency = 0.60000002384186
  48. Username.BorderColor3 = Color3.new(0.333333, 0, 1)
  49. Username.BorderSizePixel = 2
  50. Username.Position = UDim2.new(0, 33, 0, 127)
  51. Username.Size = UDim2.new(0, 149, 0, 33)
  52. Username.Font = Enum.Font.SciFi
  53. Username.FontSize = Enum.FontSize.Size14
  54. Username.Text = "Username"
  55. Username.TextColor3 = Color3.new(0.235294, 0.576471, 0.576471)
  56. Username.TextSize = 14Password.Name = "Password"
  57. Password.Parent = LoginFrame
  58. Password.BackgroundColor3 = Color3.new(0, 0, 0)
  59. Password.BackgroundTransparency = 0.60000002384186
  60. Password.BorderColor3 = Color3.new(0.333333, 0, 1)
  61. Password.BorderSizePixel = 2
  62. Password.Position = UDim2.new(0, 33, 0, 190)
  63. Password.Size = UDim2.new(0, 149, 0, 28)
  64. Password.Font = Enum.Font.SciFi
  65. Password.FontSize = Enum.FontSize.Size14
  66. Password.Text = "Password"
  67. Password.TextColor3 = Color3.new(0.235294, 0.576471, 0.576471)
  68. Password.TextSize = 14Submit.Name = "Submit"
  69. Submit.Parent = LoginFrame
  70. Submit.BackgroundColor3 = Color3.new(0, 0, 0)
  71. Submit.BackgroundTransparency = 0.5
  72. Submit.Position = UDim2.new(0, 30, 0, 255)
  73. Submit.Size = UDim2.new(0, 155, 0, 37)
  74. Submit.Font = Enum.Font.SciFi
  75. Submit.FontSize = Enum.FontSize.Size14
  76. Submit.Text = "Submit"
  77. Submit.TextColor3 = Color3.new(0.235294, 0.576471, 0.576471)
  78. Submit.TextSize = 14
  79. Submit.MouseButton1Down:connect(function()
  80. if Username.Text == "DINO" and Password.Text == "dinoiscool" then
  81. LoginFrame.Visible = false
  82. MainFrame.Visible = true
  83. end
  84. end)MainFrame.Name = "MainFrame"
  85. MainFrame.Parent = Phantom
  86. MainFrame.Active = true
  87. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  88. MainFrame.BackgroundTransparency = 0.5
  89. MainFrame.Draggable = true
  90. MainFrame.Position = UDim2.new(0, 220, 0, 17)
  91. MainFrame.Size = UDim2.new(0, 420, 0, 236)
  92. MainFrame.Visible = falseLine_2.Name = "Line"
  93. Line_2.Parent = MainFrame
  94. Line_2.BackgroundColor3 = Color3.new(0, 0, 0.498039)
  95. Line_2.BorderSizePixel = 0
  96. Line_2.Size = UDim2.new(0, 420, 0, 15)Title.Name = "Title"
  97. Title.Parent = MainFrame
  98. Title.BackgroundColor3 = Color3.new(0, 0, 0)
  99. Title.BackgroundTransparency = 0.5
  100. Title.Position = UDim2.new(0, 110, 0, 31)
  101. Title.Size = UDim2.new(0, 200, 0, 35)
  102. Title.Font = Enum.Font.SciFi
  103. Title.FontSize = Enum.FontSize.Size24
  104. Title.Text = "Phantom"
  105. Title.TextColor3 = Color3.new(0.333333, 0.333333, 0.498039)
  106. Title.TextSize = 20ByDino.Name = "By Dino"
  107. ByDino.Parent = MainFrame
  108. ByDino.BackgroundColor3 = Color3.new(0, 0, 0)
  109. ByDino.BackgroundTransparency = 0.5
  110. ByDino.Position = UDim2.new(0, 0, 0, 218)
  111. ByDino.Size = UDim2.new(0, 141, 0, 18)
  112. ByDino.Font = Enum.Font.SciFi
  113. ByDino.FontSize = Enum.FontSize.Size18
  114. ByDino.Text = "By Dino"
  115. ByDino.TextColor3 = Color3.new(0.235294, 0.576471, 0.576471)
  116. ByDino.TextSize = 17Execution.Name = "Execution"
  117. Execution.Parent = MainFrame
  118. Execution.BackgroundColor3 = Color3.new(0, 0, 0)
  119. Execution.BackgroundTransparency = 0.5
  120. Execution.Position = UDim2.new(0, 67, 0, 101)
  121. Execution.Size = UDim2.new(0, 126, 0, 67)
  122. Execution.Font = Enum.Font.SciFi
  123. Execution.FontSize = Enum.FontSize.Size24
  124. Execution.Text = "Execution"
  125. Execution.TextColor3 = Color3.new(0.333333, 0.333333, 0.498039)
  126. Execution.TextSize = 20Scripts.Name = "Scripts"
  127. Scripts.Parent = MainFrame
  128. Scripts.BackgroundColor3 = Color3.new(0, 0, 0)
  129. Scripts.BackgroundTransparency = 0.5
  130. Scripts.Position = UDim2.new(0, 227, 0, 100)
  131. Scripts.Size = UDim2.new(0, 126, 0, 68)
  132. Scripts.Font = Enum.Font.SciFi
  133. Scripts.FontSize = Enum.FontSize.Size24
  134. Scripts.Text = "Scripts"
  135. Scripts.TextColor3 = Color3.new(0.333333, 0.333333, 0.498039)
  136. Scripts.TextSize = 20Exit.Name = "Exit"
  137. Exit.Parent = MainFrame
  138. Exit.BackgroundColor3 = Color3.new(0, 0, 0)
  139. Exit.BackgroundTransparency = 0.5
  140. Exit.Position = UDim2.new(0, 327, 0, 33)
  141. Exit.Size = UDim2.new(0, 75, 0, 29)
  142. Exit.Font = Enum.Font.SciFi
  143. Exit.FontSize = Enum.FontSize.Size24
  144. Exit.Text = "Exit"
  145. Exit.TextColor3 = Color3.new(0.333333, 0.333333, 0.498039)
  146. Exit.TextSize = 20ExeFrame.Name = "ExeFrame"
  147. ExeFrame.Parent = Phantom
  148. ExeFrame.Active = true
  149. ExeFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  150. ExeFrame.BackgroundTransparency = 0.5
  151. ExeFrame.Draggable = true
  152. ExeFrame.Position = UDim2.new(0, 571, 0, 221)
  153. ExeFrame.Size = UDim2.new(0, 470, 0, 261)
  154. ExeFrame.Visible = falseFrame.Parent = ExeFrame
  155. Frame.BackgroundColor3 = Color3.new(0, 0, 0.498039)
  156. Frame.Size = UDim2.new(0, 470, 0, 20)ScrollingFrame.Parent = ExeFrame
  157. ScrollingFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  158. ScrollingFrame.BackgroundTransparency = 1
  159. ScrollingFrame.Position = UDim2.new(0, 25, 0, 38)
  160. ScrollingFrame.Size = UDim2.new(0, 420, 0, 181)
  161. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 9.99999956e+24, 0)TextBox.Parent = ScrollingFrame
  162. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  163. TextBox.Size = UDim2.new(0, 405, 0, 96500)
  164. TextBox.Font = Enum.Font.SciFi
  165. TextBox.FontSize = Enum.FontSize.Size14
  166. TextBox.Text = "Print(\"Scripts Here\");"
  167. TextBox.TextColor3 = Color3.new(0.333333, 0.333333, 0.498039)
  168. TextBox.TextSize = 14
  169. TextBox.TextXAlignment = Enum.TextXAlignment.Left
  170. TextBox.TextYAlignment = Enum.TextYAlignment.TopExebut.Name = "Exebut"
  171. Exebut.Parent = ExeFrame
  172. Exebut.BackgroundColor3 = Color3.new(0, 0, 0)
  173. Exebut.BackgroundTransparency = 0.5
  174. Exebut.Position = UDim2.new(0, 86, 0, 234)
  175. Exebut.Size = UDim2.new(0, 126, 0, 27)
  176. Exebut.Font = Enum.Font.SciFi
  177. Exebut.FontSize = Enum.FontSize.Size24
  178. Exebut.Text = "Execute"
  179. Exebut.TextColor3 = Color3.new(0.333333, 0.333333, 0.498039)
  180. Exebut.TextSize = 20Clrbut.Name = "Clrbut"
  181. Clrbut.Parent = ExeFrame
  182. Clrbut.BackgroundColor3 = Color3.new(0, 0, 0)
  183. Clrbut.BackgroundTransparency = 0.5
  184. Clrbut.Position = UDim2.new(0, 235, 0, 234)
  185. Clrbut.Size = UDim2.new(0, 126, 0, 27)
  186. Clrbut.Font = Enum.Font.SciFi
  187. Clrbut.FontSize = Enum.FontSize.Size24
  188. Clrbut.Text = "Clear"
  189. Clrbut.TextColor3 = Color3.new(0.333333, 0.333333, 0.498039)
  190. Clrbut.TextSize = 20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement