Advertisement
HansCSia320

MrSpy V2

May 30th, 2019
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 71.95 KB | None | 0 0
  1. --Settings:
  2.  
  3. local RemoteIgnores = {
  4.     ["RemoteFunction"] = true;
  5.     ["RemoteEvent"] = true;
  6.     ["BindableFunction"] = false;
  7.     ["BindableEvent"] = false;
  8. }
  9.  
  10. ------------------------------------------
  11.  
  12. local MrSpyV2RebugKurokkusGhost = Instance.new("ScreenGui")
  13. local Hub = Instance.new("TextButton")
  14. local Main = Instance.new("Frame")
  15. local BG = Instance.new("ImageLabel")
  16. local ShadowHolder = Instance.new("Frame")
  17. local Shadow = Instance.new("ImageLabel")
  18. local Shadow_2 = Instance.new("ImageLabel")
  19. local Shadow_3 = Instance.new("ImageLabel")
  20. local Animate = Instance.new("Frame")
  21. local Texture = Instance.new("ImageLabel")
  22. local Texture2 = Instance.new("ImageLabel")
  23. local Texture3 = Instance.new("ImageLabel")
  24. local Texture4 = Instance.new("ImageLabel")
  25. local TabsFolder = Instance.new("Frame")
  26. local Output = Instance.new("Frame")
  27. local OutputWindow = Instance.new("ScrollingFrame")
  28. local R2S = Instance.new("Frame")
  29. local Warning = Instance.new("Frame")
  30. local Logo = Instance.new("ImageLabel")
  31. local Shadow_4 = Instance.new("ImageLabel")
  32. local Shadow_5 = Instance.new("ImageLabel")
  33. local Shadow_6 = Instance.new("ImageLabel")
  34. local WarningLabel = Instance.new("TextLabel")
  35. local Shadow_7 = Instance.new("TextLabel")
  36. local Shadow_8 = Instance.new("TextLabel")
  37. local Shadow_9 = Instance.new("TextLabel")
  38. local Window = Instance.new("Frame")
  39. local ScriptWindow = Instance.new("ScrollingFrame")
  40. local RemoteScript = Instance.new("TextLabel")
  41. local CopyClip = Instance.new("TextButton")
  42. local Shadow_10 = Instance.new("Frame")
  43. local Shadow_11 = Instance.new("Frame")
  44. local Shadow_12 = Instance.new("Frame")
  45. local CopyText = Instance.new("TextLabel")
  46. local BG_2 = Instance.new("TextLabel")
  47. local BG_3 = Instance.new("TextLabel")
  48. local BG_4 = Instance.new("TextLabel")
  49. local Remotes = Instance.new("ScrollingFrame")
  50. local Explorer = Instance.new("Frame")
  51. local Warning_2 = Instance.new("Frame")
  52. local Logo_2 = Instance.new("ImageLabel")
  53. local Shadow_13 = Instance.new("ImageLabel")
  54. local Shadow_14 = Instance.new("ImageLabel")
  55. local Shadow_15 = Instance.new("ImageLabel")
  56. local WarningLabel_2 = Instance.new("TextLabel")
  57. local Shadow_16 = Instance.new("TextLabel")
  58. local Shadow_17 = Instance.new("TextLabel")
  59. local Shadow_18 = Instance.new("TextLabel")
  60. local Window_2 = Instance.new("Frame")
  61. local ExplorerWindow = Instance.new("ScrollingFrame")
  62. local Shadow_19 = Instance.new("Frame")
  63. local Shadow_20 = Instance.new("Frame")
  64. local Shadow_21 = Instance.new("Frame")
  65. local Shadow_22 = Instance.new("Frame")
  66. local Title = Instance.new("TextLabel")
  67. local Credits = Instance.new("TextLabel")
  68. local Icon = Instance.new("ImageLabel")
  69. local Exit = Instance.new("ImageButton")
  70. local ShadowHolder_2 = Instance.new("Frame")
  71. local Shadow_23 = Instance.new("ImageLabel")
  72. local Shadow_24 = Instance.new("ImageLabel")
  73. local Shadow_25 = Instance.new("ImageLabel")
  74. local Tabs = Instance.new("Frame")
  75. local TabLine = Instance.new("Frame")
  76. local Remotes_2 = Instance.new("TextButton")
  77. local Spys = Instance.new("Frame")
  78. local Spyer = Instance.new("ImageButton")
  79. local Shadow_26 = Instance.new("ImageLabel")
  80. local Shadow_27 = Instance.new("ImageLabel")
  81. local Shadow_28 = Instance.new("ImageLabel")
  82. local Words = Instance.new("TextLabel")
  83. local Output_2 = Instance.new("TextButton")
  84. local ClearHolder = Instance.new("Frame")
  85. local Clear = Instance.new("ImageButton")
  86. local Shadow_29 = Instance.new("ImageLabel")
  87. local Shadow_30 = Instance.new("ImageLabel")
  88. local Shadow_31 = Instance.new("ImageLabel")
  89. local TextLabel = Instance.new("TextLabel")
  90. local Explorer_2 = Instance.new("TextButton")
  91. local R2S_2 = Instance.new("TextButton")
  92. local Holder = Instance.new("Frame")
  93. local Icon_2 = Instance.new("Frame")
  94. local IconMap = Instance.new("ImageLabel")
  95. local RemoteGrid = Instance.new("UIGridLayout")
  96. local RemoteTemplate = Instance.new("Frame")
  97. local Icon_3 = Instance.new("Frame")
  98. local IconMap_2 = Instance.new("ImageLabel")
  99. local RemoteName = Instance.new("TextLabel")
  100. local Spy = Instance.new("TextButton")
  101. local Shadow_32 = Instance.new("Frame")
  102. local Shadow_33 = Instance.new("Frame")
  103. local Shadow_34 = Instance.new("Frame")
  104. local View = Instance.new("TextButton")
  105. local Shadow_35 = Instance.new("Frame")
  106. local Shadow_36 = Instance.new("Frame")
  107. local Shadow_37 = Instance.new("Frame")
  108. local ExplorerTemplate = Instance.new("Frame")
  109. local Arrow = Instance.new("Frame")
  110. local Open = Instance.new("TextButton")
  111. local IconMap_3 = Instance.new("ImageLabel")
  112. local Icon_4 = Instance.new("Frame")
  113. local IconMap_4 = Instance.new("ImageLabel")
  114. local InstanceName = Instance.new("TextLabel")
  115. local Open_2 = Instance.new("TextButton")
  116. local Holder_2 = Instance.new("Frame")
  117. local BG_5 = Instance.new("Frame")
  118. local RemoteOutputTemplate = Instance.new("Frame")
  119. local Icon_5 = Instance.new("Frame")
  120. local IconMap_5 = Instance.new("ImageLabel")
  121. local RemoteName_2 = Instance.new("TextLabel")
  122. local R2S_3 = Instance.new("TextButton")
  123. local Shadow_38 = Instance.new("Frame")
  124. local Shadow_39 = Instance.new("Frame")
  125. local Shadow_40 = Instance.new("Frame")
  126. --Properties:
  127. MrSpyV2RebugKurokkusGhost.Name = "Mr.Spy V2 - Rebug/KurokkusGhost"
  128. MrSpyV2RebugKurokkusGhost.Parent = game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui")
  129. MrSpyV2RebugKurokkusGhost.ResetOnSpawn = false
  130.  
  131. Hub.Name = "Hub"
  132. Hub.Parent = MrSpyV2RebugKurokkusGhost
  133. Hub.AnchorPoint = Vector2.new(0.5, 0.5)
  134. Hub.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  135. Hub.BorderSizePixel = 0
  136. Hub.Position = UDim2.new(0.5, 0, 0.349999994, 0)
  137. Hub.Size = UDim2.new(0, 550, 0, 50)
  138. Hub.ZIndex = 10
  139. Hub.AutoButtonColor = false
  140. Hub.Font = Enum.Font.SourceSans
  141. Hub.Text = ""
  142. Hub.TextColor3 = Color3.new(0, 0, 0)
  143. Hub.TextSize = 14
  144.  
  145. Main.Name = "Main"
  146. Main.Parent = Hub
  147. Main.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  148. Main.BackgroundTransparency = 1
  149. Main.BorderSizePixel = 0
  150. Main.Position = UDim2.new(0, 0, 1, 0)
  151. Main.Size = UDim2.new(1, 50, 0, 300)
  152. Main.ZIndex = 5
  153.  
  154. BG.Name = "BG"
  155. BG.Parent = Main
  156. BG.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  157. BG.BackgroundTransparency = 1
  158. BG.Position = UDim2.new(0, 0, 0, -25)
  159. BG.Size = UDim2.new(1, 0, 1, 25)
  160. BG.ZIndex = 5
  161. BG.Image = "rbxassetid://2052866575"
  162. BG.ImageColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  163. BG.ScaleType = Enum.ScaleType.Slice
  164. BG.SliceCenter = Rect.new(8, 8, 8, 8)
  165.  
  166. ShadowHolder.Name = "ShadowHolder"
  167. ShadowHolder.Parent = BG
  168. ShadowHolder.BackgroundColor3 = Color3.new(1, 1, 1)
  169. ShadowHolder.BackgroundTransparency = 1
  170. ShadowHolder.ClipsDescendants = true
  171. ShadowHolder.Position = UDim2.new(0, 0, 0, 25)
  172. ShadowHolder.Size = UDim2.new(1, 100, 1, 100)
  173.  
  174. Shadow.Name = "Shadow"
  175. Shadow.Parent = ShadowHolder
  176. Shadow.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  177. Shadow.BackgroundTransparency = 1
  178. Shadow.Position = UDim2.new(0, 1, 0, -24)
  179. Shadow.Size = UDim2.new(1, -100, 1, -100)
  180. Shadow.ZIndex = 4
  181. Shadow.Image = "rbxassetid://2052866575"
  182. Shadow.ImageColor3 = Color3.new(0, 0, 0)
  183. Shadow.ImageTransparency = 0.85000002384186
  184. Shadow.ScaleType = Enum.ScaleType.Slice
  185. Shadow.SliceCenter = Rect.new(8, 8, 8, 8)
  186.  
  187. Shadow_2.Name = "Shadow"
  188. Shadow_2.Parent = ShadowHolder
  189. Shadow_2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  190. Shadow_2.BackgroundTransparency = 1
  191. Shadow_2.Position = UDim2.new(0, 2, 0, -23)
  192. Shadow_2.Size = UDim2.new(1, -100, 1, -100)
  193. Shadow_2.ZIndex = 4
  194. Shadow_2.Image = "rbxassetid://2052866575"
  195. Shadow_2.ImageColor3 = Color3.new(0, 0, 0)
  196. Shadow_2.ImageTransparency = 0.85000002384186
  197. Shadow_2.ScaleType = Enum.ScaleType.Slice
  198. Shadow_2.SliceCenter = Rect.new(8, 8, 8, 8)
  199.  
  200. Shadow_3.Name = "Shadow"
  201. Shadow_3.Parent = ShadowHolder
  202. Shadow_3.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  203. Shadow_3.BackgroundTransparency = 1
  204. Shadow_3.Position = UDim2.new(0, 3, 0, -22)
  205. Shadow_3.Size = UDim2.new(1, -100, 1, -100)
  206. Shadow_3.ZIndex = 4
  207. Shadow_3.Image = "rbxassetid://2052866575"
  208. Shadow_3.ImageColor3 = Color3.new(0, 0, 0)
  209. Shadow_3.ImageTransparency = 0.85000002384186
  210. Shadow_3.ScaleType = Enum.ScaleType.Slice
  211. Shadow_3.SliceCenter = Rect.new(8, 8, 8, 8)
  212.  
  213. Animate.Name = "Animate"
  214. Animate.Parent = Main
  215. Animate.BackgroundColor3 = Color3.new(0.156863, 0.176471, 0.184314)
  216. Animate.BackgroundTransparency = 1
  217. Animate.BorderSizePixel = 0
  218. Animate.ClipsDescendants = true
  219. Animate.Size = UDim2.new(1, 0, 1, 0)
  220.  
  221. Texture.Name = "Texture"
  222. Texture.Parent = Animate
  223. Texture.BackgroundColor3 = Color3.new(1, 1, 1)
  224. Texture.BackgroundTransparency = 1
  225. Texture.BorderSizePixel = 0
  226. Texture.Position = UDim2.new(0.00333333341, 0, 0.00999999978, 0)
  227. Texture.Size = UDim2.new(2, 0, 2, 0)
  228. Texture.ZIndex = 6
  229. Texture.Image = "rbxassetid://922275274"
  230. Texture.ImageColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  231. Texture.ImageTransparency = 0.5
  232. Texture.ScaleType = Enum.ScaleType.Tile
  233. Texture.TileSize = UDim2.new(0, 50, 0, 50)
  234.  
  235. Texture2.Name = "Texture2"
  236. Texture2.Parent = Animate
  237. Texture2.BackgroundColor3 = Color3.new(1, 1, 1)
  238. Texture2.BackgroundTransparency = 1
  239. Texture2.BorderSizePixel = 0
  240. Texture2.Position = UDim2.new(2, 0, 2, 0)
  241. Texture2.Size = UDim2.new(2, 0, 2, 0)
  242. Texture2.ZIndex = 6
  243. Texture2.Image = "rbxassetid://922275274"
  244. Texture2.ImageColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  245. Texture2.ImageTransparency = 0.5
  246. Texture2.ScaleType = Enum.ScaleType.Tile
  247. Texture2.TileSize = UDim2.new(0, 50, 0, 50)
  248.  
  249. Texture3.Name = "Texture3"
  250. Texture3.Parent = Animate
  251. Texture3.BackgroundColor3 = Color3.new(1, 1, 1)
  252. Texture3.BackgroundTransparency = 1
  253. Texture3.BorderSizePixel = 0
  254. Texture3.Position = UDim2.new(0, 0, 2, 0)
  255. Texture3.Size = UDim2.new(2, 0, 2, 0)
  256. Texture3.ZIndex = 6
  257. Texture3.Image = "rbxassetid://922275274"
  258. Texture3.ImageColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  259. Texture3.ImageTransparency = 0.5
  260. Texture3.ScaleType = Enum.ScaleType.Tile
  261. Texture3.TileSize = UDim2.new(0, 50, 0, 50)
  262.  
  263. Texture4.Name = "Texture4"
  264. Texture4.Parent = Animate
  265. Texture4.BackgroundColor3 = Color3.new(1, 1, 1)
  266. Texture4.BackgroundTransparency = 1
  267. Texture4.BorderSizePixel = 0
  268. Texture4.Position = UDim2.new(2, 0, 0, 0)
  269. Texture4.Size = UDim2.new(2, 0, 2, 0)
  270. Texture4.ZIndex = 6
  271. Texture4.Image = "rbxassetid://922275274"
  272. Texture4.ImageColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  273. Texture4.ImageTransparency = 0.5
  274. Texture4.ScaleType = Enum.ScaleType.Tile
  275. Texture4.TileSize = UDim2.new(0, 50, 0, 50)
  276.  
  277. TabsFolder.Name = "TabsFolder"
  278. TabsFolder.Parent = Main
  279. TabsFolder.BackgroundColor3 = Color3.new(1, 1, 1)
  280. TabsFolder.BackgroundTransparency = 1
  281. TabsFolder.ClipsDescendants = true
  282. TabsFolder.Size = UDim2.new(1, 0, 1, 0)
  283.  
  284. Output.Name = "Output"
  285. Output.Parent = TabsFolder
  286. Output.BackgroundColor3 = Color3.new(1, 1, 1)
  287. Output.BackgroundTransparency = 1
  288. Output.Position = UDim2.new(1, 0, 0, 0)
  289. Output.Size = UDim2.new(1, 0, 1, 0)
  290.  
  291. OutputWindow.Name = "OutputWindow"
  292. OutputWindow.Parent = Output
  293. OutputWindow.BackgroundColor3 = Color3.new(1, 1, 1)
  294. OutputWindow.BackgroundTransparency = 1
  295. OutputWindow.BorderSizePixel = 0
  296. OutputWindow.Size = UDim2.new(1, 0, 1, 0)
  297. OutputWindow.ZIndex = 7
  298. OutputWindow.BottomImage = "rbxassetid://2504831909"
  299. OutputWindow.CanvasSize = UDim2.new(0, 0, 0, 0)
  300. OutputWindow.MidImage = "rbxassetid://2504831909"
  301. OutputWindow.ScrollBarThickness = 6
  302. OutputWindow.TopImage = "rbxassetid://2504831909"
  303.  
  304. R2S.Name = "R2S"
  305. R2S.Parent = TabsFolder
  306. R2S.BackgroundColor3 = Color3.new(1, 1, 1)
  307. R2S.BackgroundTransparency = 1
  308. R2S.Position = UDim2.new(3, 0, 0, 0)
  309. R2S.Size = UDim2.new(1, 0, 1, 0)
  310.  
  311. Warning.Name = "Warning"
  312. Warning.Parent = R2S
  313. Warning.BackgroundColor3 = Color3.new(1, 1, 1)
  314. Warning.BackgroundTransparency = 1
  315. Warning.Size = UDim2.new(1, 0, 1, 0)
  316.  
  317. Logo.Name = "Logo"
  318. Logo.Parent = Warning
  319. Logo.AnchorPoint = Vector2.new(0.5, 0)
  320. Logo.BackgroundColor3 = Color3.new(1, 1, 1)
  321. Logo.BackgroundTransparency = 1
  322. Logo.Position = UDim2.new(0.5, 0, 0.125, 0)
  323. Logo.Size = UDim2.new(0, 150, 0, 150)
  324. Logo.ZIndex = 7
  325. Logo.Image = "rbxassetid://2512823206"
  326.  
  327. Shadow_4.Name = "Shadow"
  328. Shadow_4.Parent = Logo
  329. Shadow_4.BackgroundColor3 = Color3.new(1, 1, 1)
  330. Shadow_4.BackgroundTransparency = 1
  331. Shadow_4.Position = UDim2.new(0, 1, 0, 1)
  332. Shadow_4.Size = UDim2.new(1, 0, 1, 0)
  333. Shadow_4.ZIndex = 6
  334. Shadow_4.Image = "rbxassetid://2512823206"
  335. Shadow_4.ImageColor3 = Color3.new(0, 0, 0)
  336. Shadow_4.ImageTransparency = 0.80000001192093
  337.  
  338. Shadow_5.Name = "Shadow"
  339. Shadow_5.Parent = Logo
  340. Shadow_5.BackgroundColor3 = Color3.new(1, 1, 1)
  341. Shadow_5.BackgroundTransparency = 1
  342. Shadow_5.Position = UDim2.new(0, 2, 0, 2)
  343. Shadow_5.Size = UDim2.new(1, 0, 1, 0)
  344. Shadow_5.ZIndex = 6
  345. Shadow_5.Image = "rbxassetid://2512823206"
  346. Shadow_5.ImageColor3 = Color3.new(0, 0, 0)
  347. Shadow_5.ImageTransparency = 0.80000001192093
  348.  
  349. Shadow_6.Name = "Shadow"
  350. Shadow_6.Parent = Logo
  351. Shadow_6.BackgroundColor3 = Color3.new(1, 1, 1)
  352. Shadow_6.BackgroundTransparency = 1
  353. Shadow_6.Position = UDim2.new(0, 3, 0, 3)
  354. Shadow_6.Size = UDim2.new(1, 0, 1, 0)
  355. Shadow_6.ZIndex = 6
  356. Shadow_6.Image = "rbxassetid://2512823206"
  357. Shadow_6.ImageColor3 = Color3.new(0, 0, 0)
  358. Shadow_6.ImageTransparency = 0.80000001192093
  359.  
  360. WarningLabel.Name = "WarningLabel"
  361. WarningLabel.Parent = Warning
  362. WarningLabel.AnchorPoint = Vector2.new(0.5, 1)
  363. WarningLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  364. WarningLabel.BackgroundTransparency = 1
  365. WarningLabel.Position = UDim2.new(0.5, 0, 0.899999976, 0)
  366. WarningLabel.Size = UDim2.new(0.800000012, 0, 0.200000003, 0)
  367. WarningLabel.ZIndex = 7
  368. WarningLabel.Font = Enum.Font.SourceSansBold
  369. WarningLabel.Text = "Please make sure you have selected a remote in the output to convert into a script"
  370. WarningLabel.TextColor3 = Color3.new(1, 0.8, 0.301961)
  371. WarningLabel.TextScaled = true
  372. WarningLabel.TextSize = 30
  373. WarningLabel.TextWrapped = true
  374.  
  375. Shadow_7.Name = "Shadow"
  376. Shadow_7.Parent = WarningLabel
  377. Shadow_7.BackgroundColor3 = Color3.new(1, 1, 1)
  378. Shadow_7.BackgroundTransparency = 1
  379. Shadow_7.Position = UDim2.new(0, 1, 0, 1)
  380. Shadow_7.Size = UDim2.new(1, 0, 1, 0)
  381. Shadow_7.ZIndex = 6
  382. Shadow_7.Font = Enum.Font.SourceSansBold
  383. Shadow_7.Text = "Please make sure you have selected a remote in the output to convert into a script"
  384. Shadow_7.TextColor3 = Color3.new(0, 0, 0)
  385. Shadow_7.TextScaled = true
  386. Shadow_7.TextSize = 30
  387. Shadow_7.TextTransparency = 0.80000001192093
  388. Shadow_7.TextWrapped = true
  389.  
  390. Shadow_8.Name = "Shadow"
  391. Shadow_8.Parent = WarningLabel
  392. Shadow_8.BackgroundColor3 = Color3.new(1, 1, 1)
  393. Shadow_8.BackgroundTransparency = 1
  394. Shadow_8.Position = UDim2.new(0, 2, 0, 2)
  395. Shadow_8.Size = UDim2.new(1, 0, 1, 0)
  396. Shadow_8.ZIndex = 6
  397. Shadow_8.Font = Enum.Font.SourceSansBold
  398. Shadow_8.Text = "Please make sure you have selected a remote in the output to convert into a script"
  399. Shadow_8.TextColor3 = Color3.new(0, 0, 0)
  400. Shadow_8.TextScaled = true
  401. Shadow_8.TextSize = 30
  402. Shadow_8.TextTransparency = 0.80000001192093
  403. Shadow_8.TextWrapped = true
  404.  
  405. Shadow_9.Name = "Shadow"
  406. Shadow_9.Parent = WarningLabel
  407. Shadow_9.BackgroundColor3 = Color3.new(1, 1, 1)
  408. Shadow_9.BackgroundTransparency = 1
  409. Shadow_9.Position = UDim2.new(0, 3, 0, 3)
  410. Shadow_9.Size = UDim2.new(1, 0, 1, 0)
  411. Shadow_9.ZIndex = 6
  412. Shadow_9.Font = Enum.Font.SourceSansBold
  413. Shadow_9.Text = "Please make sure you have selected a remote in the output to convert into a script"
  414. Shadow_9.TextColor3 = Color3.new(0, 0, 0)
  415. Shadow_9.TextScaled = true
  416. Shadow_9.TextSize = 30
  417. Shadow_9.TextTransparency = 0.80000001192093
  418. Shadow_9.TextWrapped = true
  419.  
  420. Window.Name = "Window"
  421. Window.Parent = R2S
  422. Window.BackgroundColor3 = Color3.new(1, 1, 1)
  423. Window.BackgroundTransparency = 1
  424. Window.Size = UDim2.new(1, 0, 1, 0)
  425. Window.Visible = false
  426.  
  427. ScriptWindow.Name = "ScriptWindow"
  428. ScriptWindow.Parent = Window
  429. ScriptWindow.BackgroundColor3 = Color3.new(1, 1, 1)
  430. ScriptWindow.BackgroundTransparency = 1
  431. ScriptWindow.BorderSizePixel = 0
  432. ScriptWindow.Position = UDim2.new(0, 2, 0, 0)
  433. ScriptWindow.Size = UDim2.new(1, -2, 1, -50)
  434. ScriptWindow.ZIndex = 7
  435. ScriptWindow.BottomImage = "rbxassetid://2504831909"
  436. ScriptWindow.CanvasSize = UDim2.new(0, 0, 0, 0)
  437. ScriptWindow.MidImage = "rbxassetid://2504831909"
  438. ScriptWindow.ScrollBarThickness = 6
  439. ScriptWindow.TopImage = "rbxassetid://2504831909"
  440.  
  441. RemoteScript.Name = "RemoteScript"
  442. RemoteScript.Parent = ScriptWindow
  443. RemoteScript.BackgroundColor3 = Color3.new(1, 1, 1)
  444. RemoteScript.BackgroundTransparency = 1
  445. RemoteScript.Size = UDim2.new(1, 0, 1, 0)
  446. RemoteScript.ZIndex = 7
  447. RemoteScript.Font = Enum.Font.SourceSansSemibold
  448. RemoteScript.Text = ""
  449. RemoteScript.TextColor3 = Color3.new(1, 1, 1)
  450. RemoteScript.TextSize = 16
  451. RemoteScript.TextXAlignment = Enum.TextXAlignment.Left
  452. RemoteScript.TextYAlignment = Enum.TextYAlignment.Top
  453.  
  454. CopyClip.Name = "CopyClip"
  455. CopyClip.Parent = Window
  456. CopyClip.AnchorPoint = Vector2.new(0, 1)
  457. CopyClip.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  458. CopyClip.BorderSizePixel = 0
  459. CopyClip.Position = UDim2.new(0, 10, 1, -10)
  460. CopyClip.Size = UDim2.new(1, -20, 0, 30)
  461. CopyClip.ZIndex = 8
  462. CopyClip.AutoButtonColor = false
  463. CopyClip.Font = Enum.Font.SourceSansBold
  464. CopyClip.Text = ""
  465. CopyClip.TextColor3 = Color3.new(1, 1, 1)
  466. CopyClip.TextSize = 20
  467.  
  468. Shadow_10.Name = "Shadow"
  469. Shadow_10.Parent = CopyClip
  470. Shadow_10.BackgroundColor3 = Color3.new(0, 0, 0)
  471. Shadow_10.BackgroundTransparency = 0.80000001192093
  472. Shadow_10.BorderSizePixel = 0
  473. Shadow_10.Position = UDim2.new(0, 1, 0, 1)
  474. Shadow_10.Size = UDim2.new(1, 0, 1, 0)
  475. Shadow_10.ZIndex = 7
  476.  
  477. Shadow_11.Name = "Shadow"
  478. Shadow_11.Parent = CopyClip
  479. Shadow_11.BackgroundColor3 = Color3.new(0, 0, 0)
  480. Shadow_11.BackgroundTransparency = 0.80000001192093
  481. Shadow_11.BorderSizePixel = 0
  482. Shadow_11.Position = UDim2.new(0, 2, 0, 2)
  483. Shadow_11.Size = UDim2.new(1, 0, 1, 0)
  484. Shadow_11.ZIndex = 7
  485.  
  486. Shadow_12.Name = "Shadow"
  487. Shadow_12.Parent = CopyClip
  488. Shadow_12.BackgroundColor3 = Color3.new(0, 0, 0)
  489. Shadow_12.BackgroundTransparency = 0.80000001192093
  490. Shadow_12.BorderSizePixel = 0
  491. Shadow_12.Position = UDim2.new(0, 3, 0, 3)
  492. Shadow_12.Size = UDim2.new(1, 0, 1, 0)
  493. Shadow_12.ZIndex = 7
  494.  
  495. CopyText.Name = "CopyText"
  496. CopyText.Parent = CopyClip
  497. CopyText.BackgroundColor3 = Color3.new(1, 1, 1)
  498. CopyText.BackgroundTransparency = 1
  499. CopyText.Size = UDim2.new(1, 0, 1, 0)
  500. CopyText.ZIndex = 10
  501. CopyText.Font = Enum.Font.SourceSansBold
  502. CopyText.Text = "Copy to clipboard"
  503. CopyText.TextColor3 = Color3.new(1, 1, 1)
  504. CopyText.TextSize = 20
  505.  
  506. BG_2.Name = "BG"
  507. BG_2.Parent = CopyClip
  508. BG_2.BackgroundColor3 = Color3.new(1, 1, 1)
  509. BG_2.BackgroundTransparency = 1
  510. BG_2.Position = UDim2.new(0, 1, 0, 1)
  511. BG_2.Size = UDim2.new(1, 0, 1, 0)
  512. BG_2.ZIndex = 9
  513. BG_2.Font = Enum.Font.SourceSansBold
  514. BG_2.Text = "Copy to clipboard"
  515. BG_2.TextColor3 = Color3.new(0, 0, 0)
  516. BG_2.TextSize = 20
  517. BG_2.TextTransparency = 0.80000001192093
  518.  
  519. BG_3.Name = "BG"
  520. BG_3.Parent = CopyClip
  521. BG_3.BackgroundColor3 = Color3.new(1, 1, 1)
  522. BG_3.BackgroundTransparency = 1
  523. BG_3.Position = UDim2.new(0, 2, 0, 2)
  524. BG_3.Size = UDim2.new(1, 0, 1, 0)
  525. BG_3.ZIndex = 9
  526. BG_3.Font = Enum.Font.SourceSansBold
  527. BG_3.Text = "Copy to clipboard"
  528. BG_3.TextColor3 = Color3.new(0, 0, 0)
  529. BG_3.TextSize = 20
  530. BG_3.TextTransparency = 0.80000001192093
  531.  
  532. BG_4.Name = "BG"
  533. BG_4.Parent = CopyClip
  534. BG_4.BackgroundColor3 = Color3.new(1, 1, 1)
  535. BG_4.BackgroundTransparency = 1
  536. BG_4.Position = UDim2.new(0, 3, 0, 3)
  537. BG_4.Size = UDim2.new(1, 0, 1, 0)
  538. BG_4.ZIndex = 9
  539. BG_4.Font = Enum.Font.SourceSansBold
  540. BG_4.Text = "Copy to clipboard"
  541. BG_4.TextColor3 = Color3.new(0, 0, 0)
  542. BG_4.TextSize = 20
  543. BG_4.TextTransparency = 0.80000001192093
  544.  
  545. Remotes.Name = "Remotes"
  546. Remotes.Parent = TabsFolder
  547. Remotes.BackgroundColor3 = Color3.new(1, 1, 1)
  548. Remotes.BackgroundTransparency = 1
  549. Remotes.BorderSizePixel = 0
  550. Remotes.Size = UDim2.new(1, 0, 1, 0)
  551. Remotes.ZIndex = 7
  552. Remotes.BottomImage = "rbxassetid://2504831909"
  553. Remotes.CanvasSize = UDim2.new(0, 0, 0, 0)
  554. Remotes.MidImage = "rbxassetid://2504831909"
  555. Remotes.ScrollBarThickness = 6
  556. Remotes.TopImage = "rbxassetid://2504831909"
  557.  
  558. Explorer.Name = "Explorer"
  559. Explorer.Parent = TabsFolder
  560. Explorer.BackgroundColor3 = Color3.new(1, 1, 1)
  561. Explorer.BackgroundTransparency = 1
  562. Explorer.Position = UDim2.new(2, 0, 0, 0)
  563. Explorer.Size = UDim2.new(1, 0, 1, 0)
  564.  
  565. Warning_2.Name = "Warning"
  566. Warning_2.Parent = Explorer
  567. Warning_2.BackgroundColor3 = Color3.new(1, 1, 1)
  568. Warning_2.BackgroundTransparency = 1
  569. Warning_2.Size = UDim2.new(1, 0, 1, 0)
  570.  
  571. Logo_2.Name = "Logo"
  572. Logo_2.Parent = Warning_2
  573. Logo_2.AnchorPoint = Vector2.new(0.5, 0)
  574. Logo_2.BackgroundColor3 = Color3.new(1, 1, 1)
  575. Logo_2.BackgroundTransparency = 1
  576. Logo_2.Position = UDim2.new(0.5, 0, 0.125, 0)
  577. Logo_2.Size = UDim2.new(0, 150, 0, 150)
  578. Logo_2.ZIndex = 7
  579. Logo_2.Image = "rbxassetid://2512823206"
  580.  
  581. Shadow_13.Name = "Shadow"
  582. Shadow_13.Parent = Logo_2
  583. Shadow_13.BackgroundColor3 = Color3.new(1, 1, 1)
  584. Shadow_13.BackgroundTransparency = 1
  585. Shadow_13.Position = UDim2.new(0, 1, 0, 1)
  586. Shadow_13.Size = UDim2.new(1, 0, 1, 0)
  587. Shadow_13.ZIndex = 6
  588. Shadow_13.Image = "rbxassetid://2512823206"
  589. Shadow_13.ImageColor3 = Color3.new(0, 0, 0)
  590. Shadow_13.ImageTransparency = 0.80000001192093
  591.  
  592. Shadow_14.Name = "Shadow"
  593. Shadow_14.Parent = Logo_2
  594. Shadow_14.BackgroundColor3 = Color3.new(1, 1, 1)
  595. Shadow_14.BackgroundTransparency = 1
  596. Shadow_14.Position = UDim2.new(0, 2, 0, 2)
  597. Shadow_14.Size = UDim2.new(1, 0, 1, 0)
  598. Shadow_14.ZIndex = 6
  599. Shadow_14.Image = "rbxassetid://2512823206"
  600. Shadow_14.ImageColor3 = Color3.new(0, 0, 0)
  601. Shadow_14.ImageTransparency = 0.80000001192093
  602.  
  603. Shadow_15.Name = "Shadow"
  604. Shadow_15.Parent = Logo_2
  605. Shadow_15.BackgroundColor3 = Color3.new(1, 1, 1)
  606. Shadow_15.BackgroundTransparency = 1
  607. Shadow_15.Position = UDim2.new(0, 3, 0, 3)
  608. Shadow_15.Size = UDim2.new(1, 0, 1, 0)
  609. Shadow_15.ZIndex = 6
  610. Shadow_15.Image = "rbxassetid://2512823206"
  611. Shadow_15.ImageColor3 = Color3.new(0, 0, 0)
  612. Shadow_15.ImageTransparency = 0.80000001192093
  613.  
  614. WarningLabel_2.Name = "WarningLabel"
  615. WarningLabel_2.Parent = Warning_2
  616. WarningLabel_2.AnchorPoint = Vector2.new(0.5, 1)
  617. WarningLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  618. WarningLabel_2.BackgroundTransparency = 1
  619. WarningLabel_2.Position = UDim2.new(0.5, 0, 0.899999976, 0)
  620. WarningLabel_2.Size = UDim2.new(0.800000012, 0, 0.200000003, 0)
  621. WarningLabel_2.ZIndex = 7
  622. WarningLabel_2.Font = Enum.Font.SourceSansBold
  623. WarningLabel_2.Text = "Please make sure you select a remote in the remotes tab to view its location"
  624. WarningLabel_2.TextColor3 = Color3.new(1, 0.8, 0.301961)
  625. WarningLabel_2.TextScaled = true
  626. WarningLabel_2.TextSize = 30
  627. WarningLabel_2.TextWrapped = true
  628.  
  629. Shadow_16.Name = "Shadow"
  630. Shadow_16.Parent = WarningLabel_2
  631. Shadow_16.BackgroundColor3 = Color3.new(1, 1, 1)
  632. Shadow_16.BackgroundTransparency = 1
  633. Shadow_16.Position = UDim2.new(0, 1, 0, 1)
  634. Shadow_16.Size = UDim2.new(1, 0, 1, 0)
  635. Shadow_16.ZIndex = 6
  636. Shadow_16.Font = Enum.Font.SourceSansBold
  637. Shadow_16.Text = "Please make sure you select a remote in the remotes tab to view its location"
  638. Shadow_16.TextColor3 = Color3.new(0, 0, 0)
  639. Shadow_16.TextScaled = true
  640. Shadow_16.TextSize = 30
  641. Shadow_16.TextTransparency = 0.80000001192093
  642. Shadow_16.TextWrapped = true
  643.  
  644. Shadow_17.Name = "Shadow"
  645. Shadow_17.Parent = WarningLabel_2
  646. Shadow_17.BackgroundColor3 = Color3.new(1, 1, 1)
  647. Shadow_17.BackgroundTransparency = 1
  648. Shadow_17.Position = UDim2.new(0, 2, 0, 2)
  649. Shadow_17.Size = UDim2.new(1, 0, 1, 0)
  650. Shadow_17.ZIndex = 6
  651. Shadow_17.Font = Enum.Font.SourceSansBold
  652. Shadow_17.Text = "Please make sure you select a remote in the remotes tab to view its location"
  653. Shadow_17.TextColor3 = Color3.new(0, 0, 0)
  654. Shadow_17.TextScaled = true
  655. Shadow_17.TextSize = 30
  656. Shadow_17.TextTransparency = 0.80000001192093
  657. Shadow_17.TextWrapped = true
  658.  
  659. Shadow_18.Name = "Shadow"
  660. Shadow_18.Parent = WarningLabel_2
  661. Shadow_18.BackgroundColor3 = Color3.new(1, 1, 1)
  662. Shadow_18.BackgroundTransparency = 1
  663. Shadow_18.Position = UDim2.new(0, 3, 0, 3)
  664. Shadow_18.Size = UDim2.new(1, 0, 1, 0)
  665. Shadow_18.ZIndex = 6
  666. Shadow_18.Font = Enum.Font.SourceSansBold
  667. Shadow_18.Text = "Please make sure you select a remote in the remotes tab to view its location"
  668. Shadow_18.TextColor3 = Color3.new(0, 0, 0)
  669. Shadow_18.TextScaled = true
  670. Shadow_18.TextSize = 30
  671. Shadow_18.TextTransparency = 0.80000001192093
  672. Shadow_18.TextWrapped = true
  673.  
  674. Window_2.Name = "Window"
  675. Window_2.Parent = Explorer
  676. Window_2.BackgroundColor3 = Color3.new(1, 1, 1)
  677. Window_2.BackgroundTransparency = 1
  678. Window_2.Size = UDim2.new(1, 0, 1, 0)
  679. Window_2.Visible = false
  680. Window_2.ZIndex = 7
  681.  
  682. ExplorerWindow.Name = "ExplorerWindow"
  683. ExplorerWindow.Parent = Window_2
  684. ExplorerWindow.BackgroundColor3 = Color3.new(1, 1, 1)
  685. ExplorerWindow.BackgroundTransparency = 1
  686. ExplorerWindow.Size = UDim2.new(1, 0, 1, 0)
  687. ExplorerWindow.ZIndex = 7
  688. ExplorerWindow.BottomImage = "rbxassetid://2504831909"
  689. ExplorerWindow.CanvasSize = UDim2.new(0, 0, 0, 0)
  690. ExplorerWindow.MidImage = "rbxassetid://2504831909"
  691. ExplorerWindow.ScrollBarThickness = 6
  692. ExplorerWindow.TopImage = "rbxassetid://2504831909"
  693.  
  694. Shadow_19.Name = "Shadow"
  695. Shadow_19.Parent = Hub
  696. Shadow_19.BackgroundColor3 = Color3.new(0, 0, 0)
  697. Shadow_19.BackgroundTransparency = 0.89999997615814
  698. Shadow_19.BorderSizePixel = 0
  699. Shadow_19.Position = UDim2.new(0, 0, 0.5, 1)
  700. Shadow_19.Size = UDim2.new(1, 50, 0.5, 0)
  701. Shadow_19.ZIndex = 9
  702.  
  703. Shadow_20.Name = "Shadow"
  704. Shadow_20.Parent = Hub
  705. Shadow_20.BackgroundColor3 = Color3.new(0, 0, 0)
  706. Shadow_20.BackgroundTransparency = 0.89999997615814
  707. Shadow_20.BorderSizePixel = 0
  708. Shadow_20.Position = UDim2.new(0, 0, 0.5, 2)
  709. Shadow_20.Size = UDim2.new(1, 50, 0.5, 0)
  710. Shadow_20.ZIndex = 9
  711.  
  712. Shadow_21.Name = "Shadow"
  713. Shadow_21.Parent = Hub
  714. Shadow_21.BackgroundColor3 = Color3.new(0, 0, 0)
  715. Shadow_21.BackgroundTransparency = 0.89999997615814
  716. Shadow_21.BorderSizePixel = 0
  717. Shadow_21.Position = UDim2.new(0, 0, 0.5, 3)
  718. Shadow_21.Size = UDim2.new(1, 50, 0.5, 0)
  719. Shadow_21.ZIndex = 9
  720.  
  721. Shadow_22.Name = "Shadow"
  722. Shadow_22.Parent = Hub
  723. Shadow_22.BackgroundColor3 = Color3.new(0, 0, 0)
  724. Shadow_22.BackgroundTransparency = 0.89999997615814
  725. Shadow_22.BorderSizePixel = 0
  726. Shadow_22.Position = UDim2.new(0, 0, 0.5, 4)
  727. Shadow_22.Size = UDim2.new(1, 50, 0.5, 0)
  728. Shadow_22.ZIndex = 9
  729.  
  730. Title.Name = "Title"
  731. Title.Parent = Hub
  732. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  733. Title.BackgroundTransparency = 1
  734. Title.Position = UDim2.new(0, 50, 0, 0)
  735. Title.Size = UDim2.new(0, 150, 1, 0)
  736. Title.ZIndex = 25
  737. Title.Font = Enum.Font.SourceSansLight
  738. Title.Text = "Mr.Spy V2"
  739. Title.TextColor3 = Color3.new(1, 1, 1)
  740. Title.TextSize = 30
  741. Title.TextXAlignment = Enum.TextXAlignment.Left
  742.  
  743. Credits.Name = "Credits"
  744. Credits.Parent = Hub
  745. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  746. Credits.BackgroundTransparency = 1
  747. Credits.Position = UDim2.new(0, 50, 0, 0)
  748. Credits.Size = UDim2.new(0, 150, 1, -1)
  749. Credits.ZIndex = 25
  750. Credits.Font = Enum.Font.SourceSansSemibold
  751. Credits.Text = "Created by - Rebug/KurokkusGhost"
  752. Credits.TextColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  753. Credits.TextSize = 10
  754. Credits.TextXAlignment = Enum.TextXAlignment.Left
  755. Credits.TextYAlignment = Enum.TextYAlignment.Bottom
  756.  
  757. Icon.Name = "Icon"
  758. Icon.Parent = Hub
  759. Icon.BackgroundColor3 = Color3.new(1, 1, 1)
  760. Icon.BackgroundTransparency = 1
  761. Icon.Position = UDim2.new(0, 5, 0, 10)
  762. Icon.Size = UDim2.new(0, 40, 0, 40)
  763. Icon.ZIndex = 25
  764. Icon.Image = "rbxassetid://2502312317"
  765.  
  766. Exit.Name = "Exit"
  767. Exit.Parent = Hub
  768. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  769. Exit.BackgroundTransparency = 1
  770. Exit.Position = UDim2.new(1, 0, 0, 0)
  771. Exit.Size = UDim2.new(0, 50, 0, 50)
  772. Exit.ZIndex = 25
  773. Exit.Image = "rbxassetid://985583019"
  774.  
  775. ShadowHolder_2.Name = "ShadowHolder"
  776. ShadowHolder_2.Parent = Exit
  777. ShadowHolder_2.BackgroundColor3 = Color3.new(1, 1, 1)
  778. ShadowHolder_2.BackgroundTransparency = 1
  779. ShadowHolder_2.ClipsDescendants = true
  780. ShadowHolder_2.Size = UDim2.new(1, 10, 1, 0)
  781.  
  782. Shadow_23.Name = "Shadow"
  783. Shadow_23.Parent = ShadowHolder_2
  784. Shadow_23.BackgroundColor3 = Color3.new(1, 1, 1)
  785. Shadow_23.BackgroundTransparency = 1
  786. Shadow_23.Position = UDim2.new(0, 1, 0, 1)
  787. Shadow_23.Size = UDim2.new(0, 50, 0, 50)
  788. Shadow_23.ZIndex = 24
  789. Shadow_23.Image = "rbxassetid://985583019"
  790. Shadow_23.ImageColor3 = Color3.new(0, 0, 0)
  791. Shadow_23.ImageTransparency = 0.85000002384186
  792.  
  793. Shadow_24.Name = "Shadow"
  794. Shadow_24.Parent = ShadowHolder_2
  795. Shadow_24.BackgroundColor3 = Color3.new(1, 1, 1)
  796. Shadow_24.BackgroundTransparency = 1
  797. Shadow_24.Position = UDim2.new(0, 2, 0, 2)
  798. Shadow_24.Size = UDim2.new(0, 50, 0, 50)
  799. Shadow_24.ZIndex = 24
  800. Shadow_24.Image = "rbxassetid://985583019"
  801. Shadow_24.ImageColor3 = Color3.new(0, 0, 0)
  802. Shadow_24.ImageTransparency = 0.85000002384186
  803.  
  804. Shadow_25.Name = "Shadow"
  805. Shadow_25.Parent = ShadowHolder_2
  806. Shadow_25.BackgroundColor3 = Color3.new(1, 1, 1)
  807. Shadow_25.BackgroundTransparency = 1
  808. Shadow_25.Position = UDim2.new(0, 3, 0, 3)
  809. Shadow_25.Size = UDim2.new(0, 50, 0, 50)
  810. Shadow_25.ZIndex = 24
  811. Shadow_25.Image = "rbxassetid://985583019"
  812. Shadow_25.ImageColor3 = Color3.new(0, 0, 0)
  813. Shadow_25.ImageTransparency = 0.85000002384186
  814.  
  815. Tabs.Name = "Tabs"
  816. Tabs.Parent = Hub
  817. Tabs.BackgroundColor3 = Color3.new(1, 1, 1)
  818. Tabs.BackgroundTransparency = 1
  819. Tabs.Position = UDim2.new(0.400000006, 0, 0, 0)
  820. Tabs.Size = UDim2.new(0.600000024, 0, 1, 0)
  821. Tabs.ZIndex = 25
  822.  
  823. TabLine.Name = "TabLine"
  824. TabLine.Parent = Tabs
  825. TabLine.AnchorPoint = Vector2.new(0, 1)
  826. TabLine.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
  827. TabLine.BorderSizePixel = 0
  828. TabLine.Position = UDim2.new(0, 0, 1, 0)
  829. TabLine.Size = UDim2.new(0.25, -1, 0, 3)
  830. TabLine.ZIndex = 30
  831.  
  832. Remotes_2.Name = "Remotes"
  833. Remotes_2.Parent = Tabs
  834. Remotes_2.BackgroundColor3 = Color3.new(1, 1, 1)
  835. Remotes_2.BackgroundTransparency = 1
  836. Remotes_2.LayoutOrder = 1
  837. Remotes_2.Size = UDim2.new(0.25, 0, 0, 50)
  838. Remotes_2.ZIndex = 25
  839. Remotes_2.Font = Enum.Font.SourceSansBold
  840. Remotes_2.Text = "Remotes"
  841. Remotes_2.TextColor3 = Color3.new(1, 1, 1)
  842. Remotes_2.TextSize = 20
  843.  
  844. Spys.Name = "Spys"
  845. Spys.Parent = Remotes_2
  846. Spys.BackgroundColor3 = Color3.new(1, 1, 1)
  847. Spys.BackgroundTransparency = 1
  848. Spys.ClipsDescendants = true
  849. Spys.Size = UDim2.new(1, 3, 1.75, 3)
  850. Spys.ZIndex = 9
  851.  
  852. Spyer.Name = "Spyer"
  853. Spyer.Parent = Spys
  854. Spyer.BackgroundColor3 = Color3.new(0.843137, 0.352941, 0.290196)
  855. Spyer.BackgroundTransparency = 1
  856. Spyer.Position = UDim2.new(0, 0, 0, -7)
  857. Spyer.Size = UDim2.new(1, -4, 0.5, 3)
  858. Spyer.ZIndex = 8
  859. Spyer.Image = "rbxassetid://2052866575"
  860. Spyer.ImageColor3 = Color3.new(0, 0.666667, 0.364706)
  861. Spyer.ScaleType = Enum.ScaleType.Slice
  862. Spyer.SliceCenter = Rect.new(8, 8, 8, 8)
  863.  
  864. Shadow_26.Name = "Shadow"
  865. Shadow_26.Parent = Spyer
  866. Shadow_26.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  867. Shadow_26.BackgroundTransparency = 1
  868. Shadow_26.Position = UDim2.new(0, 1, 0, 1)
  869. Shadow_26.Size = UDim2.new(1, 0, 1, 0)
  870. Shadow_26.ZIndex = 7
  871. Shadow_26.Image = "rbxassetid://2052866575"
  872. Shadow_26.ImageColor3 = Color3.new(0, 0, 0)
  873. Shadow_26.ImageTransparency = 0.85000002384186
  874. Shadow_26.ScaleType = Enum.ScaleType.Slice
  875. Shadow_26.SliceCenter = Rect.new(8, 8, 8, 8)
  876.  
  877. Shadow_27.Name = "Shadow"
  878. Shadow_27.Parent = Spyer
  879. Shadow_27.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  880. Shadow_27.BackgroundTransparency = 1
  881. Shadow_27.Position = UDim2.new(0, 2, 0, 2)
  882. Shadow_27.Size = UDim2.new(1, 0, 1, 0)
  883. Shadow_27.ZIndex = 7
  884. Shadow_27.Image = "rbxassetid://2052866575"
  885. Shadow_27.ImageColor3 = Color3.new(0, 0, 0)
  886. Shadow_27.ImageTransparency = 0.85000002384186
  887. Shadow_27.ScaleType = Enum.ScaleType.Slice
  888. Shadow_27.SliceCenter = Rect.new(8, 8, 8, 8)
  889.  
  890. Shadow_28.Name = "Shadow"
  891. Shadow_28.Parent = Spyer
  892. Shadow_28.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  893. Shadow_28.BackgroundTransparency = 1
  894. Shadow_28.Position = UDim2.new(0, 3, 0, 3)
  895. Shadow_28.Size = UDim2.new(1, 0, 1, 0)
  896. Shadow_28.ZIndex = 7
  897. Shadow_28.Image = "rbxassetid://2052866575"
  898. Shadow_28.ImageColor3 = Color3.new(0, 0, 0)
  899. Shadow_28.ImageTransparency = 0.85000002384186
  900. Shadow_28.ScaleType = Enum.ScaleType.Slice
  901. Shadow_28.SliceCenter = Rect.new(8, 8, 8, 8)
  902.  
  903. Words.Name = "Words"
  904. Words.Parent = Spyer
  905. Words.BackgroundColor3 = Color3.new(1, 1, 1)
  906. Words.BackgroundTransparency = 1
  907. Words.Position = UDim2.new(0, 0, 0.25, -1)
  908. Words.Size = UDim2.new(1, 0, 0.75, 0)
  909. Words.ZIndex = 8
  910. Words.Font = Enum.Font.SourceSansBold
  911. Words.Text = "Spy All"
  912. Words.TextColor3 = Color3.new(1, 1, 1)
  913. Words.TextSize = 20
  914.  
  915. Output_2.Name = "Output"
  916. Output_2.Parent = Tabs
  917. Output_2.BackgroundColor3 = Color3.new(1, 1, 1)
  918. Output_2.BackgroundTransparency = 1
  919. Output_2.LayoutOrder = 2
  920. Output_2.Position = UDim2.new(0.25, 0, 0, 0)
  921. Output_2.Size = UDim2.new(0.25, 0, 0, 50)
  922. Output_2.ZIndex = 25
  923. Output_2.Font = Enum.Font.SourceSansBold
  924. Output_2.Text = "Output"
  925. Output_2.TextColor3 = Color3.new(1, 1, 1)
  926. Output_2.TextSize = 20
  927.  
  928. ClearHolder.Name = "ClearHolder"
  929. ClearHolder.Parent = Output_2
  930. ClearHolder.BackgroundColor3 = Color3.new(1, 1, 1)
  931. ClearHolder.BackgroundTransparency = 1
  932. ClearHolder.ClipsDescendants = true
  933. ClearHolder.Size = UDim2.new(1, 3, 1.75, 3)
  934. ClearHolder.ZIndex = 9
  935.  
  936. Clear.Name = "Clear"
  937. Clear.Parent = ClearHolder
  938. Clear.BackgroundColor3 = Color3.new(0.843137, 0.352941, 0.290196)
  939. Clear.BackgroundTransparency = 1
  940. Clear.Position = UDim2.new(0, 0, 0, -7)
  941. Clear.Size = UDim2.new(1, -4, 0.5, 3)
  942. Clear.ZIndex = 8
  943. Clear.Image = "rbxassetid://2052866575"
  944. Clear.ImageColor3 = Color3.new(0.843137, 0.352941, 0.290196)
  945. Clear.ScaleType = Enum.ScaleType.Slice
  946. Clear.SliceCenter = Rect.new(8, 8, 8, 8)
  947.  
  948. Shadow_29.Name = "Shadow"
  949. Shadow_29.Parent = Clear
  950. Shadow_29.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  951. Shadow_29.BackgroundTransparency = 1
  952. Shadow_29.Position = UDim2.new(0, 1, 0, 1)
  953. Shadow_29.Size = UDim2.new(1, 0, 1, 0)
  954. Shadow_29.ZIndex = 7
  955. Shadow_29.Image = "rbxassetid://2052866575"
  956. Shadow_29.ImageColor3 = Color3.new(0, 0, 0)
  957. Shadow_29.ImageTransparency = 0.85000002384186
  958. Shadow_29.ScaleType = Enum.ScaleType.Slice
  959. Shadow_29.SliceCenter = Rect.new(8, 8, 8, 8)
  960.  
  961. Shadow_30.Name = "Shadow"
  962. Shadow_30.Parent = Clear
  963. Shadow_30.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  964. Shadow_30.BackgroundTransparency = 1
  965. Shadow_30.Position = UDim2.new(0, 2, 0, 2)
  966. Shadow_30.Size = UDim2.new(1, 0, 1, 0)
  967. Shadow_30.ZIndex = 7
  968. Shadow_30.Image = "rbxassetid://2052866575"
  969. Shadow_30.ImageColor3 = Color3.new(0, 0, 0)
  970. Shadow_30.ImageTransparency = 0.85000002384186
  971. Shadow_30.ScaleType = Enum.ScaleType.Slice
  972. Shadow_30.SliceCenter = Rect.new(8, 8, 8, 8)
  973.  
  974. Shadow_31.Name = "Shadow"
  975. Shadow_31.Parent = Clear
  976. Shadow_31.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  977. Shadow_31.BackgroundTransparency = 1
  978. Shadow_31.Position = UDim2.new(0, 3, 0, 3)
  979. Shadow_31.Size = UDim2.new(1, 0, 1, 0)
  980. Shadow_31.ZIndex = 7
  981. Shadow_31.Image = "rbxassetid://2052866575"
  982. Shadow_31.ImageColor3 = Color3.new(0, 0, 0)
  983. Shadow_31.ImageTransparency = 0.85000002384186
  984. Shadow_31.ScaleType = Enum.ScaleType.Slice
  985. Shadow_31.SliceCenter = Rect.new(8, 8, 8, 8)
  986.  
  987. TextLabel.Parent = Clear
  988. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  989. TextLabel.BackgroundTransparency = 1
  990. TextLabel.Position = UDim2.new(0, 0, 0.25, -1)
  991. TextLabel.Size = UDim2.new(1, 0, 0.75, 0)
  992. TextLabel.ZIndex = 8
  993. TextLabel.Font = Enum.Font.SourceSansBold
  994. TextLabel.Text = "Clear"
  995. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  996. TextLabel.TextSize = 20
  997.  
  998. Explorer_2.Name = "Explorer"
  999. Explorer_2.Parent = Tabs
  1000. Explorer_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1001. Explorer_2.BackgroundTransparency = 1
  1002. Explorer_2.LayoutOrder = 3
  1003. Explorer_2.Position = UDim2.new(0.5, 0, 0, 0)
  1004. Explorer_2.Size = UDim2.new(0.25, 0, 0, 50)
  1005. Explorer_2.ZIndex = 25
  1006. Explorer_2.Font = Enum.Font.SourceSansBold
  1007. Explorer_2.Text = "Explorer"
  1008. Explorer_2.TextColor3 = Color3.new(1, 1, 1)
  1009. Explorer_2.TextSize = 20
  1010.  
  1011. R2S_2.Name = "R2S"
  1012. R2S_2.Parent = Tabs
  1013. R2S_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1014. R2S_2.BackgroundTransparency = 1
  1015. R2S_2.LayoutOrder = 3
  1016. R2S_2.Position = UDim2.new(0.75, 0, 0, 0)
  1017. R2S_2.Size = UDim2.new(0.25, 0, 0, 50)
  1018. R2S_2.ZIndex = 25
  1019. R2S_2.Font = Enum.Font.SourceSansBold
  1020. R2S_2.Text = "R2S"
  1021. R2S_2.TextColor3 = Color3.new(1, 1, 1)
  1022. R2S_2.TextSize = 20
  1023.  
  1024. Holder.Name = "Holder"
  1025. Holder.Parent = MrSpyV2RebugKurokkusGhost
  1026. Holder.BackgroundColor3 = Color3.new(1, 1, 1)
  1027. Holder.Size = UDim2.new(0, 100, 0, 100)
  1028. Holder.Visible = false
  1029.  
  1030. Icon_2.Name = "Icon"
  1031. Icon_2.Parent = Holder
  1032. Icon_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1033. Icon_2.BackgroundTransparency = 1
  1034. Icon_2.ClipsDescendants = true
  1035. Icon_2.Size = UDim2.new(0, 16, 0, 16)
  1036. Icon_2.ZIndex = 7
  1037.  
  1038. IconMap.Name = "IconMap"
  1039. IconMap.Parent = Icon_2
  1040. IconMap.BackgroundColor3 = Color3.new(1, 1, 1)
  1041. IconMap.BackgroundTransparency = 1
  1042. IconMap.Position = UDim2.new(0, -93, 0, -21)
  1043. IconMap.Size = UDim2.new(0, 256, 0, 256)
  1044. IconMap.ZIndex = 7
  1045. IconMap.Image = "rbxassetid://483448923"
  1046.  
  1047. RemoteGrid.Name = "RemoteGrid"
  1048. RemoteGrid.Parent = Holder
  1049. RemoteGrid.HorizontalAlignment = Enum.HorizontalAlignment.Right
  1050. RemoteGrid.CellPadding = UDim2.new(0, 0, 0, 4)
  1051. RemoteGrid.CellSize = UDim2.new(1, -5, 0, 16)
  1052.  
  1053. RemoteTemplate.Name = "RemoteTemplate"
  1054. RemoteTemplate.Parent = Holder
  1055. RemoteTemplate.BackgroundColor3 = Color3.new(1, 1, 1)
  1056. RemoteTemplate.BackgroundTransparency = 1
  1057. RemoteTemplate.Size = UDim2.new(1, -5, 0, 16)
  1058. RemoteTemplate.ZIndex = 7
  1059.  
  1060. Icon_3.Name = "Icon"
  1061. Icon_3.Parent = RemoteTemplate
  1062. Icon_3.BackgroundColor3 = Color3.new(1, 1, 1)
  1063. Icon_3.BackgroundTransparency = 1
  1064. Icon_3.ClipsDescendants = true
  1065. Icon_3.Size = UDim2.new(0, 16, 0, 16)
  1066. Icon_3.ZIndex = 7
  1067.  
  1068. IconMap_2.Name = "IconMap"
  1069. IconMap_2.Parent = Icon_3
  1070. IconMap_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1071. IconMap_2.BackgroundTransparency = 1
  1072. IconMap_2.Position = UDim2.new(0, -183, 0, -93)
  1073. IconMap_2.Size = UDim2.new(0, 256, 0, 256)
  1074. IconMap_2.ZIndex = 7
  1075. IconMap_2.Image = "rbxassetid://483448923"
  1076.  
  1077. RemoteName.Name = "RemoteName"
  1078. RemoteName.Parent = RemoteTemplate
  1079. RemoteName.BackgroundColor3 = Color3.new(1, 1, 1)
  1080. RemoteName.BackgroundTransparency = 1
  1081. RemoteName.Position = UDim2.new(0, 20, 0, 0)
  1082. RemoteName.Size = UDim2.new(0, 200, 0, 16)
  1083. RemoteName.ZIndex = 7
  1084. RemoteName.Font = Enum.Font.SourceSans
  1085. RemoteName.Text = "GiveMoney"
  1086. RemoteName.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  1087. RemoteName.TextSize = 14
  1088. RemoteName.TextXAlignment = Enum.TextXAlignment.Left
  1089.  
  1090. Spy.Name = "Spy"
  1091. Spy.Parent = RemoteTemplate
  1092. Spy.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1093. Spy.BorderSizePixel = 0
  1094. Spy.Position = UDim2.new(0, 82, 0, 0)
  1095. Spy.Size = UDim2.new(0, 50, 1, 0)
  1096. Spy.ZIndex = 8
  1097. Spy.AutoButtonColor = false
  1098. Spy.Font = Enum.Font.SourceSansSemibold
  1099. Spy.Text = "Spy"
  1100. Spy.TextColor3 = Color3.new(1, 1, 1)
  1101. Spy.TextSize = 14
  1102.  
  1103. Shadow_32.Name = "Shadow"
  1104. Shadow_32.Parent = Spy
  1105. Shadow_32.BackgroundColor3 = Color3.new(0, 0, 0)
  1106. Shadow_32.BackgroundTransparency = 0.80000001192093
  1107. Shadow_32.BorderSizePixel = 0
  1108. Shadow_32.Position = UDim2.new(0, 1, 0, 1)
  1109. Shadow_32.Size = UDim2.new(1, 0, 1, 0)
  1110. Shadow_32.ZIndex = 7
  1111.  
  1112. Shadow_33.Name = "Shadow"
  1113. Shadow_33.Parent = Spy
  1114. Shadow_33.BackgroundColor3 = Color3.new(0, 0, 0)
  1115. Shadow_33.BackgroundTransparency = 0.80000001192093
  1116. Shadow_33.BorderSizePixel = 0
  1117. Shadow_33.Position = UDim2.new(0, 2, 0, 2)
  1118. Shadow_33.Size = UDim2.new(1, 0, 1, 0)
  1119. Shadow_33.ZIndex = 7
  1120.  
  1121. Shadow_34.Name = "Shadow"
  1122. Shadow_34.Parent = Spy
  1123. Shadow_34.BackgroundColor3 = Color3.new(0, 0, 0)
  1124. Shadow_34.BackgroundTransparency = 0.80000001192093
  1125. Shadow_34.BorderSizePixel = 0
  1126. Shadow_34.Position = UDim2.new(0, 3, 0, 3)
  1127. Shadow_34.Size = UDim2.new(1, 0, 1, 0)
  1128. Shadow_34.ZIndex = 7
  1129.  
  1130. View.Name = "View"
  1131. View.Parent = RemoteTemplate
  1132. View.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1133. View.BorderSizePixel = 0
  1134. View.Position = UDim2.new(0, 142, 0, 0)
  1135. View.Size = UDim2.new(0, 50, 1, 0)
  1136. View.ZIndex = 8
  1137. View.AutoButtonColor = false
  1138. View.Font = Enum.Font.SourceSansSemibold
  1139. View.Text = "View"
  1140. View.TextColor3 = Color3.new(1, 1, 1)
  1141. View.TextSize = 14
  1142.  
  1143. Shadow_35.Name = "Shadow"
  1144. Shadow_35.Parent = View
  1145. Shadow_35.BackgroundColor3 = Color3.new(0, 0, 0)
  1146. Shadow_35.BackgroundTransparency = 0.80000001192093
  1147. Shadow_35.BorderSizePixel = 0
  1148. Shadow_35.Position = UDim2.new(0, 1, 0, 1)
  1149. Shadow_35.Size = UDim2.new(1, 0, 1, 0)
  1150. Shadow_35.ZIndex = 7
  1151.  
  1152. Shadow_36.Name = "Shadow"
  1153. Shadow_36.Parent = View
  1154. Shadow_36.BackgroundColor3 = Color3.new(0, 0, 0)
  1155. Shadow_36.BackgroundTransparency = 0.80000001192093
  1156. Shadow_36.BorderSizePixel = 0
  1157. Shadow_36.Position = UDim2.new(0, 2, 0, 2)
  1158. Shadow_36.Size = UDim2.new(1, 0, 1, 0)
  1159. Shadow_36.ZIndex = 7
  1160.  
  1161. Shadow_37.Name = "Shadow"
  1162. Shadow_37.Parent = View
  1163. Shadow_37.BackgroundColor3 = Color3.new(0, 0, 0)
  1164. Shadow_37.BackgroundTransparency = 0.80000001192093
  1165. Shadow_37.BorderSizePixel = 0
  1166. Shadow_37.Position = UDim2.new(0, 3, 0, 3)
  1167. Shadow_37.Size = UDim2.new(1, 0, 1, 0)
  1168. Shadow_37.ZIndex = 7
  1169.  
  1170. ExplorerTemplate.Name = "ExplorerTemplate"
  1171. ExplorerTemplate.Parent = Holder
  1172. ExplorerTemplate.BackgroundColor3 = Color3.new(0.0431373, 0.352941, 0.686275)
  1173. ExplorerTemplate.BackgroundTransparency = 1
  1174. ExplorerTemplate.BorderSizePixel = 0
  1175. ExplorerTemplate.Size = UDim2.new(0, 275, 0, 20)
  1176. ExplorerTemplate.ZIndex = 7
  1177.  
  1178. Arrow.Name = "Arrow"
  1179. Arrow.Parent = ExplorerTemplate
  1180. Arrow.BackgroundColor3 = Color3.new(1, 1, 1)
  1181. Arrow.BackgroundTransparency = 1
  1182. Arrow.ClipsDescendants = true
  1183. Arrow.Position = UDim2.new(0, 0, 0, 2)
  1184. Arrow.Size = UDim2.new(0, 16, 0, 16)
  1185. Arrow.ZIndex = 8
  1186.  
  1187. Open.Name = "Open"
  1188. Open.Parent = Arrow
  1189. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  1190. Open.BackgroundTransparency = 1
  1191. Open.Size = UDim2.new(1, 0, 1, 0)
  1192. Open.ZIndex = 8
  1193. Open.Font = Enum.Font.SourceSans
  1194. Open.Text = ""
  1195. Open.TextColor3 = Color3.new(0, 0, 0)
  1196. Open.TextSize = 14
  1197.  
  1198. IconMap_3.Name = "IconMap"
  1199. IconMap_3.Parent = Arrow
  1200. IconMap_3.BackgroundColor3 = Color3.new(1, 1, 1)
  1201. IconMap_3.BackgroundTransparency = 1
  1202. IconMap_3.Position = UDim2.new(0, -219, 0, -201)
  1203. IconMap_3.Size = UDim2.new(0, 256, 0, 256)
  1204. IconMap_3.ZIndex = 8
  1205. IconMap_3.Image = "rbxassetid://483448923"
  1206.  
  1207. Icon_4.Name = "Icon"
  1208. Icon_4.Parent = ExplorerTemplate
  1209. Icon_4.BackgroundColor3 = Color3.new(1, 1, 1)
  1210. Icon_4.BackgroundTransparency = 1
  1211. Icon_4.ClipsDescendants = true
  1212. Icon_4.Position = UDim2.new(0, 20, 0, 2)
  1213. Icon_4.Size = UDim2.new(0, 16, 0, 16)
  1214. Icon_4.ZIndex = 8
  1215.  
  1216. IconMap_4.Name = "IconMap"
  1217. IconMap_4.Parent = Icon_4
  1218. IconMap_4.BackgroundColor3 = Color3.new(1, 1, 1)
  1219. IconMap_4.BackgroundTransparency = 1
  1220. IconMap_4.Position = UDim2.new(0, -93, 0, -21)
  1221. IconMap_4.Size = UDim2.new(0, 256, 0, 256)
  1222. IconMap_4.ZIndex = 8
  1223. IconMap_4.Image = "rbxassetid://483448923"
  1224.  
  1225. InstanceName.Name = "InstanceName"
  1226. InstanceName.Parent = ExplorerTemplate
  1227. InstanceName.BackgroundColor3 = Color3.new(0.0431373, 0.352941, 0.686275)
  1228. InstanceName.BackgroundTransparency = 1
  1229. InstanceName.BorderSizePixel = 0
  1230. InstanceName.Position = UDim2.new(0, 42, 0, 0)
  1231. InstanceName.Size = UDim2.new(0, 275, 1, 0)
  1232. InstanceName.ZIndex = 8
  1233. InstanceName.Font = Enum.Font.SourceSans
  1234. InstanceName.Text = "Workspace"
  1235. InstanceName.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  1236. InstanceName.TextSize = 14
  1237. InstanceName.TextXAlignment = Enum.TextXAlignment.Left
  1238.  
  1239. Open_2.Name = "Open"
  1240. Open_2.Parent = InstanceName
  1241. Open_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1242. Open_2.BackgroundTransparency = 1
  1243. Open_2.Size = UDim2.new(1, 0, 1, 0)
  1244. Open_2.ZIndex = 8
  1245. Open_2.Font = Enum.Font.SourceSans
  1246. Open_2.Text = ""
  1247. Open_2.TextColor3 = Color3.new(0, 0, 0)
  1248. Open_2.TextSize = 14
  1249.  
  1250. Holder_2.Name = "Holder"
  1251. Holder_2.Parent = ExplorerTemplate
  1252. Holder_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1253. Holder_2.BackgroundTransparency = 1
  1254. Holder_2.Position = UDim2.new(0, 20, 0, 20)
  1255. Holder_2.Size = UDim2.new(1, 0, 0, 20)
  1256. Holder_2.ZIndex = 8
  1257.  
  1258. BG_5.Name = "BG"
  1259. BG_5.Parent = ExplorerTemplate
  1260. BG_5.BackgroundColor3 = Color3.new(0.0431373, 0.352941, 0.686275)
  1261. BG_5.BackgroundTransparency = 1
  1262. BG_5.BorderSizePixel = 0
  1263. BG_5.Position = UDim2.new(0, 16, 0, 0)
  1264. BG_5.Size = UDim2.new(0, 100, 1, 0)
  1265. BG_5.ZIndex = 7
  1266.  
  1267. RemoteOutputTemplate.Name = "RemoteOutputTemplate"
  1268. RemoteOutputTemplate.Parent = Holder
  1269. RemoteOutputTemplate.BackgroundColor3 = Color3.new(1, 1, 1)
  1270. RemoteOutputTemplate.BackgroundTransparency = 1
  1271. RemoteOutputTemplate.Size = UDim2.new(1, -5, 0, 16)
  1272. RemoteOutputTemplate.ZIndex = 7
  1273.  
  1274. Icon_5.Name = "Icon"
  1275. Icon_5.Parent = RemoteOutputTemplate
  1276. Icon_5.BackgroundColor3 = Color3.new(1, 1, 1)
  1277. Icon_5.BackgroundTransparency = 1
  1278. Icon_5.ClipsDescendants = true
  1279. Icon_5.Size = UDim2.new(0, 16, 0, 16)
  1280. Icon_5.ZIndex = 7
  1281.  
  1282. IconMap_5.Name = "IconMap"
  1283. IconMap_5.Parent = Icon_5
  1284. IconMap_5.BackgroundColor3 = Color3.new(1, 1, 1)
  1285. IconMap_5.BackgroundTransparency = 1
  1286. IconMap_5.Position = UDim2.new(0, -183, 0, -93)
  1287. IconMap_5.Size = UDim2.new(0, 256, 0, 256)
  1288. IconMap_5.ZIndex = 7
  1289. IconMap_5.Image = "rbxassetid://483448923"
  1290.  
  1291. RemoteName_2.Name = "RemoteName"
  1292. RemoteName_2.Parent = RemoteOutputTemplate
  1293. RemoteName_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1294. RemoteName_2.BackgroundTransparency = 1
  1295. RemoteName_2.Position = UDim2.new(0, 20, 0, 0)
  1296. RemoteName_2.Size = UDim2.new(1, -20, 0, 16)
  1297. RemoteName_2.ZIndex = 7
  1298. RemoteName_2.Font = Enum.Font.SourceSans
  1299. RemoteName_2.Text = "GiveMoney | Args: {}"
  1300. RemoteName_2.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  1301. RemoteName_2.TextSize = 14
  1302. RemoteName_2.TextXAlignment = Enum.TextXAlignment.Left
  1303.  
  1304. R2S_3.Name = "R2S"
  1305. R2S_3.Parent = RemoteOutputTemplate
  1306. R2S_3.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1307. R2S_3.BorderSizePixel = 0
  1308. R2S_3.Position = UDim2.new(0, 82, 0, 0)
  1309. R2S_3.Size = UDim2.new(0, 50, 1, 0)
  1310. R2S_3.ZIndex = 8
  1311. R2S_3.AutoButtonColor = false
  1312. R2S_3.Font = Enum.Font.SourceSansSemibold
  1313. R2S_3.Text = "R2S"
  1314. R2S_3.TextColor3 = Color3.new(1, 1, 1)
  1315. R2S_3.TextSize = 14
  1316.  
  1317. Shadow_38.Name = "Shadow"
  1318. Shadow_38.Parent = R2S_3
  1319. Shadow_38.BackgroundColor3 = Color3.new(0, 0, 0)
  1320. Shadow_38.BackgroundTransparency = 0.80000001192093
  1321. Shadow_38.BorderSizePixel = 0
  1322. Shadow_38.Position = UDim2.new(0, 1, 0, 1)
  1323. Shadow_38.Size = UDim2.new(1, 0, 1, 0)
  1324. Shadow_38.ZIndex = 7
  1325.  
  1326. Shadow_39.Name = "Shadow"
  1327. Shadow_39.Parent = R2S_3
  1328. Shadow_39.BackgroundColor3 = Color3.new(0, 0, 0)
  1329. Shadow_39.BackgroundTransparency = 0.80000001192093
  1330. Shadow_39.BorderSizePixel = 0
  1331. Shadow_39.Position = UDim2.new(0, 2, 0, 2)
  1332. Shadow_39.Size = UDim2.new(1, 0, 1, 0)
  1333. Shadow_39.ZIndex = 7
  1334.  
  1335. Shadow_40.Name = "Shadow"
  1336. Shadow_40.Parent = R2S_3
  1337. Shadow_40.BackgroundColor3 = Color3.new(0, 0, 0)
  1338. Shadow_40.BackgroundTransparency = 0.80000001192093
  1339. Shadow_40.BorderSizePixel = 0
  1340. Shadow_40.Position = UDim2.new(0, 3, 0, 3)
  1341. Shadow_40.Size = UDim2.new(1, 0, 1, 0)
  1342. Shadow_40.ZIndex = 7
  1343.  
  1344. getfenv().script = Instance.new('LocalScript', MrSpyV2RebugKurokkusGhost)
  1345.  
  1346. repeat wait() until game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart")
  1347. local Hub = script.Parent.Hub
  1348. local plr = game:GetService("Players").LocalPlayer
  1349. local Animate = Hub.Main.Animate
  1350. local Animate_Time = 30
  1351. local Exit = Hub.Exit
  1352. local colSize = 14
  1353. script.Parent.Hub.Draggable = true
  1354. local Tabs = Hub.Tabs
  1355. local TF = Hub.Main.TabsFolder
  1356. local Remotes = TF.Remotes
  1357. local Output = TF.Output
  1358. local Supplies = script.Parent.Holder
  1359. local Opened = true;
  1360. local OutputTab = Tabs.Output
  1361. local RemoteTab = Tabs.Remotes
  1362. local Explorer = TF.Explorer
  1363. local R2S = TF.R2S
  1364.  
  1365. local Instances = {
  1366.     ["BadgeService"] = 76;
  1367.     ["Humanoid"] = 10;
  1368.     ["GuiService"] = 48;
  1369.     ["CylinderHandleAdornment"] = 55;
  1370.     ["BallSocketConstraint"] = 90;
  1371.     ["BrickColorValue"] = 5;
  1372.     ["Accoutrement"] = 33;
  1373.     ["AdService"] = 74;
  1374.     ["AssetService"] = 73;
  1375.     ["GuiMain"] = 48;
  1376.     ["ImageButton"] = 53;
  1377.     ["HapticService"] = 85;
  1378.     ["DialogChoice"] = 64;
  1379.     ["Handles"] = 54;
  1380.     ["ReflectionMetadataClasses"] = 87;
  1381.     ["JointInstance"] = 35;
  1382.     ["AnimationController"] = 61;
  1383.     ["RemoteEvent"] = 81;
  1384.     ["CollectionService"] = 31;
  1385.     ["Smoke"] = 60;
  1386.     ["Configuration"] = 59;
  1387.     ["KeyframeSequenceProvider"] = 61;
  1388.     ["Accessory"] = 33;
  1389.     ["SelectionPointLasso"] = 58;
  1390.     ["GamePassService"] = 20;
  1391.     ["CFrameValue"] = 5;
  1392.     ["TextureTrail"] = 5;
  1393.     ["ImageLabel"] = 50;
  1394.     ["ReflectionMetadataMember"] = 87;
  1395.     ["Animation"] = 61;
  1396.     ["IntConstrainedValue"] = 5;
  1397.     ["HttpService"] = 77;
  1398.     ["PointLight"] = 14;
  1399.     ["Model"] = 3;
  1400.     ["DoubleConstrainedValue"] = 5;
  1401.     ["Snap"] = 35;
  1402.     ["BodyAngularVelocity"] = 15;
  1403.     ["VelocityMotor"] = 35;
  1404.     ["RocketPropulsion"] = 15;
  1405.     ["SurfaceSelection"] = 56;
  1406.     ["CoreGui"] = 47;
  1407.     ["Part"] = 2;
  1408.     ["ReplicatedFirst"] = 73;
  1409.     ["BindableEvent"] = 68;
  1410.     ["SelectionPartLasso"] = 58;
  1411.     ["NegateOperation"] = 79;
  1412.     ["PyramidPart"] = 2;
  1413.     ["ArcHandles"] = 57;
  1414.     ["Hint"] = 34;
  1415.     ["Players"] = 22;
  1416.     ["Script"] = 7;
  1417.     ["ParallelRampPart"] = 2;
  1418.     ["RayValue"] = 5;
  1419.     ["LineHandleAdornment"] = 55;
  1420.     ["Camera"] = 6;
  1421.     ["RunService"] = 67;
  1422.     ["BodyForce"] = 15;
  1423.     ["KeyframeSequence"] = 61;
  1424.     ["ServerScriptService"] = 1;
  1425.     ["BillboardGui"] = 65;
  1426.     ["BodyThrust"] = 15;
  1427.     ["RemoteFunction"] = 80;
  1428.     ["Team"] = 25;
  1429.     ["Sound"] = 12;
  1430.     ["GuiButton"] = 53;
  1431.     ["Workspace"] = 20;
  1432.     ["Lighting"] = 14;
  1433.     ["JointsService"] = 35;
  1434.     ["BlurEffect"] = 91;
  1435.     ["WedgePart"] = 2;
  1436.     ["BloomEffect"] = 91;
  1437.     ["ReflectionMetadata"] = 87;
  1438.     ["Vector3Value"] = 5;
  1439.     ["PointsService"] = 84;
  1440.     ["UserInputService"] = 85;
  1441.     ["Sparkles"] = 43;
  1442.     ["BodyGyro"] = 15;
  1443.     ["Rotate"] = 35;
  1444.     ["HopperBin"] = 23;
  1445.     ["ForceField"] = 38;
  1446.     ["Tool"] = 18;
  1447.     ["Texture"] = 11;
  1448.     ["Teams"] = 24;
  1449.     ["ReflectionMetadataFunctions"] = 87;
  1450.     ["RodConstraint"] = 90;
  1451.     ["Folder"] = 71;
  1452.     ["BodyVelocity"] = 15;
  1453.     ["Shirt"] = 44;
  1454.     ["SlidingBallConstraint"] = 90;
  1455.     ["Animator"] = 61;
  1456.     ["TextButton"] = 52;
  1457.     ["Color3Value"] = 5;
  1458.     ["TextBox"] = 52;
  1459.     ["NetworkReplicator"] = 30;
  1460.     ["Platform"] = 36;
  1461.     ["TerrainRegion"] = 66;
  1462.     ["SkateboardPlatform"] = 36;
  1463.     ["Seat"] = 36;
  1464.     ["Terrain"] = 66;
  1465.     ["Explosion"] = 37;
  1466.     ["BlockMesh"] = 9;
  1467.     ["TeleportService"] = 82;
  1468.     ["PlayerGui"] = 47;
  1469.     ["TextLabel"] = 51;
  1470.     ["SurfaceLight"] = 14;
  1471.     ["SurfaceGui"] = 65;
  1472.     ["Debris"] = 31;
  1473.     ["FlagStand"] = 40;
  1474.     ["StarterPack"] = 21;
  1475.     ["BindableFunction"] = 67;
  1476.     ["ReflectionMetadataCallbacks"] = 87;
  1477.     ["NetworkClient"] = 17;
  1478.     ["ModuleScript"] = 72;
  1479.     ["Flag"] = 39;
  1480.     ["Status"] = 3;
  1481.     ["ParticleEmitter"] = 70;
  1482.     ["StarterPlayer"] = 89;
  1483.     ["StringValue"] = 5;
  1484.     ["ObjectValue"] = 5;
  1485.     ["CharacterMesh"] = 61;
  1486.     ["StarterGui"] = 47;
  1487.     ["ReplicatedStorage"] = 73;
  1488.     ["StarterCharacterScripts"] = 83;
  1489.     ["NetworkServer"] = 16;
  1490.     ["Backpack"] = 21;
  1491.     ["ReflectionMetadataEnum"] = 87;
  1492.     ["StarterPlayerScripts"] = 83;
  1493.     ["SpotLight"] = 14;
  1494.     ["CustomEventReceiver"] = 5;
  1495.     ["SphereHandleAdornment"] = 55;
  1496.     ["SoundService"] = 32;
  1497.     ["SpecialMesh"] = 9;
  1498.     ["SpawnLocation"] = 26;
  1499.     ["PlayerScripts"] = 83;
  1500.     ["PartPairLasso"] = 58;
  1501.     ["ColorCorrectionEffect"] = 91;
  1502.     ["UnionOperation"] = 78;
  1503.     ["Sky"] = 29;
  1504.     ["MoveToConstraint"] = 90;
  1505.     ["RopeConstraint"] = 90;
  1506.     ["RightAngleRampPart"] = 2;
  1507.     ["ShirtGraphic"] = 41;
  1508.     ["ScreenGui"] = 48;
  1509.     ["SelectionSphere"] = 55;
  1510.     ["RotateV"] = 35;
  1511.     ["SelectionBox"] = 55;
  1512.     ["VehicleSeat"] = 36;
  1513.     ["CustomEvent"] = 5;
  1514.     ["Chat"] = 34;
  1515.     ["ServerStorage"] = 75;
  1516.     ["Selection"] = 56;
  1517.     ["IntValue"] = 5;
  1518.     ["RotateP"] = 35;
  1519.     ["FloorWire"] = 5;
  1520.     ["TrussPart"] = 2;
  1521.     ["StarterGear"] = 21;
  1522.     ["ReflectionMetadataYieldFunctions"] = 87;
  1523.     ["ReflectionMetadataProperties"] = 87;
  1524.     ["ReflectionMetadataEvents"] = 87;
  1525.     ["ReflectionMetadataEnums"] = 87;
  1526.     ["ReflectionMetadataEnumItem"] = 87;
  1527.     ["ReflectionMetadataClass"] = 87;
  1528.     ["PrismPart"] = 2;
  1529.     ["BinaryStringValue"] = 5;
  1530.     ["Glue"] = 35;
  1531.     ["PrismaticConstraint"] = 90;
  1532.     ["TouchTransmitter"] = 38;
  1533.     ["CornerWedgePart"] = 2;
  1534.     ["PathfindingService"] = 38;
  1535.     ["SpringConstraint"] = 90;
  1536.     ["Fire"] = 62;
  1537.     ["Pants"] = 45;
  1538.     ["NumberValue"] = 5;
  1539.     ["TestService"] = 69;
  1540.     ["Motor6D"] = 35;
  1541.     ["Motor"] = 35;
  1542.     ["CylindricalConstraint"] = 90;
  1543.     ["MarketplaceService"] = 47;
  1544.     ["CoreScript"] = 19;
  1545.     ["CylinderMesh"] = 9;
  1546.     ["ConeHandleAdornment"] = 55;
  1547.     ["SunRaysEffect"] = 91;
  1548.     ["LocalScript"] = 19;
  1549.     ["Weld"] = 35;
  1550.     ["Attachment"] = 35;
  1551.     ["BoolValue"] = 5;
  1552.     ["Dialog"] = 63;
  1553.     ["Pose"] = 61;
  1554.     ["Decal"] = 8;
  1555.     ["Hat"] = 46;
  1556.     ["AnimationTrack"] = 61;
  1557.     ["ClickDetector"] = 42;
  1558.     ["Frame"] = 49;
  1559.     ["LogService"] = 88;
  1560.     ["FileMesh"] = 9;
  1561.     ["InsertService"] = 73;
  1562.     ["HingeConstraint"] = 90;
  1563.     ["Message"] = 34;
  1564.     ["Player"] = 13;
  1565.     ["ContextActionService"] = 42;
  1566.     ["ContentProvider"] = 73;
  1567.     ["BodyPosition"] = 15;
  1568.     ["BoxHandleAdornment"] = 55;
  1569.     ["ScrollingFrame"] = 49;
  1570.     ["Keyframe"] = 61;
  1571. }
  1572.  
  1573. function LoadIcon(service, frame, numb)
  1574.     if Instances[service] or numb then
  1575.         local row = 1
  1576.         local col = 0
  1577.         if numb then
  1578.             for i = 1,numb do
  1579.                 if i > colSize*row then
  1580.                     col = 1
  1581.                     row = row+1
  1582.                 else
  1583.                     col = col+1
  1584.                 end
  1585.             end
  1586.         else
  1587.             for i = 1,Instances[service] do
  1588.                 if i > colSize*row then
  1589.                     col = 1
  1590.                     row = row+1
  1591.                 else
  1592.                     col = col+1
  1593.                 end
  1594.             end
  1595.         end
  1596.         frame.IconMap.Position = UDim2.new(0,(-3+(-18*col))+18,0,(-3+(-18*row))+18)
  1597.     end
  1598. end
  1599.  
  1600. Exit.MouseEnter:Connect(function()
  1601.     game:GetService("TweenService"):Create(Exit, TweenInfo.new(0.1), {
  1602.         ['ImageColor3'] = Color3.fromRGB(200,200,200);
  1603.     }):Play();
  1604. end)
  1605.  
  1606. Exit.MouseLeave:Connect(function()
  1607.     game:GetService("TweenService"):Create(Exit, TweenInfo.new(0.1), {
  1608.         ['ImageColor3'] = Color3.fromRGB(255,255,255);
  1609.     }):Play();
  1610. end)
  1611.  
  1612. Exit.MouseButton1Down:Connect(function()
  1613.     Opened = false
  1614.     Hub:TweenPosition(UDim2.new(0.5,0,1.1,0),"InOut","Sine",0.25,true)
  1615. end)
  1616.  
  1617. Hub.MouseEnter:Connect(function()
  1618.     game:GetService("TweenService"):Create(Hub, TweenInfo.new(0.1), {
  1619.         ['BackgroundColor3'] = Color3.fromRGB(50,50,50);
  1620.     }):Play();
  1621. end)
  1622.  
  1623. Hub.MouseLeave:Connect(function()
  1624.     game:GetService("TweenService"):Create(Hub, TweenInfo.new(0.1), {
  1625.         ['BackgroundColor3'] = Color3.fromRGB(40, 40, 40);
  1626.     }):Play();
  1627. end)
  1628.  
  1629. local CHO = false
  1630. local BTH = false
  1631.  
  1632. OutputTab.ClearHolder.MouseEnter:Connect(function()
  1633.     CHO = true
  1634. end)
  1635.  
  1636. OutputTab.ClearHolder.MouseLeave:Connect(function()
  1637.     CHO = false
  1638. end)
  1639.  
  1640. OutputTab.MouseEnter:Connect(function()
  1641.     BTH = true
  1642.     OutputTab.ClearHolder.Clear:TweenPosition(UDim2.new(0,0,0.5,-7),"InOut","Sine",0.2,true)
  1643.     repeat wait() until not BTH or not CHO
  1644.     OutputTab.ClearHolder.Clear:TweenPosition(UDim2.new(0,0,0,-7),"InOut","Sine",0.2,true)
  1645. end)
  1646.  
  1647. local SH = false
  1648. local RH = false
  1649.  
  1650. RemoteTab.Spys.MouseEnter:Connect(function()
  1651.     SH = true
  1652. end)
  1653.  
  1654. RemoteTab.Spys.MouseLeave:Connect(function()
  1655.     SH = false
  1656. end)
  1657.  
  1658. RemoteTab.MouseEnter:Connect(function()
  1659.     RH = true
  1660.     RemoteTab.Spys.Spyer:TweenPosition(UDim2.new(0,0,0.5,-7),"InOut","Sine",0.2,true)
  1661.     repeat wait() until not SH or not RH
  1662.     RemoteTab.Spys.Spyer:TweenPosition(UDim2.new(0,0,0,-7),"InOut","Sine",0.2,true)
  1663. end)
  1664.  
  1665. function OpenUI()
  1666.     if Opened then
  1667.         Opened = not Opened
  1668.         Hub:TweenPosition(UDim2.new(0.5,0,1.1,0),"InOut","Sine",0.25,true)
  1669.     else
  1670.         Opened = not Opened
  1671.         Hub:TweenPosition(UDim2.new(0.5,0,0.35,0),"InOut","Sine",0.25,true)
  1672.     end
  1673. end
  1674.  
  1675. plr.Chatted:Connect(function(msg)
  1676.     if msg:lower() == "/e open" then
  1677.         OpenUI()
  1678.     end
  1679. end)
  1680.  
  1681. game:GetService("UserInputService").InputBegan:Connect(function(input, proc)
  1682.     if not proc and input.KeyCode == Enum.KeyCode.F4 then
  1683.         OpenUI()
  1684.     end
  1685. end)
  1686.  
  1687. function SwitchTab(tab,x)
  1688.     Tabs.TabLine:TweenPosition(UDim2.new(x,0,1,0),"InOut","Sine",0.25,true)
  1689.     if tab == "Remotes" then
  1690.         TF.Remotes:TweenPosition(UDim2.new(0,0,0,0),"InOut","Sine",0.25,true)
  1691.         TF.Output:TweenPosition(UDim2.new(1,0,0,0),"InOut","Sine",0.25,true)
  1692.         TF.Explorer:TweenPosition(UDim2.new(2,0,0,0),"InOut","Sine",0.25,true)
  1693.         TF.R2S:TweenPosition(UDim2.new(3,0,0,0),"InOut","Sine",0.25,true)
  1694.     elseif tab == "Output" then
  1695.         TF.Remotes:TweenPosition(UDim2.new(-1,0,0,0),"InOut","Sine",0.25,true)
  1696.         TF.Output:TweenPosition(UDim2.new(0,0,0,0),"InOut","Sine",0.25,true)
  1697.         TF.Explorer:TweenPosition(UDim2.new(1,0,0,0),"InOut","Sine",0.25,true)
  1698.         TF.R2S:TweenPosition(UDim2.new(2,0,0,0),"InOut","Sine",0.25,true)
  1699.     elseif tab == "Explorer" then
  1700.         TF.Remotes:TweenPosition(UDim2.new(-2,0,0,0),"InOut","Sine",0.25,true)
  1701.         TF.Output:TweenPosition(UDim2.new(-1,0,0,0),"InOut","Sine",0.25,true)
  1702.         TF.Explorer:TweenPosition(UDim2.new(0,0,0,0),"InOut","Sine",0.25,true)
  1703.         TF.R2S:TweenPosition(UDim2.new(1,0,0,0),"InOut","Sine",0.25,true)
  1704.     elseif tab == "R2S" then
  1705.         TF.Remotes:TweenPosition(UDim2.new(-3,0,0,0),"InOut","Sine",0.25,true)
  1706.         TF.Output:TweenPosition(UDim2.new(-2,0,0,0),"InOut","Sine",0.25,true)
  1707.         TF.Explorer:TweenPosition(UDim2.new(-1,0,0,0),"InOut","Sine",0.25,true)
  1708.         TF.R2S:TweenPosition(UDim2.new(0,0,0,0),"InOut","Sine",0.25,true)
  1709.     end
  1710. end
  1711.  
  1712. for i,v in pairs(Tabs:GetChildren()) do
  1713.     if v:IsA("TextButton") then
  1714.         v.MouseButton1Down:Connect(function()
  1715.             SwitchTab(v.Name,v.Position.X.Scale)
  1716.         end)
  1717.     end
  1718. end
  1719.  
  1720. local Ignores = {
  1721.     ["CharacterSoundEvent"] = true;
  1722.     ["MovementUpdate"] = true;
  1723.     ["OnNewMessage"] = true;
  1724.     ["OnMessageDoneFiltering"] = true;
  1725.     ["OnNewSystemMessage"] = true;
  1726.     ["OnChannelJoined"] = true;
  1727.     ["OnChannelLeft"] = true;
  1728.     ["OnMuted"] = true;
  1729.     ["OnUnmuted"] = true;
  1730.     ["OnMainChannelSet"] = true;
  1731.     ["ChannelNameColorUpdated"] = true;
  1732.     ["SayMessageRequest"] = true;
  1733.     ["SetBlockedUserIdsRequest"] = true;
  1734.     ["GetInitDataRequest"] = true;
  1735.     ["MutePlayerRequest"] = true;
  1736.     ["UnMutePlayerRequest"] = true;
  1737.     ["DefaultServerSoundEvent"] = true;
  1738.     ["AddCharacterLoadedEvent"] = true;
  1739.     ["RemoveCharacterEvent"] = true;
  1740.     ["SoundDispatcher"] = true;
  1741.     ["GamepadNotifications"] = true;
  1742.     ["SendNotificationInfo"] = true;
  1743.     ["FollowRelationshipChanged"] = true;
  1744.     ["NewFollower"] = true;
  1745.     ["GetFollowRelationships"] = true;
  1746.     ["SetPlayerBlockList"] = true;
  1747.     ["UpdatePlayerBlockList"] = true;
  1748.     ["SetDialogInUse"] = true;
  1749.     ["GetServerVersion"] = true;
  1750. }
  1751.  
  1752. local RemotesToSpy = {}
  1753. local SpyingRemotes = {}
  1754. local BiggestTB = 0;
  1755.  
  1756. function UpdateOutput()
  1757.     Output.OutputWindow.CanvasSize = UDim2.new(0,89+BiggestTB,0,(#Output.OutputWindow:GetChildren()*20)+1)
  1758. end
  1759.  
  1760. function ClearOutput()
  1761.     BiggestTB = 0
  1762.     Output.OutputWindow:ClearAllChildren()
  1763.     UpdateOutput()
  1764. end
  1765.  
  1766. OutputTab.ClearHolder.Clear.MouseButton1Down:Connect(function()
  1767.     BTH = false
  1768.     CHO = false
  1769.     ClearOutput()
  1770. end)
  1771.  
  1772. local TextToCopy = ""
  1773.  
  1774. function LoadR2S(obj,args)
  1775.     R2S.Warning.Visible = false
  1776.     R2S.Window.Visible = true
  1777.    
  1778.     local InstancesTable = {}
  1779.     local String = ""
  1780.     for i in string.gmatch(obj:GetFullName(),".") do
  1781.         if i == "." then
  1782.             InstancesTable[#InstancesTable+1] = String
  1783.             String = ""
  1784.         else
  1785.             String = String .. i
  1786.         end
  1787.     end
  1788.     InstancesTable[#InstancesTable+1] = String
  1789.    
  1790.     local TextToLoad = "local Remote = game"
  1791.    
  1792.     for i,v in pairs(InstancesTable) do
  1793.         if i == #InstancesTable then
  1794.             TextToLoad = TextToLoad.."['"..v.."']"
  1795.         else
  1796.             TextToLoad = TextToLoad.."."..v
  1797.         end
  1798.     end
  1799.    
  1800.     TextToLoad = TextToLoad.."\n\nlocal Arguments = "
  1801.    
  1802.     local function GenerateScript()
  1803.         local Tabs = 0
  1804.         local function AddTabs()
  1805.             if Tabs == 0 then return end
  1806.             for i = 0,Tabs do
  1807.                 TextToLoad = TextToLoad.."    "
  1808.             end
  1809.         end
  1810.         local IgnoreCommaBreak = false
  1811.         local last = ""
  1812.         for i in string.gmatch(args,".") do
  1813.             if i == "{" then
  1814.                 TextToLoad = TextToLoad.."{\n"
  1815.                 Tabs = Tabs + 1
  1816.                 AddTabs()
  1817.             elseif i == "}" then
  1818.                 TextToLoad = TextToLoad.."\n"
  1819.                 Tabs = Tabs - 1
  1820.                 AddTabs()
  1821.                 TextToLoad = TextToLoad.."}"
  1822.             elseif i == "(" then
  1823.                 IgnoreCommaBreak = true
  1824.                 TextToLoad = TextToLoad..i
  1825.             elseif i == ")" and IgnoreCommaBreak then
  1826.                 IgnoreCommaBreak = false
  1827.                 TextToLoad = TextToLoad..i
  1828.             elseif i == "," and not IgnoreCommaBreak then
  1829.                 TextToLoad = TextToLoad..",\n"
  1830.                 AddTabs()
  1831.             elseif i == " " and last == "," then
  1832.                 --lol goteeem im doing nothing here cuz it's mainly for visuals
  1833.             else
  1834.                 TextToLoad = TextToLoad..i
  1835.             end
  1836.             last = i
  1837.         end
  1838.     end
  1839.     GenerateScript()
  1840.     TextToLoad = TextToLoad.."\n\nRemote:"..((obj.ClassName == "RemoteEvent" and "FireServer") or (obj.ClassName == "RemoteFunction" and "InvokeServer") or (obj.ClassName == "BindableEvent" and "Fire") or (obj.ClassName == "BindableFunction" and "Invoke")).."(unpack(Arguments))"
  1841.    
  1842.     TextToCopy = TextToLoad
  1843.    
  1844.     R2S.Window.ScriptWindow.RemoteScript.Text = TextToLoad
  1845.     R2S.Window.ScriptWindow.CanvasSize = UDim2.new(0,R2S.Window.ScriptWindow.RemoteScript.TextBounds.X+6,0,R2S.Window.ScriptWindow.RemoteScript.TextBounds.Y+6)
  1846. end
  1847.  
  1848. R2S.Window.CopyClip.MouseEnter:Connect(function()
  1849.     game:GetService("TweenService"):Create(R2S.Window.CopyClip, TweenInfo.new(0.1), {
  1850.         ['BackgroundColor3'] = Color3.fromRGB(60, 60, 60);
  1851.     }):Play();
  1852. end)
  1853.  
  1854. R2S.Window.CopyClip.MouseLeave:Connect(function()
  1855.     game:GetService("TweenService"):Create(R2S.Window.CopyClip, TweenInfo.new(0.1), {
  1856.         ['BackgroundColor3'] = Color3.fromRGB(50, 50, 50);
  1857.     }):Play();
  1858. end)
  1859.  
  1860. R2S.Window.CopyClip.MouseButton1Down:Connect(function()
  1861.     R2S.Window.CopyClip.BackgroundColor3 = Color3.fromRGB(100, 100, 100)
  1862.     game:GetService("TweenService"):Create(R2S.Window.CopyClip, TweenInfo.new(0.1), {
  1863.         ['BackgroundColor3'] = Color3.fromRGB(50, 50, 50);
  1864.     }):Play();
  1865.     if setclipboard then
  1866.         setclipboard(TextToCopy)
  1867.     elseif toclipboard then
  1868.         toclipboard(TextToCopy)
  1869.     elseif syn and syn.write_clipboard then
  1870.         syn.write_clipboard(TextToCopy)
  1871.     end
  1872. end)
  1873.  
  1874. local ViewDB = false
  1875.  
  1876. function AddToOutput(obj,args)
  1877.     local temp = Supplies.RemoteOutputTemplate:Clone()
  1878.     temp.RemoteName.Text = obj.Name.." | Args: "..args
  1879.     LoadIcon(obj.ClassName,temp.Icon)
  1880.     temp.Position = UDim2.new(0,5,0,#Output.OutputWindow:GetChildren()*20)
  1881.     temp.Parent = Output.OutputWindow
  1882.     temp.R2S.Position = UDim2.new(0,25+temp.RemoteName.TextBounds.X,0,0)
  1883.     if temp.RemoteName.TextBounds.X >= BiggestTB then
  1884.         BiggestTB = temp.RemoteName.TextBounds.X
  1885.     end
  1886.     UpdateOutput()
  1887.     temp.R2S.MouseEnter:Connect(function()
  1888.         game:GetService("TweenService"):Create(temp.R2S, TweenInfo.new(0.1), {
  1889.             ['BackgroundColor3'] = Color3.fromRGB(75,75,75);
  1890.         }):Play();
  1891.     end)
  1892.     temp.R2S.MouseLeave:Connect(function()
  1893.         game:GetService("TweenService"):Create(temp.R2S, TweenInfo.new(0.1), {
  1894.             ['BackgroundColor3'] = Color3.fromRGB(60, 60, 60);
  1895.         }):Play();
  1896.     end)
  1897.     temp.R2S.MouseButton1Down:Connect(function()
  1898.         if not ViewDB then
  1899.             ViewDB = true
  1900.             LoadR2S(obj,args)
  1901.             SwitchTab("R2S",0.75)
  1902.             wait(0.5)
  1903.             ViewDB = false
  1904.         end
  1905.     end)
  1906. end
  1907.  
  1908. --Do Spy stuff boyssssss
  1909.  
  1910. local IgnoreThis = {
  1911.     GetSetting = true;
  1912.     GetSelection = true;
  1913.     SelectionChanged = true;
  1914.     GetAwaiting = true;
  1915. }
  1916.  
  1917. function GetType(item)
  1918.     if type(item) == "string" then
  1919.         return "\""..item.."\""
  1920.     elseif type(item) == "table" then
  1921.         local str = "{"
  1922.         local max = 0
  1923.         local numb = 1
  1924.         for i,v in pairs(item) do
  1925.             max = max+1
  1926.         end
  1927.         for i,v in pairs(item) do
  1928.             if numb == max then
  1929.                 str = str.."["..GetType(i).."] = "..GetType(v)
  1930.             else
  1931.                 str = str.."["..GetType(i).."] = "..GetType(v)..", "
  1932.             end
  1933.             numb = numb + 1
  1934.         end
  1935.         str = str.."}"
  1936.         return str
  1937.     elseif type(item) == "userdata" then
  1938.         local a,b = pcall(function()
  1939.             return item.ClassName
  1940.         end)
  1941.         if a then
  1942.             return item:GetFullName()
  1943.         else
  1944.             if tostring(b):match("not a valid member of %w+") then
  1945.                 local c, d = tostring(b):match("not a valid member of %w+"):find("of ")
  1946.                 local class = tostring(b):match("not a valid member of %w+"):sub(d+1)
  1947.                 return class..".new(".. tostring(item) ..")"
  1948.             end
  1949.         end
  1950.     else
  1951.         return tostring(item)
  1952.     end
  1953. end
  1954.  
  1955. function ReturnArgs(...)
  1956.     local args = {...}
  1957.     local list = ""
  1958.     local max = 0
  1959.     local numb = 1
  1960.     for i,v in pairs(args) do
  1961.         max = max + 1
  1962.     end
  1963.     for i,v in pairs(args) do
  1964.         if numb == max then
  1965.             list = list..GetType(v)
  1966.         else
  1967.             list = list..GetType(v)..", "
  1968.         end
  1969.         numb = numb + 1
  1970.     end
  1971.     list=list
  1972.     return list
  1973. end
  1974.  
  1975. local mt = getrawmetatable(game)
  1976. local old_n = mt.__namecall
  1977. if setreadonly then
  1978.     setreadonly(mt, false)
  1979. elseif make_writeable then
  1980.     make_writeable(mt)
  1981. end
  1982.  
  1983. local protect = newcclosure or protect_function or function(f) return f end
  1984. mt.__namecall = protect(function(self, ...)
  1985.     local args = {...}
  1986.     table.remove(args)
  1987.  
  1988.     if (not IgnoreThis[self.Name]) and SpyingRemotes[self] and RemoteIgnores[self.ClassName] then
  1989.         AddToOutput(self, ReturnArgs(args));
  1990.     end
  1991.  
  1992.     return old_n(self, ...)
  1993. end)
  1994.  
  1995. if replaceclosure then
  1996.     local OldFireServer
  1997.     local Hook = protect(function(self,...)
  1998.         local args = {...}
  1999.        
  2000.         if (not IgnoreThis[self.Name]) and SpyingRemotes[self] then
  2001.             AddToOutput(self, ReturnArgs(args));
  2002.         end
  2003.        
  2004.         return OldFireServer(self,...)
  2005.     end)
  2006.    
  2007.     OldFireServer = replaceclosure(Instance.new("RemoteEvent").FireServer, Hook)
  2008.    
  2009.     local OldInvokeServer
  2010.     local Hook2 = protect(function(self,...)
  2011.         local args = {...}
  2012.        
  2013.         if (not IgnoreThis[self.Name]) and SpyingRemotes[self] then
  2014.             AddToOutput(self, ReturnArgs(args));
  2015.         end
  2016.        
  2017.         return OldInvokeServer(self,...)
  2018.     end)
  2019.    
  2020.     OldInvokeServer = replaceclosure(Instance.new("RemoteFunction").InvokeServer, Hook2)
  2021. end
  2022. ----------------------
  2023.  
  2024. local BiggestR = 0;
  2025.  
  2026. function UpdateRemotes()
  2027.     Remotes.CanvasSize = UDim2.new(0,144+BiggestR,0,(#Remotes:GetChildren()-1)*20)
  2028. end
  2029.  
  2030. function Spy(temp,bool)
  2031.     if not bool then
  2032.         temp.Spy.Text = "Spy"
  2033.         game:GetService("TweenService"):Create(temp.Spy, TweenInfo.new(0.5), {
  2034.             ['TextColor3'] = Color3.fromRGB(255,255,255);
  2035.         }):Play();
  2036.     else
  2037.         temp.Spy.Text = "Spying"
  2038.         game:GetService("TweenService"):Create(temp.Spy, TweenInfo.new(0.5), {
  2039.             ['TextColor3'] = Color3.fromRGB(17, 170, 73);
  2040.         }):Play();
  2041.     end
  2042. end
  2043.  
  2044. function LoadExplorer(obj)
  2045.     Explorer.Window.ExplorerWindow:ClearAllChildren()
  2046.     Explorer.Window.ExplorerWindow.CanvasSize = UDim2.new(0,0,0,0)
  2047.     Explorer.Warning.Visible = false
  2048.     Explorer.Window.Visible = true
  2049.     local InstancesTable = {}
  2050.     local String = ""
  2051.     for i in string.gmatch(obj:GetFullName(),".") do
  2052.         if i == "." then
  2053.             InstancesTable[#InstancesTable+1] = String
  2054.             String = ""
  2055.         else
  2056.             String = String .. i
  2057.         end
  2058.     end
  2059.     InstancesTable[#InstancesTable+1] = String
  2060.     local ClassTable = {}
  2061.     local function Check(obj,pos)
  2062.         if obj:FindFirstChild(InstancesTable[pos]) then
  2063.             ClassTable[pos] = obj:FindFirstChild(InstancesTable[pos])
  2064.             if InstancesTable[pos+1] then
  2065.                 Check(obj:FindFirstChild(InstancesTable[pos]),pos+1)
  2066.             end
  2067.         end
  2068.     end
  2069.     Check(game,1)
  2070.     local last
  2071.     for i,v in pairs(InstancesTable) do
  2072.         local temp = Supplies.ExplorerTemplate:Clone()
  2073.         temp.Name = v
  2074.         temp.InstanceName.Text = v
  2075.         LoadIcon(((ClassTable[i] and ClassTable[i].ClassName) or "Folder"),temp.Icon)
  2076.         if ClassTable[i] then
  2077.             if #ClassTable[i]:GetChildren() > 0 then
  2078.                 temp.Arrow.Visible = true
  2079.             else
  2080.                 temp.Arrow.Visible = false
  2081.             end
  2082.         end
  2083.         if last then
  2084.             temp.Parent = last.Holder
  2085.         else
  2086.             temp.Parent = Explorer.Window.ExplorerWindow
  2087.         end
  2088.         temp.BG.Size = UDim2.new(0,temp.InstanceName.TextBounds.X+36,1,0)
  2089.         temp.InstanceName.Size = UDim2.new(0,temp.InstanceName.TextBounds.X+10,1,0)
  2090.         last = temp
  2091.         temp.InstanceName.MouseEnter:Connect(function()
  2092.             game:GetService("TweenService"):Create(temp.BG, TweenInfo.new(0.1), {
  2093.                 ['BackgroundTransparency'] = 0.5;
  2094.             }):Play();
  2095.         end)
  2096.         temp.InstanceName.MouseLeave:Connect(function()
  2097.             game:GetService("TweenService"):Create(temp.BG, TweenInfo.new(0.1), {
  2098.                 ['BackgroundTransparency'] = 1;
  2099.             }):Play();
  2100.         end)
  2101.         temp.Arrow.Open.MouseEnter:Connect(function()
  2102.             game:GetService("TweenService"):Create(temp.Arrow.IconMap, TweenInfo.new(0.1), {
  2103.                 ['ImageColor3'] = Color3.fromRGB(200,200,200);
  2104.             }):Play();
  2105.         end)
  2106.         temp.Arrow.Open.MouseLeave:Connect(function()
  2107.             game:GetService("TweenService"):Create(temp.Arrow.IconMap, TweenInfo.new(0.1), {
  2108.                 ['ImageColor3'] = Color3.fromRGB(255,255,255);
  2109.             }):Play();
  2110.         end)
  2111.         temp.Arrow.Open.MouseButton1Down:Connect(function()
  2112.             if temp.Holder.Visible then
  2113.                 temp.Holder.Visible = false
  2114.                 LoadIcon(nil,temp.Arrow,166)
  2115.             else
  2116.                 temp.Holder.Visible = true
  2117.                 LoadIcon(nil,temp.Arrow,167)
  2118.             end
  2119.         end)
  2120.         temp.InstanceName.Open.MouseButton1Down:Connect(function()
  2121.             if temp.Holder.Visible then
  2122.                 temp.Holder.Visible = false
  2123.                 LoadIcon(nil,temp.Arrow,166)
  2124.             else
  2125.                 temp.Holder.Visible = true
  2126.                 LoadIcon(nil,temp.Arrow,167)
  2127.             end
  2128.         end)
  2129.     end
  2130.     Explorer.Window.ExplorerWindow.CanvasSize = UDim2.new(0,(last.AbsolutePosition.X-Explorer.AbsolutePosition.X)+50+last.InstanceName.TextBounds.X,0,(20*#InstancesTable)+5)
  2131. end
  2132.  
  2133. local AllStuff = {}
  2134.  
  2135. function MakeRemote(obj)
  2136.     local temp = Supplies.RemoteTemplate:Clone()
  2137.     temp.RemoteName.Text = obj.Name
  2138.     LoadIcon(obj.ClassName,temp.Icon)
  2139.     temp.Parent = Remotes
  2140.     temp.Spy.Position = UDim2.new(0,25+temp.RemoteName.TextBounds.X,0,0)
  2141.     temp.View.Position = UDim2.new(0,80+temp.RemoteName.TextBounds.X,0,0)
  2142.     if temp.RemoteName.TextBounds.X >= BiggestR then
  2143.         BiggestR = temp.RemoteName.TextBounds.X
  2144.     end
  2145.     RemotesToSpy[obj] = temp
  2146.     AllStuff[temp] = obj
  2147.     temp.Spy.MouseEnter:Connect(function()
  2148.         game:GetService("TweenService"):Create(temp.Spy, TweenInfo.new(0.1), {
  2149.             ['BackgroundColor3'] = Color3.fromRGB(75,75,75);
  2150.         }):Play();
  2151.     end)
  2152.     temp.Spy.MouseLeave:Connect(function()
  2153.         game:GetService("TweenService"):Create(temp.Spy, TweenInfo.new(0.1), {
  2154.             ['BackgroundColor3'] = Color3.fromRGB(60, 60, 60);
  2155.         }):Play();
  2156.     end)
  2157.     temp.View.MouseEnter:Connect(function()
  2158.         game:GetService("TweenService"):Create(temp.View, TweenInfo.new(0.1), {
  2159.             ['BackgroundColor3'] = Color3.fromRGB(75,75,75);
  2160.         }):Play();
  2161.     end)
  2162.     temp.View.MouseLeave:Connect(function()
  2163.         game:GetService("TweenService"):Create(temp.View, TweenInfo.new(0.1), {
  2164.             ['BackgroundColor3'] = Color3.fromRGB(60, 60, 60);
  2165.         }):Play();
  2166.     end)
  2167.     temp.Spy.MouseButton1Down:Connect(function()
  2168.         if SpyingRemotes[obj] then
  2169.             SpyingRemotes[obj] = nil
  2170.             Spy(temp,false)
  2171.         else
  2172.             SpyingRemotes[obj] = true
  2173.             Spy(temp,true)
  2174.         end
  2175.     end)
  2176.     temp.View.MouseButton1Down:Connect(function()
  2177.         if not ViewDB then
  2178.             ViewDB = true
  2179.             LoadExplorer(obj)
  2180.             SwitchTab("Explorer",0.5)
  2181.             wait(0.5)
  2182.             ViewDB = false
  2183.         end
  2184.     end)
  2185. end
  2186.  
  2187. local SpyingDB = false
  2188. RemoteTab.Spys.Spyer.MouseButton1Down:Connect(function()
  2189.     if not SpyingDB then
  2190.         SpyingDB = true
  2191.         game:GetService("TweenService"):Create(RemoteTab.Spys.Spyer, TweenInfo.new(0.1), {
  2192.             ['ImageColor3'] = Color3.fromRGB(215, 90, 74);
  2193.         }):Play();
  2194.         RemoteTab.Spys.Spyer.Words.Text = "Unspy All"
  2195.         for i,v in pairs(Remotes:GetChildren()) do
  2196.             if v:IsA("Frame") then
  2197.                 Spy(v,true)
  2198.                 if AllStuff[v] then
  2199.                     SpyingRemotes[AllStuff[v]] = true
  2200.                 end
  2201.             end
  2202.         end
  2203.     else
  2204.         SpyingDB = false
  2205.         game:GetService("TweenService"):Create(RemoteTab.Spys.Spyer, TweenInfo.new(0.1), {
  2206.             ['ImageColor3'] = Color3.fromRGB(0, 170, 93);
  2207.         }):Play();
  2208.         RemoteTab.Spys.Spyer.Words.Text = "Spy All"
  2209.         for i,v in pairs(Remotes:GetChildren()) do
  2210.             if v:IsA("Frame") then
  2211.                 Spy(v,false)
  2212.                 if AllStuff[v] then
  2213.                     SpyingRemotes[AllStuff[v]] = nil
  2214.                 end
  2215.             end
  2216.         end
  2217.     end
  2218. end)
  2219.  
  2220. function LoadSpy()
  2221.     Remotes:ClearAllChildren()
  2222.     Supplies.RemoteGrid:Clone().Parent = Remotes
  2223.     local function recur(obj)
  2224.         for i,v in pairs(obj:GetChildren()) do
  2225.             local suc, err = pcall(function()
  2226.                 v:GetChildren()
  2227.             end)
  2228.             if suc then
  2229.                 if RemoteIgnores[v.ClassName] and not Ignores[v.Name] then
  2230.                     MakeRemote(v)
  2231.                 end
  2232.                 recur(v)
  2233.             end
  2234.         end
  2235.     end
  2236.     recur(game)
  2237.     UpdateRemotes()
  2238. end
  2239. spawn(function()LoadSpy()end)
  2240.  
  2241. function CreateListener()
  2242.     for i,v in pairs(game:GetChildren()) do
  2243.         local suc, err = pcall(function()
  2244.             v:GetChildren()
  2245.         end)
  2246.         if suc then
  2247.             v.DescendantAdded:Connect(function(obj)
  2248.                 if RemoteIgnores[obj.ClassName] and not Ignores[obj.Name] then
  2249.                     MakeRemote(obj)
  2250.                     UpdateRemotes()
  2251.                 end
  2252.             end)
  2253.             v.DescendantRemoving:Connect(function(obj)
  2254.                 if RemoteIgnores[obj.ClassName] and not Ignores[obj.Name] then
  2255.                     RemotesToSpy[obj]:Destroy()
  2256.                     RemotesToSpy[obj] = nil
  2257.                     SpyingRemotes[obj] = nil
  2258.                 end
  2259.             end)
  2260.         end
  2261.     end
  2262. end
  2263. spawn(function()CreateListener()end)
  2264.  
  2265. spawn(function()
  2266.     while true do
  2267.         for i = 0,100 do
  2268.             Tabs.TabLine.BackgroundColor3 = Color3.fromHSV(i/100,0.75,0.75)
  2269.             wait()
  2270.         end
  2271.     end
  2272. end)
  2273.  
  2274. spawn(function()
  2275.     while true do
  2276.         Animate.Texture:TweenPosition(UDim2.new(-2,0,-2,0),"Out","Linear",Animate_Time,true)
  2277.         Animate.Texture2:TweenPosition(UDim2.new(0,0,0,0),"Out","Linear",Animate_Time,true)
  2278.         Animate.Texture3:TweenPosition(UDim2.new(-2,0,0,0),"Out","Linear",Animate_Time,true)
  2279.         Animate.Texture4:TweenPosition(UDim2.new(0,0,-2,0),"Out","Linear",Animate_Time,true)
  2280.         wait(Animate_Time)
  2281.         Animate.Texture.Position = UDim2.new(2,0,2,0)
  2282.         Animate.Texture3.Position = UDim2.new(0,0,2,0)
  2283.         Animate.Texture4.Position = UDim2.new(2,0,0,0)
  2284.         Animate.Texture2:TweenPosition(UDim2.new(-2,0,-2,0),"Out","Linear",Animate_Time,true)
  2285.         Animate.Texture:TweenPosition(UDim2.new(0,0,0,0),"Out","Linear",Animate_Time,true)
  2286.         Animate.Texture3:TweenPosition(UDim2.new(-2,0,0,0),"Out","Linear",Animate_Time,true)
  2287.         Animate.Texture4:TweenPosition(UDim2.new(0,0,-2,0),"Out","Linear",Animate_Time,true)
  2288.         wait(Animate_Time)
  2289.         Animate.Texture2.Position = UDim2.new(2,0,2,0)
  2290.         Animate.Texture3.Position = UDim2.new(0,0,2,0)
  2291.         Animate.Texture4.Position = UDim2.new(2,0,0,0)
  2292.     end
  2293. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement