lolita5432

TattleCMDS

Sep 22nd, 2017
848
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.60 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local TextLabel = Instance.new("TextLabel")
  5. local Background = Instance.new("Frame")
  6. local slamdoor = Instance.new("TextButton")
  7. local _60secblackout = Instance.new("TextButton")
  8. local _300secblackout = Instance.new("TextButton")
  9. local phonecall = Instance.new("TextButton")
  10. local teleporttosecretegg = Instance.new("TextButton")
  11. local teleporttoeggspot = Instance.new("TextButton")
  12. local PlayLoudAudio = Instance.new("TextButton")
  13.  
  14. -- Properties
  15.  
  16. ScreenGui.Parent = game.StarterGui
  17.  
  18. TextLabel.Parent = ScreenGui
  19. TextLabel.Active = true
  20. TextLabel.BackgroundColor3 = Color3.new(1, 0, 0)
  21. TextLabel.BackgroundTransparency = 0.5
  22. TextLabel.BorderSizePixel = 0
  23. TextLabel.Draggable = true
  24. TextLabel.Position = UDim2.new(0.5, -215, 0.5, -151)
  25. TextLabel.Size = UDim2.new(0, 430, 0, 20)
  26. TextLabel.Font = Enum.Font.ArialBold
  27. TextLabel.FontSize = Enum.FontSize.Size18
  28. TextLabel.Text = "TattleTail roleplay hax gui"
  29. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  30. TextLabel.TextSize = 18
  31.  
  32. Background.Name = "Background"
  33. Background.Parent = TextLabel
  34. Background.BackgroundColor3 = Color3.new(0, 0, 0)
  35. Background.BackgroundTransparency = 0.30000001192093
  36. Background.BorderSizePixel = 0
  37. Background.Position = UDim2.new(0, 0, 0, 20)
  38. Background.Size = UDim2.new(0, 430, 0, 300)
  39.  
  40. slamdoor.Name = "slamdoor"
  41. slamdoor.Parent = Background
  42. slamdoor.BackgroundColor3 = Color3.new(0, 0, 0)
  43. slamdoor.Position = UDim2.new(0, 20, 0, 19)
  44. slamdoor.Size = UDim2.new(0, 129, 0, 34)
  45. slamdoor.Font = Enum.Font.Arcade
  46. slamdoor.FontSize = Enum.FontSize.Size14
  47. slamdoor.Text = "SlamDoor"
  48. slamdoor.TextColor3 = Color3.new(0, 1, 1)
  49. slamdoor.TextSize = 14
  50.  
  51. function Clicked()
  52.  
  53. game.ReplicatedStorage.AB:FireServer("SlamDoor")
  54. end
  55. end
  56.  
  57. script.Parent.MouseButton1Down:connect(Clicked)
  58. end
  59.  
  60. _60secblackout.Name = "60 sec blackout"
  61. _60secblackout.Parent = Background
  62. _60secblackout.BackgroundColor3 = Color3.new(0, 0, 0)
  63. _60secblackout.Position = UDim2.new(0, 174, 0, 18)
  64. _60secblackout.Size = UDim2.new(0, 138, 0, 34)
  65. _60secblackout.Font = Enum.Font.Arcade
  66. _60secblackout.FontSize = Enum.FontSize.Size14
  67. _60secblackout.Text = "60 sec blackout"
  68. _60secblackout.TextColor3 = Color3.new(0, 1, 1)
  69. _60secblackout.TextSize = 14
  70.  
  71. function Clicked()
  72.  
  73. game.ReplicatedStorage.AB:FireServer("Blackout", 60)
  74. end
  75. end
  76.  
  77. script.Parent.MouseButton1Down:connect(Clicked)
  78. end
  79.  
  80. _300secblackout.Name = "300 sec blackout"
  81. _300secblackout.Parent = Background
  82. _300secblackout.BackgroundColor3 = Color3.new(0, 0, 0)
  83. _300secblackout.Position = UDim2.new(0, 21, 0, 68)
  84. _300secblackout.Size = UDim2.new(0, 128, 0, 34)
  85. _300secblackout.Font = Enum.Font.Arcade
  86. _300secblackout.FontSize = Enum.FontSize.Size14
  87. _300secblackout.Text = "300 sec blackout"
  88. _300secblackout.TextColor3 = Color3.new(0, 1, 1)
  89. _300secblackout.TextSize = 14
  90.  
  91. game.ReplicatedStorage.AB:FireServer("Blackout", 300)
  92. end
  93. end
  94.  
  95. script.Parent.MouseButton1Down:connect(Clicked)
  96. end
  97.  
  98. phonecall.Name = "phone call"
  99. phonecall.Parent = Background
  100. phonecall.BackgroundColor3 = Color3.new(0, 0, 0)
  101. phonecall.Position = UDim2.new(0, 175, 0, 67)
  102. phonecall.Size = UDim2.new(0, 138, 0, 34)
  103. phonecall.Font = Enum.Font.Arcade
  104. phonecall.FontSize = Enum.FontSize.Size14
  105. phonecall.Text = "phone call"
  106. phonecall.TextColor3 = Color3.new(0, 1, 1)
  107. phonecall.TextSize = 14
  108.  
  109. function Clicked()
  110.  
  111. game.ReplicatedStorage.AB:FireServer("CallPhone")
  112. end
  113. end
  114.  
  115. script.Parent.MouseButton1Down:connect(Clicked)
  116. end
  117.  
  118. teleporttosecretegg.Name = "teleport to secret egg"
  119. teleporttosecretegg.Parent = Background
  120. teleporttosecretegg.BackgroundColor3 = Color3.new(0, 0, 0)
  121. teleporttosecretegg.Position = UDim2.new(0, 20, 0, 116)
  122. teleporttosecretegg.Size = UDim2.new(0, 179, 0, 34)
  123. teleporttosecretegg.Font = Enum.Font.Arcade
  124. teleporttosecretegg.FontSize = Enum.FontSize.Size14
  125. teleporttosecretegg.Text = "teleport to secret egg"
  126. teleporttosecretegg.TextColor3 = Color3.new(0, 1, 1)
  127. teleporttosecretegg.TextSize = 14
  128.  
  129. function Clicked()
  130.  
  131. for i,v in pairs(game.Workspace:GetChildren()) do
  132. if v.Name == "SecretEgg" then
  133. plr.Character.HumanoidRootPart.CFrame = CFrame.new(v.Egg.CFrame.x,v.Egg.CFrame.y,v.Egg.CFrame.z)
  134. end
  135. end
  136.  
  137. script.Parent.MouseButton1Down:connect(Clicked)
  138. end
  139.  
  140. teleporttoeggspot.Name = "teleport to egg spot"
  141. teleporttoeggspot.Parent = Background
  142. teleporttoeggspot.BackgroundColor3 = Color3.new(0, 0, 0)
  143. teleporttoeggspot.Position = UDim2.new(0, 208, 0, 116)
  144. teleporttoeggspot.Size = UDim2.new(0, 161, 0, 34)
  145. teleporttoeggspot.Font = Enum.Font.Arcade
  146. teleporttoeggspot.FontSize = Enum.FontSize.Size14
  147. teleporttoeggspot.Text = "teleport to egg spot"
  148. teleporttoeggspot.TextColor3 = Color3.new(0, 1, 1)
  149. teleporttoeggspot.TextSize = 14
  150.  
  151. function Clicked()
  152.  
  153. plr = game.Players.LocalPlayer
  154. for i,v in pairs(game.Workspace.EggS.EggSpots:GetChildren()) do
  155. if v.Taken.Value == true then
  156. plr.Character.HumanoidRootPart.CFrame = CFrame.new(v.CFrame.x,v.CFrame.y,v.CFrame.z)
  157. end
  158. end
  159.  
  160. script.Parent.MouseButton1Down:connect(Clicked)
  161. end
  162.  
  163. PlayLoudAudio.Name = "Play Loud Audio"
  164. PlayLoudAudio.Parent = Background
  165. PlayLoudAudio.BackgroundColor3 = Color3.new(0, 0, 0)
  166. PlayLoudAudio.Position = UDim2.new(0, 329, 0, 19)
  167. PlayLoudAudio.Size = UDim2.new(0, 92, 0, 88)
  168. PlayLoudAudio.Font = Enum.Font.Arcade
  169. PlayLoudAudio.FontSize = Enum.FontSize.Size14
  170. PlayLoudAudio.Text = "LOUD AUDIO"
  171. PlayLoudAudio.TextColor3 = Color3.new(0, 1, 1)
  172. PlayLoudAudio.TextSize = 14
  173.  
  174. function Clicked()
  175.  
  176. SongId = 481998828 -- Put song id here.
  177. game.ReplicatedStorage.AB:FireServer("StartGlobalSong", SongId)
  178. end
  179. end
  180.  
  181. script.Parent.MouseButton1Down:connect(Clicked)
  182. end
Add Comment
Please, Sign In to add comment