Advertisement
SithLord332

Test

Apr 17th, 2018
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.99 KB | None | 0 0
  1. --//====================================================\\--
  2. --|| CREATED BY SithLord332
  3. --\\====================================================//--
  4.  
  5.  
  6. wait(0.2)
  7.  
  8.  
  9. Player = game:GetService("Players").LocalPlayer
  10. Playergui = Player.PlayerGui
  11. Cam = workspace.CurrentCamera
  12. Backpack = Player.Backpack
  13. Character = Player.Character
  14. Humanoid = Character.Humanoid
  15. Mouse = Player:GetMouse()
  16. RootPart = Character["HumanoidRootPart"]
  17. Torso = Character["Torso"]
  18. Head = Character["Head"]
  19. RightArm = Character["Right Arm"]
  20. LeftArm = Character["Left Arm"]
  21. RightLeg = Character["Right Leg"]
  22. LeftLeg = Character["Left Leg"]
  23. RootJoint = RootPart["RootJoint"]
  24. Neck = Torso["Neck"]
  25. RightShoulder = Torso["Right Shoulder"]
  26. LeftShoulder = Torso["Left Shoulder"]
  27. RightHip = Torso["Right Hip"]
  28. LeftHip = Torso["Left Hip"]
  29. local sick = Instance.new("Sound",Character)
  30. sick.SoundId = "rbxassetid://563062677"
  31. sick.Looped = true
  32. sick.Pitch = 1
  33. sick.Volume = 2
  34. Player:ClearCharacterAppearance()
  35. local HANDS = {}
  36. Character.Archivable = true
  37. Humanoid.DisplayDistanceType = "None"
  38.  
  39. local nsaeeym2 = Instance.new("BillboardGui",Character)
  40. naeeym2.AlwaysOnTop = true
  41. naeeym2.Size = UDim2.new(5,35,2,35)
  42. naeeym2.StudsOffset = Vector3.new(0,3,0)
  43. naeeym2.Adornee = Character.Head
  44. naeeym2.Name = "Name"
  45. naeeym2.PlayerToHideFrom = Player
  46. local tecks2 = Instance.new("TextLabel",naeeym2)
  47. tecks2.BackgroundTransparency = 1
  48. tecks2.TextScaled = true
  49. tecks2.BorderSizePixel = 0
  50. tecks2.Text = "Kͫ͂̿̀a͖͕̪̬ͧ̈́̐̃͆͢n̙̞͕͕͕̠̾͌ė͔ͫͪ̄̿k̻̑̀̂̒̽̓͝i̻̺͗ͬ̌̋́̈́"
  51. tecks2.Font = "Antique"
  52. tecks2.TextSize = 30
  53. tecks2.TextTransparency = 1
  54. tecks2.TextStrokeTransparency = 1
  55. tecks2.TextColor3 = Color3.new(1,0,0)
  56. tecks2.Size = UDim2.new(1,0,0.5,0)
  57. tecks2.Parent = naeeym2
  58. IT = Instance.new
  59. CF = CFrame.new
  60. VT = Vector3.new
  61. RAD = math.rad
  62. C3 = Color3.new
  63. UD2 = UDim2.new
  64. BRICKC = BrickColor.new
  65. ANGLES = CFrame.Angles
  66. EULER = CFrame.fromEulerAnglesXYZ
  67. COS = math.cos
  68. ACOS = math.acos
  69. SIN = math.sin
  70. ASIN = math.asin
  71. ABS = math.abs
  72. MRANDOM = math.random
  73. FLOOR = math.floor
  74.  
  75. function CreateMesh(MESH, PARENT, MESHTYPE, MESHID, TEXTUREID, SCALE, OFFSET)
  76. local NEWMESH = IT(MESH)
  77. if MESH == "SpecialMesh" then
  78. NEWMESH.MeshType = MESHTYPE
  79. if MESHID ~= "nil" and MESHID ~= "" then
  80. NEWMESH.MeshId = "http://www.roblox.com/asset/?id="..MESHID
  81. end
  82. if TEXTUREID ~= "nil" and TEXTUREID ~= "" then
  83. NEWMESH.TextureId = "http://www.roblox.com/asset/?id="..TEXTUREID
  84. end
  85. end
  86. NEWMESH.Offset = OFFSET or VT(0, 0, 0)
  87. NEWMESH.Scale = SCALE
  88. NEWMESH.Parent = PARENT
  89. return NEWMESH
  90. end
  91.  
  92. function CreatePart(FORMFACTOR, PARENT, MATERIAL, REFLECTANCE, TRANSPARENCY, BRICKCOLOR, NAME, SIZE, ANCHOR)
  93. local NEWPART = IT("Part")
  94. NEWPART.formFactor = FORMFACTOR
  95. NEWPART.Reflectance = REFLECTANCE
  96. NEWPART.Transparency = TRANSPARENCY
  97. NEWPART.CanCollide = false
  98. NEWPART.Locked = true
  99. NEWPART.Anchored = true
  100. if ANCHOR == false then
  101. NEWPART.Anchored = false
  102. end
  103. NEWPART.BrickColor = BRICKC(tostring(BRICKCOLOR))
  104. NEWPART.Name = NAME
  105. NEWPART.Size = SIZE
  106. NEWPART.Position = Torso.Position
  107. NEWPART.Material = MATERIAL
  108. NEWPART:BreakJoints()
  109. NEWPART.Parent = PARENT
  110. return NEWPART
  111. end
  112.  
  113. --//=================================\\
  114. --|| CUSTOMIZATION
  115. --\\=================================//
  116.  
  117. Player_Size = 1 --Size of the player.
  118. Animation_Speed = 3
  119. Frame_Speed = 1 / 60 -- (1 / 30) OR (1 / 60)
  120.  
  121. local Speed = 16
  122. local Effects2 = {}
  123.  
  124. --//=================================\\
  125. --|| END OF CUSTOMIZATION
  126. --\\=================================//
  127.  
  128. local function weldBetween(a, b)
  129. local weldd = Instance.new("ManualWeld")
  130. weldd.Part0 = a
  131. weldd.Part1 = b
  132. weldd.C0 = CFrame.new()
  133. weldd.C1 = b.CFrame:inverse() * a.CFrame
  134. weldd.Parent = a
  135. return weldd
  136. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement