scriptss

script pack c:

Mar 14th, 2021
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.18 KB | None | 0 0
  1. wait(1.2)
  2. loadstring(game:HttpGet('https://pastebin.com/raw/zSKW4AnS'))() -- If you want to configure the settings, fetch the source here: https://pastebin.com/raw/zSKW4AnS
  3.  
  4.  
  5.  
  6. wait(1.0)
  7. --This script reveals ALL hidden messages in the default chat
  8. --chat "/spy" to toggle!
  9. enabled = true
  10. --if true will check your messages too
  11. spyOnMyself = true
  12. --if true will chat the logs publicly (fun, risky)
  13. public = false
  14. --if true will use /me to stand out
  15. publicItalics = true
  16. --customize private logs
  17. privateProperties = {
  18. Color = Color3.fromRGB(0,255,255);
  19. Font = Enum.Font.SourceSansBold;
  20. TextSize = 18;
  21. }
  22. --////////////////////////////////////////////////////////////////
  23. local StarterGui = game:GetService("StarterGui")
  24. local Players = game:GetService("Players")
  25. local player = Players.LocalPlayer
  26. local saymsg = game:GetService("ReplicatedStorage"):WaitForChild("DefaultChatSystemChatEvents"):WaitForChild("SayMessageRequest")
  27. local getmsg = game:GetService("ReplicatedStorage"):WaitForChild("DefaultChatSystemChatEvents"):WaitForChild("OnMessageDoneFiltering")
  28. local instance = (_G.chatSpyInstance or 0) + 1
  29. _G.chatSpyInstance = instance
  30.  
  31. local function onChatted(p,msg)
  32. if _G.chatSpyInstance == instance then
  33. if p==player and msg:lower():sub(1,4)=="/spy" then
  34. enabled = not enabled
  35. wait(0.3)
  36. privateProperties.Text = "{SPY "..(enabled and "EN" or "DIS").."ABLED}"
  37. StarterGui:SetCore("ChatMakeSystemMessage",privateProperties)
  38. elseif enabled and (spyOnMyself==true or p~=player) then
  39. msg = msg:gsub("[\n\r]",''):gsub("\t",' '):gsub("[ ]+",' ')
  40. local hidden = true
  41. local conn = getmsg.OnClientEvent:Connect(function(packet,channel)
  42. 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
  43. hidden = false
  44. end
  45. end)
  46. wait(1)
  47. conn:Disconnect()
  48. if hidden and enabled then
  49. if public then
  50. saymsg:FireServer((publicItalics and "/me " or '').."{SPY} [".. p.Name .."]: "..msg,"All")
  51. else
  52. privateProperties.Text = "{SPY} [".. p.Name .."]: "..msg
  53. StarterGui:SetCore("ChatMakeSystemMessage",privateProperties)
  54. end
  55. end
  56. end
  57. end
  58. end
  59.  
  60. for _,p in ipairs(Players:GetPlayers()) do
  61. p.Chatted:Connect(function(msg) onChatted(p,msg) end)
  62. end
  63. Players.PlayerAdded:Connect(function(p)
  64. p.Chatted:Connect(function(msg) onChatted(p,msg) end)
  65. end)
  66. privateProperties.Text = "{SPY "..(enabled and "EN" or "DIS").."ABLED}"
  67. StarterGui:SetCore("ChatMakeSystemMessage",privateProperties)
  68. local chatFrame = player.PlayerGui.Chat.Frame
  69. chatFrame.ChatChannelParentFrame.Visible = true
  70. chatFrame.ChatBarParentFrame.Position = chatFrame.ChatChannelParentFrame.Position+UDim2.new(UDim.new(),chatFrame.ChatChannelParentFrame.Size.Y)
  71.  
  72.  
  73.  
  74. wait(1.0)
  75. local Players = game:GetService("Players")
  76. local Player = Players.LocalPlayer
  77. local PlayerGui = Player:WaitForChild("PlayerGui")
  78. local BubbleChatUI = PlayerGui:WaitForChild("BubbleChat")
  79. BubbleChatUI.DescendantAdded:Connect(function(Descendant)
  80. if Descendant:IsA("ImageLabel") then
  81. Descendant.ImageColor3 = Color3.fromRGB(59, 59, 59)
  82. elseif Descendant:IsA("TextLabel") then
  83. Descendant.TextColor3 = Color3.new(1,1,1)
  84. end
  85. end)
  86.  
  87.  
  88.  
  89.  
  90.  
  91. if fpscounter == true then
  92. error("yo bro stop exec",0)
  93. return
  94. end
  95.  
  96. pcall(function() getgenv().fpscounter = true end)
  97. -- Instances:
  98. local Frame = Instance.new("ImageLabel")
  99. local IconButton = Instance.new("ImageButton")
  100. local TextLabel = Instance.new("TextLabel")
  101. local UICorner = Instance.new("UICorner")
  102.  
  103. --Properties:
  104. Frame.Parent = game:WaitForChild("CoreGui"):WaitForChild("TopBar").TopBarFrame.RightFrame
  105. Frame.BackgroundTransparency = 1.000
  106. Frame.Position = UDim2.new(0, 0, 0, 0)
  107. Frame.Size = UDim2.new(0, 40, 0, 25)
  108.  
  109. IconButton.Name = "IconButton"
  110. IconButton.Parent = Frame
  111. IconButton.BackgroundTransparency = 1.000
  112. IconButton.BorderSizePixel = 0
  113. IconButton.Size = UDim2.new(1, 0, 1, 0)
  114. IconButton.ZIndex = 2
  115. IconButton.Image = "http://www.roblox.com/asset/?id=5540166883"
  116. IconButton.ImageColor3 = Color3.fromRGB(0, 0, 0)
  117. IconButton.ImageTransparency = 0.500
  118. IconButton.ScaleType = Enum.ScaleType.Crop
  119.  
  120. TextLabel.Parent = IconButton
  121. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  122. TextLabel.BackgroundTransparency = 1.000
  123. TextLabel.BorderColor3 = Color3.fromRGB(27, 42, 53)
  124. TextLabel.Position = UDim2.new(-0.00249999994, 0, -0.0161767583, 0)
  125. TextLabel.Size = UDim2.new(0, 40, 0, 25)
  126. TextLabel.Font = Enum.Font.SourceSans
  127. TextLabel.Text = ""
  128. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  129. TextLabel.TextScaled = true
  130. TextLabel.TextSize = 14.000
  131. TextLabel.TextWrapped = true
  132. TextLabel.ZIndex = 2
  133.  
  134. UICorner.CornerRadius = UDim.new(0.25, 0)
  135. UICorner.Parent = IconButton
  136. -- Script:
  137. game:GetService"RunService".RenderStepped:Connect(function()
  138. TextLabel.Text = (math.floor(workspace:GetRealPhysicsFPS()))
  139. end)
  140.  
  141.  
  142.  
  143. if healthcounter == true then
  144. error("yo bro stop exec",0)
  145. return
  146. end
  147.  
  148. pcall(function() getgenv().healthcounter = true end)
  149. game:WaitForChild("CoreGui"):WaitForChild("TopBar").TopBarFrame.RightFrame.HealthBar:Destroy()
  150. -- Instances:
  151. local Frame = Instance.new("ImageLabel")
  152. local IconButton = Instance.new("ImageButton")
  153. local TextLabel = Instance.new("TextLabel")
  154. local UICorner = Instance.new("UICorner")
  155.  
  156. --Properties:
  157. Frame.Parent = game:WaitForChild("CoreGui"):WaitForChild("TopBar").TopBarFrame.RightFrame
  158. Frame.BackgroundTransparency = 1.000
  159. Frame.Position = UDim2.new(0, 0, 0, 0)
  160. Frame.Size = UDim2.new(0, 80, 0, 25)
  161. Frame.Name = "HealthBar"
  162.  
  163. IconButton.Name = "IconButton"
  164. IconButton.Parent = Frame
  165. IconButton.BackgroundTransparency = 1.000
  166. IconButton.BorderSizePixel = 0
  167. IconButton.Size = UDim2.new(1, 0, 1, 0)
  168. IconButton.ZIndex = 2
  169. IconButton.Image = "http://www.roblox.com/asset/?id=5540166883"
  170. IconButton.ImageColor3 = Color3.fromRGB(0, 0, 0)
  171. IconButton.ImageTransparency = 0.500
  172. IconButton.ScaleType = Enum.ScaleType.Crop
  173.  
  174. TextLabel.Parent = IconButton
  175. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  176. TextLabel.BackgroundTransparency = 1.000
  177. TextLabel.BorderColor3 = Color3.fromRGB(27, 42, 53)
  178. TextLabel.Position = UDim2.new(-0.00249999994, 0, -0.0161767583, 0)
  179. TextLabel.Size = UDim2.new(0, 80, 0, 25)
  180. TextLabel.Font = Enum.Font.SourceSans
  181. TextLabel.Text = "??"
  182. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  183. TextLabel.TextScaled = true
  184. TextLabel.TextSize = 14.000
  185. TextLabel.TextWrapped = true
  186. TextLabel.ZIndex = 2
  187.  
  188. UICorner.CornerRadius = UDim.new(0.25, 0)
  189. UICorner.Parent = IconButton
  190. -- Script:
  191. while wait(0.1) do
  192. repeat
  193. wait()
  194. until
  195. game.Players.LocalPlayer.Character
  196. local hum = game.Players.LocalPlayer.Character:FindFirstChild("Humanoid")
  197. if not hum then
  198. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  199. TextLabel.Text = "█████"
  200. else
  201. hum.Changed:Connect(function()
  202. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  203. local val = math.floor(hum.Health)
  204. TextLabel.Text = (val.."/"..hum.MaxHealth)
  205. end)
  206. end
  207. end
  208.  
  209.  
  210.  
  211. wait(0.9)
  212. loadstring(game:GetObjects("rbxassetid://4001118261")[1].Source)()
  213.  
Advertisement
Add Comment
Please, Sign In to add comment