A_GUES

fake chat troll gui script

Jul 21st, 2023
226
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 6.67 KB | None | 0 0
  1. --BROUGHT TO YOU BY RSCRIPTS.NET!--
  2.  
  3.  
  4. local IGNOREIFINANTIEXPLOIT = Instance.new("ScreenGui")
  5. local Border = Instance.new("ImageLabel")
  6. local Frame = Instance.new("ImageLabel")
  7. local TextLabel = Instance.new("TextLabel")
  8. local YourChat = Instance.new("TextBox")
  9. local TextLabel_2 = Instance.new("TextLabel")
  10. local TextLabel_3 = Instance.new("TextLabel")
  11. local TextLabel_4 = Instance.new("TextLabel")
  12. local Username = Instance.new("TextBox")
  13. local FakeChat = Instance.new("TextBox")
  14. local TextLabel_5 = Instance.new("TextLabel")
  15. local Chat = Instance.new("TextButton")
  16.  
  17. IGNOREIFINANTIEXPLOIT.Name = "IGNORE IF IN ANTI EXPLOIT"
  18. IGNOREIFINANTIEXPLOIT.Parent = game.CoreGui
  19.  
  20. Border.Name = "Border"
  21. Border.Parent = IGNOREIFINANTIEXPLOIT
  22. Border.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  23. Border.BackgroundTransparency = 1.000
  24. Border.BorderSizePixel = 0
  25. Border.Position = UDim2.new(0.385948896, 0, 0.250995994, 0)
  26. Border.Size = UDim2.new(0, 250, 0, 250)
  27. Border.Image = "rbxassetid://3570695787"
  28. Border.ImageColor3 = Color3.fromRGB(0, 0, 0)
  29. Border.ScaleType = Enum.ScaleType.Slice
  30. Border.SliceCenter = Rect.new(100, 100, 100, 100)
  31. Border.SliceScale = 0.120
  32. Border.Selectable = true
  33. Border.Draggable = true
  34. Border.Active = true
  35.  
  36. Frame.Name = "Frame"
  37. Frame.Parent = Border
  38. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  39. Frame.BackgroundTransparency = 1.000
  40. Frame.BorderSizePixel = 0
  41. Frame.Position = UDim2.new(0.0234233439, 0, 0.0229482204, 0)
  42. Frame.Size = UDim2.new(0, 238, 0, 238)
  43. Frame.Image = "rbxassetid://3570695787"
  44. Frame.ImageColor3 = Color3.fromRGB(40, 40, 40)
  45. Frame.ScaleType = Enum.ScaleType.Slice
  46. Frame.SliceCenter = Rect.new(100, 100, 100, 100)
  47. Frame.SliceScale = 0.120
  48.  
  49. TextLabel.Parent = Frame
  50. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  51. TextLabel.BackgroundTransparency = 1.000
  52. TextLabel.Size = UDim2.new(0, 238, 0, 30)
  53. TextLabel.Font = Enum.Font.Creepster
  54. TextLabel.Text = "Chat Troll GUI"
  55. TextLabel.TextColor3 = Color3.fromRGB(255, 0, 127)
  56. TextLabel.TextScaled = true
  57. TextLabel.TextSize = 14.000
  58. TextLabel.TextWrapped = true
  59.  
  60. YourChat.Name = "YourChat"
  61. YourChat.Parent = Frame
  62. YourChat.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  63. YourChat.BorderSizePixel = 0
  64. YourChat.Position = UDim2.new(0.0798319355, 0, 0.264705896, 0)
  65. YourChat.Size = UDim2.new(0, 200, 0, 25)
  66. YourChat.Font = Enum.Font.SourceSans
  67. YourChat.Text = ""
  68. YourChat.TextColor3 = Color3.fromRGB(255, 0, 127)
  69. YourChat.TextScaled = true
  70. YourChat.TextSize = 14.000
  71. YourChat.TextWrapped = true
  72.  
  73. TextLabel_2.Parent = Frame
  74. TextLabel_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  75. TextLabel_2.BorderSizePixel = 0
  76. TextLabel_2.Position = UDim2.new(0, 0, 0.126050428, 0)
  77. TextLabel_2.Size = UDim2.new(0, 238, 0, 5)
  78. TextLabel_2.Font = Enum.Font.Creepster
  79. TextLabel_2.Text = ""
  80. TextLabel_2.TextColor3 = Color3.fromRGB(255, 0, 127)
  81. TextLabel_2.TextScaled = true
  82. TextLabel_2.TextSize = 14.000
  83. TextLabel_2.TextWrapped = true
  84.  
  85. TextLabel_3.Parent = Frame
  86. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  87. TextLabel_3.BackgroundTransparency = 1.000
  88. TextLabel_3.Position = UDim2.new(0, 0, 0.163865551, 0)
  89. TextLabel_3.Size = UDim2.new(0, 238, 0, 18)
  90. TextLabel_3.Font = Enum.Font.Arial
  91. TextLabel_3.Text = "Your Chat"
  92. TextLabel_3.TextColor3 = Color3.fromRGB(255, 0, 127)
  93. TextLabel_3.TextScaled = true
  94. TextLabel_3.TextSize = 14.000
  95. TextLabel_3.TextWrapped = true
  96.  
  97. TextLabel_4.Parent = Frame
  98. TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  99. TextLabel_4.BackgroundTransparency = 1.000
  100. TextLabel_4.Position = UDim2.new(0, 0, 0.394957989, 0)
  101. TextLabel_4.Size = UDim2.new(0, 238, 0, 18)
  102. TextLabel_4.Font = Enum.Font.Arial
  103. TextLabel_4.Text = "Username"
  104. TextLabel_4.TextColor3 = Color3.fromRGB(255, 0, 127)
  105. TextLabel_4.TextScaled = true
  106. TextLabel_4.TextSize = 14.000
  107. TextLabel_4.TextWrapped = true
  108.  
  109. Username.Name = "Username"
  110. Username.Parent = Frame
  111. Username.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  112. Username.BorderSizePixel = 0
  113. Username.Position = UDim2.new(0.0798319355, 0, 0.495798349, 0)
  114. Username.Size = UDim2.new(0, 200, 0, 25)
  115. Username.Font = Enum.Font.SourceSans
  116. Username.Text = ""
  117. Username.TextColor3 = Color3.fromRGB(255, 0, 127)
  118. Username.TextScaled = true
  119. Username.TextSize = 14.000
  120. Username.TextWrapped = true
  121.  
  122. FakeChat.Name = "FakeChat"
  123. FakeChat.Parent = Frame
  124. FakeChat.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  125. FakeChat.BorderSizePixel = 0
  126. FakeChat.Position = UDim2.new(0.0798319355, 0, 0.726890802, 0)
  127. FakeChat.Size = UDim2.new(0, 200, 0, 25)
  128. FakeChat.Font = Enum.Font.SourceSans
  129. FakeChat.Text = ""
  130. FakeChat.TextColor3 = Color3.fromRGB(255, 0, 127)
  131. FakeChat.TextScaled = true
  132. FakeChat.TextSize = 14.000
  133. FakeChat.TextWrapped = true
  134.  
  135. TextLabel_5.Parent = Frame
  136. TextLabel_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  137. TextLabel_5.BackgroundTransparency = 1.000
  138. TextLabel_5.Position = UDim2.new(0, 0, 0.626050413, 0)
  139. TextLabel_5.Size = UDim2.new(0, 238, 0, 18)
  140. TextLabel_5.Font = Enum.Font.Arial
  141. TextLabel_5.Text = "Fake Chat"
  142. TextLabel_5.TextColor3 = Color3.fromRGB(255, 0, 127)
  143. TextLabel_5.TextScaled = true
  144. TextLabel_5.TextSize = 14.000
  145. TextLabel_5.TextWrapped = true
  146.  
  147. Chat.Name = "Chat"
  148. Chat.Parent = Frame
  149. Chat.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  150. Chat.BorderColor3 = Color3.fromRGB(30, 30, 30)
  151. Chat.BorderSizePixel = 0
  152. Chat.Position = UDim2.new(0.184873953, 0, 0.865546227, 0)
  153. Chat.Size = UDim2.new(0, 150, 0, 25)
  154. Chat.Font = Enum.Font.Code
  155. Chat.Text = "Chat"
  156. Chat.TextColor3 = Color3.fromRGB(255, 0, 127)
  157. Chat.TextScaled = true
  158. Chat.TextSize = 14.000
  159. Chat.TextWrapped = true
  160. Chat.MouseButton1Down:connect(function()
  161. local A_1 = YourChat.Text.."                                                                                                                                            ".."["..Username.Text.."]: ".. FakeChat.Text
  162. local A_2 = "All"
  163. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  164. Event:FireServer(A_1, A_2)
  165. end)
  166.  
  167. -- Scripts:
  168.  
  169. local function GATORUS_fake_script() -- TextLabel_2.LocalScript
  170. local script = Instance.new('LocalScript', TextLabel_2)
  171.  
  172. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  173.  
  174. counter = 0
  175.  
  176. while wait(0.1)do
  177. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  178.  
  179. counter = counter + 0.01
  180. end
  181. end
  182. coroutine.wrap(GATORUS_fake_script)()
  183. local function EQITSSO_fake_script() -- Border.LocalScript
  184. local script = Instance.new('LocalScript', Border)
  185.  
  186. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  187.  
  188. counter = 0
  189.  
  190. while wait(0.1)do
  191. script.Parent.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  192.  
  193. counter = counter + 0.01
  194. end
  195. end
  196. coroutine.wrap(EQITSSO_fake_script)()
Comments
Add Comment
Please, Sign In to add comment