Advertisement
TheNoscoperOfDank

Project Tool (Lag Script)

Sep 15th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.84 KB | None | 0 0
  1. -- Updated! Now it works for real :)
  2. -- Feel free to abuse this script.
  3. -- Made by DestinyProsYT. LAG REBORN.
  4.  
  5.  
  6.     game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
  7.       Text = "[L4G] The Lag Master wants to lag your server.";
  8.       Color = Color3.new(59, 171, 245);
  9.       Font = Enum.Font.SourceSansBold;
  10.       FontSize = Enum.FontSize.Size18;
  11.     })
  12. wait(1)
  13.     game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
  14.       Text = "[L4G] Lag Master: You shall be lagged!\n [L4G] Lag Master: GOODBYE, SERVER!";
  15.       Color = Color3.new(59, 171, 245);
  16.       Font = Enum.Font.SourceSansBold;
  17.       FontSize = Enum.FontSize.Size18;
  18.     })
  19. wait(1)
  20. repeat
  21.     PigsCanFly = 0
  22.     local Derp = Instance.new("Part",workspace)
  23.     local Derp = game.Workspace.Part
  24.     Derp:Clone()
  25. until script.Disabled == true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement