Advertisement
unknownexploits

thingy

Jul 5th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.78 KB | None | 0 0
  1. game:GetService("ReplicatedFirst"):RemoveDefaultLoadingScreen()
  2. game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage", {
  3. Text = "Welcome to Sochi's SS Script Tester! Read the game description if you need any help."
  4. })
  5. while game:GetService("ContentProvider").RequestQueueSize ~= 0 and wait() do end
  6. wait(1)
  7. for _, playergui in pairs(game:GetService("Players").LocalPlayer:GetChildren()) do
  8. if playergui:IsA("PlayerGui") then
  9. local screengui = Instance.new("ScreenGui", playergui)
  10. screengui.Name = "Executor"
  11. screengui.ResetOnSpawn = false
  12. local enabled = true
  13. local mode = 0
  14. local frame1 = Instance.new("Frame", screengui)
  15. local frame2 = Instance.new("Frame", frame1)
  16. local textbox = Instance.new("TextBox", frame2)
  17. local textlabel1 = Instance.new("TextLabel", frame1)
  18. local textlabel2 = Instance.new("TextLabel", frame2)
  19. local textlabel3 = Instance.new("TextLabel", screengui)
  20. local textbutton1 = Instance.new("TextButton", frame1)
  21. local textbutton2 = Instance.new("TextButton", frame2)
  22. local textbutton3 = Instance.new("TextButton", frame2)
  23. frame1.Size = UDim2.new(0, 425, 0, 25)
  24. frame1.Position = UDim2.new(1, -475, 1, 0)
  25. frame1.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  26. frame1.BorderSizePixel = 0
  27. frame2.Size = UDim2.new(0, 450, 0, 200)
  28. frame2.Position = UDim2.new(0, 0, 0, 25)
  29. frame2.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  30. frame2.BackgroundTransparency = 0.25
  31. frame2.BorderSizePixel = 0
  32. textbutton1.Size = UDim2.new(0, 25, 0, 25)
  33. textbutton1.Position = UDim2.new(1, 0, 0, 0)
  34. textbutton1.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  35. textbutton1.TextColor3 = Color3.fromRGB(255, 255, 255)
  36. textbutton1.BorderSizePixel = 0
  37. textbutton1.TextSize = 20
  38. textbutton1.Font = Enum.Font.Arial
  39. textbutton1.Text = "-"
  40. textbutton2.Size = UDim2.new(0, 187.5, 0, 50)
  41. textbutton2.Position = UDim2.new(0.5, -200, 1, -75)
  42. textbutton2.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  43. textbutton2.TextColor3 = Color3.fromRGB(255, 255, 255)
  44. textbutton2.BorderSizePixel = 0
  45. textbutton2.TextSize = 30
  46. textbutton2.Font = Enum.Font.Arial
  47. textbutton2.Text = "Execute"
  48. textbutton3.Size = UDim2.new(0, 187.5, 0, 50)
  49. textbutton3.Position = UDim2.new(1, -212, 1, -75)
  50. textbutton3.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  51. textbutton3.TextColor3 = Color3.fromRGB(255, 255, 255)
  52. textbutton3.BorderSizePixel = 0
  53. textbutton3.TextSize = 30
  54. textbutton3.Font = Enum.Font.Arial
  55. textbutton3.Text = "Clear"
  56. textbox.Size = UDim2.new(0, 400, 0, 75)
  57. textbox.Position = UDim2.new(0.5, -200, 0, 25)
  58. textbox.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  59. textbox.TextColor3 = Color3.fromRGB(255, 255, 255)
  60. textbox.BorderSizePixel = 0
  61. textbox.TextSize = 20
  62. textbox.Font = Enum.Font.Arial
  63. textbox.Text = ""
  64. textbox.TextWrapped = true
  65. textbox.ClearTextOnFocus = false
  66. textbox.TextXAlignment = Enum.TextXAlignment.Left
  67. textbox.TextYAlignment = Enum.TextYAlignment.Top
  68. textlabel1.Size = UDim2.new(0, 425, 0, 25)
  69. textlabel1.TextColor3 = Color3.fromRGB(255, 255, 255)
  70. textlabel1.BackgroundTransparency = 1
  71. textlabel1.TextSize = 20
  72. textlabel1.Font = Enum.Font.Arial
  73. textlabel1.Text = "Executor"
  74. textlabel2.Size = UDim2.new(0, 200, 0, 25)
  75. textlabel2.Position = UDim2.new(1, -200, 1, -25)
  76. textlabel2.TextColor3 = Color3.fromRGB(255, 255, 255)
  77. textlabel2.BackgroundTransparency = 1
  78. textlabel2.TextSize = 20
  79. textlabel2.Font = Enum.Font.Arial
  80. textlabel2.Text = ""
  81. textlabel2.TextXAlignment = Enum.TextXAlignment.Right
  82. textlabel3.Size = UDim2.new(0, 100, 0, 25)
  83. textlabel3.Position = UDim2.new(0.5, -50, 0, 0)
  84. textlabel3.TextColor3 = Color3.fromRGB(255, 255, 255)
  85. textlabel3.BackgroundTransparency = 1
  86. textlabel3.TextTransparency = 0.75
  87. textlabel3.TextSize = 20
  88. textlabel3.Font = Enum.Font.Arial
  89. textlabel3.Text = "Sochi's SS Script Tester Version 2.1"
  90. frame1:TweenPosition(UDim2.new(1, -475, 1, -250), "Out", "Quad", 1)
  91. textbutton1.MouseButton1Click:Connect(function()
  92. if enabled == true then
  93. frame1:TweenPosition(UDim2.new(1, -475, 1, -25), "In", "Quad", 0.25)
  94. enabled = false
  95. else
  96. frame1:TweenPosition(UDim2.new(1, -475, 1, -250), "Out", "Quad", 0.25)
  97. enabled = true
  98. end
  99. end)
  100. textbutton2.MouseButton1Click:Connect(function()
  101. textlabel2.Text = "connecting to remote"
  102. for _, remote in pairs(game:GetService("ReplicatedStorage"):GetDescendants()) do
  103. if remote:IsA("RemoteEvent") then
  104. if remote.Name == "ServerExecute" then
  105. textlabel2.Text = "sending script"
  106. remote:FireServer(textbox.Text)
  107. textlabel2.Text = "script sent"
  108. wait(2)
  109. textlabel2.Text = ""
  110. end
  111. end
  112. end
  113. end)
  114. textbutton3.MouseButton1Click:Connect(function()
  115. textbox.Text = ""
  116. end)
  117. end
  118. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement