Advertisement
Guest User

Scripts

a guest
Mar 22nd, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. local AimbotScript = Instance.new("TextButton")
  2. AimbotScript.Parent = frame
  3. AimbotScript.Position = UDim2.new(0, 0, 0.3, 0)
  4. AimbotScript.Size = UDim2.new(1, 0, 0, 50)
  5. AimbotScript.BackgroundTransparency = 1
  6. AimbotScript.Text = 'Perm Aimbot: OFF'
  7. AimbotScript.FontSize = 'Size32'
  8. AimbotScript.Font = 'ArialBold'
  9. AimbotScript.TextStrokeColor3 = Color3.new(255,0,0)
  10. AimbotScript.TextStrokeTransparency = 0.5
  11. AimbotScript.TextColor3 = Color3.new(255,255,255)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement