Advertisement
Guest User

Untitled

a guest
Mar 13th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.89 KB | None | 0 0
  1. local plr = game:GetService("Players").LocalPlayer
  2. local loqtsgui = Instance.new("ScreenGui")
  3. local Main = Instance.new("Frame")
  4. local Title = Instance.new("Frame")
  5. local badgui = Instance.new("TextLabel")
  6. local Tornado = Instance.new("TextButton")
  7. local Headbutt = Instance.new("TextButton")
  8. local Bypass = Instance.new("TextButton")
  9. local FastRoll = Instance.new("TextButton")
  10. local Uzi = Instance.new("TextButton")
  11. local Chicken = Instance.new("TextButton")
  12. local Nunya = Instance.new("TextLabel")
  13. local ba = Instance.new("TextLabel")
  14. local ra = Instance.new("TextLabel")
  15. local na = Instance.new("TextLabel")
  16. local ya = Instance.new("TextLabel")
  17. local Exit = Instance.new("TextButton")
  18.  
  19. loqtsgui.Name = "loqtsgui"
  20. loqtsgui.Parent = game.CoreGui
  21.  
  22. Main.Name = "Main"
  23. Main.Parent = loqtsgui
  24. Main.Active = true
  25. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  26. Main.BackgroundTransparency = 0.5
  27. Main.Draggable = true
  28. Main.Position = UDim2.new(0, 48, 0, 129)
  29. Main.Size = UDim2.new(0, 310, 0, 309)
  30.  
  31. Title.Name = "Title"
  32. Title.Parent = Main
  33. Title.BackgroundColor3 = Color3.new(0, 0, 0)
  34. Title.Size = UDim2.new(0, 310, 0, 67)
  35.  
  36. badgui.Name = "badgui"
  37. badgui.Parent = Title
  38. badgui.BackgroundColor3 = Color3.new(0, 0, 0)
  39. badgui.BackgroundTransparency = 1
  40. badgui.Position = UDim2.new(0, 0, 0, 8)
  41. badgui.Size = UDim2.new(0, 310, 0, 51)
  42. badgui.Font = Enum.Font.ArialBold
  43. badgui.FontSize = Enum.FontSize.Size14
  44. badgui.Text = "Help"
  45. badgui.TextColor3 = Color3.new(0.92682372576236238263, 0.111111111111, 0)
  46. badgui.TextSize = 30
  47.  
  48. Nunya.Name = "Nunya"
  49. Nunya.Parent = Main
  50. Nunya.BackgroundColor3 = Color3.new(1, 1, 1)
  51. Nunya.BackgroundTransparency = 1
  52. Nunya.Position = UDim2.new(0, 0, 0, 70)
  53. Nunya.Size = UDim2.new(0, 310, 0, 29)
  54. Nunya.Font = Enum.Font.ArialBold
  55. Nunya.FontSize = Enum.FontSize.Size14
  56. Nunya.Text = "Execute Avr's Gui first, IF, you need to"
  57. Nunya.TextColor3 = Color3.new(0.92682372576236238263, 0.111111111111, 0)
  58. Nunya.TextSize = 14
  59.  
  60. ba.Name = "ba"
  61. ba.Parent = Main
  62. ba.BackgroundColor3 = Color3.new(1, 1, 1)
  63. ba.BackgroundTransparency = 1
  64. ba.Position = UDim2.new(0, 0, 0, 90)
  65. ba.Size = UDim2.new(0, 310, 0, 29)
  66. ba.Font = Enum.Font.ArialBold
  67. ba.FontSize = Enum.FontSize.Size14
  68. ba.Text = "remove/change some of the hotkeys."
  69. ba.TextColor3 = Color3.new(0.92682372576236238263, 0.111111111111, 0)
  70. ba.TextSize = 14
  71.  
  72. ra.Name = "ra"
  73. ra.Parent = Main
  74. ra.BackgroundColor3 = Color3.new(1, 1, 1)
  75. ra.BackgroundTransparency = 1
  76. ra.Position = UDim2.new(0, 0, 0, 110)
  77. ra.Size = UDim2.new(0, 310, 0, 29)
  78. ra.Font = Enum.Font.ArialBold
  79. ra.FontSize = Enum.FontSize.Size14
  80. ra.Text = "If Avr's gui isn't executed first,"
  81. ra.TextColor3 = Color3.new(0.92682372576236238263, 0.111111111111, 0)
  82. ra.TextSize = 14
  83.  
  84. na.Name = "na"
  85. na.Parent = Main
  86. na.BackgroundColor3 = Color3.new(1, 1, 1)
  87. na.BackgroundTransparency = 1
  88. na.Position = UDim2.new(0, 0, 0, 130)
  89. na.Size = UDim2.new(0, 310, 0, 29)
  90. na.Font = Enum.Font.ArialBold
  91. na.FontSize = Enum.FontSize.Size14
  92. na.Text = "but Brack's Gui is, then Brack's Gui"
  93. na.TextColor3 = Color3.new(0.92682372576236238263, 0.111111111111, 0)
  94. na.TextSize = 14
  95.  
  96. ya.Name = "ya"
  97. ya.Parent = Main
  98. ya.BackgroundColor3 = Color3.new(1, 1, 1)
  99. ya.BackgroundTransparency = 1
  100. ya.Position = UDim2.new(0, 0, 0, 150)
  101. ya.Size = UDim2.new(0, 310, 0, 29)
  102. ya.Font = Enum.Font.ArialBold
  103. ya.FontSize = Enum.FontSize.Size14
  104. ya.Text = "would overlay Avr's Gui."
  105. ya.TextColor3 = Color3.new(0.92682372576236238263, 0.111111111111, 0)
  106. ya.TextSize = 14
  107.  
  108. Exit.Name = "Exit"
  109. Exit.Parent = Main
  110. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  111. Exit.BackgroundTransparency = 1
  112. Exit.Position = UDim2.new(0, 276, 0, 0)
  113. Exit.Size = UDim2.new(0, 34, 0, 50)
  114. Exit.Font = Enum.Font.ArialBold
  115. Exit.FontSize = Enum.FontSize.Size32
  116. Exit.Text = "X"
  117. Exit.TextColor3 = Color3.new(0.92682372576236238263, 0.111111111111, 0)
  118. Exit.TextSize = 30
  119. Exit.MouseButton1Down:connect(function()
  120. Main.Visible = false
  121. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement