Advertisement
A_GUES

Talk hack old

Apr 11th, 2023 (edited)
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.60 KB | None | 0 0
  1. --Converted with ttyyuu12345's model to script plugin v4
  2. function sandbox(var,func)
  3. local env = getfenv(func)
  4. local newenv = setmetatable({},{
  5. __index = function(self,k)
  6. if k=="script" then
  7. return var
  8. else
  9. return env[k]
  10. end
  11. end,
  12. })
  13. setfenv(func,newenv)
  14. return func
  15. end
  16. cors = {}
  17. mas = Instance.new("Model",game:GetService("Lighting"))
  18. ScreenGui0 = Instance.new("ScreenGui")
  19. Frame1 = Instance.new("Frame")
  20. Frame2 = Instance.new("Frame")
  21. TextBox3 = Instance.new("TextBox")
  22. LocalScript4 = Instance.new("LocalScript")
  23. TextLabel5 = Instance.new("TextLabel")
  24. Frame6 = Instance.new("Frame")
  25. TextLabel7 = Instance.new("TextLabel")
  26. TextLabel8 = Instance.new("TextLabel")
  27. TextBox9 = Instance.new("TextBox")
  28. TextLabel10 = Instance.new("TextLabel")
  29. TextBox11 = Instance.new("TextBox")
  30. TextButton12 = Instance.new("TextButton")
  31. LocalScript13 = Instance.new("LocalScript")
  32. LocalScript14 = Instance.new("LocalScript")
  33. LocalScript15 = Instance.new("LocalScript")
  34. ScreenGui0.Parent = mas
  35. ScreenGui0.ResetOnSpawn = false
  36. Frame1.Parent = ScreenGui0
  37. Frame1.Position = UDim2.new(0.096632503, 0, 0.648711979, 0)
  38. Frame1.Size = UDim2.new(0, 438, 0, 179)
  39. Frame1.BackgroundColor = BrickColor.new("Really black")
  40. Frame1.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  41. Frame1.BorderSizePixel = 0
  42. Frame2.Name = "pt1"
  43. Frame2.Parent = Frame1
  44. Frame2.Position = UDim2.new(0, 0, 0.114857376, 0)
  45. Frame2.Size = UDim2.new(0, 438, 0, 9)
  46. Frame2.BackgroundColor = BrickColor.new("Dark blue")
  47. Frame2.BackgroundColor3 = Color3.new(0, 0.215686, 0.65098)
  48. Frame2.BorderSizePixel = 0
  49. TextBox3.Parent = Frame2
  50. TextBox3.Position = UDim2.new(0.098173514, 0, 1.66666675, 0)
  51. TextBox3.Size = UDim2.new(0, 224, 0, 28)
  52. TextBox3.BackgroundColor = BrickColor.new("Black metallic")
  53. TextBox3.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  54. TextBox3.BorderSizePixel = 0
  55. TextBox3.Font = Enum.Font.SourceSans
  56. TextBox3.FontSize = Enum.FontSize.Size24
  57. TextBox3.Text = ""
  58. TextBox3.TextColor = BrickColor.new("Institutional white")
  59. TextBox3.TextColor3 = Color3.new(1, 1, 1)
  60. TextBox3.TextSize = 23
  61. TextBox3.TextXAlignment = Enum.TextXAlignment.Left
  62. TextBox3.TextYAlignment = Enum.TextYAlignment.Top
  63. TextBox3.ClearTextOnFocus = false
  64. LocalScript4.Parent = Frame2
  65. table.insert(cors,sandbox(LocalScript4,function()
  66. local order = { --Order Of Colors
  67. Color3.new(1,0,0),
  68. Color3.new(1,0.5,0),
  69. Color3.new(1,1,0),
  70. Color3.new(0.5,1,0),
  71. Color3.new(0,1,0),
  72. Color3.new(0,0.5,1),
  73. Color3.new(0,0,1),
  74. Color3.new(0.5,0,1),
  75. Color3.new(1,0,1)
  76. }
  77.  
  78. local currentcolor = order[1]
  79. while true do
  80. for i=1,#order do
  81. local currentcolor = order[i]
  82. local nextcolor = order[i+1] or order[1]
  83. for i = 0,1,0.03 do
  84. wait()
  85. local color = currentcolor:lerp(nextcolor,i) --Smoothly Changes Color
  86. script.Parent.BackgroundColor3 = color
  87. end
  88. currentcolor = order[i+1] or order[1]
  89. end
  90. wait()
  91. end
  92. end))
  93. TextLabel5.Parent = Frame1
  94. TextLabel5.Size = UDim2.new(0, 243, 0, 21)
  95. TextLabel5.BackgroundColor = BrickColor.new("Institutional white")
  96. TextLabel5.BackgroundColor3 = Color3.new(1, 1, 1)
  97. TextLabel5.BackgroundTransparency = 1
  98. TextLabel5.BorderSizePixel = 0
  99. TextLabel5.Font = Enum.Font.SourceSans
  100. TextLabel5.FontSize = Enum.FontSize.Size14
  101. TextLabel5.Text = "FE Chat Hax | Made by antgame11"
  102. TextLabel5.TextColor = BrickColor.new("Institutional white")
  103. TextLabel5.TextColor3 = Color3.new(1, 1, 1)
  104. TextLabel5.TextScaled = true
  105. TextLabel5.TextSize = 14
  106. TextLabel5.TextWrap = true
  107. TextLabel5.TextWrapped = true
  108. Frame6.Name = "pt2"
  109. Frame6.Parent = Frame1
  110. Frame6.Position = UDim2.new(0, 0, 0.401840836, 0)
  111. Frame6.Size = UDim2.new(0, 438, 0, 9)
  112. Frame6.BackgroundColor = BrickColor.new("Dark blue")
  113. Frame6.BackgroundColor3 = Color3.new(0, 0.211765, 0.647059)
  114. Frame6.BorderSizePixel = 0
  115. TextLabel7.Parent = Frame6
  116. TextLabel7.Position = UDim2.new(0, 0, -4, 0)
  117. TextLabel7.Size = UDim2.new(0, 49, 0, 20)
  118. TextLabel7.BackgroundColor = BrickColor.new("Institutional white")
  119. TextLabel7.BackgroundColor3 = Color3.new(1, 1, 1)
  120. TextLabel7.BackgroundTransparency = 1
  121. TextLabel7.Font = Enum.Font.SourceSans
  122. TextLabel7.FontSize = Enum.FontSize.Size14
  123. TextLabel7.Text = "You:"
  124. TextLabel7.TextColor = BrickColor.new("Institutional white")
  125. TextLabel7.TextColor3 = Color3.new(1, 1, 1)
  126. TextLabel7.TextScaled = true
  127. TextLabel7.TextSize = 14
  128. TextLabel7.TextWrap = true
  129. TextLabel7.TextWrapped = true
  130. TextLabel8.Parent = Frame6
  131. TextLabel8.Position = UDim2.new(0, 0, 6.77777767, 0)
  132. TextLabel8.Size = UDim2.new(0, 76, 0, 33)
  133. TextLabel8.BackgroundColor = BrickColor.new("Institutional white")
  134. TextLabel8.BackgroundColor3 = Color3.new(1, 1, 1)
  135. TextLabel8.BackgroundTransparency = 1
  136. TextLabel8.Font = Enum.Font.SourceSans
  137. TextLabel8.FontSize = Enum.FontSize.Size14
  138. TextLabel8.Text = "ChatHaxx:"
  139. TextLabel8.TextColor = BrickColor.new("Institutional white")
  140. TextLabel8.TextColor3 = Color3.new(1, 1, 1)
  141. TextLabel8.TextScaled = true
  142. TextLabel8.TextSize = 14
  143. TextLabel8.TextWrap = true
  144. TextLabel8.TextWrapped = true
  145. TextBox9.Name = "Usernamee"
  146. TextBox9.Parent = Frame6
  147. TextBox9.Position = UDim2.new(0.194063917, 0, 3.66666651, 0)
  148. TextBox9.Size = UDim2.new(0, 224, 0, 28)
  149. TextBox9.BackgroundColor = BrickColor.new("Black metallic")
  150. TextBox9.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  151. TextBox9.BorderSizePixel = 0
  152. TextBox9.Font = Enum.Font.SourceSans
  153. TextBox9.FontSize = Enum.FontSize.Size24
  154. TextBox9.Text = ""
  155. TextBox9.TextColor = BrickColor.new("Institutional white")
  156. TextBox9.TextColor3 = Color3.new(1, 1, 1)
  157. TextBox9.TextSize = 23
  158. TextBox9.TextXAlignment = Enum.TextXAlignment.Left
  159. TextBox9.TextYAlignment = Enum.TextYAlignment.Top
  160. TextBox9.ClearTextOnFocus = false
  161. TextLabel10.Parent = Frame6
  162. TextLabel10.Position = UDim2.new(0, 0, 3.11111116, 0)
  163. TextLabel10.Size = UDim2.new(0, 76, 0, 33)
  164. TextLabel10.BackgroundColor = BrickColor.new("Institutional white")
  165. TextLabel10.BackgroundColor3 = Color3.new(1, 1, 1)
  166. TextLabel10.BackgroundTransparency = 1
  167. TextLabel10.Font = Enum.Font.SourceSans
  168. TextLabel10.FontSize = Enum.FontSize.Size14
  169. TextLabel10.Text = "Username:"
  170. TextLabel10.TextColor = BrickColor.new("Institutional white")
  171. TextLabel10.TextColor3 = Color3.new(1, 1, 1)
  172. TextLabel10.TextScaled = true
  173. TextLabel10.TextSize = 14
  174. TextLabel10.TextWrap = true
  175. TextLabel10.TextWrapped = true
  176. TextBox11.Name = "Chathaxxx"
  177. TextBox11.Parent = Frame6
  178. TextBox11.Position = UDim2.new(0.194063917, 0, 7.33333302, 0)
  179. TextBox11.Size = UDim2.new(0, 224, 0, 28)
  180. TextBox11.BackgroundColor = BrickColor.new("Black metallic")
  181. TextBox11.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  182. TextBox11.BorderSizePixel = 0
  183. TextBox11.Font = Enum.Font.SourceSans
  184. TextBox11.FontSize = Enum.FontSize.Size24
  185. TextBox11.Text = ""
  186. TextBox11.TextColor = BrickColor.new("Institutional white")
  187. TextBox11.TextColor3 = Color3.new(1, 1, 1)
  188. TextBox11.TextSize = 23
  189. TextBox11.TextXAlignment = Enum.TextXAlignment.Left
  190. TextBox11.TextYAlignment = Enum.TextYAlignment.Top
  191. TextBox11.ClearTextOnFocus = false
  192. TextButton12.Name = "Send"
  193. TextButton12.Parent = Frame6
  194. TextButton12.Position = UDim2.new(0.746575356, 0, 5.11111116, 0)
  195. TextButton12.Size = UDim2.new(0, 82, 0, 40)
  196. TextButton12.BackgroundColor = BrickColor.new("Black metallic")
  197. TextButton12.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  198. TextButton12.BorderSizePixel = 0
  199. TextButton12.Font = Enum.Font.Oswald
  200. TextButton12.FontSize = Enum.FontSize.Size14
  201. TextButton12.Text = "Send"
  202. TextButton12.TextColor = BrickColor.new("Really black")
  203. TextButton12.TextColor3 = Color3.new(0, 0, 0)
  204. TextButton12.TextScaled = true
  205. TextButton12.TextSize = 14
  206. TextButton12.TextWrap = true
  207. TextButton12.TextWrapped = true
  208. LocalScript13.Parent = TextButton12
  209. table.insert(cors,sandbox(LocalScript13,function()
  210. script.Parent.MouseButton1Click:Connect(function()
  211.  
  212. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(""..script.Parent.Parent.Parent.pt1.TextBox.Text.." " ..
  213. " ["..script.Parent.Parent.Usernamee.Text.."]: "..script.Parent.Parent.Chathaxxx.Text.."","All")
  214. end)
  215. end))
  216. LocalScript14.Parent = Frame6
  217. table.insert(cors,sandbox(LocalScript14,function()
  218. local order = { --Order Of Colors
  219. Color3.new(1,0,0),
  220. Color3.new(1,0.5,0),
  221. Color3.new(1,1,0),
  222. Color3.new(0.5,1,0),
  223. Color3.new(0,1,0),
  224. Color3.new(0,0.5,1),
  225. Color3.new(0,0,1),
  226. Color3.new(0.5,0,1),
  227. Color3.new(1,0,1)
  228. }
  229.  
  230. local currentcolor = order[1]
  231. while true do
  232. for i=1,#order do
  233. local currentcolor = order[i]
  234. local nextcolor = order[i+1] or order[1]
  235. for i = 0,1,0.03 do
  236. wait()
  237. local color = currentcolor:lerp(nextcolor,i) --Smoothly Changes Color
  238. script.Parent.BackgroundColor3 = color
  239. end
  240. currentcolor = order[i+1] or order[1]
  241. end
  242. wait()
  243. end
  244. end))
  245. LocalScript15.Name = "Dragify"
  246. LocalScript15.Parent = Frame1
  247. table.insert(cors,sandbox(LocalScript15,function()
  248. local UIS = game:GetService("UserInputService")
  249. function dragify(Frame)
  250. dragToggle = nil
  251. local dragSpeed = 0.50
  252. dragInput = nil
  253. dragStart = nil
  254. local dragPos = nil
  255. function updateInput(input)
  256. local Delta = input.Position - dragStart
  257. local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  258. game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.30), {Position = Position}):Play()
  259. end
  260. Frame.InputBegan:Connect(function(input)
  261. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  262. dragToggle = true
  263. dragStart = input.Position
  264. startPos = Frame.Position
  265. input.Changed:Connect(function()
  266. if input.UserInputState == Enum.UserInputState.End then
  267. dragToggle = false
  268. end
  269. end)
  270. end
  271. end)
  272. Frame.InputChanged:Connect(function(input)
  273. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  274. dragInput = input
  275. end
  276. end)
  277. game:GetService("UserInputService").InputChanged:Connect(function(input)
  278. if input == dragInput and dragToggle then
  279. updateInput(input)
  280. end
  281. end)
  282. end
  283.  
  284. dragify(script.Parent)
  285. end))
  286. for i,v in pairs(mas:GetChildren()) do
  287. v.Parent = game.CoreGui
  288. pcall(function() v:MakeJoints() end)
  289. end
  290. mas:Destroy()
  291. for i,v in pairs(cors) do
  292. spawn(function()
  293. pcall(v)
  294. end)
  295. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement