Advertisement
Guest User

XlintScript *MainFunctions!

a guest
Apr 21st, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.97 KB | None | 0 0
  1. XlintScript = Instance.new("ScreenGui")
  2. Frame = Instance.new("Frame")
  3. AltDelete = Instance.new("TextButton")
  4. InfJump = Instance.new("TextButton")
  5. CloseXlintS = Instance.new("TextButton")
  6. WalkSpeed = Instance.new("TextButton")
  7. XlintS = Instance.new("TextBox")
  8. OpenXlintS = Instance.new("TextButton")
  9.  
  10. XlintScript.Name = "XlintScript"
  11. XlintScript.Parent = game.Workspace
  12.  
  13. Frame.Parent = XlintScript
  14. Frame.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  15. Frame.BackgroundTransparency = 0.5
  16. Frame.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  17. Frame.BorderSizePixel = 0
  18. Frame.Position = UDim2.new(0.205741629, 0, 0.0903732777, 0)
  19. Frame.Selectable = true
  20. Frame.Size = UDim2.new(0, 368, 0, 67)
  21. Frame.Visible = false
  22.  
  23. AltDelete.Name = "AltDelete!"
  24. AltDelete.Parent = Frame
  25. AltDelete.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  26. AltDelete.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  27. AltDelete.Position = UDim2.new(0.762130678, 0, 0.0872357264, 0)
  28. AltDelete.Selectable = false
  29. AltDelete.Size = UDim2.new(0, 80, 0, 30)
  30. AltDelete.Font = Enum.Font.Cartoon
  31. AltDelete.FontSize = Enum.FontSize.Size14
  32. AltDelete.Text = "AltDelete!"
  33. AltDelete.TextColor3 = Color3.new(1, 1, 1)
  34. AltDelete.TextSize = 14
  35. AltDelete.TextStrokeColor3 = Color3.new(1, 1, 1)
  36.  
  37. InfJump.Name = "InfJump!"
  38. InfJump.Parent = Frame
  39. InfJump.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  40. InfJump.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  41. InfJump.Position = UDim2.new(0.259261608, 0, 0.0872357264, 0)
  42. InfJump.Selectable = false
  43. InfJump.Size = UDim2.new(0, 80, 0, 30)
  44. InfJump.Font = Enum.Font.Cartoon
  45. InfJump.FontSize = Enum.FontSize.Size14
  46. InfJump.Text = "InfJump!"
  47. InfJump.TextColor3 = Color3.new(1, 1, 1)
  48. InfJump.TextSize = 14
  49. InfJump.TextStrokeColor3 = Color3.new(1, 1, 1)
  50.  
  51. CloseXlintS.Name = "CloseXlintS"
  52. CloseXlintS.Parent = Frame
  53. CloseXlintS.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  54. CloseXlintS.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  55. CloseXlintS.Position = UDim2.new(0.391304344, 0, 1.08955228, 0)
  56. CloseXlintS.Selectable = false
  57. CloseXlintS.Size = UDim2.new(0, 80, 0, 30)
  58. CloseXlintS.Font = Enum.Font.SourceSans
  59. CloseXlintS.FontSize = Enum.FontSize.Size14
  60. CloseXlintS.Text = "Close!"
  61. CloseXlintS.TextColor3 = Color3.new(1, 1, 1)
  62. CloseXlintS.TextSize = 14
  63. CloseXlintS.TextStrokeColor3 = Color3.new(1, 1, 1)
  64.  
  65. WalkSpeed.Name = "WalkSpeed!"
  66. WalkSpeed.Parent = Frame
  67. WalkSpeed.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  68. WalkSpeed.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  69. WalkSpeed.Position = UDim2.new(0.0169240609, 0, 0.0872357264, 0)
  70. WalkSpeed.Selectable = false
  71. WalkSpeed.Size = UDim2.new(0, 80, 0, 30)
  72. WalkSpeed.Font = Enum.Font.Cartoon
  73. WalkSpeed.FontSize = Enum.FontSize.Size14
  74. WalkSpeed.Text = "WalkSpeed!"
  75. WalkSpeed.TextColor3 = Color3.new(1, 1, 1)
  76. WalkSpeed.TextSize = 14
  77. WalkSpeed.TextStrokeColor3 = Color3.new(1, 1, 1)
  78.  
  79. XlintS.Name = "XlintS"
  80. XlintS.Parent = Frame
  81. XlintS.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  82. XlintS.BorderColor3 = Color3.new(0.0980392, 0.117647, 0.0980392)
  83. XlintS.Position = UDim2.new(0.0183921475, 0, 0.626096368, 0)
  84. XlintS.Size = UDim2.new(0, 353, 0, 18)
  85. XlintS.Font = Enum.Font.SourceSans
  86. XlintS.FontSize = Enum.FontSize.Size14
  87. XlintS.Text = "Created By : XlintS"
  88. XlintS.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  89. XlintS.TextSize = 14
  90.  
  91. OpenXlintS.Name = "OpenXlintS"
  92. OpenXlintS.Parent = XlintScript
  93. OpenXlintS.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  94. OpenXlintS.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  95. OpenXlintS.Position = UDim2.new(0.435406715, 0, 0, 0)
  96. OpenXlintS.Selectable = false
  97. OpenXlintS.Size = UDim2.new(0, 80, 0, 30)
  98. OpenXlintS.Font = Enum.Font.SourceSans
  99. OpenXlintS.FontSize = Enum.FontSize.Size14
  100. OpenXlintS.Text = "Open!"
  101. OpenXlintS.TextColor3 = Color3.new(1, 1, 1)
  102. OpenXlintS.TextSize = 14
  103. OpenXlintS.TextStrokeColor3 = Color3.new(1, 1, 1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement