Advertisement
Guest User

dawdawdadwad

a guest
Dec 15th, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.75 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3
  3.  
  4. -- Instances:
  5.  
  6. local RESPLEDENT = Instance.new("ScreenGui")
  7. local CheckPlayer = Instance.new("Frame")
  8. local RES = Instance.new("TextLabel")
  9. local PLE = Instance.new("TextLabel")
  10. local DENT = Instance.new("TextLabel")
  11. local TextLabel = Instance.new("TextLabel")
  12. local Status = Instance.new("TextLabel")
  13. local MainGUI = Instance.new("Frame")
  14. local RES_2 = Instance.new("TextLabel")
  15. local PLE_2 = Instance.new("TextLabel")
  16. local DENT_2 = Instance.new("TextLabel")
  17. local UpdateCheck = Instance.new("TextLabel")
  18. local chatspy = Instance.new("TextButton")
  19. local reviz = Instance.new("TextButton")
  20. local prison = Instance.new("TextButton")
  21. local close = Instance.new("TextButton")
  22. local OpenGUI = Instance.new("Frame")
  23. local Open = Instance.new("TextButton")
  24.  
  25. --Properties:
  26.  
  27. RESPLEDENT.Name = "R E S P L E D E N T"
  28. RESPLEDENT.Parent = game.CoreGui
  29.  
  30. MainGUI.Active = true
  31. MainGUI.Draggable = true
  32.  
  33. CheckPlayer.Name = "CheckPlayer"
  34. CheckPlayer.Parent = RESPLEDENT
  35. CheckPlayer.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  36. CheckPlayer.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  37. CheckPlayer.BorderSizePixel = 5
  38. CheckPlayer.Position = UDim2.new(0.124129936, 0, 0.0996015966, 0)
  39. CheckPlayer.Size = UDim2.new(0, 648, 0, 401)
  40.  
  41. RES.Name = "RES"
  42. RES.Parent = CheckPlayer
  43. RES.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  44. RES.BackgroundTransparency = 1
  45. RES.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  46. RES.Position = UDim2.new(0.435185194, 0, 0, 0)
  47. RES.Size = UDim2.new(0, 27, 0, 45)
  48. RES.Font = Enum.Font.SourceSans
  49. RES.Text = "R E S"
  50. RES.TextColor3 = Color3.new(0, 0, 0)
  51. RES.TextSize = 14
  52.  
  53. PLE.Name = "PLE"
  54. PLE.Parent = CheckPlayer
  55. PLE.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  56. PLE.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  57. PLE.Position = UDim2.new(0.476851881, 0, 0, 0)
  58. PLE.Size = UDim2.new(0, 33, 0, 45)
  59. PLE.Font = Enum.Font.SourceSans
  60. PLE.Text = "P L E "
  61. PLE.TextColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  62. PLE.TextSize = 14
  63. PLE.TextStrokeColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  64.  
  65. DENT.Name = "DENT"
  66. DENT.Parent = CheckPlayer
  67. DENT.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  68. DENT.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  69. DENT.Position = UDim2.new(0.527777851, 0, 0, 0)
  70. DENT.Size = UDim2.new(0, 31, 0, 45)
  71. DENT.Font = Enum.Font.SourceSans
  72. DENT.Text = "DENT"
  73. DENT.TextColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  74. DENT.TextSize = 14
  75.  
  76. TextLabel.Parent = CheckPlayer
  77. TextLabel.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  78. TextLabel.Position = UDim2.new(0, 0, 0.112219453, 0)
  79. TextLabel.Size = UDim2.new(0, 648, 0, 160)
  80. TextLabel.Font = Enum.Font.SourceSans
  81. TextLabel.Text = "We're Currently Checking if You're Whitelisted To This Gui, Please be patient."
  82. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  83. TextLabel.TextScaled = true
  84. TextLabel.TextSize = 14
  85. TextLabel.TextWrapped = true
  86.  
  87. Status.Name = "Status"
  88. Status.Parent = CheckPlayer
  89. Status.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  90. Status.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  91. Status.Position = UDim2.new(0.0617284887, 0, 0.743142128, 0)
  92. Status.Size = UDim2.new(0, 209, 0, 45)
  93. Status.Font = Enum.Font.SourceSans
  94. Status.Text = " Status:"
  95. Status.TextColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  96. Status.TextScaled = true
  97. Status.TextSize = 14
  98. Status.TextWrapped = true
  99.  
  100. MainGUI.Name = "MainGUI"
  101. MainGUI.Parent = RESPLEDENT
  102. MainGUI.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  103. MainGUI.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  104. MainGUI.BorderSizePixel = 5
  105. MainGUI.Position = UDim2.new(0.171693742, 0, 0.0637450218, 0)
  106. MainGUI.Size = UDim2.new(0, 648, 0, 401)
  107. MainGUI.Visible = false
  108.  
  109. RES_2.Name = "RES"
  110. RES_2.Parent = MainGUI
  111. RES_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  112. RES_2.BackgroundTransparency = 1
  113. RES_2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  114. RES_2.Position = UDim2.new(0.435185194, 0, 0, 0)
  115. RES_2.Size = UDim2.new(0, 27, 0, 45)
  116. RES_2.Font = Enum.Font.SourceSans
  117. RES_2.Text = "R E S"
  118. RES_2.TextColor3 = Color3.new(0, 0, 0)
  119. RES_2.TextSize = 14
  120.  
  121. PLE_2.Name = "PLE"
  122. PLE_2.Parent = MainGUI
  123. PLE_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  124. PLE_2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  125. PLE_2.Position = UDim2.new(0.476851881, 0, 0, 0)
  126. PLE_2.Size = UDim2.new(0, 33, 0, 45)
  127. PLE_2.Font = Enum.Font.SourceSans
  128. PLE_2.Text = "P L E "
  129. PLE_2.TextColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  130. PLE_2.TextSize = 14
  131. PLE_2.TextStrokeColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  132.  
  133. DENT_2.Name = "DENT"
  134. DENT_2.Parent = MainGUI
  135. DENT_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  136. DENT_2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  137. DENT_2.Position = UDim2.new(0.527777851, 0, 0, 0)
  138. DENT_2.Size = UDim2.new(0, 31, 0, 45)
  139. DENT_2.Font = Enum.Font.SourceSans
  140. DENT_2.Text = "DENT"
  141. DENT_2.TextColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  142. DENT_2.TextSize = 14
  143.  
  144. UpdateCheck.Name = "UpdateCheck"
  145. UpdateCheck.Parent = MainGUI
  146. UpdateCheck.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  147. UpdateCheck.BackgroundTransparency = 1
  148. UpdateCheck.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  149. UpdateCheck.Position = UDim2.new(0.331790119, 0, 0.112219453, 0)
  150. UpdateCheck.Size = UDim2.new(0, 221, 0, 45)
  151. UpdateCheck.Font = Enum.Font.SourceSans
  152. UpdateCheck.Text = "Checking For Updates: Soon."
  153. UpdateCheck.TextColor3 = Color3.new(1, 1, 1)
  154. UpdateCheck.TextSize = 14
  155.  
  156. chatspy.Name = "chatspy"
  157. chatspy.Parent = MainGUI
  158. chatspy.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  159. chatspy.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  160. chatspy.Position = UDim2.new(0.203703701, 0, 0.244389042, 0)
  161. chatspy.Size = UDim2.new(0, 110, 0, 25)
  162. chatspy.Font = Enum.Font.SourceSans
  163. chatspy.Text = "Chat Spy"
  164. chatspy.TextColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  165. chatspy.TextScaled = true
  166. chatspy.TextSize = 14
  167. chatspy.TextWrapped = true
  168. chatspy.MouseButton1Click:Connect(function()
  169. --This script reveals ALL hidden messages in the default chat
  170. --chat "/spy" to toggle!
  171. enabled = true
  172. --if true will check your messages too
  173. spyOnMyself = false
  174. --if true will chat the logs publicly (fun, risky)
  175. public = false
  176. --if true will use /me to stand out
  177. publicItalics = true
  178. --customize private logs
  179. privateProperties = {
  180. Color = Color3.fromRGB(30,30,30);
  181. Font = Enum.Font.SourceSans;
  182. TextSize = 18;
  183. }
  184. --////////////////////////////////////////////////////////////////
  185. local StarterGui = game:GetService("StarterGui")
  186. local Players = game:GetService("Players")
  187. local player = Players.LocalPlayer or Players:GetPropertyChangedSignal("LocalPlayer"):Wait() or Players.LocalPlayer
  188. local saymsg = game:GetService("ReplicatedStorage"):WaitForChild("DefaultChatSystemChatEvents"):WaitForChild("SayMessageRequest")
  189. local getmsg = game:GetService("ReplicatedStorage"):WaitForChild("DefaultChatSystemChatEvents"):WaitForChild("OnMessageDoneFiltering")
  190. local instance = (_G.chatSpyInstance or 0) + 1
  191. _G.chatSpyInstance = instance
  192.  
  193. local function onChatted(p,msg)
  194. if _G.chatSpyInstance == instance then
  195. if p==player and msg:lower():sub(1,4)=="/spy" then
  196. enabled = not enabled
  197. wait(0.3)
  198. privateProperties.Text = "{SPY "..(enabled and "EN" or "DIS").."ABLED}"
  199. StarterGui:SetCore("ChatMakeSystemMessage",privateProperties)
  200. elseif enabled and (spyOnMyself==true or p~=player) then
  201. msg = msg:gsub("[\n\r]",''):gsub("\t",' '):gsub("[ ]+",' ')
  202. local hidden = true
  203. local conn = getmsg.OnClientEvent:Connect(function(packet,channel)
  204. if packet.SpeakerUserId==p.UserId and packet.Message==msg:sub(#msg-#packet.Message+1) and (channel=="All" or (channel=="Team" and public==false and Players[packet.FromSpeaker].Team==player.Team)) then
  205. hidden = false
  206. end
  207. end)
  208. wait(1)
  209. conn:Disconnect()
  210. if hidden and enabled then
  211. if public then
  212. saymsg:FireServer((publicItalics and "/me " or '').."{SPY} [".. p.Name .."]: "..msg,"All")
  213. else
  214. privateProperties.Text = "{SPY} [".. p.Name .."]: "..msg
  215. StarterGui:SetCore("ChatMakeSystemMessage",privateProperties)
  216. end
  217. end
  218. end
  219. end
  220. end
  221.  
  222. for _,p in ipairs(Players:GetPlayers()) do
  223. p.Chatted:Connect(function(msg) onChatted(p,msg) end)
  224. end
  225. Players.PlayerAdded:Connect(function(p)
  226. p.Chatted:Connect(function(msg) onChatted(p,msg) end)
  227. end)
  228. privateProperties.Text = "{SPY "..(enabled and "EN" or "DIS").."ABLED}"
  229. StarterGui:SetCore("ChatMakeSystemMessage",privateProperties)
  230. if not player.PlayerGui:FindFirstChild("Chat") then wait(3) end
  231. local chatFrame = player.PlayerGui.Chat.Frame
  232. chatFrame.ChatChannelParentFrame.Visible = true
  233. chatFrame.ChatBarParentFrame.Position = chatFrame.ChatChannelParentFrame.Position+UDim2.new(UDim.new(),chatFrame.ChatChannelParentFrame.Size.Y)
  234. end)
  235.  
  236. reviz.Name = "reviz"
  237. reviz.Parent = MainGUI
  238. reviz.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  239. reviz.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  240. reviz.Position = UDim2.new(0.373456776, 0, 0.244389042, 0)
  241. reviz.Size = UDim2.new(0, 110, 0, 25)
  242. reviz.Font = Enum.Font.SourceSans
  243. reviz.Text = "Reviz"
  244. reviz.TextColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  245. reviz.TextScaled = true
  246. reviz.TextSize = 14
  247. reviz.TextWrapped = true
  248.  
  249. prison.Name = "prison"
  250. prison.Parent = MainGUI
  251. prison.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  252. prison.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  253. prison.Position = UDim2.new(0.543209851, 0, 0.244389042, 0)
  254. prison.Size = UDim2.new(0, 110, 0, 25)
  255. prison.Font = Enum.Font.SourceSans
  256. prison.Text = "Prison life gui"
  257. prison.TextColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  258. prison.TextScaled = true
  259. prison.TextSize = 14
  260. prison.TextWrapped = true
  261.  
  262. close.Name = "close"
  263. close.Parent = MainGUI
  264. close.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  265. close.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  266. close.Position = UDim2.new(0.94907409, 0, 0.00748127792, 0)
  267. close.Size = UDim2.new(0, 33, 0, 35)
  268. close.Font = Enum.Font.SourceSans
  269. close.Text = "X"
  270. close.TextColor3 = Color3.new(0, 0, 0)
  271. close.TextScaled = true
  272. close.TextSize = 14
  273. close.TextWrapped = true
  274. close.MouseButton1Click:Connect(function()
  275. MainGUI.Visible = false
  276. end)
  277.  
  278. OpenGUI.Name = "OpenGUI"
  279. OpenGUI.Parent = RESPLEDENT
  280. OpenGUI.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  281. OpenGUI.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  282. OpenGUI.Position = UDim2.new(0, 0, 0.872509956, 0)
  283. OpenGUI.Size = UDim2.new(0, 80, 0, 18)
  284. OpenGUI.Visible = false
  285.  
  286. Open.Name = "Open"
  287. Open.Parent = OpenGUI
  288. Open.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  289. Open.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  290. Open.Position = UDim2.new(0, 0, -0.0163789392, 0)
  291. Open.Size = UDim2.new(0, 80, 0, 18)
  292. Open.Font = Enum.Font.SourceSans
  293. Open.Text = "O P E N"
  294. Open.TextColor3 = Color3.new(0, 0, 0)
  295. Open.TextScaled = true
  296. Open.TextSize = 14
  297. Open.TextWrapped = true
  298. Open.MouseButton1Click:Connect(function()
  299. MainGUI.Visible = true
  300. OpenGUI.Visible = false
  301. end)
  302.  
  303. if game.Players.LocalPlayer.Name == "Respledent" then
  304. wait(5) then
  305. Status.Text = "Status: Loging in..."
  306. wait(1) then
  307. OpenGUI.Visible = true
  308. CheckPlayer.Visible = false
  309. elseif game.Players.LocalPlayer.Name == "SoulWatchExt"
  310. wait(5) then
  311. Status.Text = "Status: Logging in..."
  312. wait(1) then
  313. OpenGUI.Visible = true
  314. CheckPlayer.Visible = false
  315. elseif game.Players.LocalPlayer.Name == "" then
  316. game.Players.LocalPlayer:kick("You are blacklisted from RESPLEDENT, If you think this is a mistake, DM lenny#9438")
  317. else
  318. game.Players.LocalPlayer:kick("You are not whitelisted, Please DM lenny#9438 if you think this is an error.")
  319. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement