Advertisement
Guest User

XlintScript *MainFunctions!

a guest
Apr 21st, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.44 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local XlintScript = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local AltDelete = Instance.new("TextButton")
  7. local InfJump = Instance.new("TextButton")
  8. local WalkSpeed = Instance.new("TextButton")
  9. local XlintS = Instance.new("TextBox")
  10. local Gravity = Instance.new("TextButton")
  11. --Properties:
  12. XlintScript.Name = "XlintScript"
  13. XlintScript.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  14. XlintScript.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  15.  
  16. Frame.Parent = XlintScript
  17. Frame.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  18. Frame.BackgroundTransparency = 0.5
  19. Frame.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  20. Frame.BorderSizePixel = 0
  21. Frame.Position = UDim2.new(0.205741629, 0, 0.0903732777, 0)
  22. Frame.Selectable = true
  23. Frame.Size = UDim2.new(0, 368, 0, 67)
  24.  
  25. AltDelete.Name = "AltDelete!"
  26. AltDelete.Parent = Frame
  27. AltDelete.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  28. AltDelete.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  29. AltDelete.Position = UDim2.new(0.762130678, 0, 0.0872357264, 0)
  30. AltDelete.Selectable = false
  31. AltDelete.Size = UDim2.new(0, 80, 0, 30)
  32. AltDelete.Font = Enum.Font.Cartoon
  33. AltDelete.Text = "AltDelete!"
  34. AltDelete.TextColor3 = Color3.new(1, 1, 1)
  35. AltDelete.TextSize = 14
  36. AltDelete.TextStrokeColor3 = Color3.new(1, 1, 1)
  37.  
  38. InfJump.Name = "InfJump!"
  39. InfJump.Parent = Frame
  40. InfJump.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  41. InfJump.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  42. InfJump.Position = UDim2.new(0.259261608, 0, 0.0872357264, 0)
  43. InfJump.Selectable = false
  44. InfJump.Size = UDim2.new(0, 80, 0, 30)
  45. InfJump.Font = Enum.Font.Cartoon
  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. WalkSpeed.Name = "WalkSpeed!"
  52. WalkSpeed.Parent = Frame
  53. WalkSpeed.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  54. WalkSpeed.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  55. WalkSpeed.Position = UDim2.new(0.0169240609, 0, 0.0872357264, 0)
  56. WalkSpeed.Selectable = false
  57. WalkSpeed.Size = UDim2.new(0, 80, 0, 30)
  58. WalkSpeed.Font = Enum.Font.Cartoon
  59. WalkSpeed.Text = "WalkSpeed!"
  60. WalkSpeed.TextColor3 = Color3.new(1, 1, 1)
  61. WalkSpeed.TextSize = 14
  62. WalkSpeed.TextStrokeColor3 = Color3.new(1, 1, 1)
  63.  
  64. XlintS.Name = "XlintS"
  65. XlintS.Parent = Frame
  66. XlintS.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  67. XlintS.BorderColor3 = Color3.new(0.0980392, 0.117647, 0.0980392)
  68. XlintS.Position = UDim2.new(0.0183921475, 0, 0.626096368, 0)
  69. XlintS.Size = UDim2.new(0, 353, 0, 18)
  70. XlintS.Font = Enum.Font.SourceSans
  71. XlintS.PlaceholderColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  72. XlintS.Text = "Created By : XlintS"
  73. XlintS.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  74. XlintS.TextSize = 14
  75.  
  76. Gravity.Name = "Gravity!"
  77. Gravity.Parent = Frame
  78. Gravity.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  79. Gravity.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  80. Gravity.Position = UDim2.new(0.508771896, 0, 0.0872357264, 0)
  81. Gravity.Selectable = false
  82. Gravity.Size = UDim2.new(0, 80, 0, 30)
  83. Gravity.Font = Enum.Font.Cartoon
  84. Gravity.Text = "Error!"
  85. Gravity.TextColor3 = Color3.new(1, 1, 1)
  86. Gravity.TextSize = 14
  87. Gravity.TextStrokeColor3 = Color3.new(1, 1, 1)
  88. -- Scripts:
  89. function SCRIPT_RGTO73_FAKESCRIPT() -- AltDelete.LocalScript
  90. local script = Instance.new('LocalScript')
  91. script.Parent = AltDelete
  92. script.Parent.MouseButton1Click:Connect(function()
  93. local Plr = game:GetService("Players").LocalPlayer
  94. local Mouse = Plr:GetMouse()
  95. Mouse.Button1Down:connect(function()
  96. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftAlt) then return end
  97. if not Mouse.Target then return end
  98. Mouse.Target:Destroy()
  99. end)
  100. end)
  101.  
  102. end
  103. coroutine.resume(coroutine.create(SCRIPT_RGTO73_FAKESCRIPT))
  104. function SCRIPT_NCZZ85_FAKESCRIPT() -- InfJump.LocalScript
  105. local script = Instance.new('LocalScript')
  106. script.Parent = InfJump
  107. script.Parent.MouseButton1Click:Connect(function()
  108. local Player = game:GetService'Players'.LocalPlayer;
  109. local UIS = game:GetService'UserInputService';
  110. _G.JumpHeight = 50;
  111. function Action(Object, Function) if Object ~= nil then Function(Object); end end
  112. UIS.InputBegan:connect(function(UserInput)
  113. if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then
  114. Action(Player.Character.Humanoid, function(self)
  115. if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then
  116. Action(self.Parent.HumanoidRootPart, function(self)
  117. self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
  118. end)
  119. end
  120. end)
  121. end
  122. end)
  123. end)
  124.  
  125. end
  126. coroutine.resume(coroutine.create(SCRIPT_NCZZ85_FAKESCRIPT))
  127. function SCRIPT_HZFI76_FAKESCRIPT() -- WalkSpeed.LocalScript
  128. local script = Instance.new('LocalScript')
  129. script.Parent = WalkSpeed
  130. script.Parent.MouseButton1Click:Connect(function()
  131. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 155
  132. end)
  133.  
  134. end
  135. coroutine.resume(coroutine.create(SCRIPT_HZFI76_FAKESCRIPT))
  136. function SCRIPT_JZTD82_FAKESCRIPT() -- Gravity.LocalScript
  137. local script = Instance.new('LocalScript')
  138. script.Parent = Gravity
  139.  
  140.  
  141. end
  142. coroutine.resume(coroutine.create(SCRIPT_JZTD82_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement