Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.10 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local LoginTB = Instance.new("Frame")
  5. local Login = Instance.new("Frame")
  6. local Submit = Instance.new("TextButton")
  7. local Pass = Instance.new("TextBox")
  8. local User = Instance.new("TextBox")
  9. local TextLabel = Instance.new("TextLabel")
  10. local ArcaneGUI = Instance.new("Frame")
  11. local TextLabel_2 = Instance.new("TextLabel")
  12. local Gui = Instance.new("Frame")
  13. local Stop = Instance.new("TextButton")
  14. local Start = Instance.new("TextButton")
  15.  
  16. -- Properties
  17.  
  18. ScreenGui.Parent = game.StarterGui
  19.  
  20. LoginTB.Name = "LoginTB"
  21. LoginTB.Parent = ScreenGui
  22. LoginTB.BackgroundColor3 = Color3.new(1, 1, 1)
  23. LoginTB.Position = UDim2.new(0.401129931, 0, 0.346153855, 0)
  24. LoginTB.Size = UDim2.new(0, 141, 0, 26)
  25.  
  26. Login.Name = "Login"
  27. Login.Parent = LoginTB
  28. Login.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  29. Login.Position = UDim2.new(0, 0, 1, 0)
  30. Login.Size = UDim2.new(0, 141, 0, 137)
  31.  
  32. Submit.Name = "Submit"
  33. Submit.Parent = Login
  34. Submit.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  35. Submit.Position = UDim2.new(0.351063818, 0, 0.804392934, 0)
  36. Submit.Size = UDim2.new(0, 42, 0, 21)
  37. Submit.Font = Enum.Font.SourceSans
  38. Submit.FontSize = Enum.FontSize.Size14
  39. Submit.Text = "Submit"
  40. Submit.TextSize = 14
  41. Submit.MouseButton1Down:connect(function()
  42. if Pass.Text == "Teddy" and User.Text == "Apollo" then
  43. ArcaneGUI.Visible = true
  44. end
  45. end)
  46.  
  47. Pass.Name = "Pass"
  48. Pass.Parent = Login
  49. Pass.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  50. Pass.Position = UDim2.new(0.173758879, 0, 0.503649652, 0)
  51. Pass.Size = UDim2.new(0, 92, 0, 23)
  52. Pass.Font = Enum.Font.SourceSans
  53. Pass.FontSize = Enum.FontSize.Size14
  54. Pass.Text = "Password"
  55. Pass.TextSize = 14
  56.  
  57. User.Name = "User"
  58. User.Parent = Login
  59. User.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  60. User.Position = UDim2.new(0.170212761, 0, 0.16239205, 0)
  61. User.Size = UDim2.new(0, 92, 0, 23)
  62. User.Font = Enum.Font.SourceSans
  63. User.FontSize = Enum.FontSize.Size14
  64. User.Text = "Username"
  65. User.TextSize = 14
  66.  
  67. TextLabel.Parent = LoginTB
  68. TextLabel.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  69. TextLabel.Size = UDim2.new(0, 141, 0, 26)
  70. TextLabel.Font = Enum.Font.SourceSans
  71. TextLabel.FontSize = Enum.FontSize.Size14
  72. TextLabel.Text = " Login"
  73. TextLabel.TextSize = 14
  74. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  75.  
  76. ArcaneGUI.Name = "ArcaneGUI"
  77. ArcaneGUI.Parent = ScreenGui
  78. ArcaneGUI.Active = true
  79. ArcaneGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  80. ArcaneGUI.Draggable = true
  81. ArcaneGUI.Position = UDim2.new(0.233521655, 0, 0.348623842, 0)
  82. ArcaneGUI.Size = UDim2.new(0, 141, 0, 26)
  83. ArcaneGUI.Visible = false
  84.  
  85. TextLabel_2.Parent = ArcaneGUI
  86. TextLabel_2.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  87. TextLabel_2.Position = UDim2.new(0, 0, -0.0384615399, 0)
  88. TextLabel_2.Size = UDim2.new(0, 141, 0, 26)
  89. TextLabel_2.Font = Enum.Font.SourceSans
  90. TextLabel_2.FontSize = Enum.FontSize.Size14
  91. TextLabel_2.Text = " AA Item/EXP Loop"
  92. TextLabel_2.TextSize = 14
  93. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
  94.  
  95. Gui.Name = "Gui"
  96. Gui.Parent = ArcaneGUI
  97. Gui.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  98. Gui.Position = UDim2.new(0, 0, 0.963302732, 0)
  99. Gui.Size = UDim2.new(0, 141, 0, 137)
  100.  
  101. Stop.Name = "Stop"
  102. Stop.Parent = Gui
  103. Stop.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  104. Stop.Position = UDim2.new(0.212765962, 0, 0.585013092, 0)
  105. Stop.Size = UDim2.new(0, 81, 0, 28)
  106. Stop.Font = Enum.Font.SourceSans
  107. Stop.FontSize = Enum.FontSize.Size14
  108. Stop.Text = "Stop"
  109. Stop.TextSize = 14
  110. Stop.MouseButton1Down:connect(function()
  111. _G.k = false
  112. end)
  113.  
  114. Start.Name = "Start"
  115. Start.Parent = Gui
  116. Start.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  117. Start.Position = UDim2.new(0.212765962, 0, 0.146253273, 0)
  118. Start.Size = UDim2.new(0, 81, 0, 28)
  119. Start.Font = Enum.Font.SourceSans
  120. Start.FontSize = Enum.FontSize.Size14
  121. Start.Text = "Start"
  122. Start.TextSize = 14
  123. Start.MouseButton1Down:connect(function()
  124. _G.k = true
  125. while _G.k do
  126. wait(10)
  127. for i,v in pairs(game.Workspace.Enemies:GetChildren()) do
  128. local tag = Instance.new("ObjectValue",v)
  129. tag.Name = "HitTag"
  130. tag.Value = game.Players.LocalPlayer
  131. v.Humanoid.Health = 0
  132. end
  133. end
  134. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement