Advertisement
Guest User

Untitled

a guest
Feb 9th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.17 KB | None | 0 0
  1. -- Objects
  2.  
  3. local VipGamePassHack = Instance.new("ScreenGui")
  4. local B1 = Instance.new("Frame")
  5. local Login = Instance.new("TextLabel")
  6. local User = Instance.new("TextBox")
  7. local Pass = Instance.new("TextBox")
  8. local Login_2 = Instance.new("TextButton")
  9. local TrollingGui = Instance.new("TextLabel")
  10. local Control = Instance.new("Frame")
  11. local Load = Instance.new("TextLabel")
  12. local Out = Instance.new("TextButton")
  13. local Executor = Instance.new("TextButton")
  14. local Script = Instance.new("TextButton")
  15. local Made = Instance.new("TextLabel")
  16. local ControlHack = Instance.new("TextLabel")
  17. local TrollingGuiWelcome = Instance.new("TextLabel")
  18. local TextLabel = Instance.new("TextLabel")
  19. local ScriptGui = Instance.new("Frame")
  20. local Grb = Instance.new("TextButton")
  21. local ScriptTeb = Instance.new("TextLabel")
  22.  
  23. -- Properties
  24.  
  25. VipGamePassHack.Name = "Vip GamePass Hack"
  26. VipGamePassHack.Parent = game.StarterGui
  27.  
  28. B1.Name = "B1"
  29. B1.Parent = VipGamePassHack
  30. B1.BackgroundColor3 = Color3.new(1, 1, 1)
  31. B1.Size = UDim2.new(0, 247, 0, 273)
  32. B1.Style = Enum.FrameStyle.RobloxSquare
  33.  
  34. Login.Name = "Login"
  35. Login.Parent = B1
  36. Login.BackgroundColor3 = Color3.new(1, 1, 1)
  37. Login.BackgroundTransparency = 1
  38. Login.Position = UDim2.new(0, 0, 0, 32)
  39. Login.Size = UDim2.new(0, 232, 0, 50)
  40. Login.Font = Enum.Font.SourceSans
  41. Login.FontSize = Enum.FontSize.Size48
  42. Login.Text = "Login"
  43. Login.TextColor3 = Color3.new(1, 1, 1)
  44. Login.TextSize = 40
  45.  
  46. Login.MouseButton1Down:connect(function()
  47. LoginFrame.Visible = false
  48. ControlFrame.Visble = true
  49. end)
  50.  
  51. User.Name = "User"
  52. User.Parent = B1
  53. User.BackgroundColor3 = Color3.new(0, 0, 0)
  54. User.Position = UDim2.new(0, 0, 0, 86)
  55. User.Size = UDim2.new(0, 230, 0, 50)
  56. User.Font = Enum.Font.SourceSans
  57. User.FontSize = Enum.FontSize.Size32
  58. User.Text = "Username"
  59. User.TextColor3 = Color3.new(1, 1, 1)
  60. User.TextSize = 30
  61. User.TextXAlignment = Enum.TextXAlignment.Left
  62.  
  63. Pass.Name = "Pass"
  64. Pass.Parent = B1
  65. Pass.BackgroundColor3 = Color3.new(0, 0, 0)
  66. Pass.Position = UDim2.new(0, 0, 0, 154)
  67. Pass.Size = UDim2.new(0, 229, 0, 50)
  68. Pass.Font = Enum.Font.SourceSans
  69. Pass.FontSize = Enum.FontSize.Size32
  70. Pass.Text = "Password "
  71. Pass.TextColor3 = Color3.new(1, 1, 1)
  72. Pass.TextSize = 30
  73. Pass.TextXAlignment = Enum.TextXAlignment.Left
  74.  
  75. Login_2.Name = "Login"
  76. Login_2.Parent = B1
  77. Login_2.BackgroundColor3 = Color3.new(0, 0, 1)
  78. Login_2.Position = UDim2.new(0, 0, 0, 216)
  79. Login_2.Size = UDim2.new(0, 230, 0, 39)
  80. Login_2.Font = Enum.Font.SourceSans
  81. Login_2.FontSize = Enum.FontSize.Size32
  82. Login_2.Text = "Login"
  83. Login_2.TextColor3 = Color3.new(0, 0, 0)
  84. Login_2.TextSize = 30
  85.  
  86. TrollingGui.Name = "Trolling Gui"
  87. TrollingGui.Parent = B1
  88. TrollingGui.BackgroundColor3 = Color3.new(1, 1, 1)
  89. TrollingGui.BackgroundTransparency = 1
  90. TrollingGui.Size = UDim2.new(0, 232, 0, 32)
  91. TrollingGui.Font = Enum.Font.SourceSans
  92. TrollingGui.FontSize = Enum.FontSize.Size48
  93. TrollingGui.Text = "Trolling Gui"
  94. TrollingGui.TextColor3 = Color3.new(1, 0, 0)
  95. TrollingGui.TextSize = 40
  96.  
  97. Control.Name = "Control"
  98. Control.Parent = VipGamePassHack
  99. Control.BackgroundColor3 = Color3.new(0, 0, 0)
  100. Control.BorderColor3 = Color3.new(0.0470588, 0.0745098, 0.0980392)
  101. Control.Position = UDim2.new(0, 458, 0, 0)
  102. Control.Size = UDim2.new(0, 480, 0, 286)
  103. Control.Visible = false
  104.  
  105. Load.Name = "Load"
  106. Load.Parent = Control
  107. Load.BackgroundColor3 = Color3.new(0, 0, 0)
  108. Load.Position = UDim2.new(0, 0, 0, 35)
  109. Load.Size = UDim2.new(0, 456, 0, 50)
  110. Load.Font = Enum.Font.SciFi
  111. Load.FontSize = Enum.FontSize.Size32
  112. Load.Text = "Loading success..."
  113. Load.TextColor3 = Color3.new(0, 1, 0)
  114. Load.TextSize = 30
  115. Load.TextXAlignment = Enum.TextXAlignment.Left
  116.  
  117. Out.Name = "Out"
  118. Out.Parent = Control
  119. Out.BackgroundColor3 = Color3.new(1, 1, 1)
  120. Out.BackgroundTransparency = 1
  121. Out.Position = UDim2.new(0, 406, 0, 202)
  122. Out.Size = UDim2.new(0, 45, 0, 42)
  123. Out.Font = Enum.Font.SourceSans
  124. Out.FontSize = Enum.FontSize.Size60
  125. Out.Text = "X"
  126. Out.TextColor3 = Color3.new(1, 0, 0)
  127. Out.TextSize = 60
  128.  
  129. Executor.Name = "Executor"
  130. Executor.Parent = Control
  131. Executor.BackgroundColor3 = Color3.new(1, 1, 1)
  132. Executor.BackgroundTransparency = 1
  133. Executor.Position = UDim2.new(0, 65, 0, 143)
  134. Executor.Size = UDim2.new(0, 124, 0, 50)
  135. Executor.Font = Enum.Font.SourceSans
  136. Executor.FontSize = Enum.FontSize.Size48
  137. Executor.Text = "Executor"
  138. Executor.TextColor3 = Color3.new(0, 1, 0)
  139. Executor.TextSize = 40
  140.  
  141. Script.Name = "Script"
  142. Script.Parent = Control
  143. Script.BackgroundColor3 = Color3.new(1, 1, 1)
  144. Script.BackgroundTransparency = 1
  145. Script.Position = UDim2.new(0, 277, 0, 143)
  146. Script.Size = UDim2.new(0, 124, 0, 50)
  147. Script.Font = Enum.Font.SourceSans
  148. Script.FontSize = Enum.FontSize.Size48
  149. Script.Text = "Script"
  150. Script.TextColor3 = Color3.new(0, 1, 0)
  151. Script.TextSize = 40
  152.  
  153. Made.Name = "Made"
  154. Made.Parent = Control
  155. Made.BackgroundColor3 = Color3.new(1, 1, 1)
  156. Made.BackgroundTransparency = 1
  157. Made.Position = UDim2.new(0, 0, 0, 227)
  158. Made.Size = UDim2.new(0, 200, 0, 17)
  159. Made.Font = Enum.Font.SourceSans
  160. Made.FontSize = Enum.FontSize.Size14
  161. Made.Text = "Made By toonrun123"
  162. Made.TextColor3 = Color3.new(0.333333, 1, 1)
  163. Made.TextSize = 14
  164. Made.TextXAlignment = Enum.TextXAlignment.Left
  165.  
  166. ControlHack.Name = "Control Hack"
  167. ControlHack.Parent = Control
  168. ControlHack.BackgroundColor3 = Color3.new(0.513726, 0.513726, 0.513726)
  169. ControlHack.Size = UDim2.new(0, 457, 0, 34)
  170. ControlHack.Font = Enum.Font.SourceSans
  171. ControlHack.FontSize = Enum.FontSize.Size48
  172. ControlHack.Text = "Control Hack"
  173. ControlHack.TextSize = 40
  174.  
  175. TrollingGuiWelcome.Name = "Trolling Gui Welcome"
  176. TrollingGuiWelcome.Parent = Control
  177. TrollingGuiWelcome.BackgroundColor3 = Color3.new(0, 0, 0)
  178. TrollingGuiWelcome.Size = UDim2.new(0, 457, 0, 34)
  179. TrollingGuiWelcome.Font = Enum.Font.SourceSans
  180. TrollingGuiWelcome.FontSize = Enum.FontSize.Size48
  181. TrollingGuiWelcome.Text = "Trolling Gui Welcome"
  182. TrollingGuiWelcome.TextColor3 = Color3.new(0.666667, 1, 0)
  183. TrollingGuiWelcome.TextSize = 40
  184.  
  185. TextLabel.Parent = Control
  186. TextLabel.BackgroundColor3 = Color3.new(0.47451, 0.47451, 0.47451)
  187. TextLabel.Position = UDim2.new(0, 0, 0, 247)
  188. TextLabel.Size = UDim2.new(0, 451, 0, 39)
  189. TextLabel.Font = Enum.Font.SourceSans
  190. TextLabel.FontSize = Enum.FontSize.Size60
  191. TextLabel.Text = "Control Hack"
  192. TextLabel.TextSize = 60
  193.  
  194. ScriptGui.Name = "Script Gui"
  195. ScriptGui.Parent = VipGamePassHack
  196. ScriptGui.BackgroundColor3 = Color3.new(0, 0, 0)
  197. ScriptGui.Position = UDim2.new(0, 0, 0, 352)
  198. ScriptGui.Size = UDim2.new(0, 285, 0, 287)
  199. ScriptGui.Visible = false
  200.  
  201. Grb.Name = "Grb"
  202. Grb.Parent = ScriptGui
  203. Grb.BackgroundColor3 = Color3.new(1, 1, 1)
  204. Grb.BackgroundTransparency = 1
  205. Grb.Position = UDim2.new(0, 0, 0, 53)
  206. Grb.Size = UDim2.new(0, 121, 0, 50)
  207. Grb.Font = Enum.Font.SourceSans
  208. Grb.FontSize = Enum.FontSize.Size24
  209. Grb.Text = "Grab Knife V3"
  210. Grb.TextColor3 = Color3.new(0, 0, 1)
  211. Grb.TextSize = 20
  212.  
  213. ScriptTeb.Name = "Script Teb"
  214. ScriptTeb.Parent = ScriptGui
  215. ScriptTeb.BackgroundColor3 = Color3.new(0.427451, 0.427451, 0.427451)
  216. ScriptTeb.BackgroundTransparency = 1
  217. ScriptTeb.Size = UDim2.new(0, 282, 0, 50)
  218. ScriptTeb.Font = Enum.Font.SourceSans
  219. ScriptTeb.FontSize = Enum.FontSize.Size60
  220. ScriptTeb.Text = "Script"
  221. ScriptTeb.TextColor3 = Color3.new(0, 1, 0)
  222. ScriptTeb.TextSize = 60
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement