Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.83 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ICEEGui = Instance.new("ScreenGui")
  4. local LoginFrame = Instance.new("Frame")
  5. local LoginButton = Instance.new("TextButton")
  6. local Username = Instance.new("TextBox")
  7. local Password = Instance.new("TextBox")
  8. local TextLabel = Instance.new("TextLabel")
  9. local MainFrame = Instance.new("Frame")
  10. local Title = Instance.new("TextLabel")
  11. local Jailbreak = Instance.new("TextButton")
  12. local Localplayertab = Instance.new("TextButton")
  13. local Scriptstab = Instance.new("TextButton")
  14. local Killbot = Instance.new("TextButton")
  15. local Smacc = Instance.new("TextButton")
  16. local BattleTitan = Instance.new("TextButton")
  17. local Server = Instance.new("TextButton")
  18. local LocalPlayer = Instance.new("Frame")
  19. local TextLabel_2 = Instance.new("TextLabel")
  20. local WS = Instance.new("TextButton")
  21. local WS_1 = Instance.new("TextButton")
  22. local Exit1 = Instance.new("TextButton")
  23. local SeverFrame = Instance.new("Frame")
  24. local Title_2 = Instance.new("TextLabel")
  25. local _666 = Instance.new("TextButton")
  26. local Exit2 = Instance.new("TextButton")
  27.  
  28. -- Properties
  29.  
  30. ICEEGui.Name = "ICEEGui"
  31. ICEEGui.Parent = game.CoreGui
  32.  
  33. LoginFrame.Name = "LoginFrame"
  34. LoginFrame.Parent = ICEEGui
  35. LoginFrame.Active = true
  36. LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  37. LoginFrame.Position = UDim2.new(0.0871794969, 0, 0.239895701, 0)
  38. LoginFrame.Size = UDim2.new(0, 209, 0, 287)
  39. LoginFrame.Style = Enum.FrameStyle.RobloxRound
  40.  
  41. LoginButton.Name = "LoginButton"
  42. LoginButton.Parent = LoginFrame
  43. LoginButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  44. LoginButton.Position = UDim2.new(0.0765550211, 0, 0.786696196, 0)
  45. LoginButton.Size = UDim2.new(0, 161, 0, 36)
  46. LoginButton.Font = Enum.Font.SourceSansBold
  47. LoginButton.Text = "Login"
  48. LoginButton.TextColor3 = Color3.new(1, 1, 1)
  49. LoginButton.TextSize = 30
  50. LoginButton.MouseButton1Click:connect(function()
  51. if Username.Text == "Test" and Password.Text == "Test" then
  52. LoginFrame.Visible = false
  53. MainFrame.Visible = true else
  54. Username.Text = ("Login")
  55. Password.Text = ("Incorrect!")
  56. end
  57. end)
  58. end)
  59.  
  60. Username.Name = "Username"
  61. Username.Parent = LoginFrame
  62. Username.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  63. Username.Position = UDim2.new(0.0287081338, 0, 0.255812377, 0)
  64. Username.Size = UDim2.new(0, 181, 0, 44)
  65. Username.Font = Enum.Font.SourceSansBold
  66. Username.Text = "USERNAME"
  67. Username.TextColor3 = Color3.new(1, 1, 1)
  68. Username.TextSize = 25
  69.  
  70. Password.Name = "Password"
  71. Password.Parent = LoginFrame
  72. Password.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  73. Password.Position = UDim2.new(0.0287081338, 0, 0.501742184, 0)
  74. Password.Size = UDim2.new(0, 182, 0, 44)
  75. Password.Font = Enum.Font.SourceSansBold
  76. Password.Text = "PASSWORD"
  77. Password.TextColor3 = Color3.new(1, 1, 1)
  78. Password.TextSize = 25
  79.  
  80. TextLabel.Parent = LoginFrame
  81. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  82. TextLabel.BackgroundTransparency = 1
  83. TextLabel.Position = UDim2.new(-0.0382775106, 0, -0.00348432246, 0)
  84. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  85. TextLabel.Font = Enum.Font.SourceSansBold
  86. TextLabel.Text = "Login here:"
  87. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  88. TextLabel.TextSize = 25
  89.  
  90. MainFrame.Name = "MainFrame"
  91. MainFrame.Parent = ICEEGui
  92. MainFrame.Active = true
  93. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  94. MainFrame.Position = UDim2.new(0.307692319, 0, 0.0990873426, 0)
  95. MainFrame.Size = UDim2.new(0, 452, 0, 331)
  96. MainFrame.Visible = false
  97. MainFrame.Style = Enum.FrameStyle.RobloxRound
  98. MainFrame.Draggable = true
  99.  
  100. Title.Name = "Title"
  101. Title.Parent = MainFrame
  102. Title.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  103. Title.Position = UDim2.new(-0.00884955749, 0, -0.0241691843, 0)
  104. Title.Size = UDim2.new(0, 444, 0, 57)
  105. Title.Font = Enum.Font.SourceSansBold
  106. Title.Text = "Welcome to ICEE Gui"
  107. Title.TextColor3 = Color3.new(1, 1, 1)
  108. Title.TextSize = 25
  109.  
  110. Jailbreak.Name = "Jailbreak"
  111. Jailbreak.Parent = MainFrame
  112. Jailbreak.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  113. Jailbreak.Position = UDim2.new(0.648230076, 0, 0.190332338, 0)
  114. Jailbreak.Size = UDim2.new(0, 132, 0, 50)
  115. Jailbreak.Font = Enum.Font.SourceSansBold
  116. Jailbreak.Text = "Jailbreak"
  117. Jailbreak.TextColor3 = Color3.new(1, 1, 1)
  118. Jailbreak.TextSize = 30
  119.  
  120. Localplayertab.Name = "Local player tab"
  121. Localplayertab.Parent = MainFrame
  122. Localplayertab.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  123. Localplayertab.Position = UDim2.new(0.00442477874, 0, 0.244713008, 0)
  124. Localplayertab.Size = UDim2.new(0, 84, 0, 32)
  125. Localplayertab.Font = Enum.Font.SourceSansBold
  126. Localplayertab.Text = "Local Player"
  127. Localplayertab.TextColor3 = Color3.new(1, 1, 1)
  128. Localplayertab.TextSize = 17
  129. Localplayertab.MouseButton1Click:connect(function()
  130. LocalPlayer = true
  131. MainFrame = false
  132. end)
  133.  
  134. Scriptstab.Name = "Scripts tab"
  135. Scriptstab.Parent = MainFrame
  136. Scriptstab.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  137. Scriptstab.Position = UDim2.new(0.00442477874, 0, 0.383685827, 0)
  138. Scriptstab.Size = UDim2.new(0, 84, 0, 32)
  139. Scriptstab.Font = Enum.Font.SourceSansBold
  140. Scriptstab.Text = "Scripts"
  141. Scriptstab.TextColor3 = Color3.new(1, 1, 1)
  142. Scriptstab.TextSize = 17
  143.  
  144. Killbot.Name = "Killbot"
  145. Killbot.Parent = MainFrame
  146. Killbot.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  147. Killbot.Position = UDim2.new(0.28318581, 0, 0.190332323, 0)
  148. Killbot.Size = UDim2.new(0, 132, 0, 50)
  149. Killbot.Font = Enum.Font.SourceSansBold
  150. Killbot.Text = "Kill Bot V2"
  151. Killbot.TextColor3 = Color3.new(1, 1, 1)
  152. Killbot.TextSize = 30
  153.  
  154. Smacc.Name = "Smacc"
  155. Smacc.Parent = MainFrame
  156. Smacc.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  157. Smacc.Position = UDim2.new(0.648230076, 0, 0.416918427, 0)
  158. Smacc.Size = UDim2.new(0, 132, 0, 50)
  159. Smacc.Font = Enum.Font.SourceSansBold
  160. Smacc.Text = "Smacc"
  161. Smacc.TextColor3 = Color3.new(1, 1, 1)
  162. Smacc.TextSize = 30
  163.  
  164. BattleTitan.Name = "BattleTitan"
  165. BattleTitan.Parent = MainFrame
  166. BattleTitan.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  167. BattleTitan.Position = UDim2.new(0.28318581, 0, 0.413897306, 0)
  168. BattleTitan.Size = UDim2.new(0, 132, 0, 50)
  169. BattleTitan.Font = Enum.Font.SourceSansBold
  170. BattleTitan.Text = "Battle Titan"
  171. BattleTitan.TextColor3 = Color3.new(1, 1, 1)
  172. BattleTitan.TextSize = 30
  173.  
  174. Server.Name = "Server"
  175. Server.Parent = MainFrame
  176. Server.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  177. Server.Position = UDim2.new(0.00442477874, 0, 0.528700948, 0)
  178. Server.Size = UDim2.new(0, 84, 0, 32)
  179. Server.Font = Enum.Font.SourceSansBold
  180. Server.Text = "Server"
  181. Server.TextColor3 = Color3.new(1, 1, 1)
  182. Server.TextSize = 17
  183. Server.MouseButton1Click:connect(function()
  184. SeverFrame = true
  185. MainFrame = false
  186. end)
  187.  
  188. LocalPlayer.Name = "Local Player"
  189. LocalPlayer.Parent = ICEEGui
  190. LocalPlayer.Active = true
  191. LocalPlayer.BackgroundColor3 = Color3.new(1, 1, 1)
  192. LocalPlayer.Position = UDim2.new(0.377289385, 0, 0.153846145, 0)
  193. LocalPlayer.Size = UDim2.new(0, 410, 0, 339)
  194. LocalPlayer.Visible = false
  195. LocalPlayer.Style = Enum.FrameStyle.RobloxRound
  196.  
  197. TextLabel_2.Parent = LocalPlayer
  198. TextLabel_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  199. TextLabel_2.Position = UDim2.new(-0.0146341464, 0, -0.0235988237, 0)
  200. TextLabel_2.Size = UDim2.new(0, 408, 0, 50)
  201. TextLabel_2.Font = Enum.Font.SourceSansBold
  202. TextLabel_2.Text = "Local Player"
  203. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  204. TextLabel_2.TextSize = 30
  205.  
  206. WS.Name = "WS"
  207. WS.Parent = LocalPlayer
  208. WS.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  209. WS.Position = UDim2.new(0.0292682946, 0, 0.18879056, 0)
  210. WS.Size = UDim2.new(0, 144, 0, 50)
  211. WS.Font = Enum.Font.SourceSansBold
  212. WS.Text = "WS 150"
  213. WS.TextColor3 = Color3.new(1, 1, 1)
  214. WS.TextSize = 25
  215.  
  216. WS_1.Name = "WS_1"
  217. WS_1.Parent = LocalPlayer
  218. WS_1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  219. WS_1.Position = UDim2.new(0.524390221, 0, 0.18879056, 0)
  220. WS_1.Size = UDim2.new(0, 144, 0, 50)
  221. WS_1.Font = Enum.Font.SourceSansBold
  222. WS_1.Text = "WS 50"
  223. WS_1.TextColor3 = Color3.new(1, 1, 1)
  224. WS_1.TextSize = 25
  225.  
  226. Exit1.Name = "Exit1"
  227. Exit1.Parent = LocalPlayer
  228. Exit1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  229. Exit1.Position = UDim2.new(0.980487823, 0, -0.02359882, 0)
  230. Exit1.Size = UDim2.new(0, 15, 0, 21)
  231. Exit1.Font = Enum.Font.SourceSansBold
  232. Exit1.Text = "X"
  233. Exit1.TextColor3 = Color3.new(1, 1, 1)
  234. Exit1.TextSize = 25
  235. Exit1.MouseButton1Click:connect(function()
  236. LocalPlayer = false
  237. MainFrame = true
  238. end)
  239.  
  240. SeverFrame.Name = "SeverFrame"
  241. SeverFrame.Parent = ICEEGui
  242. SeverFrame.Active = true
  243. SeverFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  244. SeverFrame.Position = UDim2.new(0.0468864478, 0, 0.020860495, 0)
  245. SeverFrame.Size = UDim2.new(0, 333, 0, 221)
  246. SeverFrame.Visible = false
  247. SeverFrame.Style = Enum.FrameStyle.RobloxRound
  248.  
  249. Title_2.Name = "Title"
  250. Title_2.Parent = SeverFrame
  251. Title_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  252. Title_2.Position = UDim2.new(-0.0240240246, 0, -0.0361990966, 0)
  253. Title_2.Size = UDim2.new(0, 333, 0, 51)
  254. Title_2.Font = Enum.Font.SourceSansBold
  255. Title_2.Text = "Sever"
  256. Title_2.TextColor3 = Color3.new(1, 1, 1)
  257. Title_2.TextSize = 25
  258.  
  259. _666.Name = "666"
  260. _666.Parent = SeverFrame
  261. _666.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  262. _666.Position = UDim2.new(0.0540540516, 0, 0.298724771, 0)
  263. _666.Size = UDim2.new(0, 87, 0, 39)
  264. _666.Font = Enum.Font.SourceSansBold
  265. _666.Text = "666"
  266. _666.TextColor3 = Color3.new(1, 1, 1)
  267. _666.TextSize = 30
  268.  
  269. Exit2.Name = "Exit2"
  270. Exit2.Parent = SeverFrame
  271. Exit2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  272. Exit2.Position = UDim2.new(0.977484822, 0, -0.0326485932, 0)
  273. Exit2.Size = UDim2.new(0, 15, 0, 21)
  274. Exit2.Font = Enum.Font.SourceSansBold
  275. Exit2.Text = "X"
  276. Exit2.TextColor3 = Color3.new(1, 1, 1)
  277. Exit2.TextSize = 25
  278. Exit2.MouseButton1Click:connect(function()
  279. SeverFrame = false
  280. MainFrame = true
  281. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement