pastebin - collaborative debugging tool
kpaste.net RSS


Untitled
Posted by Anonymous on Wed 29th Jun 2022 00:19
raw | new post
modification of post by Anonymous (view diff)

  1. game:GetService("StarterGui"):SetCore("SendNotification",{
  2.                                 Title = "CorScripts";
  3.                                 Text = "Thank You For Using SeeSharp X!";
  4.                                 Duration = 3.5;
  5.                    })
  6. -- Gui to Lua
  7. -- Version: 3.2
  8.  
  9. -- Instances:
  10.  
  11. local ScreenGui = Instance.new("ScreenGui")
  12. local Frame = Instance.new("Frame")
  13. local TextLabel = Instance.new("TextLabel")
  14. local TextButton = Instance.new("TextButton")
  15. local TextButton_2 = Instance.new("TextButton")
  16. local TextButton_3 = Instance.new("TextButton")
  17. local TextButton_4 = Instance.new("TextButton")
  18.  
  19. --Properties:
  20.  
  21. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  22.  
  23. Frame.Parent = ScreenGui
  24. Frame.BackgroundColor3 = Color3.fromRGB(106, 106, 106)
  25. Frame.Position = UDim2.new(0.197705209, 0, 0.106169298, 0)
  26. Frame.Size = UDim2.new(0, 618, 0, 399)
  27. Frame.Active = true
  28. Frame.Draggable = true
  29.  
  30. TextLabel.Parent = Frame
  31. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  32. TextLabel.BackgroundTransparency = 1.000
  33. TextLabel.Position = UDim2.new(0.231663227, 0, 0, 0)
  34. TextLabel.Size = UDim2.new(0, 318, 0, 50)
  35. TextLabel.Font = Enum.Font.SourceSans
  36. TextLabel.Text = "SeeSharp X"
  37. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  38. TextLabel.TextSize = 59.000
  39.  
  40. TextButton.Parent = Frame
  41. TextButton.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
  42. TextButton.Position = UDim2.new(0.0161812305, 0, 0.142857149, 0)
  43. TextButton.Size = UDim2.new(0, 186, 0, 336)
  44. TextButton.Font = Enum.Font.RobotoMono
  45. TextButton.Text = "Infinite Jump"
  46. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  47. TextButton.TextSize = 28.000
  48. TextButton.MouseButton1Down:connect(function()
  49.         loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/Infinite%20Jump.txt"))()
  50. end)
  51.  
  52. TextButton_2.Parent = Frame
  53. TextButton_2.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
  54. TextButton_2.Position = UDim2.new(0.349514574, 0, 0.142857149, 0)
  55. TextButton_2.Size = UDim2.new(0, 98, 0, 336)
  56. TextButton_2.Font = Enum.Font.RobotoMono
  57. TextButton_2.Text = "BTOOLS"
  58. TextButton_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  59. TextButton_2.TextSize = 28.000
  60. TextButton_2.MouseButton1Down:connect(function()
  61.         loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/BTools.txt"))()
  62. end)
  63.  
  64. TextButton_3.Parent = Frame
  65. TextButton_3.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
  66. TextButton_3.Position = UDim2.new(0.532362461, 0, 0.142857149, 0)
  67. TextButton_3.Size = UDim2.new(0, 51, 0, 336)
  68. TextButton_3.Font = Enum.Font.RobotoMono
  69. TextButton_3.Text = "F3X"
  70. TextButton_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  71. TextButton_3.TextSize = 28.000
  72. TextButton_3.MouseButton1Down:connect(function()
  73.         loadstring(game:HttpGet("https://pastebin.com/raw/siZG23nZ", true))()
  74. end)
  75.  
  76. TextButton_4.Parent = Frame
  77. TextButton_4.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
  78. TextButton_4.Position = UDim2.new(0.634304225, 0, 0.142857149, 0)
  79. TextButton_4.Size = UDim2.new(0, 217, 0, 336)
  80. TextButton_4.Font = Enum.Font.RobotoMono
  81. TextButton_4.Text = "ESP"
  82. TextButton_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  83. TextButton_4.TextSize = 28.000
  84. TextButton_4.MouseButton1Down:connect(function()
  85.         loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/WRD%20ESP.txt"))()
  86. end)

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with {%HIGHLIGHT}




All content is user-submitted.
The administrators of this site (kpaste.net) are not responsible for their content.
Abuse reports should be emailed to us at