Guest User

Roblox ServerSide Executor [FIXED]

a guest
Feb 8th, 2025
597
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.69 KB | None | 0 0
  1. -- Made by Finchyys
  2. -- Gui to Lua Version 3.2
  3.  
  4. -- Instances:
  5.  
  6. local RBLXServerSideExecutorV1 = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local UICorner = Instance.new("UICorner")
  9. local Frame_2 = Instance.new("Frame")
  10. local UICorner_2 = Instance.new("UICorner")
  11. local CodeBoxx = Instance.new("TextBox")
  12. local TextLabel = Instance.new("TextLabel")
  13. local Exit = Instance.new("TextButton")
  14. local Execute = Instance.new("TextButton")
  15. local UICorner_3 = Instance.new("UICorner")
  16. local Gallery = Instance.new("TextButton")
  17. local UICorner_4 = Instance.new("UICorner")
  18.  
  19. --Properties:
  20.  
  21. RBLXServerSideExecutorV1.Name = "RBLX Server Side Executor V1"
  22. RBLXServerSideExecutorV1.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  23.  
  24. Frame.Parent = RBLXServerSideExecutorV1
  25. Frame.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  26. Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  27. Frame.BorderSizePixel = 0
  28. Frame.Position = UDim2.new(0.038152609, 0, 0.399038464, 0)
  29. Frame.Size = UDim2.new(0, 439, 0, 351)
  30.  
  31. UICorner.CornerRadius = UDim.new(0, 5)
  32. UICorner.Parent = Frame
  33.  
  34. Frame_2.Parent = Frame
  35. Frame_2.BackgroundColor3 = Color3.fromRGB(49, 49, 49)
  36. Frame_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  37. Frame_2.BorderSizePixel = 0
  38. Frame_2.Position = UDim2.new(0.0313188918, 0, 0.151175216, 0)
  39. Frame_2.Size = UDim2.new(0, 410, 0, 244)
  40.  
  41. UICorner_2.CornerRadius = UDim.new(0, 5)
  42. UICorner_2.Parent = Frame_2
  43.  
  44. CodeBoxx.Name = "CodeBoxx"
  45. CodeBoxx.Parent = Frame_2
  46. CodeBoxx.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  47. CodeBoxx.BackgroundTransparency = 1.000
  48. CodeBoxx.BorderColor3 = Color3.fromRGB(0, 0, 0)
  49. CodeBoxx.BorderSizePixel = 0
  50. CodeBoxx.Size = UDim2.new(0, 410, 0, 31)
  51. CodeBoxx.Font = Enum.Font.SourceSans
  52. CodeBoxx.Text = "Enter your require script here.."
  53. CodeBoxx.TextColor3 = Color3.fromRGB(213, 213, 213)
  54. CodeBoxx.TextSize = 14.000
  55.  
  56. TextLabel.Parent = Frame
  57. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  58. TextLabel.BackgroundTransparency = 1.000
  59. TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  60. TextLabel.BorderSizePixel = 0
  61. TextLabel.Size = UDim2.new(0, 369, 0, 53)
  62. TextLabel.Font = Enum.Font.SourceSans
  63. TextLabel.Text = "RBLX SS Executor V1 by Finchyys"
  64. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  65. TextLabel.TextScaled = true
  66. TextLabel.TextSize = 14.000
  67. TextLabel.TextWrapped = true
  68.  
  69. Exit.Name = "Exit"
  70. Exit.Parent = Frame
  71. Exit.BackgroundColor3 = Color3.fromRGB(67, 67, 67)
  72. Exit.BorderColor3 = Color3.fromRGB(0, 0, 0)
  73. Exit.BorderSizePixel = 0
  74. Exit.Position = UDim2.new(0.895216405, 0, 0, 0)
  75. Exit.Size = UDim2.new(0, 46, 0, 35)
  76. Exit.Font = Enum.Font.SourceSans
  77. Exit.Text = "X"
  78. Exit.TextColor3 = Color3.fromRGB(255, 255, 255)
  79. Exit.TextScaled = true
  80. Exit.TextSize = 14.000
  81. Exit.TextWrapped = true
  82.  
  83. Execute.Name = "Execute"
  84. Execute.Parent = Frame
  85. Execute.BackgroundColor3 = Color3.fromRGB(49, 49, 49)
  86. Execute.BorderColor3 = Color3.fromRGB(0, 0, 0)
  87. Execute.BorderSizePixel = 0
  88. Execute.Position = UDim2.new(0.0296127554, 0, 0.886039913, 0)
  89. Execute.Size = UDim2.new(0, 116, 0, 31)
  90. Execute.Font = Enum.Font.SourceSans
  91. Execute.Text = "Execute"
  92. Execute.TextColor3 = Color3.fromRGB(255, 255, 255)
  93. Execute.TextScaled = true
  94. Execute.TextSize = 14.000
  95. Execute.TextWrapped = true
  96.  
  97. UICorner_3.CornerRadius = UDim.new(0, 4)
  98. UICorner_3.Parent = Execute
  99.  
  100. Gallery.Name = "Gallery"
  101. Gallery.Parent = Frame
  102. Gallery.BackgroundColor3 = Color3.fromRGB(49, 49, 49)
  103. Gallery.BorderColor3 = Color3.fromRGB(0, 0, 0)
  104. Gallery.BorderSizePixel = 0
  105. Gallery.Position = UDim2.new(0.321184516, 0, 0.886039913, 0)
  106. Gallery.Size = UDim2.new(0, 116, 0, 31)
  107. Gallery.Font = Enum.Font.SourceSans
  108. Gallery.Text = "Require scripts (Coming soon!)"
  109. Gallery.TextColor3 = Color3.fromRGB(255, 255, 255)
  110. Gallery.TextScaled = true
  111. Gallery.TextSize = 14.000
  112. Gallery.TextWrapped = true
  113.  
  114. UICorner_4.CornerRadius = UDim.new(0, 4)
  115. UICorner_4.Parent = Gallery
  116.  
  117. -- Scripts:
  118.  
  119. local function ZXIJPHB_fake_script() -- Exit.LocalScript
  120. local script = Instance.new('LocalScript', Exit)
  121.  
  122. script.Parent.MouseButton1Down:Connect(function()
  123. script.Parent.Parent.Visible = false
  124. end)
  125. end
  126. coroutine.wrap(ZXIJPHB_fake_script)()
  127. local function SERK_fake_script() -- Execute.LocalScript
  128. local script = Instance.new('LocalScript', Execute)
  129.  
  130. script.Parent.MouseButton1Click:Connect(function()
  131. game.ReplicatedStorage.RemoteEvent:FireServer(script.Parent.Parent.Scroll.CodeBox.Text)
  132.  
  133.  
  134. end)
  135. end
  136. coroutine.wrap(SERK_fake_script)()
  137. local function JFJEQR_fake_script() -- Frame.DragScript
  138. local script = Instance.new('LocalScript', Frame)
  139.  
  140.  
  141. local UIS = game:GetService('UserInputService')
  142. local frame = script.Parent
  143. local dragToggle = nil
  144. local dragSpeed = 0.25
  145. local dragStart = nil
  146. local startPos = nil
  147.  
  148. local function updateInput(input)
  149. local delta = input.Position - dragStart
  150. local position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X,
  151. startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  152. game:GetService('TweenService'):Create(frame, TweenInfo.new(dragSpeed), {Position = position}):Play()
  153. end
  154.  
  155. frame.InputBegan:Connect(function(input)
  156. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then
  157. dragToggle = true
  158. dragStart = input.Position
  159. startPos = frame.Position
  160. input.Changed:Connect(function()
  161. if input.UserInputState == Enum.UserInputState.End then
  162. dragToggle = false
  163. end
  164. end)
  165. end
  166. end)
  167.  
  168. UIS.InputChanged:Connect(function(input)
  169. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  170. if dragToggle then
  171. updateInput(input)
  172. end
  173. end
  174. end)
  175.  
  176. end
  177. coroutine.wrap(JFJEQR_fake_script)()
  178.  
Advertisement
Add Comment
Please, Sign In to add comment