1. -- 🤓・For you skids
  2. -- We all know you cant code for shit but skidding peoples hard work, is
  3. -- just not it
  4. --I hope you end up on the streets begging for spare change
  5. ------------------------important varibles------------------------------------------------------------
  6. rbxname = "MastersMZ"
  7. local prefix = ":"
  8. local LPlayer = game.Players.MastersMZ -- your name on my name (maxbrh1)
  9. messageLL = "maxbr1 on top"
  10. speed = 1 --how fast tweengoto is
  11. render1 = false --if alts auto unrender when excuted
  12. resettime = 5.4 --how long it will take to teleport alts back to cordinates noclip command
  13. ---------------------commands--------------------------------------------------------------------------
  14. --tp teleports alts to you
  15. --msg says message
  16. --sit sits alts
  17. --unsit unsits alts
  18. --rs resets alts
  19. --fling excutes fling scripts on alts remeber to use account for lag
  20. --leave makes alts leave
  21. --float floats alts
  22. --unfloat unfloats alts
  23. --say makes alts say message
  24. --tweengoto makes alt tween to player
  25. --noclip phase trugh walls
  26. --unclip no noclip
  27. --roast roast people with custum text
  28. --love Love and compliments
  29. ---------------grapics commands-------------------------------------------------------------------------
  30. --gr1 reduces grapics on alts more cpu power and gpu
  31. --gr2 same as gr1 just much more
  32. --fpscap - number fps cap
  33. --unrender REALLY good for performance
  34. --render renders
  35. --checkmin checks if you have minimezed tabs
  36. --------------------------------------------------------------------------------------------------------
  37. LPlayer.Chatted:Connect(function(msg)
  38. msg = msg:lower()
  39. if string.sub(msg,1,3) == "/e " then
  40. msg = string.sub(msg,4)
  41. end
  42. if string.sub(msg,1,1) == prefix then
  43. local cmd
  44. local space = string.find(msg," ")
  45. if space then
  46. cmd = string.sub(msg,2,space-1)
  47. else
  48. cmd = string.sub(msg,2)
  49. end
  50. --------------------------------commands scripts----------------------------------------------------------
  51. if cmd == "tp" then
  52. local p1 = game.Players.LocalPlayer.Character.HumanoidRootPart
  53. local p2 = rbxname
  54. local pos = p1.CFrame
  55. p1.CFrame = game.Players[p2].Character.HumanoidRootPart.CFrame
  56. end
  57. if cmd == "msg" then
  58. local args = {
  59. [1] = messageLL,
  60. [2] = "All"
  61. }
  62. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  63. end
  64. if cmd == "sit" then
  65. game.Players.LocalPlayer.Character.Humanoid.Sit = true
  66. end
  67. if cmd =="unsit" then
  68. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  69. end
  70. if cmd == "rs" then
  71. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  72. end
  73. if cmd == "fling" then
  74. loadstring(game:HttpGet('https://files.shade4real.net/flinger.txt'))()
  75. end
  76. if cmd == "leave" then
  77. game:Shutdown()
  78. end
  79. if cmd == "float" then
  80. for i, player in ipairs(game.Players:GetPlayers()) do -- use GetPlayers()
  81. player.Character.HumanoidRootPart.CFrame = CFrame.new(player.Character.HumanoidRootPart.Position + Vector3.new(0, 10, 0))
  82. end
  83. wait(0.2)
  84. game.Players.LocalPlayer.Character.Head.Anchored = true
  85. end
  86. if cmd == "unfloat" then
  87. for i, player in ipairs(game.Players:GetPlayers()) do -- use GetPlayers()
  88. player.Character.HumanoidRootPart.CFrame = CFrame.new(player.Character.HumanoidRootPart.Position + Vector3.new(0, 10, 0))
  89. end
  90. wait(0.2)
  91. game.Players.LocalPlayer.Character.Head.Anchored = false
  92. end
  93. if cmd == "say" then
  94. if cmd == "say" then
  95. local var = string.sub(msg,space+1)
  96. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(var, "All")
  97. end
  98. end
  99. if cmd == "tweengoto" then
  100. local var1 = string.sub(msg,space+1)
  101. local target = GetPlayer(var1)
  102. local cords = target.Character.HumanoidRootPart.Position
  103. local New_CFrame = CFrame.new(cords)
  104. local ts = game:GetService('TweenService')
  105. local char = game.Players.LocalPlayer.Character
  106. local part = char.HumanoidRootPart
  107. local ti = TweenInfo.new(speed, Enum.EasingStyle.Linear)
  108. local tp = {CFrame = New_CFrame}
  109. ts:Create(part, ti, tp):Play()
  110. end
  111. if cmd== "noclip" then
  112. local noclip = true char = game.Players.LocalPlayer.Character while true do if noclip == true then for _,v in pairs(char:children()) do pcall(function() if v.className == "Part" then v.CanCollide = false elseif v.ClassName == "Model" then v.Head.CanCollide = false end end) end end game:service("RunService").Stepped:wait() end
  113. end
  114. if cmd == "unclip" then
  115. local cords2 = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  116. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  117. wait(resettime)
  118. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(cords2)
  119. end
  120. if cmd == "roast" then
  121. local Roast = {"You bring everyone so much joy! You know, when you leave the room. But, still",
  122. "If your brain was dynamite, there wouldn’t be enough to blow your hat off.",
  123. "You are like a cloud. When you disappear, it’s a beautiful day.",
  124. "I thought of you today. It reminded me to take out the trash.",
  125. "Don’t be ashamed of who you are. That’s your parent’s job.",
  126. "You’re my favorite person… besides every other person I’ve ever met.",
  127. "You are proof that evolution can go in reverse.",
  128. "If I throw a stick, will you leave?",
  129. "Were you born this stupid or did you take lessons?",
  130. "You are proof that god has a sense of humour.",
  131. "if i had a face like yours, id sue my parents",
  132. "If I had a dollar every time you shut up, I would give it back as a thank you.",
  133. "Yes, I’m fully vaccinated, but I will still not hang out with you.",
  134. "Earth is full. Go home.",
  135. "A glowstick has a brighter future than you. Lasts longer in bed, too.",
  136. "Taking a picture of you would put a virus on my phone",
  137. }
  138. local Result = Roast[math.random(1, #Roast)]
  139. game:service('ReplicatedStorage').DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Result,"All")
  140. end
  141. if cmd == "love" then
  142. local love = {"You just light up the room.",
  143. "You are more fun than anyone or anything I know, including bubble wrap.",
  144. "Your inside is even more beautiful than your outside.",
  145. "You inspire me.",
  146. "You are the reason I am smiling today.",
  147. "I bet you make small animals happy.",
  148. "Colors seem brighter when you're around.",
  149. "Your eyes are breathtaking.",
  150. "On a scale from 1 to 10, you're an 11.",
  151. "You are an incredible human.",
  152. "Thank you for being you.",
  153. }
  154. local Result1 = love[math.random(1, #love)]
  155. game:service('ReplicatedStorage').DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Result1,"All")
  156. end
  157. -----------------------------grapics scripts-----------------------------------------------------------------------------------
  158. if cmd == "gr1" then
  159. local a = game
  160. local b = a.Workspace
  161. local c = a.Lighting
  162. local d = b.Terrain
  163. d.WaterWaveSize = 0
  164. d.WaterWaveSpeed = 0
  165. d.WaterReflectance = 0
  166. d.WaterTransparency = 0
  167. c.GlobalShadows = false
  168. c.FogEnd = 9e9
  169. c.Brightness = 0
  170. settings().Rendering.QualityLevel = "Level01"
  171. for e, f in pairs(a:GetDescendants()) do
  172. if f:IsA("Part") or f:IsA("Union") or f:IsA("CornerWedgePart") or f:IsA("TrussPart") then
  173. f.Material = "Plastic"
  174. f.Reflectance = 0
  175. elseif f:IsA("Decal") or f:IsA("Texture") then
  176. f.Transparency = 0
  177. elseif f:IsA("ParticleEmitter") or f:IsA("Trail") then
  178. f.Lifetime = NumberRange.new(0)
  179. elseif f:IsA("Explosion") then
  180. f.BlastPressure = 0
  181. f.BlastRadius = 0
  182. elseif f:IsA("Fire") or f:IsA("SpotLight") or f:IsA("Smoke") or f:IsA("Sparkles") then
  183. f.Enabled = false
  184. elseif f:IsA("MeshPart") then
  185. f.Material = "Plastic"
  186. f.Reflectance = 0
  187. f.TextureID = 10385902758728957
  188. end
  189. end
  190. for e, g in pairs(c:GetChildren()) do
  191. if
  192. g:IsA("BlurEffect") or g:IsA("SunRaysEffect") or g:IsA("ColorCorrectionEffect") or g:IsA("BloomEffect") or
  193. g:IsA("DepthOfFieldEffect")
  194. then
  195. g.Enabled = false
  196. end
  197. end
  198. sethiddenproperty(game.Lighting, "Technology", "Compatibility")
  199. end
  200. if cmd == "gr2" then
  201. for _,v in pairs(workspace:GetDescendants()) do
  202. if v.ClassName == "Part"
  203. or v.ClassName == "SpawnLocation"
  204. or v.ClassName == "WedgePart"
  205. or v.ClassName == "Terrain"
  206. or v.ClassName == "MeshPart" then
  207. v.BrickColor = BrickColor.new(155, 155, 155)
  208. v.Material = "Plastic"
  209. end
  210. end
  211. for _,v in pairs(workspace:GetDescendants()) do
  212. if v.ClassName == "Decal"
  213. or v.ClassName == "Texture" then
  214. v:Destroy()
  215. end
  216. end
  217. end
  218. ------------------------------------------------check minimezed -----------------------------------------------------------------
  219. if cmd == "checkmin" then
  220. local ScreenGuirtw = Instance.new("ScreenGui")
  221. local Frame = Instance.new("Frame")
  222. local TextLabel = Instance.new("TextLabel")
  223. --Properties:
  224. ScreenGuirtw.Name = "ScreenGuirtw"
  225. ScreenGuirtw.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  226. ScreenGuirtw.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  227. Frame.Parent = ScreenGuirtw
  228. Frame.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  229. Frame.Position = UDim2.new(0.295296818, 0, 0.243119255, 0)
  230. Frame.Size = UDim2.new(0, 531, 0, 335)
  231. TextLabel.Parent = ScreenGuirtw
  232. TextLabel.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  233. TextLabel.Position = UDim2.new(0.356977642, 0, 0.370030582, 0)
  234. TextLabel.Size = UDim2.new(0, 370, 0, 170)
  235. TextLabel.Font = Enum.Font.SourceSans
  236. TextLabel.Text = "NOT MINIMIZED"
  237. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  238. TextLabel.TextSize = 60.000
  239. wait (8)
  240. game:GetService("Players").LocalPlayer.PlayerGui.ScreenGuirtw:Destroy()
  241. end
  242. ----------------------------------------------fpscap-----------------------------------------------------------------------------
  243. if cmd == "fpscap" then
  244. local cap = string.sub(msg,space+1)
  245. local fps = cap
  246. local clock = tick()
  247. while true do
  248. while clock + 1/fps > tick() do end
  249. wait()
  250. clock = tick()
  251. end
  252. end
  253. -------------------------------------render / unrender------------------------------------------------------------------------------
  254. if cmd == "unrender" then
  255. game:GetService("RunService"):Set3dRenderingEnabled(false)
  256. end
  257. if cmd == "render" then
  258. game:GetService("RunService"):Set3dRenderingEnabled(true)
  259. end
  260. ----------------------------------------------player thing--------------------------------------------------------------------------
  261. function GetPlayer(String)
  262. local plr
  263. local strl = String:lower()
  264. for i, v in pairs(game:GetService("Players"):GetPlayers()) do
  265. if v.Name:lower():sub(1, #String) == String:lower() then
  266. plr = v
  267. end
  268. end
  269. if String == "me" then
  270. plr = game.Players.LocalPlayer
  271. end
  272. if String == "" or String == " " then
  273. plr = nil
  274. end
  275. return plr
  276. end
  277. end
  278. end)
  279. ------------------------------------------------------automatic excutes--------------------------------------------------------------
  280. if render1 == true then
  281. game:GetService("RunService"):Set3dRenderingEnabled(false)
  282. end
  283. -------------------------------------------------------------------------------------------------------------------------------------
  284. game:GetService("StarterGui"):SetCore("SendNotification", {
  285. Title = "Notification";
  286. Text = "maxbrh2#9353";
  287. Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
  288. Duration = 16;