Advertisement
Guest User

Fuck IIS

a guest
Apr 26th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.97 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local IISGUI = Instance.new("ScreenGui")
  5. local MainFrame = Instance.new("Frame")
  6. local a1 = Instance.new("Frame")
  7. local b1 = Instance.new("Frame")
  8. local name = Instance.new("TextLabel")
  9. local credits = Instance.new("TextLabel")
  10. local eepb = Instance.new("TextButton")
  11. local ic = Instance.new("TextButton")
  12. local LoginFrame = Instance.new("Frame")
  13. local a1_2 = Instance.new("Frame")
  14. local b1_2 = Instance.new("Frame")
  15. local credits_2 = Instance.new("TextLabel")
  16. local name_2 = Instance.new("TextLabel")
  17. local login = Instance.new("TextButton")
  18. local user = Instance.new("TextBox")
  19. local pass = Instance.new("TextBox")
  20. --Properties:
  21. IISGUI.Name = "IISGUI"
  22. IISGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  23. IISGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  24.  
  25. MainFrame.Name = "MainFrame"
  26. MainFrame.Parent = IISGUI
  27. MainFrame.BackgroundColor3 = Color3.new(0.0352941, 0.0352941, 0.0352941)
  28. MainFrame.BorderColor3 = Color3.new(1, 1, 1)
  29. MainFrame.BorderSizePixel = 5
  30. MainFrame.Draggable = true
  31. MainFrame.Selectable = true
  32. MainFrame.Position = UDim2.new(0.501925528, 0, 0.0664206371, 0)
  33. MainFrame.Size = UDim2.new(0, 324, 0, 204)
  34. MainFrame.Visible = false
  35.  
  36. a1.Name = "a1"
  37. a1.Parent = MainFrame
  38. a1.BackgroundColor3 = Color3.new(0, 0, 0.196078)
  39. a1.BorderSizePixel = 0
  40. a1.Position = UDim2.new(0, 0, 0.0392156877, 0)
  41. a1.Size = UDim2.new(0, 324, 0, 8)
  42.  
  43. b1.Name = "b1"
  44. b1.Parent = MainFrame
  45. b1.BackgroundColor3 = Color3.new(0, 0, 0.27451)
  46. b1.BorderSizePixel = 0
  47. b1.Size = UDim2.new(0, 324, 0, 8)
  48.  
  49. name.Name = "name"
  50. name.Parent = MainFrame
  51. name.BackgroundColor3 = Color3.new(0, 0, 0.0352941)
  52. name.BorderSizePixel = 0
  53. name.Position = UDim2.new(0, 0, 0.0980392173, 0)
  54. name.Size = UDim2.new(0, 324, 0, 28)
  55. name.Font = Enum.Font.SciFi
  56. name.Text = "Fuck IIS"
  57. name.TextColor3 = Color3.new(1, 1, 1)
  58. name.TextScaled = true
  59. name.TextSize = 14
  60. name.TextWrapped = true
  61.  
  62. credits.Name = "credits"
  63. credits.Parent = MainFrame
  64. credits.BackgroundColor3 = Color3.new(0, 0, 0.0352941)
  65. credits.BorderSizePixel = 0
  66. credits.Position = UDim2.new(0, 0, 0.813725471, 0)
  67. credits.Size = UDim2.new(0, 324, 0, 38)
  68. credits.Font = Enum.Font.SciFi
  69. credits.Text = "Made by Golden Exploiter, scripts by Lagx and thedogegamer22 on vermillion"
  70. credits.TextColor3 = Color3.new(1, 1, 1)
  71. credits.TextScaled = true
  72. credits.TextSize = 14
  73. credits.TextWrapped = true
  74.  
  75. eepb.Name = "eepb"
  76. eepb.Parent = MainFrame
  77. eepb.BackgroundColor3 = Color3.new(0, 0, 0.0352941)
  78. eepb.BorderColor3 = Color3.new(1, 1, 1)
  79. eepb.BorderSizePixel = 3
  80. eepb.Position = UDim2.new(0.092592597, 0, 0.313725471, 0)
  81. eepb.Size = UDim2.new(0, 121, 0, 50)
  82. eepb.Font = Enum.Font.SciFi
  83. eepb.Text = "Enable escape pod buttons"
  84. eepb.TextColor3 = Color3.new(1, 1, 1)
  85. eepb.TextScaled = true
  86. eepb.TextSize = 14
  87. eepb.TextWrapped = true
  88.  
  89. ic.Name = "ic"
  90. ic.Parent = MainFrame
  91. ic.BackgroundColor3 = Color3.new(0, 0, 0.0352941)
  92. ic.BorderColor3 = Color3.new(1, 1, 1)
  93. ic.BorderSizePixel = 3
  94. ic.Position = UDim2.new(0.567901254, 0, 0.313725471, 0)
  95. ic.Size = UDim2.new(0, 121, 0, 50)
  96. ic.Font = Enum.Font.SciFi
  97. ic.Text = "Infinite Credits"
  98. ic.TextColor3 = Color3.new(1, 1, 1)
  99. ic.TextScaled = true
  100. ic.TextSize = 14
  101. ic.TextWrapped = true
  102.  
  103. LoginFrame.Name = "LoginFrame"
  104. LoginFrame.Parent = IISGUI
  105. LoginFrame.BackgroundColor3 = Color3.new(0, 0, 0.0352941)
  106. LoginFrame.BorderSizePixel = 0
  107. LoginFrame.Draggable = true
  108. LoginFrame.Selectable = true
  109. LoginFrame.Position = UDim2.new(0.337612331, 0, 0.166051656, 0)
  110. LoginFrame.Size = UDim2.new(0, 235, 0, 265)
  111.  
  112. a1_2.Name = "a1"
  113. a1_2.Parent = LoginFrame
  114. a1_2.BackgroundColor3 = Color3.new(0, 0, 0.196078)
  115. a1_2.BorderSizePixel = 0
  116. a1_2.Position = UDim2.new(0, 0, 0.0392156914, 0)
  117. a1_2.Size = UDim2.new(0, 235, 0, 7)
  118.  
  119. b1_2.Name = "b1"
  120. b1_2.Parent = LoginFrame
  121. b1_2.BackgroundColor3 = Color3.new(0, 0, 0.27451)
  122. b1_2.BorderSizePixel = 0
  123. b1_2.Size = UDim2.new(0, 235, 0, 10)
  124.  
  125. credits_2.Name = "credits"
  126. credits_2.Parent = LoginFrame
  127. credits_2.BackgroundColor3 = Color3.new(0, 0, 0.0352941)
  128. credits_2.BorderSizePixel = 0
  129. credits_2.Position = UDim2.new(0, 0, 0.855234981, 0)
  130. credits_2.Size = UDim2.new(0, 235, 0, 38)
  131. credits_2.Font = Enum.Font.SciFi
  132. credits_2.Text = "Made by Golden Exploiter, scripts by Lagx and thedogegamer22 on vermillion"
  133. credits_2.TextColor3 = Color3.new(1, 1, 1)
  134. credits_2.TextScaled = true
  135. credits_2.TextSize = 14
  136. credits_2.TextWrapped = true
  137.  
  138. name_2.Name = "name"
  139. name_2.Parent = LoginFrame
  140. name_2.BackgroundColor3 = Color3.new(0, 0, 0.0352941)
  141. name_2.BorderSizePixel = 0
  142. name_2.Position = UDim2.new(0, 0, 0.0640769601, 0)
  143. name_2.Size = UDim2.new(0, 235, 0, 28)
  144. name_2.Font = Enum.Font.SciFi
  145. name_2.Text = "Fuck IIS"
  146. name_2.TextColor3 = Color3.new(1, 1, 1)
  147. name_2.TextScaled = true
  148. name_2.TextSize = 14
  149. name_2.TextWrapped = true
  150.  
  151. login.Name = "login"
  152. login.Parent = LoginFrame
  153. login.BackgroundColor3 = Color3.new(0, 0, 0.0352941)
  154. login.BorderColor3 = Color3.new(1, 1, 1)
  155. login.BorderSizePixel = 3
  156. login.Position = UDim2.new(0.0723404288, 0, 0.588679254, 0)
  157. login.Size = UDim2.new(0, 200, 0, 50)
  158. login.Font = Enum.Font.SciFi
  159. login.Text = "Login"
  160. login.TextColor3 = Color3.new(1, 1, 1)
  161. login.TextScaled = true
  162. login.TextSize = 14
  163. login.TextWrapped = true
  164.  
  165. user.Name = "user"
  166. user.Parent = LoginFrame
  167. user.BackgroundColor3 = Color3.new(0, 0, 0.0352941)
  168. user.BorderColor3 = Color3.new(1, 1, 1)
  169. user.BorderSizePixel = 3
  170. user.Position = UDim2.new(0.0723404288, 0, 0.207547173, 0)
  171. user.Size = UDim2.new(0, 200, 0, 29)
  172. user.ClearTextOnFocus = false
  173. user.Font = Enum.Font.SourceSans
  174. user.PlaceholderText = "Username"
  175. user.Text = ""
  176. user.TextColor3 = Color3.new(1, 1, 1)
  177. user.TextScaled = true
  178. user.TextSize = 14
  179. user.TextWrapped = true
  180.  
  181. pass.Name = "pass"
  182. pass.Parent = LoginFrame
  183. pass.BackgroundColor3 = Color3.new(0, 0, 0.0352941)
  184. pass.BorderColor3 = Color3.new(1, 1, 1)
  185. pass.BorderSizePixel = 3
  186. pass.Position = UDim2.new(0.0723404288, 0, 0.400000006, 0)
  187. pass.Size = UDim2.new(0, 200, 0, 29)
  188. pass.Font = Enum.Font.SourceSans
  189. pass.PlaceholderText = "Password"
  190. pass.Text = ""
  191. pass.TextColor3 = Color3.new(1, 1, 1)
  192. pass.TextScaled = true
  193. pass.TextSize = 14
  194. pass.TextWrapped = true
  195. -- Scripts:
  196.  
  197. if user.Text == "IISisgay" and pass.Text == "subtopewds" then
  198. LoginFrame.Visible = false
  199. MainFrame.Visible = true
  200. end
  201.  
  202. eepb.MouseButton1Down:connect(function()
  203. game.Workspace["Lockedglass"]:Destroy()
  204. game.Workspace.Knopie1.ClickDetector.MaxActivationDistance = 1000000
  205. game.Workspace.Knopie2.ClickDetector.MaxActivationDistance = 1000000
  206. game.Workspace.Knopie3.ClickDetector.MaxActivationDistance = 1000000
  207. game.Workspace.Knopie4.ClickDetector.MaxActivationDistance = 1000000
  208. game.Workspace.Knopie5.ClickDetector.MaxActivationDistance = 1000000
  209. game.Workspace.Knopie6.ClickDetector.MaxActivationDistance = 1000000
  210. end)
  211.  
  212. eepb.MouseButton1Down:connect(function()
  213. local A_1 = -99999
  214. local A_2 = "blackorange"
  215.  
  216. local Event = game:GetService("ReplicatedStorage").TakeMoney
  217.  
  218. Event:FireServer(A_1, A_2)
  219. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement