Advertisement
Sharkkkkkk

Arsenx Menu

Feb 11th, 2020
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.13 KB | None | 0 0
  1. --[[
  2. Gui to Lua Converter
  3. -- Revamped by:HoIyScript
  4. --]]
  5.  
  6.  
  7.  
  8. -- Instances:
  9.  
  10. local ScreenGui = Instance.new("ScreenGui")
  11. local Frame = Instance.new("Frame")
  12. local Frame_2 = Instance.new("Frame")
  13. local Frame_3 = Instance.new("Frame")
  14. local IntroText = Instance.new("TextBox")
  15. local Version = Instance.new("TextBox")
  16. local Script1 = Instance.new("TextButton")
  17. local Script2 = Instance.new("TextButton")
  18. local Script3 = Instance.new("TextButton")
  19.  
  20. --[[
  21. Properties:
  22. --]]
  23. ScreenGui.Parent = game.CoreGui
  24.  
  25. ScreenGui.Parent = game.Workspace
  26. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  27.  
  28. Frame.Parent = ScreenGui
  29. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  30. Frame.BackgroundTransparency = 0.64999997615814
  31. Frame.Position = UDim2.new(0.00836431235, 0, 0.102466792, 0)
  32. Frame.Size = UDim2.new(0, 109, 0, 150)
  33. Frame.Visible = false
  34. Frame.Active = true
  35. Frame.Draggable = true
  36.  
  37.  
  38.  
  39. Frame_2.Parent = Frame
  40. Frame_2.BackgroundColor3 = Color3.new(0, 0, 0)
  41. Frame_2.BackgroundTransparency = 0.40000000596046
  42. Frame_2.Position = UDim2.new(0.00917431153, 0, 0, 0)
  43. Frame_2.Size = UDim2.new(0, 108, 0, 23)
  44.  
  45. Frame_3.Parent = Frame
  46. Frame_3.BackgroundColor3 = Color3.new(0, 0, 0)
  47. Frame_3.BackgroundTransparency = 0.30000001192093
  48. Frame_3.Position = UDim2.new(0.00917431153, 0, 0.844976068, 0)
  49. Frame_3.Size = UDim2.new(0, 108, 0, 23)
  50.  
  51. IntroText.Name = "IntroText"
  52. IntroText.Parent = Frame
  53. IntroText.BackgroundColor3 = Color3.new(1, 1, 1)
  54. IntroText.BackgroundTransparency = 1
  55. IntroText.Size = UDim2.new(0, 108, 0, 23)
  56. IntroText.Font = Enum.Font.SourceSansSemibold
  57. IntroText.Text = "Arsenx"
  58. IntroText.TextColor3 = Color3.new(1, 1, 1)
  59. IntroText.TextSize = 23
  60.  
  61. Version.Name = "Version"
  62. Version.Parent = Frame
  63. Version.BackgroundColor3 = Color3.new(1, 1, 1)
  64. Version.BackgroundTransparency = 1
  65. Version.Position = UDim2.new(0, 0, 0.844976008, 0)
  66. Version.Size = UDim2.new(0, 108, 0, 22)
  67. Version.Font = Enum.Font.Cartoon
  68. Version.Text = "Version 0.1"
  69. Version.TextColor3 = Color3.new(1, 1, 1)
  70. Version.TextSize = 23
  71.  
  72. Script1.Name = "Script1"
  73. Script1.Parent = Frame
  74. Script1.BackgroundColor3 = Color3.new(0, 0, 0)
  75. Script1.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  76. Script1.Position = UDim2.new(0.0458715595, 0, 0.220000014, 0)
  77. Script1.Size = UDim2.new(0, 99, 0, 20)
  78. Script1.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  79. Script1.Font = Enum.Font.Highway
  80. Script1.Text = "Small Hitbox"
  81. Script1.TextColor3 = Color3.new(0, 0, 0)
  82. Script1.TextSize = 14
  83. Script2.MouseButton1Down:connect(function()
  84. loadstring(game:HttpGet("https://pastebin.com/nzGSS0qe", true)) ()
  85. end)
  86.  
  87. Script3.Name = "Script2"
  88. Script3.Parent = Frame
  89. Script3.BackgroundColor3 = Color3.new(0, 0, 0)
  90. Script3.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  91. Script3.Position = UDim2.new(0.0458715595, 0, 0.639999986, 0)
  92. Script3.Size = UDim2.new(0, 99, 0, 20)
  93. Script3.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  94. Script3.Font = Enum.Font.Highway
  95. Script3.Text = "Inf Jump"
  96. Script3.TextColor3 = Color3.new(0, 0, 0)
  97. Script3.TextSize = 14
  98. Script3.MouseButton1Down:connect(function()
  99. loadstring(game:HttpGet("https://pastebin.com/rewBQ3t8", true)) ()
  100. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement