Advertisement
Guest User

John Doe Script

a guest
Aug 23rd, 2019
6,302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. local message = Instance.new(”Message”)
  2. message.Parent = game.Workspace
  3. message.Text = “Access Granted”
  4. wait(3)
  5. local message = Instance.new(”Message”)
  6. message.Parent = game.Workspace
  7. message.Text = “Loading Attack...”
  8. wait(3)
  9. message:Remove()
  10. for i,v in next,workspace:children''do
  11. if(v:IsA'BasePart')then
  12. me=v;
  13. bbg=Instance.new('BillboardGui',me);
  14. bbg.Name='stuf';
  15. bbg.Adornee=me;
  16. bbg.Size=UDim2.new(2.5,0,2.5,0)
  17. --bbg.StudsOffset=Vector3.new(0,2,0)
  18. tlb=Instance.new'TextLabel';
  19. tlb.Text='666 666 666 666 666 666';
  20. tlb.Font='SourceSansBold';
  21. tlb.FontSize='Size48';
  22. tlb.TextColor3=Color3.new(1,0,0);
  23. tlb.Size=UDim2.new(1.25,0,1.25,0);
  24. tlb.Position=UDim2.new(-0.125,-22,-1.1,0);
  25. tlb.BackgroundTransparency=1;
  26. tlb.Parent=bbg;
  27. end;end;
  28. function xds(dd)
  29. for i,v in next,dd:children''do
  30. if(v:IsA'BasePart')then
  31. v.BrickColor=BrickColor.new'Really black';
  32. v.TopSurface='Smooth';
  33. v.BottomSurface='Smooth';
  34. s=Instance.new('SelectionBox',v);
  35. s.Adornee=v;
  36. s.Color=BrickColor.new'Really red';
  37. a=Instance.new('PointLight',v);
  38. a.Color=Color3.new(1,0,0);
  39. a.Range=15;
  40. a.Brightness=5;
  41. f=Instance.new('Fire',v);
  42. f.Size=19;
  43. f.Heat=22;
  44. end;
  45. game.Lighting.TimeOfDay=0;
  46. game.Lighting.Brightness=0;
  47. game.Lighting.ShadowColor=Color3.new(0,0,0);
  48. game.Lighting.Ambient=Color3.new(1,0,0);
  49. game.Lighting.FogEnd=200;
  50. game.Lighting.FogColor=Color3.new(0,0,0);
  51. local dec = 'http://www.roblox.com/asset/?id=19399245';
  52. local fac = {'Front', 'Back', 'Left', 'Right', 'Top', 'Bottom'}
  53. --coroutine.wrap(function()
  54. --for ,_ in pairs(fac) do
  55. --local ddec = Instance.new("Decal", v)
  56. --ddec.Face =
  57. --ddec.Texture = dec
  58. --end end)()
  59. if #(v:GetChildren())>0 then
  60. xds(v)
  61. end
  62. end
  63. end
  64. xds(game.Workspace)
  65. game.StarterGui:SetCore("SendNotification", {
  66. Title = "John Doe";
  67. Text = "This game is hacked by John Doe";
  68. Icon = "96338968";
  69. Duration = "5";
  70. callbakc = bindableFunction;
  71. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement