Advertisement
GamerJake

paste script

Mar 12th, 2021
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. --by radd
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local main = Instance.new("Frame")
  4. local ImageLabel = Instance.new("ImageLabel")
  5. local UIGradient = Instance.new("UIGradient")
  6. local UICorner = Instance.new("UICorner")
  7. local copygamesbutton = Instance.new("TextButton")
  8. local UIGradient_2 = Instance.new("UIGradient")
  9. local TextLabel = Instance.new("TextLabel")
  10.  
  11. --Properties:
  12.  
  13. ScreenGui.Parent = game.CoreGui
  14. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  15.  
  16. main.Name = "main"
  17. main.Parent = ScreenGui
  18. main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  19. main.BackgroundTransparency = 1.000
  20. main.Position = UDim2.new(0.27304551, 0, 0.18525897, 0)
  21. main.Size = UDim2.new(0, 388, 0, 242)
  22. main.Active = true
  23. main.Draggable = true
  24.  
  25. ImageLabel.Parent = main
  26. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  27. ImageLabel.BackgroundTransparency = 1.000
  28. ImageLabel.BorderSizePixel = 0
  29. ImageLabel.Position = UDim2.new(0, 0, 0.128099173, 0)
  30. ImageLabel.Size = UDim2.new(0, 388, 0, 242)
  31. ImageLabel.Image = "rbxassetid://6487110127"
  32.  
  33. UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 11, 251)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(0, 200, 255))}
  34. UIGradient.Parent = ImageLabel
  35.  
  36. UICorner.Parent = ImageLabel
  37.  
  38. copygamesbutton.Name = "copygames button'"
  39. copygamesbutton.Parent = main
  40. copygamesbutton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  41. copygamesbutton.BorderColor3 = Color3.fromRGB(255, 255, 255)
  42. copygamesbutton.Position = UDim2.new(0.242268041, 0, 0.524793386, 0)
  43. copygamesbutton.Size = UDim2.new(0, 200, 0, 50)
  44. copygamesbutton.Font = Enum.Font.Oswald
  45. copygamesbutton.Text = "COPYGAMES"
  46. copygamesbutton.TextColor3 = Color3.fromRGB(255, 255, 255)
  47. copygamesbutton.TextSize = 20.000
  48. copygamesbutton.MouseButton1Down:connect(function()
  49. loadstring(game:HttpGet("https://pastebin.com/raw/MZi7ZNb3", true))()
  50. end)
  51.  
  52. UIGradient_2.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 8, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(6, 222, 255))}
  53. UIGradient_2.Parent = copygamesbutton
  54.  
  55. TextLabel.Parent = main
  56. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  57. TextLabel.BackgroundTransparency = 1.000
  58. TextLabel.Position = UDim2.new(0.242268041, 0, 0.128099173, 0)
  59. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  60. TextLabel.Font = Enum.Font.Oswald
  61. TextLabel.Text = "SYANSPYE X VERSION"
  62. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  63. TextLabel.TextSize = 18.000
  64.  
  65. -- Scripts:
  66.  
  67. local function UKISCZG_fake_script() -- TextLabel.LocalScript
  68. local script = Instance.new('LocalScript', TextLabel)
  69.  
  70. while true do
  71. for a = 1,360,1 do wait(.01)
  72. script.Parent.TextColor3 = Color3.fromHSV(a/360,1,1)
  73. end
  74. end
  75. end
  76. coroutine.wrap(UKISCZG_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement