Advertisement
DarionBoy

ATLA: 4 Nations ROBLOX

Apr 10th, 2020
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.00 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local OpenFrame = Instance.new("Frame")
  8. local TextButton = Instance.new("TextButton")
  9. local Main = Instance.new("Frame")
  10. local Frame = Instance.new("Frame")
  11. local TextButton_2 = Instance.new("TextButton")
  12. local TextButton_3 = Instance.new("TextButton")
  13. local TextButton_4 = Instance.new("TextButton")
  14. local TextButton_5 = Instance.new("TextButton")
  15. local TextButton_6 = Instance.new("TextButton")
  16. local TextButton_7 = Instance.new("TextButton")
  17. local TextButton_8 = Instance.new("TextButton")
  18. local TextButton_9 = Instance.new("TextButton")
  19.  
  20. --Properties:
  21.  
  22. ScreenGui.Parent = game.CoreGui
  23.  
  24. OpenFrame.Name = "OpenFrame"
  25. OpenFrame.Parent = ScreenGui
  26. OpenFrame.Active = true
  27. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  28. OpenFrame.BackgroundTransparency = 0.60000002384186
  29. OpenFrame.BorderSizePixel = 0
  30. OpenFrame.Position = UDim2.new(0.00841751695, 0, 0.429837555, 0)
  31. OpenFrame.Size = UDim2.new(0, 91, 0, 29)
  32.  
  33. TextButton.Parent = OpenFrame
  34. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  35. TextButton.BackgroundTransparency = 0.44999998807907
  36. TextButton.BorderSizePixel = 0
  37. TextButton.Position = UDim2.new(4.19197512e-08, 0, 0, 0)
  38. TextButton.Size = UDim2.new(0, 91, 0, 29)
  39. TextButton.Font = Enum.Font.Gotham
  40. TextButton.Text = "Open"
  41. TextButton.TextColor3 = Color3.new(0, 0, 0)
  42. TextButton.TextSize = 30
  43. TextButton.MouseButton1Down:Connect(function()
  44. Main.Visible=true
  45. OpenFrame.Visible=false
  46. end)
  47.  
  48. Main.Name = "Main"
  49. Main.Parent = ScreenGui
  50. Main.Active = true
  51. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  52. Main.BackgroundTransparency = 0.44999998807907
  53. Main.BorderSizePixel = 0
  54. Main.Position = UDim2.new(0.301346809, 0, 0.355982274, 0)
  55. Main.Size = UDim2.new(0, 252, 0, 274)
  56. Main.Visible = false
  57. Main.Draggable = true
  58.  
  59. Frame.Parent = Main
  60. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  61. Frame.Size = UDim2.new(0, 252, 0, 33)
  62.  
  63. TextButton_2.Name = "Earth"
  64. TextButton_2.Parent = Main
  65. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  66. TextButton_2.Position = UDim2.new(0.1, 0, 0.5, 0)
  67. TextButton_2.Size = UDim2.new(0, 98, 0, 27)
  68. TextButton_2.Font = Enum.Font.SourceSans
  69. TextButton_2.Text = "Earth"
  70. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  71. TextButton_2.TextSize = 14
  72. TextButton_2.MouseButton1Down:Connect(function()
  73. game.ReplicatedStorage.Events.Settings:FireServer("Element", "Earth")
  74. end)
  75.  
  76. TextButton_3.Name = "Air"
  77. TextButton_3.Parent = Main
  78. TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
  79. TextButton_3.Position = UDim2.new(0.1, 0, 0.35, 0)
  80. TextButton_3.Size = UDim2.new(0, 98, 0, 27)
  81. TextButton_3.Font = Enum.Font.SourceSans
  82. TextButton_3.Text = "Air"
  83. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  84. TextButton_3.TextSize = 14
  85. TextButton_3.MouseButton1Down:Connect(function()
  86. game.ReplicatedStorage.Events.Settings:FireServer("Element", "Air")
  87. end)
  88.  
  89. TextButton_4.Name = "Fire"
  90. TextButton_4.Parent = Main
  91. TextButton_4.BackgroundColor3 = Color3.new(1, 1, 1)
  92. TextButton_4.Position = UDim2.new(0.1, 0, 0.2, 0)
  93. TextButton_4.Size = UDim2.new(0, 98, 0, 27)
  94. TextButton_4.Font = Enum.Font.SourceSans
  95. TextButton_4.Text = "Fire"
  96. TextButton_4.TextColor3 = Color3.new(0, 0, 0)
  97. TextButton_4.TextSize = 14
  98. TextButton_4.MouseButton1Down:Connect(function()
  99. game.ReplicatedStorage.Events.Settings:FireServer("Element", "Fire")
  100. end)
  101.  
  102. TextButton_5.Name = "Water"
  103. TextButton_5.Parent = Main
  104. TextButton_5.BackgroundColor3 = Color3.new(1, 1, 1)
  105. TextButton_5.Position = UDim2.new(0.1, 0, 0.65, 0)
  106. TextButton_5.Size = UDim2.new(0, 98, 0, 27)
  107. TextButton_5.Font = Enum.Font.SourceSans
  108. TextButton_5.Text = "Water"
  109. TextButton_5.TextColor3 = Color3.new(0, 0, 0)
  110. TextButton_5.TextSize = 14
  111. TextButton_5.MouseButton1Down:Connect(function()
  112. game.ReplicatedStorage.Events.Settings:FireServer("Element", "Water")
  113. end)
  114.  
  115. TextButton_6.Name = "ClearF"
  116. TextButton_6.Parent = Main
  117. TextButton_6.BackgroundColor3 = Color3.new(1, 1, 1)
  118. TextButton_6.Position = UDim2.new(0.1, 0, 0.8, 0)
  119. TextButton_6.Size = UDim2.new(0, 82, 0, 25)
  120. TextButton_6.Font = Enum.Font.SourceSans
  121. TextButton_6.Text = "Clear"
  122. TextButton_6.TextColor3 = Color3.new(0, 0, 0)
  123. TextButton_6.TextSize = 14
  124. TextButton_6.MouseButton1Down:Connect(function()
  125. game.Players.LocalPlayer.Backpack.Fire:Remove()
  126.  
  127. end)
  128.  
  129. TextButton_6.Name = "ClearA"
  130. TextButton_6.Parent = Main
  131. TextButton_6.BackgroundColor3 = Color3.new(1, 1, 1)
  132. TextButton_6.Position = UDim2.new(0.1, 0, 0.8, 0)
  133. TextButton_6.Size = UDim2.new(0, 82, 0, 25)
  134. TextButton_6.Font = Enum.Font.SourceSans
  135. TextButton_6.Text = "Clear"
  136. TextButton_6.TextColor3 = Color3.new(0, 0, 0)
  137. TextButton_6.TextSize = 14
  138. TextButton_6.MouseButton1Down:Connect(function()
  139. game.Players.LocalPlayer.Backpack.Air:Remove()
  140. end)
  141.  
  142. TextButton_6.Name = "ClearW"
  143. TextButton_6.Parent = Main
  144. TextButton_6.BackgroundColor3 = Color3.new(1, 1, 1)
  145. TextButton_6.Position = UDim2.new(0.1, 0, 0.8, 0)
  146. TextButton_6.Size = UDim2.new(0, 82, 0, 25)
  147. TextButton_6.Font = Enum.Font.SourceSans
  148. TextButton_6.Text = "Clear"
  149. TextButton_6.TextColor3 = Color3.new(0, 0, 0)
  150. TextButton_6.TextSize = 14
  151. TextButton_6.MouseButton1Down:Connect(function()
  152. game.Players.LocalPlayer.Backpack.Water:Remove()
  153. end)
  154.  
  155. TextButton_6.Name = "ClearE"
  156. TextButton_6.Parent = Main
  157. TextButton_6.BackgroundColor3 = Color3.new(1, 1, 1)
  158. TextButton_6.Position = UDim2.new(0.1, 0, 0.8, 0)
  159. TextButton_6.Size = UDim2.new(0, 82, 0, 25)
  160. TextButton_6.Font = Enum.Font.SourceSans
  161. TextButton_6.Text = "Clear"
  162. TextButton_6.TextColor3 = Color3.new(0, 0, 0)
  163. TextButton_6.TextSize = 14
  164. TextButton_6.MouseButton1Down:Connect(function()
  165. game.Players.LocalPlayer.Backpack.Earth:Remove()
  166. end)
  167.  
  168. TextButton_7.Name = "Inf Stamina"
  169. TextButton_7.Parent = Main
  170. TextButton_7.BackgroundColor3 = Color3.new(1, 1, 1)
  171. TextButton_7.Position = UDim2.new(0.6, 0, 0.6, 0)
  172. TextButton_7.Size = UDim2.new(0, 98, 0, 27)
  173. TextButton_7.Font = Enum.Font.SourceSans
  174. TextButton_7.Text = "Inf Stamina"
  175. TextButton_7.TextColor3 = Color3.new(0, 0, 0)
  176. TextButton_7.TextSize = 14
  177. TextButton_7.MouseButton1Down:Connect(function()
  178. while true do
  179. game.Players.LocalPlayer.Backpack.Info.Stamina.Value = 1000
  180. wait()
  181. end
  182. end)
  183.  
  184. TextButton_8.Name = "Admin"
  185. TextButton_8.Parent = Main
  186. TextButton_8.BackgroundColor3 = Color3.new(1, 1, 1)
  187. TextButton_8.Position = UDim2.new(0.6, 0, 0.4, 0)
  188. TextButton_8.Size = UDim2.new(0, 98, 0, 27)
  189. TextButton_8.Font = Enum.Font.SourceSans
  190. TextButton_8.Text = "Admin"
  191. TextButton_8.TextColor3 = Color3.new(0, 0, 0)
  192. TextButton_8.TextSize = 14
  193. TextButton_8.MouseButton1Down:Connect(function()
  194. loadstring(game:HttpGet(('https://pastebin.com/raw/tzTXmYf2'),true))()
  195. end)
  196.  
  197. TextButton_9.Name = "Close"
  198. TextButton_9.Parent = Main
  199. TextButton_9.BackgroundColor3 = Color3.new(1, 1, 1)
  200. TextButton_9.Position = UDim2.new(0.7, 0, 0.9, 0)
  201. TextButton_9.Size = UDim2.new(0, 72, 0, 24)
  202. TextButton_9.Font = Enum.Font.SourceSans
  203. TextButton_9.Text = "Close"
  204. TextButton_9.TextColor3 = Color3.new(0, 0, 0)
  205. TextButton_9.TextSize = 14
  206. TextButton_9.MouseButton1Down:Connect(function()
  207. OpenFrame.Visible=true
  208. Main.Visible=false
  209. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement