Advertisement
Guest User

ATP

a guest
Nov 19th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.20 KB | None | 0 0
  1. --//=================================\\
  2. --|| WEAPONS/MISC CREATION
  3. --\\=================================//
  4.  
  5. title = [[
  6.  
  7. // C H A T L I S T \\
  8. AAAA
  9. I CANT BELIEVE YOUVE DONE THIS
  10. DS
  11. HEX
  12. TOPHAT
  13. NOHATS
  14. I CAN DO ANYTHING
  15. ah yes
  16. SIT
  17. NOSIT
  18. /e time (timeposition)
  19. /e play (id)
  20. thats how mafia works
  21. curb
  22. GET REKT FOOL
  23.  
  24. [E] Open/Close CHAT GUI
  25.  
  26. GUI made by @Kyutatsuki#9221
  27. ]]
  28. backgroundcolortitle = C3(0.1,0.1,0)
  29. bordercolortitle = C3(1,1,0)
  30. GUI = Instance.new("ScreenGui", Player.PlayerGui)
  31. GUI.Name = "BlackHoleKyutatsukiGui"
  32. textlabel = Instance.new("TextLabel",GUI)
  33. textlabel.AnchorPoint = Vector2.new(1,1)
  34. textlabel.Position = UDim2.new(1,500+5,1,-5)
  35. textlabel.Size = UDim2.new(0,500,0,400)
  36. textlabel.BorderSizePixel = 5
  37. textlabel.BorderColor3 = bordercolortitle
  38. textlabel.BackgroundColor3 = backgroundcolortitle
  39. textlabel.BackgroundTransparency = 0.1
  40. textlabel.TextTransparency = 0.1
  41. textlabel.TextColor3 = C3(1,1,0)
  42. textlabel.TextScaled = true
  43. textlabel.TextYAlignment = Enum.TextYAlignment.Center
  44. textlabel.Font = Enum.Font.SciFi
  45. textlabel.Text = title
  46.  
  47. guiopen = false
  48. debouncebutton = false
  49. function openhelp()
  50. if debouncebutton == false then
  51. if guiopen == false then
  52. debouncebutton = true
  53. textlabel:TweenPosition(UDim2.new(1,0-5,1,-5),Enum.EasingDirection.InOut,Enum.EasingStyle.Quad,0.2)
  54. guiopen = true
  55. wait(0.2)
  56. else
  57. debouncebutton = true
  58. textlabel:TweenPosition(UDim2.new(1,500+5,1,-5),Enum.EasingDirection.InOut,Enum.EasingStyle.Quad,0.2)
  59. guiopen = false
  60. wait(0.2)
  61. end
  62. end
  63. debouncebutton = false
  64. end
  65. openhelp()
  66.  
  67. Mouse.KeyDown:connect(function(key)
  68. if key == "e" then
  69. openhelp()
  70. end
  71. end)
  72.  
  73. --//=================================\\
  74. --|| ASSIGN THINGS TO KEYS
  75. --\\=================================//
  76. local AddInstance = function(Object, ...)
  77. local Obj = Instance.new(Object)
  78. for i,v in next,(...) do
  79. Obj[i] = v
  80. end
  81. return Obj
  82. end
  83.  
  84. local TopHat = CreatePart(3, Character, "Fabric", 0, 0, "Really black", "Hat", VT(1,1,1),false)
  85. TopHat.Color = C3(0,0,0)
  86. local HatWeld = CreateWeldOrSnapOrMotor("Weld", Head, Head, TopHat, CF(0,0.7,0), CF(0, 0, 0))
  87. CreateMesh("SpecialMesh", TopHat, "FileMesh", "", "", VT(1,1,1)*1.05, VT(0,0,0))
  88.  
  89. local Jevil = false
  90. local SITTING = false
  91. plr.Chatted:connect(function(message)
  92. if message:sub(1,8) == "/e play " then
  93. SONG = message:sub(9)
  94. end
  95. if message:sub(1,6) == "NOHATS" then
  96. if Head:FindFirstChild("Jevil") then
  97. Head.Jevil:Remove()
  98. end
  99. CreateMesh("SpecialMesh", TopHat, "FileMesh", "", "", VT(1,1,1)*1.05, VT(0,0,0))
  100. end
  101. if message:sub(1,6) == "TOPHAT" then
  102. if Mode ~= "Nuclear" then
  103. CreateMesh("SpecialMesh", TopHat, "FileMesh", "1028713", "46542901", VT(1,1,1)*1.05, VT(0,0,0))
  104. else
  105. CreateMesh("SpecialMesh", TopHat, "FileMesh", "1028713", "1563327", VT(1,1,1)*1.05, VT(0,0,0))
  106. end
  107. end
  108. if message:sub(1,17) == "I CAN DO ANYTHING" then
  109. SONG = 2597271983
  110. if Jevil == false then
  111. Jevil = true
  112. local sound = Instance.new("Sound")
  113. sound.SoundId = "rbxassetid://2544975373"
  114. sound.Volume = 10
  115. sound.Parent = Head
  116. sound:Play()
  117. local Reaper = AddInstance("Part",{
  118. Parent = hed,
  119. CFrame = hed.CFrame,
  120. Name = "Jevil",
  121. formFactor = "Symmetric",
  122. Size = Vector3.new(1, 1, 1),
  123. CanCollide = false,
  124. TopSurface = "Smooth",
  125. BottomSurface = "Smooth",
  126. Locked = true,
  127. })
  128. local Weld = AddInstance("Weld",{
  129. Parent = Reaper,
  130. Part0 = hed,
  131. C0 = CFrame.new(0, 0.8, 0.4)*CFrame.Angles(0, 0, 0),
  132. Part1 = Reaper,
  133. })
  134. local Mesh = AddInstance("SpecialMesh",{
  135. Parent = Reaper,
  136. MeshId = "rbxassetid://193760002",
  137. TextureId = "rbxassetid://89867215",
  138. Scale = Vector3.new(1.1, 1.1, 1.1),
  139. VertexColor = Vector3.new(0.5, 0.5, 0.5),
  140. })
  141. end
  142. end
  143. if message:sub(1,13) == "GET REKT FOOL" then
  144. CreateSound2("rbxassetid://1292661979", Character, 100, 1)
  145. end
  146. if message:sub(1,3) == "HEX" then
  147. SONG = 1143128932
  148. end
  149. if message:sub(1,2) == "DS" then
  150. SONG = 1751171913
  151. end
  152. if message:sub(1,21) == "thats how mafia works" then
  153. mafia()
  154. end
  155. if message:sub(1,3) == "SIT" then
  156. SITTING = true
  157. end
  158. if message:sub(1,5) == "NOSIT" then
  159. SITTING = false
  160. end
  161. if message:sub(1,6) == "ah yes" then
  162. SONG = 243199198
  163. end
  164. if message:sub(1,30) == "I CANT BELIEVE YOUVE DONE THIS" then
  165. CreateSound2("rbxassetid://527749592", Character, 100, 1)
  166. end
  167. if message:sub(1,4) == "AAAA" then
  168. CreateSound2("rbxassetid://547868092", Character, 100, 1)
  169. end
  170. if message:sub(1,4) == "curb" then
  171. SONG = 434976383
  172. sick.TimePosition = 0
  173. end
  174. if message:sub(1,8) == "/e time " then
  175. sick.TimePosition = message:sub(9)
  176. end
  177. end)
  178.  
  179. function MouseUp(Mouse)
  180. HOLD = false
  181. end
  182.  
  183. function KeyDown(Key)
  184. KEYHOLD = true
  185.  
  186. if Key == "p" then
  187. bestmatesA()
  188. end
  189. if Key == "y" then
  190. bestmatesB()
  191. end
  192. if Key == "u" then
  193. cheekibreeki()
  194. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement