Advertisement
SekkayGod

remote voiwe

Feb 7th, 2024 (edited)
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.06 KB | None | 0 0
  1. --[=[
  2. d888b db db d888888b .d888b. db db db .d8b.
  3. 88' Y8b 88 88 `88' VP `8D 88 88 88 d8' `8b
  4. 88 88 88 88 odD' 88 88 88 88ooo88
  5. 88 ooo 88 88 88 .88' 88 88 88 88~~~88
  6. 88. ~8~ 88b d88 .88. j88. 88booo. 88b d88 88 88
  7. Y888P ~Y8888P' Y888888P 888888D Y88888P ~Y8888P' YP YP CONVERTER
  8. ]=]
  9.  
  10. -- Instances: 40 | Scripts: 5 | Modules: 0
  11. local G2L = {};
  12.  
  13. -- StarterGui.RemoteSpy
  14. G2L["1"] = Instance.new("ScreenGui", game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui"));
  15. G2L["1"]["Name"] = [[RemoteSpy]];
  16.  
  17. -- StarterGui.RemoteSpy.Main
  18. G2L["2"] = Instance.new("Frame", G2L["1"]);
  19. G2L["2"]["ZIndex"] = 999999999;
  20. G2L["2"]["BackgroundColor3"] = Color3.fromRGB(37, 37, 55);
  21. G2L["2"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  22. G2L["2"]["Size"] = UDim2.new(0.6992710828781128, 0, 0.8468711376190186, 0);
  23. G2L["2"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
  24. G2L["2"]["Visible"] = false;
  25. G2L["2"]["Name"] = [[Main]];
  26.  
  27. -- StarterGui.RemoteSpy.Main.UICorner
  28. G2L["3"] = Instance.new("UICorner", G2L["2"]);
  29.  
  30.  
  31. -- StarterGui.RemoteSpy.Main.Holder
  32. G2L["4"] = Instance.new("ScrollingFrame", G2L["2"]);
  33. G2L["4"]["Active"] = true;
  34. G2L["4"]["ZIndex"] = 999999999;
  35. G2L["4"]["BorderSizePixel"] = 0;
  36. G2L["4"]["CanvasSize"] = UDim2.new(0, 0, 0, 0);
  37. G2L["4"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  38. G2L["4"]["AutomaticCanvasSize"] = Enum.AutomaticSize.XY;
  39. G2L["4"]["BackgroundTransparency"] = 1;
  40. G2L["4"]["Size"] = UDim2.new(0.9988439083099365, 0, 0.9340463280677795, 0);
  41. G2L["4"]["ScrollBarImageColor3"] = Color3.fromRGB(0, 0, 0);
  42. G2L["4"]["ScrollBarThickness"] = 0;
  43. G2L["4"]["Position"] = UDim2.new(0, 0, 0.06595365703105927, 0);
  44. G2L["4"]["Name"] = [[Holder]];
  45.  
  46. -- StarterGui.RemoteSpy.Main.Holder.UIListLayout
  47. G2L["5"] = Instance.new("UIListLayout", G2L["4"]);
  48. G2L["5"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center;
  49. G2L["5"]["Padding"] = UDim.new(0, 3);
  50. G2L["5"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  51.  
  52. -- StarterGui.RemoteSpy.Main.Holder.LocalScript
  53. G2L["6"] = Instance.new("LocalScript", G2L["4"]);
  54.  
  55.  
  56. -- StarterGui.RemoteSpy.Main.Holder.UIAspectRatioConstraint
  57. G2L["7"] = Instance.new("UIAspectRatioConstraint", G2L["4"]);
  58. G2L["7"]["AspectRatio"] = 1.6488549709320068;
  59.  
  60. -- StarterGui.RemoteSpy.Main.Holder.remote
  61. G2L["8"] = Instance.new("TextLabel", G2L["4"]);
  62. G2L["8"]["TextWrapped"] = true;
  63. G2L["8"]["ZIndex"] = 999999999;
  64. G2L["8"]["TextScaled"] = true;
  65. G2L["8"]["BackgroundColor3"] = Color3.fromRGB(42, 42, 63);
  66. G2L["8"]["TextSize"] = 10;
  67. G2L["8"]["TextColor3"] = Color3.fromRGB(88, 88, 132);
  68. G2L["8"]["Size"] = UDim2.new(1, 0, 1, 0);
  69. G2L["8"]["Text"] = [[@remote@]];
  70. G2L["8"]["Name"] = [[remote]];
  71. G2L["8"]["Position"] = UDim2.new(0.009837962687015533, 0, 0, 0);
  72.  
  73. -- StarterGui.RemoteSpy.Main.Holder.remote.UICorner
  74. G2L["9"] = Instance.new("UICorner", G2L["8"]);
  75.  
  76.  
  77. -- StarterGui.RemoteSpy.Main.Holder.remote.UIListLayout
  78. G2L["a"] = Instance.new("UIListLayout", G2L["8"]);
  79. G2L["a"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  80. G2L["a"]["FillDirection"] = Enum.FillDirection.Horizontal;
  81. G2L["a"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
  82. G2L["a"]["Padding"] = UDim.new(0, 14);
  83. G2L["a"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  84.  
  85. -- StarterGui.RemoteSpy.Main.Holder.remote.UIAspectRatioConstraint
  86. G2L["b"] = Instance.new("UIAspectRatioConstraint", G2L["8"]);
  87. G2L["b"]["AspectRatio"] = 21.94871711730957;
  88.  
  89. -- StarterGui.RemoteSpy.Main.Holder.remote.UITextSizeConstraint
  90. G2L["c"] = Instance.new("UITextSizeConstraint", G2L["8"]);
  91. G2L["c"]["MaxTextSize"] = 10;
  92.  
  93. -- StarterGui.RemoteSpy.Main.Holder.remote.TextBox
  94. G2L["d"] = Instance.new("TextBox", G2L["8"]);
  95. G2L["d"]["PlaceholderColor3"] = Color3.fromRGB(88, 88, 132);
  96. G2L["d"]["ZIndex"] = 999999999;
  97. G2L["d"]["TextSize"] = 14;
  98. G2L["d"]["TextWrapped"] = true;
  99. G2L["d"]["TextScaled"] = true;
  100. G2L["d"]["BackgroundColor3"] = Color3.fromRGB(42, 42, 63);
  101. G2L["d"]["TextColor3"] = Color3.fromRGB(88, 88, 132);
  102. G2L["d"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  103. G2L["d"]["PlaceholderText"] = [[( N/S )]];
  104. G2L["d"]["Size"] = UDim2.new(0.05257009342312813, 0, 1, 0);
  105. G2L["d"]["Text"] = [[]];
  106. G2L["d"]["Position"] = UDim2.new(1.0092092752456665, 0, 0, 0);
  107. G2L["d"]["ClearTextOnFocus"] = false;
  108.  
  109. -- StarterGui.RemoteSpy.Main.Holder.remote.TextBox.UICorner
  110. G2L["e"] = Instance.new("UICorner", G2L["d"]);
  111.  
  112.  
  113. -- StarterGui.RemoteSpy.Main.Holder.remote.TextBox.UIAspectRatioConstraint
  114. G2L["f"] = Instance.new("UIAspectRatioConstraint", G2L["d"]);
  115. G2L["f"]["AspectRatio"] = 1.1538461446762085;
  116.  
  117. -- StarterGui.RemoteSpy.Main.Holder.remote.ImageButton
  118. G2L["10"] = Instance.new("ImageButton", G2L["8"]);
  119. G2L["10"]["ZIndex"] = 999999999;
  120. G2L["10"]["AutoButtonColor"] = false;
  121. G2L["10"]["BackgroundColor3"] = Color3.fromRGB(42, 42, 63);
  122. G2L["10"]["ImageColor3"] = Color3.fromRGB(88, 88, 132);
  123. G2L["10"]["Image"] = [[rbxassetid://7072720722]];
  124. G2L["10"]["Size"] = UDim2.new(0.03504673019051552, 0, 0.7692307829856873, 0);
  125. G2L["10"]["Position"] = UDim2.new(0.9299065470695496, 0, 0, 0);
  126.  
  127. -- StarterGui.RemoteSpy.Main.Holder.remote.ImageButton.UICorner
  128. G2L["11"] = Instance.new("UICorner", G2L["10"]);
  129.  
  130.  
  131. -- StarterGui.RemoteSpy.Main.Holder.remote.ImageButton.UIAspectRatioConstraint
  132. G2L["12"] = Instance.new("UIAspectRatioConstraint", G2L["10"]);
  133.  
  134.  
  135. -- StarterGui.RemoteSpy.Main.Holder.remote.copy
  136. G2L["13"] = Instance.new("ImageButton", G2L["8"]);
  137. G2L["13"]["ZIndex"] = 999999999;
  138. G2L["13"]["AutoButtonColor"] = false;
  139. G2L["13"]["BackgroundColor3"] = Color3.fromRGB(42, 42, 63);
  140. G2L["13"]["ImageColor3"] = Color3.fromRGB(88, 88, 132);
  141. G2L["13"]["Image"] = [[rbxassetid://7072707790]];
  142. G2L["13"]["Size"] = UDim2.new(0.03504673019051552, 0, 0.7692307829856873, 0);
  143. G2L["13"]["Name"] = [[copy]];
  144. G2L["13"]["Position"] = UDim2.new(0.9649532437324524, 0, 0, 0);
  145.  
  146. -- StarterGui.RemoteSpy.Main.Holder.remote.copy.UICorner
  147. G2L["14"] = Instance.new("UICorner", G2L["13"]);
  148.  
  149.  
  150. -- StarterGui.RemoteSpy.Main.Holder.remote.copy.UIAspectRatioConstraint
  151. G2L["15"] = Instance.new("UIAspectRatioConstraint", G2L["13"]);
  152.  
  153.  
  154. -- StarterGui.RemoteSpy.Main.Holder.remote.UIPadding
  155. G2L["16"] = Instance.new("UIPadding", G2L["8"]);
  156. G2L["16"]["PaddingRight"] = UDim.new(0, 6);
  157.  
  158. -- StarterGui.RemoteSpy.Main.ke
  159. G2L["17"] = Instance.new("LocalScript", G2L["2"]);
  160. G2L["17"]["Name"] = [[ke]];
  161.  
  162. -- StarterGui.RemoteSpy.Main.DropShadow
  163. G2L["18"] = Instance.new("ImageLabel", G2L["2"]);
  164. G2L["18"]["ZIndex"] = 99999999;
  165. G2L["18"]["BorderSizePixel"] = 0;
  166. G2L["18"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  167. G2L["18"]["ImageTransparency"] = 0.5;
  168. G2L["18"]["Image"] = [[rbxassetid://297694300]];
  169. G2L["18"]["Size"] = UDim2.new(1.2353750467300415, 0, 1.239304780960083, 0);
  170. G2L["18"]["Name"] = [[DropShadow]];
  171. G2L["18"]["BackgroundTransparency"] = 1;
  172. G2L["18"]["Position"] = UDim2.new(-0.11268748342990875, 0, -0.12186985462903976, 0);
  173.  
  174. -- StarterGui.RemoteSpy.Main.DropShadow.UIAspectRatioConstraint
  175. G2L["19"] = Instance.new("UIAspectRatioConstraint", G2L["18"]);
  176. G2L["19"]["AspectRatio"] = 1.5370001792907715;
  177.  
  178. -- StarterGui.RemoteSpy.Main.remote
  179. G2L["1a"] = Instance.new("TextLabel", G2L["2"]);
  180. G2L["1a"]["TextWrapped"] = true;
  181. G2L["1a"]["ZIndex"] = 999999999;
  182. G2L["1a"]["TextScaled"] = true;
  183. G2L["1a"]["BackgroundColor3"] = Color3.fromRGB(42, 42, 63);
  184. G2L["1a"]["TextSize"] = 14;
  185. G2L["1a"]["TextColor3"] = Color3.fromRGB(88, 88, 132);
  186. G2L["1a"]["Size"] = UDim2.new(0.9780346751213074, 0, 0.05347593501210213, 0);
  187. G2L["1a"]["Text"] = [["Remote Spy"]];
  188. G2L["1a"]["Name"] = [[remote]];
  189. G2L["1a"]["BackgroundTransparency"] = 1;
  190. G2L["1a"]["Position"] = UDim2.new(0.010221518576145172, 0, 0.01083273347467184, 0);
  191.  
  192. -- StarterGui.RemoteSpy.Main.remote.UIAspectRatioConstraint
  193. G2L["1b"] = Instance.new("UIAspectRatioConstraint", G2L["1a"]);
  194. G2L["1b"]["AspectRatio"] = 28.200000762939453;
  195.  
  196. -- StarterGui.RemoteSpy.Main.remote.UITextSizeConstraint
  197. G2L["1c"] = Instance.new("UITextSizeConstraint", G2L["1a"]);
  198. G2L["1c"]["MaxTextSize"] = 10;
  199.  
  200. -- StarterGui.RemoteSpy.Main.LocalScript
  201. G2L["1d"] = Instance.new("LocalScript", G2L["2"]);
  202.  
  203.  
  204. -- StarterGui.RemoteSpy.Main.UIAspectRatioConstraint
  205. G2L["1e"] = Instance.new("UIAspectRatioConstraint", G2L["2"]);
  206. G2L["1e"]["AspectRatio"] = 1.5418894290924072;
  207.  
  208. -- StarterGui.RemoteSpy.UIAspectRatioConstraint
  209. G2L["1f"] = Instance.new("UIAspectRatioConstraint", G2L["1"]);
  210. G2L["1f"]["AspectRatio"] = 2.168367385864258;
  211.  
  212. -- StarterGui.RemoteSpy.Frame
  213. G2L["20"] = Instance.new("Frame", G2L["1"]);
  214. G2L["20"]["ZIndex"] = 999999998;
  215. G2L["20"]["BorderSizePixel"] = 0;
  216. G2L["20"]["BackgroundColor3"] = Color3.fromRGB(11, 11, 11);
  217. G2L["20"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  218. G2L["20"]["BackgroundTransparency"] = 0.5;
  219. G2L["20"]["Size"] = UDim2.new(999, 0, 999, 0);
  220. G2L["20"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  221. G2L["20"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
  222. G2L["20"]["Visible"] = false;
  223.  
  224. -- StarterGui.RemoteSpy.Frame.UIAspectRatioConstraint
  225. G2L["21"] = Instance.new("UIAspectRatioConstraint", G2L["20"]);
  226. G2L["21"]["AspectRatio"] = 1.1951837539672852;
  227.  
  228. -- StarterGui.RemoteSpy.TextButton
  229. G2L["22"] = Instance.new("TextButton", G2L["1"]);
  230. G2L["22"]["TextWrapped"] = true;
  231. G2L["22"]["ZIndex"] = 999999999;
  232. G2L["22"]["BorderSizePixel"] = 0;
  233. G2L["22"]["AutoButtonColor"] = false;
  234. G2L["22"]["TextScaled"] = true;
  235. G2L["22"]["BackgroundColor3"] = Color3.fromRGB(37, 37, 55);
  236. G2L["22"]["TextSize"] = 42;
  237. G2L["22"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  238. G2L["22"]["TextColor3"] = Color3.fromRGB(88, 88, 132);
  239. G2L["22"]["Size"] = UDim2.new(0, 44, 0, 44);
  240. G2L["22"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  241. G2L["22"]["Text"] = [[O]];
  242. G2L["22"]["Position"] = UDim2.new(0.022703181952238083, 0, 0.4415048062801361, 0);
  243.  
  244. -- StarterGui.RemoteSpy.TextButton.UICorner
  245. G2L["23"] = Instance.new("UICorner", G2L["22"]);
  246. G2L["23"]["CornerRadius"] = UDim.new(1, 0);
  247.  
  248. -- StarterGui.RemoteSpy.TextButton.UIStroke
  249. G2L["24"] = Instance.new("UIStroke", G2L["22"]);
  250. G2L["24"]["Color"] = Color3.fromRGB(88, 88, 132);
  251. G2L["24"]["Thickness"] = 1.7999999523162842;
  252. G2L["24"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  253.  
  254. -- StarterGui.RemoteSpy.TextButton.UIAspectRatioConstraint
  255. G2L["25"] = Instance.new("UIAspectRatioConstraint", G2L["22"]);
  256.  
  257.  
  258. -- StarterGui.RemoteSpy.TextButton.UITextSizeConstraint
  259. G2L["26"] = Instance.new("UITextSizeConstraint", G2L["22"]);
  260. G2L["26"]["MaxTextSize"] = 42;
  261.  
  262. -- StarterGui.RemoteSpy.TextButton.Dragify
  263. G2L["27"] = Instance.new("LocalScript", G2L["22"]);
  264. G2L["27"]["Name"] = [[Dragify]];
  265.  
  266. -- StarterGui.RemoteSpy.TextButton.LocalScript
  267. G2L["28"] = Instance.new("LocalScript", G2L["22"]);
  268.  
  269.  
  270. -- StarterGui.RemoteSpy.Main.Holder.LocalScript
  271. local function C_6()
  272. local script = G2L["6"];
  273. script.Parent.AutomaticCanvasSize="XY"
  274. script.Parent.ClipsDescendants = true
  275. end;
  276. task.spawn(C_6);
  277. -- StarterGui.RemoteSpy.Main.ke
  278. local function C_17()
  279. local script = G2L["17"];
  280. local b = Instance.new("BlurEffect")
  281. b.Size = 0
  282. b.Parent = game.Lighting
  283. local a = false
  284. function onKeyPress(inputObject, gameProcessedEvent)
  285. if not gameProcessedEvent then
  286. if inputObject.KeyCode == Enum.KeyCode.RightControl then -- change 'E' to any key on the keyboard. EX: Tab
  287. script.Parent.Visible = not script.Parent.Visible
  288. script.Parent.Parent.Frame.Visible = not script.Parent.Parent.Frame.Visible
  289. if a then
  290. b.Size = 0
  291. a=false
  292. else
  293. b.Size = 24
  294. a=true
  295. end
  296. end
  297. end
  298. end
  299. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  300. end;
  301. task.spawn(C_17);
  302. -- StarterGui.RemoteSpy.Main.LocalScript
  303. local function C_1d()
  304. local script = G2L["1d"];
  305.  
  306.  
  307. local Plr = game:GetService("Players")
  308. local PlrFold = script.Parent.Holder
  309.  
  310. local dummyButton = PlrFold.remote:Clone()
  311. PlrFold.remote:Destroy()
  312.  
  313.  
  314. --local CurrentPlayer = 0
  315.  
  316. for i,v in pairs(game:GetDescendants()) do
  317. if v:IsA("RemoteEvent") or v:IsA("RemoteFunction") then
  318. if v.Name == "shit" then
  319. else
  320. --CurrentPlayer = CurrentPlayer + 1
  321.  
  322. local newButton = dummyButton:Clone()
  323.  
  324. --newButton.Position = UDim2.new( 0, 0, 0, newButton.Size.Y.Offset * ( CurrentPlayer - 1 ) )
  325. newButton.Text = v.Name
  326. local TT = "game."..v:GetFullName()..":FireServer".."("..newButton.TextBox.Text..")"
  327. newButton.ImageButton.MouseButton1Down:connect(function()
  328. local getgame = v:GetFullName()
  329. assert(loadstring("game."..v:GetFullName()..":FireServer".."("..Plr.LocalPlayer..", "..newButton.TextBox.Text..")"))()
  330. --[[
  331. if v:FireServer() then
  332. print("game."..v:GetFullName()..":FireServer".."("..newButton.TextBox.Text..")")
  333. end
  334. --]]
  335. end)
  336.  
  337. newButton.copy.MouseButton1Down:Connect(function()
  338. local args = {
  339. "game."..v:GetFullName()..":FireServer".."("..newButton.TextBox.Text..")"
  340. }
  341. setclipboard(unpack(args))
  342. end)
  343.  
  344. newButton.copy.MouseEnter:Connect(function()
  345. newButton.Text = v.Name.." - Copy Path"
  346. end)
  347.  
  348. newButton.ImageButton.MouseEnter:Connect(function()
  349. newButton.Text = v.Name.." - Run Code"
  350. end)
  351.  
  352. newButton.copy.MouseLeave:Connect(function()
  353. newButton.Text = v.Name
  354. end)
  355.  
  356. newButton.ImageButton.MouseLeave:Connect(function()
  357. newButton.Text = v.Name
  358. end)
  359.  
  360. newButton.Parent = PlrFold
  361.  
  362. end
  363. end
  364. end
  365. end;
  366. task.spawn(C_1d);
  367. -- StarterGui.RemoteSpy.TextButton.Dragify
  368. local function C_27()
  369. local script = G2L["27"];
  370. local UserInputService = game:GetService("UserInputService")
  371.  
  372. local gui = script.Parent
  373.  
  374. local dragging
  375. local dragInput
  376. local dragStart
  377. local startPos
  378.  
  379. local function update(input)
  380. local delta = input.Position - dragStart
  381. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  382. end
  383.  
  384. gui.InputBegan:Connect(function(input)
  385. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  386. dragging = true
  387. dragStart = input.Position
  388. startPos = gui.Position
  389.  
  390. input.Changed:Connect(function()
  391. if input.UserInputState == Enum.UserInputState.End then
  392. dragging = false
  393. end
  394. end)
  395. end
  396. end)
  397.  
  398. gui.InputChanged:Connect(function(input)
  399. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  400. dragInput = input
  401. end
  402. end)
  403.  
  404. UserInputService.InputChanged:Connect(function(input)
  405. if input == dragInput and dragging then
  406. update(input)
  407. end
  408. end)
  409. end;
  410. task.spawn(C_27);
  411. -- StarterGui.RemoteSpy.TextButton.LocalScript
  412. local function C_28()
  413. local script = G2L["28"];
  414. script.Parent.MouseButton1Click:Connect(function()
  415. script.Parent.Parent.Main.Visible = not script.Parent.Parent.Main.Visible
  416. script.Parent.Parent.Frame.Visible = not script.Parent.Parent.Frame.Visible
  417. end)
  418. end;
  419. task.spawn(C_28);
  420.  
  421. return G2L["1"], require;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement