Advertisement
Glexteon

Untitled

Sep 24th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. local GUI = Instance.new("ScreenGui")
  2. local Box = Instance.new("TextBox")
  3. local Button = Instance.new("TextButton")
  4. local Text = Instance.new("TextLabel")
  5.  
  6. GUI.Name = "GUI"
  7. GUI.Parent = game.CoreGui
  8.  
  9. Box.Name = "Box"
  10. Box.Parent = GUI
  11. Box.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  12. Box.BackgroundTransparency = 0.5
  13. Box.Position = UDim2.new(0.00484848488, 0, 0.963144958, 0)
  14. Box.Size = UDim2.new(0, 234, 0, 23)
  15. Box.Font = Enum.Font.GothamBlack
  16. Box.Text = ""
  17. Box.TextColor3 = Color3.new(1, 1, 1)
  18. Box.TextSize = 14
  19. Box.TextWrapped = true
  20.  
  21. Button.Name = "Button"
  22. Button.Parent = GUI
  23. Button.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  24. Button.BackgroundTransparency = 0.5
  25. Button.Position = UDim2.new(0.13, 0, 0.963144958, 0)
  26. Button.Size = UDim2.new(0, 46, 0, 23)
  27. Button.Font = Enum.Font.GothamBlack
  28. Button.Text = "SEND"
  29. Button.TextColor3 = Color3.new(1, 1, 1)
  30. Button.TextSize = 14
  31.  
  32. Text.Parent = GUI
  33. Text.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  34. Text.BackgroundTransparency = 0.5
  35. Text.Position = UDim2.new(0.00484848488, 0, 0.935, 0)
  36. Text.Size = UDim2.new(0, 200, 0, 23)
  37. Text.Font = Enum.Font.GothamBlack
  38. Text.Text = "[C] Glexteon / CMD."
  39. Text.TextColor3 = Color3.new(1, 1, 1)
  40. Text.TextSize = 12
  41. Text.TextWrapped = true
  42. --Script'z.
  43. Button.MouseButton1Down:connect(function()
  44. if Box.Text == "gkv2" then
  45. loadstring(game:HttpGet("https://pastebin.com/raw/mN6ZT2nA", true))()
  46. end
  47.  
  48. if Box.Text == "gas" then
  49. loadstring(game:HttpGet("https://pastebin.com/raw/r1FmrGi1", true))()
  50. end
  51.  
  52. if Box.Text == "gun" then
  53. loadstring(game:HttpGet("https://pastebin.com/raw/Px6zrVAR", true))()
  54. end
  55.  
  56. if Box.Text == "label" then
  57. loadstring(game:HttpGet("https://pastebin.com/raw/EN3ZF5Zy", true))()
  58. end
  59. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement