Advertisement
Nutx

test all scipt

Apr 15th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local logingui = Instance.new("Frame")
  6. local hack = Instance.new("TextButton")
  7. local User = Instance.new("TextBox")
  8. local Pass = Instance.new("TextBox")
  9. local maingui = Instance.new("Frame")
  10. local script = Instance.new("TextButton")
  11. local close = Instance.new("TextButton")
  12. local opengui = Instance.new("Frame")
  13. local open = Instance.new("TextButton")
  14. --Properties:
  15. ScreenGui.Parent = game.CoreGui
  16.  
  17. logingui.Name = "logingui"
  18. logingui.Parent = ScreenGui
  19. logingui.BackgroundColor3 = Color3.new(1, 1, 1)
  20. logingui.BorderSizePixel = 3
  21. logingui.Position = UDim2.new(0.670441687, 0, 0.331103712, 0)
  22. logingui.Size = UDim2.new(0, 175, 0, 201)
  23. logingui.Active = true
  24. logingui.Draggable = true
  25.  
  26. hack.Name = "hack"
  27. hack.Parent = logingui
  28. hack.BackgroundColor3 = Color3.new(1, 1, 1)
  29. hack.Position = UDim2.new(0.115317911, 0, 0.777012289, 0)
  30. hack.Size = UDim2.new(0, 134, 0, 29)
  31. hack.Font = Enum.Font.SourceSans
  32. hack.Text = "Hack"
  33. hack.TextColor3 = Color3.new(1, 0, 0)
  34. hack.TextScaled = true
  35. hack.TextSize = 14
  36. hack.TextWrapped = true
  37. hack.MouseButton1Down:connect(function()
  38. if User.Text == "NutX" and Pass.Text == "hacker" then
  39. logingui.Visible = false
  40. opengui.Visible = true
  41. end
  42. end)
  43.  
  44. User.Name = "User"
  45. User.Parent = logingui
  46. User.BackgroundColor3 = Color3.new(1, 1, 1)
  47. User.Position = UDim2.new(0, 0, 0.218905479, 0)
  48. User.Size = UDim2.new(0, 174, 0, 22)
  49. User.Font = Enum.Font.SourceSans
  50. User.Text = "Username"
  51. User.TextColor3 = Color3.new(0, 0, 0)
  52. User.TextScaled = true
  53. User.TextSize = 14
  54. User.TextWrapped = true
  55.  
  56. Pass.Name = "Pass"
  57. Pass.Parent = logingui
  58. Pass.BackgroundColor3 = Color3.new(1, 1, 1)
  59. Pass.Position = UDim2.new(0, 0, 0.517412901, 0)
  60. Pass.Size = UDim2.new(0, 174, 0, 22)
  61. Pass.Font = Enum.Font.SourceSans
  62. Pass.Text = "Password"
  63. Pass.TextColor3 = Color3.new(0, 0, 0)
  64. Pass.TextScaled = true
  65. Pass.TextSize = 14
  66. Pass.TextWrapped = true
  67.  
  68. maingui.Name = "maingui"
  69. maingui.Parent = ScreenGui
  70. maingui.BackgroundColor3 = Color3.new(1, 1, 1)
  71. maingui.Position = UDim2.new(0.362400919, 0, 0.38628763, 0)
  72. maingui.Size = UDim2.new(0, 160, 0, 152)
  73. maingui.Visible = false
  74. maingui.Active = true
  75. maingui.Draggable = true
  76.  
  77. script.Name = "script"
  78. script.Parent = maingui
  79. script.BackgroundColor3 = Color3.new(1, 1, 1)
  80. script.Position = UDim2.new(0.0305634066, 0, 0.306988209, 0)
  81. script.Size = UDim2.new(0, 149, 0, 57)
  82. script.Font = Enum.Font.SourceSans
  83. script.Text = "openscript"
  84. script.TextColor3 = Color3.new(0, 0, 0)
  85. script.TextSize = 14
  86. script.TextWrapped = true
  87. script.MouseButton1Down:connect(function()
  88. spawn(loadstring(game:HttpGet("https://pastebin.com/p3aE14g3")))
  89. end)
  90.  
  91. close.Name = "close"
  92. close.Parent = maingui
  93. close.BackgroundColor3 = Color3.new(1, 1, 1)
  94. close.Position = UDim2.new(0.862500012, 0, 0, 0)
  95. close.Size = UDim2.new(0, 22, 0, 25)
  96. close.Font = Enum.Font.SourceSans
  97. close.Text = "X"
  98. close.TextColor3 = Color3.new(0, 0, 0)
  99. close.TextSize = 14
  100. close.TextWrapped = true
  101. close.MouseButton1Down:connect(function()
  102. maingui.Visible = false
  103. opengui.Visible = true
  104. end)
  105.  
  106. opengui.Name = "opengui"
  107. opengui.Parent = ScreenGui
  108. opengui.BackgroundColor3 = Color3.new(1, 1, 1)
  109. opengui.Position = UDim2.new(0, 0, 0.603678942, 0)
  110. opengui.Size = UDim2.new(0, 107, 0, 22)
  111. opengui.Visible = false
  112.  
  113. open.Name = "open"
  114. open.Parent = opengui
  115. open.BackgroundColor3 = Color3.new(1, 1, 1)
  116. open.Size = UDim2.new(0, 107, 0, 22)
  117. open.Font = Enum.Font.SourceSans
  118. open.Text = "open"
  119. open.TextColor3 = Color3.new(0, 0, 0)
  120. open.TextSize = 14
  121. open.TextWrapped = true
  122. open.MouseButton1Down:connect(function()
  123. maingui.Visible = true
  124. opengui.Visible = false
  125. end)
  126. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement