Advertisement
Scripter_Tix

Untitled

Jul 10th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. wait(0.2)
  2.  
  3. Player = game:GetService("Players").LocalPlayer
  4. PlayerGui = Player.PlayerGui
  5. chara = Player.Character
  6. Character = Player.Character
  7. Cam = workspace.CurrentCamera
  8. Backpack = Player.Backpack
  9. Character = Player.Character
  10. Humanoid = Character.Humanoid
  11. Mouse = Player:GetMouse()
  12. RootPart = Character["HumanoidRootPart"]
  13. Torso = Character["Torso"]
  14. Head = Character["Head"]
  15. RightArm = Character["Right Arm"]
  16. LeftArm = Character["Left Arm"]
  17. RightLeg = Character["Right Leg"]
  18. LeftLeg = Character["Left Leg"]
  19. RootJoint = RootPart["RootJoint"]
  20. Neck = Torso["Neck"]
  21. RightShoulder = Torso["Right Shoulder"]
  22. LeftShoulder = Torso["Left Shoulder"]
  23. RightHip = Torso["Right Hip"]
  24. LeftHip = Torso["Left Hip"]
  25. local sick = Instance.new("Sound",Character)
  26. sick.Parent = Character
  27. sick.SoundId = "rbxassetid://1809071061"
  28. sick.Looped = true
  29. sick.Pitch = 1
  30. sick.Volume = 7
  31. sick:Play()
  32. Character.Archivable = true
  33. Humanoid.DisplayDistanceType = "None"
  34.  
  35. local naeeym = Instance.new("BillboardGui",chara)
  36. naeeym.Size = UDim2.new(0,100,0,40)
  37. naeeym.StudsOffset = Vector3.new(0,2,0)
  38. naeeym.Adornee = chara.Head
  39. local tecks = Instance.new("TextLabel",naeeym)
  40. tecks.BackgroundTransparency = 1
  41. tecks.BorderSizePixel = 0
  42. tecks.Text = "Afk im editing"
  43. tecks.Font = "Fantasy"
  44. tecks.FontSize = "Size24"
  45. tecks.TextStrokeTransparency = 0
  46. tecks.TextStrokeColor3 = Color3.new(170,0,0)
  47. tecks.TextColor3 = Color3.new(1,0,0)
  48. tecks.Size = UDim2.new(1,0,0.5,0)
  49.  
  50. IT = Instance.new
  51. CF = CFrame.new
  52. VT = Vector3.new
  53. RAD = math.rad
  54. C3 = Color3.new
  55. UD2 = UDim2.new
  56. BRICKC = BrickColor.new
  57. ANGLES = CFrame.Angles
  58. EULER = CFrame.fromEulerAnglesXYZ
  59. COS = math.cos
  60. ACOS = math.acos
  61. SIN = math.sin
  62. ASIN = math.asin
  63. ABS = math.abs
  64. MRANDOM = math.random
  65. FLOOR = math.floor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement