Advertisement
yougotoof

main

May 11th, 2019
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 264.95 KB | None | 0 0
  1. local oof = game.CoreGui.fricku.Main
  2. oof.a1.MouseButton1Click:Connect(function()
  3. local MadCityGunModifier = Instance.new("ScreenGui")
  4. local PrintGUI = Instance.new("Frame")
  5. local drag = Instance.new("Frame")
  6. local drag2 = Instance.new("Frame")
  7. local printbtn = Instance.new("TextButton")
  8. local design = Instance.new("Frame")
  9. local printtxt2 = Instance.new("TextBox")
  10. local exit = Instance.new("TextButton")
  11. local title = Instance.new("TextLabel")
  12. local TextLabel = Instance.new("TextLabel")
  13. --Properties:
  14. MadCityGunModifier.Name = "Mad City Gun Modifier"
  15. MadCityGunModifier.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  16.  
  17. PrintGUI.Name = "PrintGUI"
  18. PrintGUI.Parent = MadCityGunModifier
  19. PrintGUI.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  20. PrintGUI.BorderSizePixel = 0
  21. PrintGUI.Position = UDim2.new(0.358543426, 0, 0.210852608, 0)
  22. PrintGUI.Size = UDim2.new(0, 385, 0, 322)
  23.  
  24. drag.Name = "drag"
  25. drag.Parent = PrintGUI
  26. drag.BackgroundColor3 = Color3.new(0.156863, 0.462745, 0.427451)
  27. drag.BorderSizePixel = 0
  28. drag.Size = UDim2.new(0, 385, 0, 18)
  29.  
  30. drag2.Name = "drag2"
  31. drag2.Parent = PrintGUI
  32. drag2.BackgroundColor3 = Color3.new(0.156863, 0.462745, 0.427451)
  33. drag2.BorderSizePixel = 0
  34. drag2.Position = UDim2.new(0, 0, 0.0559006222, 0)
  35. drag2.Size = UDim2.new(0, 385, 0, 48)
  36.  
  37. printbtn.Name = "printbtn"
  38. printbtn.Parent = PrintGUI
  39. printbtn.BackgroundColor3 = Color3.new(1, 1, 1)
  40. printbtn.BorderSizePixel = 0
  41. printbtn.Position = UDim2.new(0.238961041, 0, 0.661490679, 0)
  42. printbtn.Size = UDim2.new(0, 200, 0, 50)
  43. printbtn.Font = Enum.Font.SciFi
  44. printbtn.Text = "Modify"
  45. printbtn.TextColor3 = Color3.new(0, 0, 0)
  46. printbtn.TextScaled = true
  47. printbtn.TextSize = 14
  48. printbtn.TextWrapped = true
  49.  
  50. design.Name = "design"
  51. design.Parent = printbtn
  52. design.BackgroundColor3 = Color3.new(1, 1, 1)
  53. design.BorderSizePixel = 0
  54. design.Size = UDim2.new(0, 6, 0, 50)
  55. design.Style = Enum.FrameStyle.ChatBlue
  56.  
  57. printtxt2.Name = "printtxt2"
  58. printtxt2.Parent = PrintGUI
  59. printtxt2.BackgroundColor3 = Color3.new(1, 1, 1)
  60. printtxt2.BorderSizePixel = 0
  61. printtxt2.Position = UDim2.new(0.135064945, 0, 0.422360241, 0)
  62. printtxt2.Size = UDim2.new(0, 280, 0, 50)
  63. printtxt2.Font = Enum.Font.Cartoon
  64. printtxt2.MultiLine = true
  65. printtxt2.Text = "Gun Here"
  66. printtxt2.TextColor3 = Color3.new(0, 0, 0)
  67. printtxt2.TextSize = 20
  68. printtxt2.TextWrapped = true
  69.  
  70. exit.Name = "exit"
  71. exit.Parent = PrintGUI
  72. exit.BackgroundColor3 = Color3.new(1, 1, 1)
  73. exit.BackgroundTransparency = 1
  74. exit.Position = UDim2.new(0.927272737, 0, 0, 0)
  75. exit.Size = UDim2.new(0, 28, 0, 18)
  76. exit.Font = Enum.Font.Cartoon
  77. exit.Text = "X"
  78. exit.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  79. exit.TextScaled = true
  80. exit.TextSize = 14
  81. exit.TextStrokeColor3 = Color3.new(1, 1, 1)
  82. exit.TextStrokeTransparency = 2
  83. exit.TextWrapped = true
  84.  
  85. title.Name = "title"
  86. title.Parent = PrintGUI
  87. title.BackgroundColor3 = Color3.new(1, 1, 1)
  88. title.BackgroundTransparency = 1
  89. title.BorderSizePixel = 0
  90. title.Position = UDim2.new(0.0337662324, 0, 0.0900621116, 0)
  91. title.Size = UDim2.new(0, 355, 0, 25)
  92. title.Font = Enum.Font.Fantasy
  93. title.Text = "Mad City Bullet Modifer"
  94. title.TextColor3 = Color3.new(1, 1, 1)
  95. title.TextScaled = true
  96. title.TextSize = 14
  97. title.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  98. title.TextStrokeTransparency = 0
  99. title.TextTransparency = 1
  100. title.TextWrapped = true
  101.  
  102. TextLabel.Parent = PrintGUI
  103. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  104. TextLabel.Position = UDim2.new(0.238961041, 0, 0.285586953, 0)
  105. TextLabel.Size = UDim2.new(0, 200, 0, 29)
  106. TextLabel.Font = Enum.Font.SourceSans
  107. TextLabel.Text = "CAPS SENSITIVE"
  108. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  109. TextLabel.TextScaled = true
  110. TextLabel.TextSize = 14
  111. TextLabel.TextWrapped = true
  112. -- Scripts:
  113. function SCRIPT_GKBM78_FAKESCRIPT() -- printbtn.Script
  114. local script = Instance.new('Script')
  115. script.Parent = printbtn
  116. local oof = script.Parent.Parent.printtxt2
  117. script.Parent.MouseButton1Click:Connect(function()
  118. local Thing = oof.Text
  119. local Power = 3
  120. local Script = "RifleScript"
  121.  
  122. local backpack = game.Players.LocalPlayer.Backpack
  123. local gun = backpack[Thing] --MP5,Pistol,Baton,Shotgun,Baton etc.
  124. local ss = gun[Script] --RifleScript,PistolScript,MeeleScript,ShotgunScript etc.
  125. for i=1,Power do --u can change this to higher value if u want more damage
  126. ss:Clone().Parent = gun
  127. end
  128. end)
  129.  
  130. end
  131. end)
  132. coroutine.resume(coroutine.create(SCRIPT_GKBM78_FAKESCRIPT))
  133.  
  134. oof.a2.MouseButton1Click:Connect(function()
  135. --Settings:
  136.  
  137. local RemoteIgnores = {
  138. ["RemoteFunction"] = true;
  139. ["RemoteEvent"] = true;
  140. ["BindableFunction"] = false;
  141. ["BindableEvent"] = false;
  142. }
  143.  
  144. ------------------------------------------
  145.  
  146. local MrSpyV2RebugKurokkusGhost = Instance.new("ScreenGui")
  147. local Hub = Instance.new("TextButton")
  148. local Main = Instance.new("Frame")
  149. local BG = Instance.new("ImageLabel")
  150. local ShadowHolder = Instance.new("Frame")
  151. local Shadow = Instance.new("ImageLabel")
  152. local Shadow_2 = Instance.new("ImageLabel")
  153. local Shadow_3 = Instance.new("ImageLabel")
  154. local Animate = Instance.new("Frame")
  155. local Texture = Instance.new("ImageLabel")
  156. local Texture2 = Instance.new("ImageLabel")
  157. local Texture3 = Instance.new("ImageLabel")
  158. local Texture4 = Instance.new("ImageLabel")
  159. local TabsFolder = Instance.new("Frame")
  160. local Output = Instance.new("Frame")
  161. local OutputWindow = Instance.new("ScrollingFrame")
  162. local R2S = Instance.new("Frame")
  163. local Warning = Instance.new("Frame")
  164. local Logo = Instance.new("ImageLabel")
  165. local Shadow_4 = Instance.new("ImageLabel")
  166. local Shadow_5 = Instance.new("ImageLabel")
  167. local Shadow_6 = Instance.new("ImageLabel")
  168. local WarningLabel = Instance.new("TextLabel")
  169. local Shadow_7 = Instance.new("TextLabel")
  170. local Shadow_8 = Instance.new("TextLabel")
  171. local Shadow_9 = Instance.new("TextLabel")
  172. local Window = Instance.new("Frame")
  173. local ScriptWindow = Instance.new("ScrollingFrame")
  174. local RemoteScript = Instance.new("TextLabel")
  175. local CopyClip = Instance.new("TextButton")
  176. local Shadow_10 = Instance.new("Frame")
  177. local Shadow_11 = Instance.new("Frame")
  178. local Shadow_12 = Instance.new("Frame")
  179. local CopyText = Instance.new("TextLabel")
  180. local BG_2 = Instance.new("TextLabel")
  181. local BG_3 = Instance.new("TextLabel")
  182. local BG_4 = Instance.new("TextLabel")
  183. local Remotes = Instance.new("ScrollingFrame")
  184. local Explorer = Instance.new("Frame")
  185. local Warning_2 = Instance.new("Frame")
  186. local Logo_2 = Instance.new("ImageLabel")
  187. local Shadow_13 = Instance.new("ImageLabel")
  188. local Shadow_14 = Instance.new("ImageLabel")
  189. local Shadow_15 = Instance.new("ImageLabel")
  190. local WarningLabel_2 = Instance.new("TextLabel")
  191. local Shadow_16 = Instance.new("TextLabel")
  192. local Shadow_17 = Instance.new("TextLabel")
  193. local Shadow_18 = Instance.new("TextLabel")
  194. local Window_2 = Instance.new("Frame")
  195. local ExplorerWindow = Instance.new("ScrollingFrame")
  196. local Shadow_19 = Instance.new("Frame")
  197. local Shadow_20 = Instance.new("Frame")
  198. local Shadow_21 = Instance.new("Frame")
  199. local Shadow_22 = Instance.new("Frame")
  200. local Title = Instance.new("TextLabel")
  201. local Credits = Instance.new("TextLabel")
  202. local Icon = Instance.new("ImageLabel")
  203. local Exit = Instance.new("ImageButton")
  204. local ShadowHolder_2 = Instance.new("Frame")
  205. local Shadow_23 = Instance.new("ImageLabel")
  206. local Shadow_24 = Instance.new("ImageLabel")
  207. local Shadow_25 = Instance.new("ImageLabel")
  208. local Tabs = Instance.new("Frame")
  209. local TabLine = Instance.new("Frame")
  210. local Remotes_2 = Instance.new("TextButton")
  211. local Spys = Instance.new("Frame")
  212. local Spyer = Instance.new("ImageButton")
  213. local Shadow_26 = Instance.new("ImageLabel")
  214. local Shadow_27 = Instance.new("ImageLabel")
  215. local Shadow_28 = Instance.new("ImageLabel")
  216. local Words = Instance.new("TextLabel")
  217. local Output_2 = Instance.new("TextButton")
  218. local ClearHolder = Instance.new("Frame")
  219. local Clear = Instance.new("ImageButton")
  220. local Shadow_29 = Instance.new("ImageLabel")
  221. local Shadow_30 = Instance.new("ImageLabel")
  222. local Shadow_31 = Instance.new("ImageLabel")
  223. local TextLabel = Instance.new("TextLabel")
  224. local Explorer_2 = Instance.new("TextButton")
  225. local R2S_2 = Instance.new("TextButton")
  226. local Holder = Instance.new("Frame")
  227. local Icon_2 = Instance.new("Frame")
  228. local IconMap = Instance.new("ImageLabel")
  229. local RemoteGrid = Instance.new("UIGridLayout")
  230. local RemoteTemplate = Instance.new("Frame")
  231. local Icon_3 = Instance.new("Frame")
  232. local IconMap_2 = Instance.new("ImageLabel")
  233. local RemoteName = Instance.new("TextLabel")
  234. local Spy = Instance.new("TextButton")
  235. local Shadow_32 = Instance.new("Frame")
  236. local Shadow_33 = Instance.new("Frame")
  237. local Shadow_34 = Instance.new("Frame")
  238. local View = Instance.new("TextButton")
  239. local Shadow_35 = Instance.new("Frame")
  240. local Shadow_36 = Instance.new("Frame")
  241. local Shadow_37 = Instance.new("Frame")
  242. local ExplorerTemplate = Instance.new("Frame")
  243. local Arrow = Instance.new("Frame")
  244. local Open = Instance.new("TextButton")
  245. local IconMap_3 = Instance.new("ImageLabel")
  246. local Icon_4 = Instance.new("Frame")
  247. local IconMap_4 = Instance.new("ImageLabel")
  248. local InstanceName = Instance.new("TextLabel")
  249. local Open_2 = Instance.new("TextButton")
  250. local Holder_2 = Instance.new("Frame")
  251. local BG_5 = Instance.new("Frame")
  252. local RemoteOutputTemplate = Instance.new("Frame")
  253. local Icon_5 = Instance.new("Frame")
  254. local IconMap_5 = Instance.new("ImageLabel")
  255. local RemoteName_2 = Instance.new("TextLabel")
  256. local R2S_3 = Instance.new("TextButton")
  257. local Shadow_38 = Instance.new("Frame")
  258. local Shadow_39 = Instance.new("Frame")
  259. local Shadow_40 = Instance.new("Frame")
  260. --Properties:
  261. MrSpyV2RebugKurokkusGhost.Name = "Mr.Spy V2 - Rebug/KurokkusGhost"
  262. MrSpyV2RebugKurokkusGhost.Parent = game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui")
  263. MrSpyV2RebugKurokkusGhost.ResetOnSpawn = false
  264.  
  265. Hub.Name = "Hub"
  266. Hub.Parent = MrSpyV2RebugKurokkusGhost
  267. Hub.AnchorPoint = Vector2.new(0.5, 0.5)
  268. Hub.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  269. Hub.BorderSizePixel = 0
  270. Hub.Position = UDim2.new(0.5, 0, 0.349999994, 0)
  271. Hub.Size = UDim2.new(0, 550, 0, 50)
  272. Hub.ZIndex = 10
  273. Hub.AutoButtonColor = false
  274. Hub.Font = Enum.Font.SourceSans
  275. Hub.Text = ""
  276. Hub.TextColor3 = Color3.new(0, 0, 0)
  277. Hub.TextSize = 14
  278.  
  279. Main.Name = "Main"
  280. Main.Parent = Hub
  281. Main.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  282. Main.BackgroundTransparency = 1
  283. Main.BorderSizePixel = 0
  284. Main.Position = UDim2.new(0, 0, 1, 0)
  285. Main.Size = UDim2.new(1, 50, 0, 300)
  286. Main.ZIndex = 5
  287.  
  288. BG.Name = "BG"
  289. BG.Parent = Main
  290. BG.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  291. BG.BackgroundTransparency = 1
  292. BG.Position = UDim2.new(0, 0, 0, -25)
  293. BG.Size = UDim2.new(1, 0, 1, 25)
  294. BG.ZIndex = 5
  295. BG.Image = "rbxassetid://2052866575"
  296. BG.ImageColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  297. BG.ScaleType = Enum.ScaleType.Slice
  298. BG.SliceCenter = Rect.new(8, 8, 8, 8)
  299.  
  300. ShadowHolder.Name = "ShadowHolder"
  301. ShadowHolder.Parent = BG
  302. ShadowHolder.BackgroundColor3 = Color3.new(1, 1, 1)
  303. ShadowHolder.BackgroundTransparency = 1
  304. ShadowHolder.ClipsDescendants = true
  305. ShadowHolder.Position = UDim2.new(0, 0, 0, 25)
  306. ShadowHolder.Size = UDim2.new(1, 100, 1, 100)
  307.  
  308. Shadow.Name = "Shadow"
  309. Shadow.Parent = ShadowHolder
  310. Shadow.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  311. Shadow.BackgroundTransparency = 1
  312. Shadow.Position = UDim2.new(0, 1, 0, -24)
  313. Shadow.Size = UDim2.new(1, -100, 1, -100)
  314. Shadow.ZIndex = 4
  315. Shadow.Image = "rbxassetid://2052866575"
  316. Shadow.ImageColor3 = Color3.new(0, 0, 0)
  317. Shadow.ImageTransparency = 0.85000002384186
  318. Shadow.ScaleType = Enum.ScaleType.Slice
  319. Shadow.SliceCenter = Rect.new(8, 8, 8, 8)
  320.  
  321. Shadow_2.Name = "Shadow"
  322. Shadow_2.Parent = ShadowHolder
  323. Shadow_2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  324. Shadow_2.BackgroundTransparency = 1
  325. Shadow_2.Position = UDim2.new(0, 2, 0, -23)
  326. Shadow_2.Size = UDim2.new(1, -100, 1, -100)
  327. Shadow_2.ZIndex = 4
  328. Shadow_2.Image = "rbxassetid://2052866575"
  329. Shadow_2.ImageColor3 = Color3.new(0, 0, 0)
  330. Shadow_2.ImageTransparency = 0.85000002384186
  331. Shadow_2.ScaleType = Enum.ScaleType.Slice
  332. Shadow_2.SliceCenter = Rect.new(8, 8, 8, 8)
  333.  
  334. Shadow_3.Name = "Shadow"
  335. Shadow_3.Parent = ShadowHolder
  336. Shadow_3.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  337. Shadow_3.BackgroundTransparency = 1
  338. Shadow_3.Position = UDim2.new(0, 3, 0, -22)
  339. Shadow_3.Size = UDim2.new(1, -100, 1, -100)
  340. Shadow_3.ZIndex = 4
  341. Shadow_3.Image = "rbxassetid://2052866575"
  342. Shadow_3.ImageColor3 = Color3.new(0, 0, 0)
  343. Shadow_3.ImageTransparency = 0.85000002384186
  344. Shadow_3.ScaleType = Enum.ScaleType.Slice
  345. Shadow_3.SliceCenter = Rect.new(8, 8, 8, 8)
  346.  
  347. Animate.Name = "Animate"
  348. Animate.Parent = Main
  349. Animate.BackgroundColor3 = Color3.new(0.156863, 0.176471, 0.184314)
  350. Animate.BackgroundTransparency = 1
  351. Animate.BorderSizePixel = 0
  352. Animate.ClipsDescendants = true
  353. Animate.Size = UDim2.new(1, 0, 1, 0)
  354.  
  355. Texture.Name = "Texture"
  356. Texture.Parent = Animate
  357. Texture.BackgroundColor3 = Color3.new(1, 1, 1)
  358. Texture.BackgroundTransparency = 1
  359. Texture.BorderSizePixel = 0
  360. Texture.Position = UDim2.new(0.00333333341, 0, 0.00999999978, 0)
  361. Texture.Size = UDim2.new(2, 0, 2, 0)
  362. Texture.ZIndex = 6
  363. Texture.Image = "rbxassetid://922275274"
  364. Texture.ImageColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  365. Texture.ImageTransparency = 0.5
  366. Texture.ScaleType = Enum.ScaleType.Tile
  367. Texture.TileSize = UDim2.new(0, 50, 0, 50)
  368.  
  369. Texture2.Name = "Texture2"
  370. Texture2.Parent = Animate
  371. Texture2.BackgroundColor3 = Color3.new(1, 1, 1)
  372. Texture2.BackgroundTransparency = 1
  373. Texture2.BorderSizePixel = 0
  374. Texture2.Position = UDim2.new(2, 0, 2, 0)
  375. Texture2.Size = UDim2.new(2, 0, 2, 0)
  376. Texture2.ZIndex = 6
  377. Texture2.Image = "rbxassetid://922275274"
  378. Texture2.ImageColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  379. Texture2.ImageTransparency = 0.5
  380. Texture2.ScaleType = Enum.ScaleType.Tile
  381. Texture2.TileSize = UDim2.new(0, 50, 0, 50)
  382.  
  383. Texture3.Name = "Texture3"
  384. Texture3.Parent = Animate
  385. Texture3.BackgroundColor3 = Color3.new(1, 1, 1)
  386. Texture3.BackgroundTransparency = 1
  387. Texture3.BorderSizePixel = 0
  388. Texture3.Position = UDim2.new(0, 0, 2, 0)
  389. Texture3.Size = UDim2.new(2, 0, 2, 0)
  390. Texture3.ZIndex = 6
  391. Texture3.Image = "rbxassetid://922275274"
  392. Texture3.ImageColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  393. Texture3.ImageTransparency = 0.5
  394. Texture3.ScaleType = Enum.ScaleType.Tile
  395. Texture3.TileSize = UDim2.new(0, 50, 0, 50)
  396.  
  397. Texture4.Name = "Texture4"
  398. Texture4.Parent = Animate
  399. Texture4.BackgroundColor3 = Color3.new(1, 1, 1)
  400. Texture4.BackgroundTransparency = 1
  401. Texture4.BorderSizePixel = 0
  402. Texture4.Position = UDim2.new(2, 0, 0, 0)
  403. Texture4.Size = UDim2.new(2, 0, 2, 0)
  404. Texture4.ZIndex = 6
  405. Texture4.Image = "rbxassetid://922275274"
  406. Texture4.ImageColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  407. Texture4.ImageTransparency = 0.5
  408. Texture4.ScaleType = Enum.ScaleType.Tile
  409. Texture4.TileSize = UDim2.new(0, 50, 0, 50)
  410.  
  411. TabsFolder.Name = "TabsFolder"
  412. TabsFolder.Parent = Main
  413. TabsFolder.BackgroundColor3 = Color3.new(1, 1, 1)
  414. TabsFolder.BackgroundTransparency = 1
  415. TabsFolder.ClipsDescendants = true
  416. TabsFolder.Size = UDim2.new(1, 0, 1, 0)
  417.  
  418. Output.Name = "Output"
  419. Output.Parent = TabsFolder
  420. Output.BackgroundColor3 = Color3.new(1, 1, 1)
  421. Output.BackgroundTransparency = 1
  422. Output.Position = UDim2.new(1, 0, 0, 0)
  423. Output.Size = UDim2.new(1, 0, 1, 0)
  424.  
  425. OutputWindow.Name = "OutputWindow"
  426. OutputWindow.Parent = Output
  427. OutputWindow.BackgroundColor3 = Color3.new(1, 1, 1)
  428. OutputWindow.BackgroundTransparency = 1
  429. OutputWindow.BorderSizePixel = 0
  430. OutputWindow.Size = UDim2.new(1, 0, 1, 0)
  431. OutputWindow.ZIndex = 7
  432. OutputWindow.BottomImage = "rbxassetid://2504831909"
  433. OutputWindow.CanvasSize = UDim2.new(0, 0, 0, 0)
  434. OutputWindow.MidImage = "rbxassetid://2504831909"
  435. OutputWindow.ScrollBarThickness = 6
  436. OutputWindow.TopImage = "rbxassetid://2504831909"
  437.  
  438. R2S.Name = "R2S"
  439. R2S.Parent = TabsFolder
  440. R2S.BackgroundColor3 = Color3.new(1, 1, 1)
  441. R2S.BackgroundTransparency = 1
  442. R2S.Position = UDim2.new(3, 0, 0, 0)
  443. R2S.Size = UDim2.new(1, 0, 1, 0)
  444.  
  445. Warning.Name = "Warning"
  446. Warning.Parent = R2S
  447. Warning.BackgroundColor3 = Color3.new(1, 1, 1)
  448. Warning.BackgroundTransparency = 1
  449. Warning.Size = UDim2.new(1, 0, 1, 0)
  450.  
  451. Logo.Name = "Logo"
  452. Logo.Parent = Warning
  453. Logo.AnchorPoint = Vector2.new(0.5, 0)
  454. Logo.BackgroundColor3 = Color3.new(1, 1, 1)
  455. Logo.BackgroundTransparency = 1
  456. Logo.Position = UDim2.new(0.5, 0, 0.125, 0)
  457. Logo.Size = UDim2.new(0, 150, 0, 150)
  458. Logo.ZIndex = 7
  459. Logo.Image = "rbxassetid://2512823206"
  460.  
  461. Shadow_4.Name = "Shadow"
  462. Shadow_4.Parent = Logo
  463. Shadow_4.BackgroundColor3 = Color3.new(1, 1, 1)
  464. Shadow_4.BackgroundTransparency = 1
  465. Shadow_4.Position = UDim2.new(0, 1, 0, 1)
  466. Shadow_4.Size = UDim2.new(1, 0, 1, 0)
  467. Shadow_4.ZIndex = 6
  468. Shadow_4.Image = "rbxassetid://2512823206"
  469. Shadow_4.ImageColor3 = Color3.new(0, 0, 0)
  470. Shadow_4.ImageTransparency = 0.80000001192093
  471.  
  472. Shadow_5.Name = "Shadow"
  473. Shadow_5.Parent = Logo
  474. Shadow_5.BackgroundColor3 = Color3.new(1, 1, 1)
  475. Shadow_5.BackgroundTransparency = 1
  476. Shadow_5.Position = UDim2.new(0, 2, 0, 2)
  477. Shadow_5.Size = UDim2.new(1, 0, 1, 0)
  478. Shadow_5.ZIndex = 6
  479. Shadow_5.Image = "rbxassetid://2512823206"
  480. Shadow_5.ImageColor3 = Color3.new(0, 0, 0)
  481. Shadow_5.ImageTransparency = 0.80000001192093
  482.  
  483. Shadow_6.Name = "Shadow"
  484. Shadow_6.Parent = Logo
  485. Shadow_6.BackgroundColor3 = Color3.new(1, 1, 1)
  486. Shadow_6.BackgroundTransparency = 1
  487. Shadow_6.Position = UDim2.new(0, 3, 0, 3)
  488. Shadow_6.Size = UDim2.new(1, 0, 1, 0)
  489. Shadow_6.ZIndex = 6
  490. Shadow_6.Image = "rbxassetid://2512823206"
  491. Shadow_6.ImageColor3 = Color3.new(0, 0, 0)
  492. Shadow_6.ImageTransparency = 0.80000001192093
  493.  
  494. WarningLabel.Name = "WarningLabel"
  495. WarningLabel.Parent = Warning
  496. WarningLabel.AnchorPoint = Vector2.new(0.5, 1)
  497. WarningLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  498. WarningLabel.BackgroundTransparency = 1
  499. WarningLabel.Position = UDim2.new(0.5, 0, 0.899999976, 0)
  500. WarningLabel.Size = UDim2.new(0.800000012, 0, 0.200000003, 0)
  501. WarningLabel.ZIndex = 7
  502. WarningLabel.Font = Enum.Font.SourceSansBold
  503. WarningLabel.Text = "Please make sure you have selected a remote in the output to convert into a script"
  504. WarningLabel.TextColor3 = Color3.new(1, 0.8, 0.301961)
  505. WarningLabel.TextScaled = true
  506. WarningLabel.TextSize = 30
  507. WarningLabel.TextWrapped = true
  508.  
  509. Shadow_7.Name = "Shadow"
  510. Shadow_7.Parent = WarningLabel
  511. Shadow_7.BackgroundColor3 = Color3.new(1, 1, 1)
  512. Shadow_7.BackgroundTransparency = 1
  513. Shadow_7.Position = UDim2.new(0, 1, 0, 1)
  514. Shadow_7.Size = UDim2.new(1, 0, 1, 0)
  515. Shadow_7.ZIndex = 6
  516. Shadow_7.Font = Enum.Font.SourceSansBold
  517. Shadow_7.Text = "Please make sure you have selected a remote in the output to convert into a script"
  518. Shadow_7.TextColor3 = Color3.new(0, 0, 0)
  519. Shadow_7.TextScaled = true
  520. Shadow_7.TextSize = 30
  521. Shadow_7.TextTransparency = 0.80000001192093
  522. Shadow_7.TextWrapped = true
  523.  
  524. Shadow_8.Name = "Shadow"
  525. Shadow_8.Parent = WarningLabel
  526. Shadow_8.BackgroundColor3 = Color3.new(1, 1, 1)
  527. Shadow_8.BackgroundTransparency = 1
  528. Shadow_8.Position = UDim2.new(0, 2, 0, 2)
  529. Shadow_8.Size = UDim2.new(1, 0, 1, 0)
  530. Shadow_8.ZIndex = 6
  531. Shadow_8.Font = Enum.Font.SourceSansBold
  532. Shadow_8.Text = "Please make sure you have selected a remote in the output to convert into a script"
  533. Shadow_8.TextColor3 = Color3.new(0, 0, 0)
  534. Shadow_8.TextScaled = true
  535. Shadow_8.TextSize = 30
  536. Shadow_8.TextTransparency = 0.80000001192093
  537. Shadow_8.TextWrapped = true
  538.  
  539. Shadow_9.Name = "Shadow"
  540. Shadow_9.Parent = WarningLabel
  541. Shadow_9.BackgroundColor3 = Color3.new(1, 1, 1)
  542. Shadow_9.BackgroundTransparency = 1
  543. Shadow_9.Position = UDim2.new(0, 3, 0, 3)
  544. Shadow_9.Size = UDim2.new(1, 0, 1, 0)
  545. Shadow_9.ZIndex = 6
  546. Shadow_9.Font = Enum.Font.SourceSansBold
  547. Shadow_9.Text = "Please make sure you have selected a remote in the output to convert into a script"
  548. Shadow_9.TextColor3 = Color3.new(0, 0, 0)
  549. Shadow_9.TextScaled = true
  550. Shadow_9.TextSize = 30
  551. Shadow_9.TextTransparency = 0.80000001192093
  552. Shadow_9.TextWrapped = true
  553.  
  554. Window.Name = "Window"
  555. Window.Parent = R2S
  556. Window.BackgroundColor3 = Color3.new(1, 1, 1)
  557. Window.BackgroundTransparency = 1
  558. Window.Size = UDim2.new(1, 0, 1, 0)
  559. Window.Visible = false
  560.  
  561. ScriptWindow.Name = "ScriptWindow"
  562. ScriptWindow.Parent = Window
  563. ScriptWindow.BackgroundColor3 = Color3.new(1, 1, 1)
  564. ScriptWindow.BackgroundTransparency = 1
  565. ScriptWindow.BorderSizePixel = 0
  566. ScriptWindow.Position = UDim2.new(0, 2, 0, 0)
  567. ScriptWindow.Size = UDim2.new(1, -2, 1, -50)
  568. ScriptWindow.ZIndex = 7
  569. ScriptWindow.BottomImage = "rbxassetid://2504831909"
  570. ScriptWindow.CanvasSize = UDim2.new(0, 0, 0, 0)
  571. ScriptWindow.MidImage = "rbxassetid://2504831909"
  572. ScriptWindow.ScrollBarThickness = 6
  573. ScriptWindow.TopImage = "rbxassetid://2504831909"
  574.  
  575. RemoteScript.Name = "RemoteScript"
  576. RemoteScript.Parent = ScriptWindow
  577. RemoteScript.BackgroundColor3 = Color3.new(1, 1, 1)
  578. RemoteScript.BackgroundTransparency = 1
  579. RemoteScript.Size = UDim2.new(1, 0, 1, 0)
  580. RemoteScript.ZIndex = 7
  581. RemoteScript.Font = Enum.Font.SourceSansSemibold
  582. RemoteScript.Text = ""
  583. RemoteScript.TextColor3 = Color3.new(1, 1, 1)
  584. RemoteScript.TextSize = 16
  585. RemoteScript.TextXAlignment = Enum.TextXAlignment.Left
  586. RemoteScript.TextYAlignment = Enum.TextYAlignment.Top
  587.  
  588. CopyClip.Name = "CopyClip"
  589. CopyClip.Parent = Window
  590. CopyClip.AnchorPoint = Vector2.new(0, 1)
  591. CopyClip.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  592. CopyClip.BorderSizePixel = 0
  593. CopyClip.Position = UDim2.new(0, 10, 1, -10)
  594. CopyClip.Size = UDim2.new(1, -20, 0, 30)
  595. CopyClip.ZIndex = 8
  596. CopyClip.AutoButtonColor = false
  597. CopyClip.Font = Enum.Font.SourceSansBold
  598. CopyClip.Text = ""
  599. CopyClip.TextColor3 = Color3.new(1, 1, 1)
  600. CopyClip.TextSize = 20
  601.  
  602. Shadow_10.Name = "Shadow"
  603. Shadow_10.Parent = CopyClip
  604. Shadow_10.BackgroundColor3 = Color3.new(0, 0, 0)
  605. Shadow_10.BackgroundTransparency = 0.80000001192093
  606. Shadow_10.BorderSizePixel = 0
  607. Shadow_10.Position = UDim2.new(0, 1, 0, 1)
  608. Shadow_10.Size = UDim2.new(1, 0, 1, 0)
  609. Shadow_10.ZIndex = 7
  610.  
  611. Shadow_11.Name = "Shadow"
  612. Shadow_11.Parent = CopyClip
  613. Shadow_11.BackgroundColor3 = Color3.new(0, 0, 0)
  614. Shadow_11.BackgroundTransparency = 0.80000001192093
  615. Shadow_11.BorderSizePixel = 0
  616. Shadow_11.Position = UDim2.new(0, 2, 0, 2)
  617. Shadow_11.Size = UDim2.new(1, 0, 1, 0)
  618. Shadow_11.ZIndex = 7
  619.  
  620. Shadow_12.Name = "Shadow"
  621. Shadow_12.Parent = CopyClip
  622. Shadow_12.BackgroundColor3 = Color3.new(0, 0, 0)
  623. Shadow_12.BackgroundTransparency = 0.80000001192093
  624. Shadow_12.BorderSizePixel = 0
  625. Shadow_12.Position = UDim2.new(0, 3, 0, 3)
  626. Shadow_12.Size = UDim2.new(1, 0, 1, 0)
  627. Shadow_12.ZIndex = 7
  628.  
  629. CopyText.Name = "CopyText"
  630. CopyText.Parent = CopyClip
  631. CopyText.BackgroundColor3 = Color3.new(1, 1, 1)
  632. CopyText.BackgroundTransparency = 1
  633. CopyText.Size = UDim2.new(1, 0, 1, 0)
  634. CopyText.ZIndex = 10
  635. CopyText.Font = Enum.Font.SourceSansBold
  636. CopyText.Text = "Copy to clipboard"
  637. CopyText.TextColor3 = Color3.new(1, 1, 1)
  638. CopyText.TextSize = 20
  639.  
  640. BG_2.Name = "BG"
  641. BG_2.Parent = CopyClip
  642. BG_2.BackgroundColor3 = Color3.new(1, 1, 1)
  643. BG_2.BackgroundTransparency = 1
  644. BG_2.Position = UDim2.new(0, 1, 0, 1)
  645. BG_2.Size = UDim2.new(1, 0, 1, 0)
  646. BG_2.ZIndex = 9
  647. BG_2.Font = Enum.Font.SourceSansBold
  648. BG_2.Text = "Copy to clipboard"
  649. BG_2.TextColor3 = Color3.new(0, 0, 0)
  650. BG_2.TextSize = 20
  651. BG_2.TextTransparency = 0.80000001192093
  652.  
  653. BG_3.Name = "BG"
  654. BG_3.Parent = CopyClip
  655. BG_3.BackgroundColor3 = Color3.new(1, 1, 1)
  656. BG_3.BackgroundTransparency = 1
  657. BG_3.Position = UDim2.new(0, 2, 0, 2)
  658. BG_3.Size = UDim2.new(1, 0, 1, 0)
  659. BG_3.ZIndex = 9
  660. BG_3.Font = Enum.Font.SourceSansBold
  661. BG_3.Text = "Copy to clipboard"
  662. BG_3.TextColor3 = Color3.new(0, 0, 0)
  663. BG_3.TextSize = 20
  664. BG_3.TextTransparency = 0.80000001192093
  665.  
  666. BG_4.Name = "BG"
  667. BG_4.Parent = CopyClip
  668. BG_4.BackgroundColor3 = Color3.new(1, 1, 1)
  669. BG_4.BackgroundTransparency = 1
  670. BG_4.Position = UDim2.new(0, 3, 0, 3)
  671. BG_4.Size = UDim2.new(1, 0, 1, 0)
  672. BG_4.ZIndex = 9
  673. BG_4.Font = Enum.Font.SourceSansBold
  674. BG_4.Text = "Copy to clipboard"
  675. BG_4.TextColor3 = Color3.new(0, 0, 0)
  676. BG_4.TextSize = 20
  677. BG_4.TextTransparency = 0.80000001192093
  678.  
  679. Remotes.Name = "Remotes"
  680. Remotes.Parent = TabsFolder
  681. Remotes.BackgroundColor3 = Color3.new(1, 1, 1)
  682. Remotes.BackgroundTransparency = 1
  683. Remotes.BorderSizePixel = 0
  684. Remotes.Size = UDim2.new(1, 0, 1, 0)
  685. Remotes.ZIndex = 7
  686. Remotes.BottomImage = "rbxassetid://2504831909"
  687. Remotes.CanvasSize = UDim2.new(0, 0, 0, 0)
  688. Remotes.MidImage = "rbxassetid://2504831909"
  689. Remotes.ScrollBarThickness = 6
  690. Remotes.TopImage = "rbxassetid://2504831909"
  691.  
  692. Explorer.Name = "Explorer"
  693. Explorer.Parent = TabsFolder
  694. Explorer.BackgroundColor3 = Color3.new(1, 1, 1)
  695. Explorer.BackgroundTransparency = 1
  696. Explorer.Position = UDim2.new(2, 0, 0, 0)
  697. Explorer.Size = UDim2.new(1, 0, 1, 0)
  698.  
  699. Warning_2.Name = "Warning"
  700. Warning_2.Parent = Explorer
  701. Warning_2.BackgroundColor3 = Color3.new(1, 1, 1)
  702. Warning_2.BackgroundTransparency = 1
  703. Warning_2.Size = UDim2.new(1, 0, 1, 0)
  704.  
  705. Logo_2.Name = "Logo"
  706. Logo_2.Parent = Warning_2
  707. Logo_2.AnchorPoint = Vector2.new(0.5, 0)
  708. Logo_2.BackgroundColor3 = Color3.new(1, 1, 1)
  709. Logo_2.BackgroundTransparency = 1
  710. Logo_2.Position = UDim2.new(0.5, 0, 0.125, 0)
  711. Logo_2.Size = UDim2.new(0, 150, 0, 150)
  712. Logo_2.ZIndex = 7
  713. Logo_2.Image = "rbxassetid://2512823206"
  714.  
  715. Shadow_13.Name = "Shadow"
  716. Shadow_13.Parent = Logo_2
  717. Shadow_13.BackgroundColor3 = Color3.new(1, 1, 1)
  718. Shadow_13.BackgroundTransparency = 1
  719. Shadow_13.Position = UDim2.new(0, 1, 0, 1)
  720. Shadow_13.Size = UDim2.new(1, 0, 1, 0)
  721. Shadow_13.ZIndex = 6
  722. Shadow_13.Image = "rbxassetid://2512823206"
  723. Shadow_13.ImageColor3 = Color3.new(0, 0, 0)
  724. Shadow_13.ImageTransparency = 0.80000001192093
  725.  
  726. Shadow_14.Name = "Shadow"
  727. Shadow_14.Parent = Logo_2
  728. Shadow_14.BackgroundColor3 = Color3.new(1, 1, 1)
  729. Shadow_14.BackgroundTransparency = 1
  730. Shadow_14.Position = UDim2.new(0, 2, 0, 2)
  731. Shadow_14.Size = UDim2.new(1, 0, 1, 0)
  732. Shadow_14.ZIndex = 6
  733. Shadow_14.Image = "rbxassetid://2512823206"
  734. Shadow_14.ImageColor3 = Color3.new(0, 0, 0)
  735. Shadow_14.ImageTransparency = 0.80000001192093
  736.  
  737. Shadow_15.Name = "Shadow"
  738. Shadow_15.Parent = Logo_2
  739. Shadow_15.BackgroundColor3 = Color3.new(1, 1, 1)
  740. Shadow_15.BackgroundTransparency = 1
  741. Shadow_15.Position = UDim2.new(0, 3, 0, 3)
  742. Shadow_15.Size = UDim2.new(1, 0, 1, 0)
  743. Shadow_15.ZIndex = 6
  744. Shadow_15.Image = "rbxassetid://2512823206"
  745. Shadow_15.ImageColor3 = Color3.new(0, 0, 0)
  746. Shadow_15.ImageTransparency = 0.80000001192093
  747.  
  748. WarningLabel_2.Name = "WarningLabel"
  749. WarningLabel_2.Parent = Warning_2
  750. WarningLabel_2.AnchorPoint = Vector2.new(0.5, 1)
  751. WarningLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  752. WarningLabel_2.BackgroundTransparency = 1
  753. WarningLabel_2.Position = UDim2.new(0.5, 0, 0.899999976, 0)
  754. WarningLabel_2.Size = UDim2.new(0.800000012, 0, 0.200000003, 0)
  755. WarningLabel_2.ZIndex = 7
  756. WarningLabel_2.Font = Enum.Font.SourceSansBold
  757. WarningLabel_2.Text = "Please make sure you select a remote in the remotes tab to view its location"
  758. WarningLabel_2.TextColor3 = Color3.new(1, 0.8, 0.301961)
  759. WarningLabel_2.TextScaled = true
  760. WarningLabel_2.TextSize = 30
  761. WarningLabel_2.TextWrapped = true
  762.  
  763. Shadow_16.Name = "Shadow"
  764. Shadow_16.Parent = WarningLabel_2
  765. Shadow_16.BackgroundColor3 = Color3.new(1, 1, 1)
  766. Shadow_16.BackgroundTransparency = 1
  767. Shadow_16.Position = UDim2.new(0, 1, 0, 1)
  768. Shadow_16.Size = UDim2.new(1, 0, 1, 0)
  769. Shadow_16.ZIndex = 6
  770. Shadow_16.Font = Enum.Font.SourceSansBold
  771. Shadow_16.Text = "Please make sure you select a remote in the remotes tab to view its location"
  772. Shadow_16.TextColor3 = Color3.new(0, 0, 0)
  773. Shadow_16.TextScaled = true
  774. Shadow_16.TextSize = 30
  775. Shadow_16.TextTransparency = 0.80000001192093
  776. Shadow_16.TextWrapped = true
  777.  
  778. Shadow_17.Name = "Shadow"
  779. Shadow_17.Parent = WarningLabel_2
  780. Shadow_17.BackgroundColor3 = Color3.new(1, 1, 1)
  781. Shadow_17.BackgroundTransparency = 1
  782. Shadow_17.Position = UDim2.new(0, 2, 0, 2)
  783. Shadow_17.Size = UDim2.new(1, 0, 1, 0)
  784. Shadow_17.ZIndex = 6
  785. Shadow_17.Font = Enum.Font.SourceSansBold
  786. Shadow_17.Text = "Please make sure you select a remote in the remotes tab to view its location"
  787. Shadow_17.TextColor3 = Color3.new(0, 0, 0)
  788. Shadow_17.TextScaled = true
  789. Shadow_17.TextSize = 30
  790. Shadow_17.TextTransparency = 0.80000001192093
  791. Shadow_17.TextWrapped = true
  792.  
  793. Shadow_18.Name = "Shadow"
  794. Shadow_18.Parent = WarningLabel_2
  795. Shadow_18.BackgroundColor3 = Color3.new(1, 1, 1)
  796. Shadow_18.BackgroundTransparency = 1
  797. Shadow_18.Position = UDim2.new(0, 3, 0, 3)
  798. Shadow_18.Size = UDim2.new(1, 0, 1, 0)
  799. Shadow_18.ZIndex = 6
  800. Shadow_18.Font = Enum.Font.SourceSansBold
  801. Shadow_18.Text = "Please make sure you select a remote in the remotes tab to view its location"
  802. Shadow_18.TextColor3 = Color3.new(0, 0, 0)
  803. Shadow_18.TextScaled = true
  804. Shadow_18.TextSize = 30
  805. Shadow_18.TextTransparency = 0.80000001192093
  806. Shadow_18.TextWrapped = true
  807.  
  808. Window_2.Name = "Window"
  809. Window_2.Parent = Explorer
  810. Window_2.BackgroundColor3 = Color3.new(1, 1, 1)
  811. Window_2.BackgroundTransparency = 1
  812. Window_2.Size = UDim2.new(1, 0, 1, 0)
  813. Window_2.Visible = false
  814. Window_2.ZIndex = 7
  815.  
  816. ExplorerWindow.Name = "ExplorerWindow"
  817. ExplorerWindow.Parent = Window_2
  818. ExplorerWindow.BackgroundColor3 = Color3.new(1, 1, 1)
  819. ExplorerWindow.BackgroundTransparency = 1
  820. ExplorerWindow.Size = UDim2.new(1, 0, 1, 0)
  821. ExplorerWindow.ZIndex = 7
  822. ExplorerWindow.BottomImage = "rbxassetid://2504831909"
  823. ExplorerWindow.CanvasSize = UDim2.new(0, 0, 0, 0)
  824. ExplorerWindow.MidImage = "rbxassetid://2504831909"
  825. ExplorerWindow.ScrollBarThickness = 6
  826. ExplorerWindow.TopImage = "rbxassetid://2504831909"
  827.  
  828. Shadow_19.Name = "Shadow"
  829. Shadow_19.Parent = Hub
  830. Shadow_19.BackgroundColor3 = Color3.new(0, 0, 0)
  831. Shadow_19.BackgroundTransparency = 0.89999997615814
  832. Shadow_19.BorderSizePixel = 0
  833. Shadow_19.Position = UDim2.new(0, 0, 0.5, 1)
  834. Shadow_19.Size = UDim2.new(1, 50, 0.5, 0)
  835. Shadow_19.ZIndex = 9
  836.  
  837. Shadow_20.Name = "Shadow"
  838. Shadow_20.Parent = Hub
  839. Shadow_20.BackgroundColor3 = Color3.new(0, 0, 0)
  840. Shadow_20.BackgroundTransparency = 0.89999997615814
  841. Shadow_20.BorderSizePixel = 0
  842. Shadow_20.Position = UDim2.new(0, 0, 0.5, 2)
  843. Shadow_20.Size = UDim2.new(1, 50, 0.5, 0)
  844. Shadow_20.ZIndex = 9
  845.  
  846. Shadow_21.Name = "Shadow"
  847. Shadow_21.Parent = Hub
  848. Shadow_21.BackgroundColor3 = Color3.new(0, 0, 0)
  849. Shadow_21.BackgroundTransparency = 0.89999997615814
  850. Shadow_21.BorderSizePixel = 0
  851. Shadow_21.Position = UDim2.new(0, 0, 0.5, 3)
  852. Shadow_21.Size = UDim2.new(1, 50, 0.5, 0)
  853. Shadow_21.ZIndex = 9
  854.  
  855. Shadow_22.Name = "Shadow"
  856. Shadow_22.Parent = Hub
  857. Shadow_22.BackgroundColor3 = Color3.new(0, 0, 0)
  858. Shadow_22.BackgroundTransparency = 0.89999997615814
  859. Shadow_22.BorderSizePixel = 0
  860. Shadow_22.Position = UDim2.new(0, 0, 0.5, 4)
  861. Shadow_22.Size = UDim2.new(1, 50, 0.5, 0)
  862. Shadow_22.ZIndex = 9
  863.  
  864. Title.Name = "Title"
  865. Title.Parent = Hub
  866. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  867. Title.BackgroundTransparency = 1
  868. Title.Position = UDim2.new(0, 50, 0, 0)
  869. Title.Size = UDim2.new(0, 150, 1, 0)
  870. Title.ZIndex = 25
  871. Title.Font = Enum.Font.SourceSansLight
  872. Title.Text = "Mr.Spy V2"
  873. Title.TextColor3 = Color3.new(1, 1, 1)
  874. Title.TextSize = 30
  875. Title.TextXAlignment = Enum.TextXAlignment.Left
  876.  
  877. Credits.Name = "Credits"
  878. Credits.Parent = Hub
  879. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  880. Credits.BackgroundTransparency = 1
  881. Credits.Position = UDim2.new(0, 50, 0, 0)
  882. Credits.Size = UDim2.new(0, 150, 1, -1)
  883. Credits.ZIndex = 25
  884. Credits.Font = Enum.Font.SourceSansSemibold
  885. Credits.Text = "Created by - Rebug/KurokkusGhost"
  886. Credits.TextColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  887. Credits.TextSize = 10
  888. Credits.TextXAlignment = Enum.TextXAlignment.Left
  889. Credits.TextYAlignment = Enum.TextYAlignment.Bottom
  890.  
  891. Icon.Name = "Icon"
  892. Icon.Parent = Hub
  893. Icon.BackgroundColor3 = Color3.new(1, 1, 1)
  894. Icon.BackgroundTransparency = 1
  895. Icon.Position = UDim2.new(0, 5, 0, 10)
  896. Icon.Size = UDim2.new(0, 40, 0, 40)
  897. Icon.ZIndex = 25
  898. Icon.Image = "rbxassetid://2502312317"
  899.  
  900. Exit.Name = "Exit"
  901. Exit.Parent = Hub
  902. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  903. Exit.BackgroundTransparency = 1
  904. Exit.Position = UDim2.new(1, 0, 0, 0)
  905. Exit.Size = UDim2.new(0, 50, 0, 50)
  906. Exit.ZIndex = 25
  907. Exit.Image = "rbxassetid://985583019"
  908.  
  909. ShadowHolder_2.Name = "ShadowHolder"
  910. ShadowHolder_2.Parent = Exit
  911. ShadowHolder_2.BackgroundColor3 = Color3.new(1, 1, 1)
  912. ShadowHolder_2.BackgroundTransparency = 1
  913. ShadowHolder_2.ClipsDescendants = true
  914. ShadowHolder_2.Size = UDim2.new(1, 10, 1, 0)
  915.  
  916. Shadow_23.Name = "Shadow"
  917. Shadow_23.Parent = ShadowHolder_2
  918. Shadow_23.BackgroundColor3 = Color3.new(1, 1, 1)
  919. Shadow_23.BackgroundTransparency = 1
  920. Shadow_23.Position = UDim2.new(0, 1, 0, 1)
  921. Shadow_23.Size = UDim2.new(0, 50, 0, 50)
  922. Shadow_23.ZIndex = 24
  923. Shadow_23.Image = "rbxassetid://985583019"
  924. Shadow_23.ImageColor3 = Color3.new(0, 0, 0)
  925. Shadow_23.ImageTransparency = 0.85000002384186
  926.  
  927. Shadow_24.Name = "Shadow"
  928. Shadow_24.Parent = ShadowHolder_2
  929. Shadow_24.BackgroundColor3 = Color3.new(1, 1, 1)
  930. Shadow_24.BackgroundTransparency = 1
  931. Shadow_24.Position = UDim2.new(0, 2, 0, 2)
  932. Shadow_24.Size = UDim2.new(0, 50, 0, 50)
  933. Shadow_24.ZIndex = 24
  934. Shadow_24.Image = "rbxassetid://985583019"
  935. Shadow_24.ImageColor3 = Color3.new(0, 0, 0)
  936. Shadow_24.ImageTransparency = 0.85000002384186
  937.  
  938. Shadow_25.Name = "Shadow"
  939. Shadow_25.Parent = ShadowHolder_2
  940. Shadow_25.BackgroundColor3 = Color3.new(1, 1, 1)
  941. Shadow_25.BackgroundTransparency = 1
  942. Shadow_25.Position = UDim2.new(0, 3, 0, 3)
  943. Shadow_25.Size = UDim2.new(0, 50, 0, 50)
  944. Shadow_25.ZIndex = 24
  945. Shadow_25.Image = "rbxassetid://985583019"
  946. Shadow_25.ImageColor3 = Color3.new(0, 0, 0)
  947. Shadow_25.ImageTransparency = 0.85000002384186
  948.  
  949. Tabs.Name = "Tabs"
  950. Tabs.Parent = Hub
  951. Tabs.BackgroundColor3 = Color3.new(1, 1, 1)
  952. Tabs.BackgroundTransparency = 1
  953. Tabs.Position = UDim2.new(0.400000006, 0, 0, 0)
  954. Tabs.Size = UDim2.new(0.600000024, 0, 1, 0)
  955. Tabs.ZIndex = 25
  956.  
  957. TabLine.Name = "TabLine"
  958. TabLine.Parent = Tabs
  959. TabLine.AnchorPoint = Vector2.new(0, 1)
  960. TabLine.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
  961. TabLine.BorderSizePixel = 0
  962. TabLine.Position = UDim2.new(0, 0, 1, 0)
  963. TabLine.Size = UDim2.new(0.25, -1, 0, 3)
  964. TabLine.ZIndex = 30
  965.  
  966. Remotes_2.Name = "Remotes"
  967. Remotes_2.Parent = Tabs
  968. Remotes_2.BackgroundColor3 = Color3.new(1, 1, 1)
  969. Remotes_2.BackgroundTransparency = 1
  970. Remotes_2.LayoutOrder = 1
  971. Remotes_2.Size = UDim2.new(0.25, 0, 0, 50)
  972. Remotes_2.ZIndex = 25
  973. Remotes_2.Font = Enum.Font.SourceSansBold
  974. Remotes_2.Text = "Remotes"
  975. Remotes_2.TextColor3 = Color3.new(1, 1, 1)
  976. Remotes_2.TextSize = 20
  977.  
  978. Spys.Name = "Spys"
  979. Spys.Parent = Remotes_2
  980. Spys.BackgroundColor3 = Color3.new(1, 1, 1)
  981. Spys.BackgroundTransparency = 1
  982. Spys.ClipsDescendants = true
  983. Spys.Size = UDim2.new(1, 3, 1.75, 3)
  984. Spys.ZIndex = 9
  985.  
  986. Spyer.Name = "Spyer"
  987. Spyer.Parent = Spys
  988. Spyer.BackgroundColor3 = Color3.new(0.843137, 0.352941, 0.290196)
  989. Spyer.BackgroundTransparency = 1
  990. Spyer.Position = UDim2.new(0, 0, 0, -7)
  991. Spyer.Size = UDim2.new(1, -4, 0.5, 3)
  992. Spyer.ZIndex = 8
  993. Spyer.Image = "rbxassetid://2052866575"
  994. Spyer.ImageColor3 = Color3.new(0, 0.666667, 0.364706)
  995. Spyer.ScaleType = Enum.ScaleType.Slice
  996. Spyer.SliceCenter = Rect.new(8, 8, 8, 8)
  997.  
  998. Shadow_26.Name = "Shadow"
  999. Shadow_26.Parent = Spyer
  1000. Shadow_26.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1001. Shadow_26.BackgroundTransparency = 1
  1002. Shadow_26.Position = UDim2.new(0, 1, 0, 1)
  1003. Shadow_26.Size = UDim2.new(1, 0, 1, 0)
  1004. Shadow_26.ZIndex = 7
  1005. Shadow_26.Image = "rbxassetid://2052866575"
  1006. Shadow_26.ImageColor3 = Color3.new(0, 0, 0)
  1007. Shadow_26.ImageTransparency = 0.85000002384186
  1008. Shadow_26.ScaleType = Enum.ScaleType.Slice
  1009. Shadow_26.SliceCenter = Rect.new(8, 8, 8, 8)
  1010.  
  1011. Shadow_27.Name = "Shadow"
  1012. Shadow_27.Parent = Spyer
  1013. Shadow_27.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1014. Shadow_27.BackgroundTransparency = 1
  1015. Shadow_27.Position = UDim2.new(0, 2, 0, 2)
  1016. Shadow_27.Size = UDim2.new(1, 0, 1, 0)
  1017. Shadow_27.ZIndex = 7
  1018. Shadow_27.Image = "rbxassetid://2052866575"
  1019. Shadow_27.ImageColor3 = Color3.new(0, 0, 0)
  1020. Shadow_27.ImageTransparency = 0.85000002384186
  1021. Shadow_27.ScaleType = Enum.ScaleType.Slice
  1022. Shadow_27.SliceCenter = Rect.new(8, 8, 8, 8)
  1023.  
  1024. Shadow_28.Name = "Shadow"
  1025. Shadow_28.Parent = Spyer
  1026. Shadow_28.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1027. Shadow_28.BackgroundTransparency = 1
  1028. Shadow_28.Position = UDim2.new(0, 3, 0, 3)
  1029. Shadow_28.Size = UDim2.new(1, 0, 1, 0)
  1030. Shadow_28.ZIndex = 7
  1031. Shadow_28.Image = "rbxassetid://2052866575"
  1032. Shadow_28.ImageColor3 = Color3.new(0, 0, 0)
  1033. Shadow_28.ImageTransparency = 0.85000002384186
  1034. Shadow_28.ScaleType = Enum.ScaleType.Slice
  1035. Shadow_28.SliceCenter = Rect.new(8, 8, 8, 8)
  1036.  
  1037. Words.Name = "Words"
  1038. Words.Parent = Spyer
  1039. Words.BackgroundColor3 = Color3.new(1, 1, 1)
  1040. Words.BackgroundTransparency = 1
  1041. Words.Position = UDim2.new(0, 0, 0.25, -1)
  1042. Words.Size = UDim2.new(1, 0, 0.75, 0)
  1043. Words.ZIndex = 8
  1044. Words.Font = Enum.Font.SourceSansBold
  1045. Words.Text = "Spy All"
  1046. Words.TextColor3 = Color3.new(1, 1, 1)
  1047. Words.TextSize = 20
  1048.  
  1049. Output_2.Name = "Output"
  1050. Output_2.Parent = Tabs
  1051. Output_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1052. Output_2.BackgroundTransparency = 1
  1053. Output_2.LayoutOrder = 2
  1054. Output_2.Position = UDim2.new(0.25, 0, 0, 0)
  1055. Output_2.Size = UDim2.new(0.25, 0, 0, 50)
  1056. Output_2.ZIndex = 25
  1057. Output_2.Font = Enum.Font.SourceSansBold
  1058. Output_2.Text = "Output"
  1059. Output_2.TextColor3 = Color3.new(1, 1, 1)
  1060. Output_2.TextSize = 20
  1061.  
  1062. ClearHolder.Name = "ClearHolder"
  1063. ClearHolder.Parent = Output_2
  1064. ClearHolder.BackgroundColor3 = Color3.new(1, 1, 1)
  1065. ClearHolder.BackgroundTransparency = 1
  1066. ClearHolder.ClipsDescendants = true
  1067. ClearHolder.Size = UDim2.new(1, 3, 1.75, 3)
  1068. ClearHolder.ZIndex = 9
  1069.  
  1070. Clear.Name = "Clear"
  1071. Clear.Parent = ClearHolder
  1072. Clear.BackgroundColor3 = Color3.new(0.843137, 0.352941, 0.290196)
  1073. Clear.BackgroundTransparency = 1
  1074. Clear.Position = UDim2.new(0, 0, 0, -7)
  1075. Clear.Size = UDim2.new(1, -4, 0.5, 3)
  1076. Clear.ZIndex = 8
  1077. Clear.Image = "rbxassetid://2052866575"
  1078. Clear.ImageColor3 = Color3.new(0.843137, 0.352941, 0.290196)
  1079. Clear.ScaleType = Enum.ScaleType.Slice
  1080. Clear.SliceCenter = Rect.new(8, 8, 8, 8)
  1081.  
  1082. Shadow_29.Name = "Shadow"
  1083. Shadow_29.Parent = Clear
  1084. Shadow_29.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1085. Shadow_29.BackgroundTransparency = 1
  1086. Shadow_29.Position = UDim2.new(0, 1, 0, 1)
  1087. Shadow_29.Size = UDim2.new(1, 0, 1, 0)
  1088. Shadow_29.ZIndex = 7
  1089. Shadow_29.Image = "rbxassetid://2052866575"
  1090. Shadow_29.ImageColor3 = Color3.new(0, 0, 0)
  1091. Shadow_29.ImageTransparency = 0.85000002384186
  1092. Shadow_29.ScaleType = Enum.ScaleType.Slice
  1093. Shadow_29.SliceCenter = Rect.new(8, 8, 8, 8)
  1094.  
  1095. Shadow_30.Name = "Shadow"
  1096. Shadow_30.Parent = Clear
  1097. Shadow_30.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1098. Shadow_30.BackgroundTransparency = 1
  1099. Shadow_30.Position = UDim2.new(0, 2, 0, 2)
  1100. Shadow_30.Size = UDim2.new(1, 0, 1, 0)
  1101. Shadow_30.ZIndex = 7
  1102. Shadow_30.Image = "rbxassetid://2052866575"
  1103. Shadow_30.ImageColor3 = Color3.new(0, 0, 0)
  1104. Shadow_30.ImageTransparency = 0.85000002384186
  1105. Shadow_30.ScaleType = Enum.ScaleType.Slice
  1106. Shadow_30.SliceCenter = Rect.new(8, 8, 8, 8)
  1107.  
  1108. Shadow_31.Name = "Shadow"
  1109. Shadow_31.Parent = Clear
  1110. Shadow_31.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1111. Shadow_31.BackgroundTransparency = 1
  1112. Shadow_31.Position = UDim2.new(0, 3, 0, 3)
  1113. Shadow_31.Size = UDim2.new(1, 0, 1, 0)
  1114. Shadow_31.ZIndex = 7
  1115. Shadow_31.Image = "rbxassetid://2052866575"
  1116. Shadow_31.ImageColor3 = Color3.new(0, 0, 0)
  1117. Shadow_31.ImageTransparency = 0.85000002384186
  1118. Shadow_31.ScaleType = Enum.ScaleType.Slice
  1119. Shadow_31.SliceCenter = Rect.new(8, 8, 8, 8)
  1120.  
  1121. TextLabel.Parent = Clear
  1122. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1123. TextLabel.BackgroundTransparency = 1
  1124. TextLabel.Position = UDim2.new(0, 0, 0.25, -1)
  1125. TextLabel.Size = UDim2.new(1, 0, 0.75, 0)
  1126. TextLabel.ZIndex = 8
  1127. TextLabel.Font = Enum.Font.SourceSansBold
  1128. TextLabel.Text = "Clear"
  1129. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  1130. TextLabel.TextSize = 20
  1131.  
  1132. Explorer_2.Name = "Explorer"
  1133. Explorer_2.Parent = Tabs
  1134. Explorer_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1135. Explorer_2.BackgroundTransparency = 1
  1136. Explorer_2.LayoutOrder = 3
  1137. Explorer_2.Position = UDim2.new(0.5, 0, 0, 0)
  1138. Explorer_2.Size = UDim2.new(0.25, 0, 0, 50)
  1139. Explorer_2.ZIndex = 25
  1140. Explorer_2.Font = Enum.Font.SourceSansBold
  1141. Explorer_2.Text = "Explorer"
  1142. Explorer_2.TextColor3 = Color3.new(1, 1, 1)
  1143. Explorer_2.TextSize = 20
  1144.  
  1145. R2S_2.Name = "R2S"
  1146. R2S_2.Parent = Tabs
  1147. R2S_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1148. R2S_2.BackgroundTransparency = 1
  1149. R2S_2.LayoutOrder = 3
  1150. R2S_2.Position = UDim2.new(0.75, 0, 0, 0)
  1151. R2S_2.Size = UDim2.new(0.25, 0, 0, 50)
  1152. R2S_2.ZIndex = 25
  1153. R2S_2.Font = Enum.Font.SourceSansBold
  1154. R2S_2.Text = "R2S"
  1155. R2S_2.TextColor3 = Color3.new(1, 1, 1)
  1156. R2S_2.TextSize = 20
  1157.  
  1158. Holder.Name = "Holder"
  1159. Holder.Parent = MrSpyV2RebugKurokkusGhost
  1160. Holder.BackgroundColor3 = Color3.new(1, 1, 1)
  1161. Holder.Size = UDim2.new(0, 100, 0, 100)
  1162. Holder.Visible = false
  1163.  
  1164. Icon_2.Name = "Icon"
  1165. Icon_2.Parent = Holder
  1166. Icon_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1167. Icon_2.BackgroundTransparency = 1
  1168. Icon_2.ClipsDescendants = true
  1169. Icon_2.Size = UDim2.new(0, 16, 0, 16)
  1170. Icon_2.ZIndex = 7
  1171.  
  1172. IconMap.Name = "IconMap"
  1173. IconMap.Parent = Icon_2
  1174. IconMap.BackgroundColor3 = Color3.new(1, 1, 1)
  1175. IconMap.BackgroundTransparency = 1
  1176. IconMap.Position = UDim2.new(0, -93, 0, -21)
  1177. IconMap.Size = UDim2.new(0, 256, 0, 256)
  1178. IconMap.ZIndex = 7
  1179. IconMap.Image = "rbxassetid://483448923"
  1180.  
  1181. RemoteGrid.Name = "RemoteGrid"
  1182. RemoteGrid.Parent = Holder
  1183. RemoteGrid.HorizontalAlignment = Enum.HorizontalAlignment.Right
  1184. RemoteGrid.CellPadding = UDim2.new(0, 0, 0, 4)
  1185. RemoteGrid.CellSize = UDim2.new(1, -5, 0, 16)
  1186.  
  1187. RemoteTemplate.Name = "RemoteTemplate"
  1188. RemoteTemplate.Parent = Holder
  1189. RemoteTemplate.BackgroundColor3 = Color3.new(1, 1, 1)
  1190. RemoteTemplate.BackgroundTransparency = 1
  1191. RemoteTemplate.Size = UDim2.new(1, -5, 0, 16)
  1192. RemoteTemplate.ZIndex = 7
  1193.  
  1194. Icon_3.Name = "Icon"
  1195. Icon_3.Parent = RemoteTemplate
  1196. Icon_3.BackgroundColor3 = Color3.new(1, 1, 1)
  1197. Icon_3.BackgroundTransparency = 1
  1198. Icon_3.ClipsDescendants = true
  1199. Icon_3.Size = UDim2.new(0, 16, 0, 16)
  1200. Icon_3.ZIndex = 7
  1201.  
  1202. IconMap_2.Name = "IconMap"
  1203. IconMap_2.Parent = Icon_3
  1204. IconMap_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1205. IconMap_2.BackgroundTransparency = 1
  1206. IconMap_2.Position = UDim2.new(0, -183, 0, -93)
  1207. IconMap_2.Size = UDim2.new(0, 256, 0, 256)
  1208. IconMap_2.ZIndex = 7
  1209. IconMap_2.Image = "rbxassetid://483448923"
  1210.  
  1211. RemoteName.Name = "RemoteName"
  1212. RemoteName.Parent = RemoteTemplate
  1213. RemoteName.BackgroundColor3 = Color3.new(1, 1, 1)
  1214. RemoteName.BackgroundTransparency = 1
  1215. RemoteName.Position = UDim2.new(0, 20, 0, 0)
  1216. RemoteName.Size = UDim2.new(0, 200, 0, 16)
  1217. RemoteName.ZIndex = 7
  1218. RemoteName.Font = Enum.Font.SourceSans
  1219. RemoteName.Text = "GiveMoney"
  1220. RemoteName.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  1221. RemoteName.TextSize = 14
  1222. RemoteName.TextXAlignment = Enum.TextXAlignment.Left
  1223.  
  1224. Spy.Name = "Spy"
  1225. Spy.Parent = RemoteTemplate
  1226. Spy.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1227. Spy.BorderSizePixel = 0
  1228. Spy.Position = UDim2.new(0, 82, 0, 0)
  1229. Spy.Size = UDim2.new(0, 50, 1, 0)
  1230. Spy.ZIndex = 8
  1231. Spy.AutoButtonColor = false
  1232. Spy.Font = Enum.Font.SourceSansSemibold
  1233. Spy.Text = "Spy"
  1234. Spy.TextColor3 = Color3.new(1, 1, 1)
  1235. Spy.TextSize = 14
  1236.  
  1237. Shadow_32.Name = "Shadow"
  1238. Shadow_32.Parent = Spy
  1239. Shadow_32.BackgroundColor3 = Color3.new(0, 0, 0)
  1240. Shadow_32.BackgroundTransparency = 0.80000001192093
  1241. Shadow_32.BorderSizePixel = 0
  1242. Shadow_32.Position = UDim2.new(0, 1, 0, 1)
  1243. Shadow_32.Size = UDim2.new(1, 0, 1, 0)
  1244. Shadow_32.ZIndex = 7
  1245.  
  1246. Shadow_33.Name = "Shadow"
  1247. Shadow_33.Parent = Spy
  1248. Shadow_33.BackgroundColor3 = Color3.new(0, 0, 0)
  1249. Shadow_33.BackgroundTransparency = 0.80000001192093
  1250. Shadow_33.BorderSizePixel = 0
  1251. Shadow_33.Position = UDim2.new(0, 2, 0, 2)
  1252. Shadow_33.Size = UDim2.new(1, 0, 1, 0)
  1253. Shadow_33.ZIndex = 7
  1254.  
  1255. Shadow_34.Name = "Shadow"
  1256. Shadow_34.Parent = Spy
  1257. Shadow_34.BackgroundColor3 = Color3.new(0, 0, 0)
  1258. Shadow_34.BackgroundTransparency = 0.80000001192093
  1259. Shadow_34.BorderSizePixel = 0
  1260. Shadow_34.Position = UDim2.new(0, 3, 0, 3)
  1261. Shadow_34.Size = UDim2.new(1, 0, 1, 0)
  1262. Shadow_34.ZIndex = 7
  1263.  
  1264. View.Name = "View"
  1265. View.Parent = RemoteTemplate
  1266. View.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1267. View.BorderSizePixel = 0
  1268. View.Position = UDim2.new(0, 142, 0, 0)
  1269. View.Size = UDim2.new(0, 50, 1, 0)
  1270. View.ZIndex = 8
  1271. View.AutoButtonColor = false
  1272. View.Font = Enum.Font.SourceSansSemibold
  1273. View.Text = "View"
  1274. View.TextColor3 = Color3.new(1, 1, 1)
  1275. View.TextSize = 14
  1276.  
  1277. Shadow_35.Name = "Shadow"
  1278. Shadow_35.Parent = View
  1279. Shadow_35.BackgroundColor3 = Color3.new(0, 0, 0)
  1280. Shadow_35.BackgroundTransparency = 0.80000001192093
  1281. Shadow_35.BorderSizePixel = 0
  1282. Shadow_35.Position = UDim2.new(0, 1, 0, 1)
  1283. Shadow_35.Size = UDim2.new(1, 0, 1, 0)
  1284. Shadow_35.ZIndex = 7
  1285.  
  1286. Shadow_36.Name = "Shadow"
  1287. Shadow_36.Parent = View
  1288. Shadow_36.BackgroundColor3 = Color3.new(0, 0, 0)
  1289. Shadow_36.BackgroundTransparency = 0.80000001192093
  1290. Shadow_36.BorderSizePixel = 0
  1291. Shadow_36.Position = UDim2.new(0, 2, 0, 2)
  1292. Shadow_36.Size = UDim2.new(1, 0, 1, 0)
  1293. Shadow_36.ZIndex = 7
  1294.  
  1295. Shadow_37.Name = "Shadow"
  1296. Shadow_37.Parent = View
  1297. Shadow_37.BackgroundColor3 = Color3.new(0, 0, 0)
  1298. Shadow_37.BackgroundTransparency = 0.80000001192093
  1299. Shadow_37.BorderSizePixel = 0
  1300. Shadow_37.Position = UDim2.new(0, 3, 0, 3)
  1301. Shadow_37.Size = UDim2.new(1, 0, 1, 0)
  1302. Shadow_37.ZIndex = 7
  1303.  
  1304. ExplorerTemplate.Name = "ExplorerTemplate"
  1305. ExplorerTemplate.Parent = Holder
  1306. ExplorerTemplate.BackgroundColor3 = Color3.new(0.0431373, 0.352941, 0.686275)
  1307. ExplorerTemplate.BackgroundTransparency = 1
  1308. ExplorerTemplate.BorderSizePixel = 0
  1309. ExplorerTemplate.Size = UDim2.new(0, 275, 0, 20)
  1310. ExplorerTemplate.ZIndex = 7
  1311.  
  1312. Arrow.Name = "Arrow"
  1313. Arrow.Parent = ExplorerTemplate
  1314. Arrow.BackgroundColor3 = Color3.new(1, 1, 1)
  1315. Arrow.BackgroundTransparency = 1
  1316. Arrow.ClipsDescendants = true
  1317. Arrow.Position = UDim2.new(0, 0, 0, 2)
  1318. Arrow.Size = UDim2.new(0, 16, 0, 16)
  1319. Arrow.ZIndex = 8
  1320.  
  1321. Open.Name = "Open"
  1322. Open.Parent = Arrow
  1323. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  1324. Open.BackgroundTransparency = 1
  1325. Open.Size = UDim2.new(1, 0, 1, 0)
  1326. Open.ZIndex = 8
  1327. Open.Font = Enum.Font.SourceSans
  1328. Open.Text = ""
  1329. Open.TextColor3 = Color3.new(0, 0, 0)
  1330. Open.TextSize = 14
  1331.  
  1332. IconMap_3.Name = "IconMap"
  1333. IconMap_3.Parent = Arrow
  1334. IconMap_3.BackgroundColor3 = Color3.new(1, 1, 1)
  1335. IconMap_3.BackgroundTransparency = 1
  1336. IconMap_3.Position = UDim2.new(0, -219, 0, -201)
  1337. IconMap_3.Size = UDim2.new(0, 256, 0, 256)
  1338. IconMap_3.ZIndex = 8
  1339. IconMap_3.Image = "rbxassetid://483448923"
  1340.  
  1341. Icon_4.Name = "Icon"
  1342. Icon_4.Parent = ExplorerTemplate
  1343. Icon_4.BackgroundColor3 = Color3.new(1, 1, 1)
  1344. Icon_4.BackgroundTransparency = 1
  1345. Icon_4.ClipsDescendants = true
  1346. Icon_4.Position = UDim2.new(0, 20, 0, 2)
  1347. Icon_4.Size = UDim2.new(0, 16, 0, 16)
  1348. Icon_4.ZIndex = 8
  1349.  
  1350. IconMap_4.Name = "IconMap"
  1351. IconMap_4.Parent = Icon_4
  1352. IconMap_4.BackgroundColor3 = Color3.new(1, 1, 1)
  1353. IconMap_4.BackgroundTransparency = 1
  1354. IconMap_4.Position = UDim2.new(0, -93, 0, -21)
  1355. IconMap_4.Size = UDim2.new(0, 256, 0, 256)
  1356. IconMap_4.ZIndex = 8
  1357. IconMap_4.Image = "rbxassetid://483448923"
  1358.  
  1359. InstanceName.Name = "InstanceName"
  1360. InstanceName.Parent = ExplorerTemplate
  1361. InstanceName.BackgroundColor3 = Color3.new(0.0431373, 0.352941, 0.686275)
  1362. InstanceName.BackgroundTransparency = 1
  1363. InstanceName.BorderSizePixel = 0
  1364. InstanceName.Position = UDim2.new(0, 42, 0, 0)
  1365. InstanceName.Size = UDim2.new(0, 275, 1, 0)
  1366. InstanceName.ZIndex = 8
  1367. InstanceName.Font = Enum.Font.SourceSans
  1368. InstanceName.Text = "Workspace"
  1369. InstanceName.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  1370. InstanceName.TextSize = 14
  1371. InstanceName.TextXAlignment = Enum.TextXAlignment.Left
  1372.  
  1373. Open_2.Name = "Open"
  1374. Open_2.Parent = InstanceName
  1375. Open_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1376. Open_2.BackgroundTransparency = 1
  1377. Open_2.Size = UDim2.new(1, 0, 1, 0)
  1378. Open_2.ZIndex = 8
  1379. Open_2.Font = Enum.Font.SourceSans
  1380. Open_2.Text = ""
  1381. Open_2.TextColor3 = Color3.new(0, 0, 0)
  1382. Open_2.TextSize = 14
  1383.  
  1384. Holder_2.Name = "Holder"
  1385. Holder_2.Parent = ExplorerTemplate
  1386. Holder_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1387. Holder_2.BackgroundTransparency = 1
  1388. Holder_2.Position = UDim2.new(0, 20, 0, 20)
  1389. Holder_2.Size = UDim2.new(1, 0, 0, 20)
  1390. Holder_2.ZIndex = 8
  1391.  
  1392. BG_5.Name = "BG"
  1393. BG_5.Parent = ExplorerTemplate
  1394. BG_5.BackgroundColor3 = Color3.new(0.0431373, 0.352941, 0.686275)
  1395. BG_5.BackgroundTransparency = 1
  1396. BG_5.BorderSizePixel = 0
  1397. BG_5.Position = UDim2.new(0, 16, 0, 0)
  1398. BG_5.Size = UDim2.new(0, 100, 1, 0)
  1399. BG_5.ZIndex = 7
  1400.  
  1401. RemoteOutputTemplate.Name = "RemoteOutputTemplate"
  1402. RemoteOutputTemplate.Parent = Holder
  1403. RemoteOutputTemplate.BackgroundColor3 = Color3.new(1, 1, 1)
  1404. RemoteOutputTemplate.BackgroundTransparency = 1
  1405. RemoteOutputTemplate.Size = UDim2.new(1, -5, 0, 16)
  1406. RemoteOutputTemplate.ZIndex = 7
  1407.  
  1408. Icon_5.Name = "Icon"
  1409. Icon_5.Parent = RemoteOutputTemplate
  1410. Icon_5.BackgroundColor3 = Color3.new(1, 1, 1)
  1411. Icon_5.BackgroundTransparency = 1
  1412. Icon_5.ClipsDescendants = true
  1413. Icon_5.Size = UDim2.new(0, 16, 0, 16)
  1414. Icon_5.ZIndex = 7
  1415.  
  1416. IconMap_5.Name = "IconMap"
  1417. IconMap_5.Parent = Icon_5
  1418. IconMap_5.BackgroundColor3 = Color3.new(1, 1, 1)
  1419. IconMap_5.BackgroundTransparency = 1
  1420. IconMap_5.Position = UDim2.new(0, -183, 0, -93)
  1421. IconMap_5.Size = UDim2.new(0, 256, 0, 256)
  1422. IconMap_5.ZIndex = 7
  1423. IconMap_5.Image = "rbxassetid://483448923"
  1424.  
  1425. RemoteName_2.Name = "RemoteName"
  1426. RemoteName_2.Parent = RemoteOutputTemplate
  1427. RemoteName_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1428. RemoteName_2.BackgroundTransparency = 1
  1429. RemoteName_2.Position = UDim2.new(0, 20, 0, 0)
  1430. RemoteName_2.Size = UDim2.new(1, -20, 0, 16)
  1431. RemoteName_2.ZIndex = 7
  1432. RemoteName_2.Font = Enum.Font.SourceSans
  1433. RemoteName_2.Text = "GiveMoney | Args: {}"
  1434. RemoteName_2.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  1435. RemoteName_2.TextSize = 14
  1436. RemoteName_2.TextXAlignment = Enum.TextXAlignment.Left
  1437.  
  1438. R2S_3.Name = "R2S"
  1439. R2S_3.Parent = RemoteOutputTemplate
  1440. R2S_3.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1441. R2S_3.BorderSizePixel = 0
  1442. R2S_3.Position = UDim2.new(0, 82, 0, 0)
  1443. R2S_3.Size = UDim2.new(0, 50, 1, 0)
  1444. R2S_3.ZIndex = 8
  1445. R2S_3.AutoButtonColor = false
  1446. R2S_3.Font = Enum.Font.SourceSansSemibold
  1447. R2S_3.Text = "R2S"
  1448. R2S_3.TextColor3 = Color3.new(1, 1, 1)
  1449. R2S_3.TextSize = 14
  1450.  
  1451. Shadow_38.Name = "Shadow"
  1452. Shadow_38.Parent = R2S_3
  1453. Shadow_38.BackgroundColor3 = Color3.new(0, 0, 0)
  1454. Shadow_38.BackgroundTransparency = 0.80000001192093
  1455. Shadow_38.BorderSizePixel = 0
  1456. Shadow_38.Position = UDim2.new(0, 1, 0, 1)
  1457. Shadow_38.Size = UDim2.new(1, 0, 1, 0)
  1458. Shadow_38.ZIndex = 7
  1459.  
  1460. Shadow_39.Name = "Shadow"
  1461. Shadow_39.Parent = R2S_3
  1462. Shadow_39.BackgroundColor3 = Color3.new(0, 0, 0)
  1463. Shadow_39.BackgroundTransparency = 0.80000001192093
  1464. Shadow_39.BorderSizePixel = 0
  1465. Shadow_39.Position = UDim2.new(0, 2, 0, 2)
  1466. Shadow_39.Size = UDim2.new(1, 0, 1, 0)
  1467. Shadow_39.ZIndex = 7
  1468.  
  1469. Shadow_40.Name = "Shadow"
  1470. Shadow_40.Parent = R2S_3
  1471. Shadow_40.BackgroundColor3 = Color3.new(0, 0, 0)
  1472. Shadow_40.BackgroundTransparency = 0.80000001192093
  1473. Shadow_40.BorderSizePixel = 0
  1474. Shadow_40.Position = UDim2.new(0, 3, 0, 3)
  1475. Shadow_40.Size = UDim2.new(1, 0, 1, 0)
  1476. Shadow_40.ZIndex = 7
  1477.  
  1478. getfenv().script = Instance.new('LocalScript', MrSpyV2RebugKurokkusGhost)
  1479.  
  1480. repeat wait() until game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart")
  1481. local Hub = script.Parent.Hub
  1482. local plr = game:GetService("Players").LocalPlayer
  1483. local Animate = Hub.Main.Animate
  1484. local Animate_Time = 30
  1485. local Exit = Hub.Exit
  1486. local colSize = 14
  1487. script.Parent.Hub.Draggable = true
  1488. local Tabs = Hub.Tabs
  1489. local TF = Hub.Main.TabsFolder
  1490. local Remotes = TF.Remotes
  1491. local Output = TF.Output
  1492. local Supplies = script.Parent.Holder
  1493. local Opened = true;
  1494. local OutputTab = Tabs.Output
  1495. local RemoteTab = Tabs.Remotes
  1496. local Explorer = TF.Explorer
  1497. local R2S = TF.R2S
  1498.  
  1499. local Instances = {
  1500. ["BadgeService"] = 76;
  1501. ["Humanoid"] = 10;
  1502. ["GuiService"] = 48;
  1503. ["CylinderHandleAdornment"] = 55;
  1504. ["BallSocketConstraint"] = 90;
  1505. ["BrickColorValue"] = 5;
  1506. ["Accoutrement"] = 33;
  1507. ["AdService"] = 74;
  1508. ["AssetService"] = 73;
  1509. ["GuiMain"] = 48;
  1510. ["ImageButton"] = 53;
  1511. ["HapticService"] = 85;
  1512. ["DialogChoice"] = 64;
  1513. ["Handles"] = 54;
  1514. ["ReflectionMetadataClasses"] = 87;
  1515. ["JointInstance"] = 35;
  1516. ["AnimationController"] = 61;
  1517. ["RemoteEvent"] = 81;
  1518. ["CollectionService"] = 31;
  1519. ["Smoke"] = 60;
  1520. ["Configuration"] = 59;
  1521. ["KeyframeSequenceProvider"] = 61;
  1522. ["Accessory"] = 33;
  1523. ["SelectionPointLasso"] = 58;
  1524. ["GamePassService"] = 20;
  1525. ["CFrameValue"] = 5;
  1526. ["TextureTrail"] = 5;
  1527. ["ImageLabel"] = 50;
  1528. ["ReflectionMetadataMember"] = 87;
  1529. ["Animation"] = 61;
  1530. ["IntConstrainedValue"] = 5;
  1531. ["HttpService"] = 77;
  1532. ["PointLight"] = 14;
  1533. ["Model"] = 3;
  1534. ["DoubleConstrainedValue"] = 5;
  1535. ["Snap"] = 35;
  1536. ["BodyAngularVelocity"] = 15;
  1537. ["VelocityMotor"] = 35;
  1538. ["RocketPropulsion"] = 15;
  1539. ["SurfaceSelection"] = 56;
  1540. ["CoreGui"] = 47;
  1541. ["Part"] = 2;
  1542. ["ReplicatedFirst"] = 73;
  1543. ["BindableEvent"] = 68;
  1544. ["SelectionPartLasso"] = 58;
  1545. ["NegateOperation"] = 79;
  1546. ["PyramidPart"] = 2;
  1547. ["ArcHandles"] = 57;
  1548. ["Hint"] = 34;
  1549. ["Players"] = 22;
  1550. ["Script"] = 7;
  1551. ["ParallelRampPart"] = 2;
  1552. ["RayValue"] = 5;
  1553. ["LineHandleAdornment"] = 55;
  1554. ["Camera"] = 6;
  1555. ["RunService"] = 67;
  1556. ["BodyForce"] = 15;
  1557. ["KeyframeSequence"] = 61;
  1558. ["ServerScriptService"] = 1;
  1559. ["BillboardGui"] = 65;
  1560. ["BodyThrust"] = 15;
  1561. ["RemoteFunction"] = 80;
  1562. ["Team"] = 25;
  1563. ["Sound"] = 12;
  1564. ["GuiButton"] = 53;
  1565. ["Workspace"] = 20;
  1566. ["Lighting"] = 14;
  1567. ["JointsService"] = 35;
  1568. ["BlurEffect"] = 91;
  1569. ["WedgePart"] = 2;
  1570. ["BloomEffect"] = 91;
  1571. ["ReflectionMetadata"] = 87;
  1572. ["Vector3Value"] = 5;
  1573. ["PointsService"] = 84;
  1574. ["UserInputService"] = 85;
  1575. ["Sparkles"] = 43;
  1576. ["BodyGyro"] = 15;
  1577. ["Rotate"] = 35;
  1578. ["HopperBin"] = 23;
  1579. ["ForceField"] = 38;
  1580. ["Tool"] = 18;
  1581. ["Texture"] = 11;
  1582. ["Teams"] = 24;
  1583. ["ReflectionMetadataFunctions"] = 87;
  1584. ["RodConstraint"] = 90;
  1585. ["Folder"] = 71;
  1586. ["BodyVelocity"] = 15;
  1587. ["Shirt"] = 44;
  1588. ["SlidingBallConstraint"] = 90;
  1589. ["Animator"] = 61;
  1590. ["TextButton"] = 52;
  1591. ["Color3Value"] = 5;
  1592. ["TextBox"] = 52;
  1593. ["NetworkReplicator"] = 30;
  1594. ["Platform"] = 36;
  1595. ["TerrainRegion"] = 66;
  1596. ["SkateboardPlatform"] = 36;
  1597. ["Seat"] = 36;
  1598. ["Terrain"] = 66;
  1599. ["Explosion"] = 37;
  1600. ["BlockMesh"] = 9;
  1601. ["TeleportService"] = 82;
  1602. ["PlayerGui"] = 47;
  1603. ["TextLabel"] = 51;
  1604. ["SurfaceLight"] = 14;
  1605. ["SurfaceGui"] = 65;
  1606. ["Debris"] = 31;
  1607. ["FlagStand"] = 40;
  1608. ["StarterPack"] = 21;
  1609. ["BindableFunction"] = 67;
  1610. ["ReflectionMetadataCallbacks"] = 87;
  1611. ["NetworkClient"] = 17;
  1612. ["ModuleScript"] = 72;
  1613. ["Flag"] = 39;
  1614. ["Status"] = 3;
  1615. ["ParticleEmitter"] = 70;
  1616. ["StarterPlayer"] = 89;
  1617. ["StringValue"] = 5;
  1618. ["ObjectValue"] = 5;
  1619. ["CharacterMesh"] = 61;
  1620. ["StarterGui"] = 47;
  1621. ["ReplicatedStorage"] = 73;
  1622. ["StarterCharacterScripts"] = 83;
  1623. ["NetworkServer"] = 16;
  1624. ["Backpack"] = 21;
  1625. ["ReflectionMetadataEnum"] = 87;
  1626. ["StarterPlayerScripts"] = 83;
  1627. ["SpotLight"] = 14;
  1628. ["CustomEventReceiver"] = 5;
  1629. ["SphereHandleAdornment"] = 55;
  1630. ["SoundService"] = 32;
  1631. ["SpecialMesh"] = 9;
  1632. ["SpawnLocation"] = 26;
  1633. ["PlayerScripts"] = 83;
  1634. ["PartPairLasso"] = 58;
  1635. ["ColorCorrectionEffect"] = 91;
  1636. ["UnionOperation"] = 78;
  1637. ["Sky"] = 29;
  1638. ["MoveToConstraint"] = 90;
  1639. ["RopeConstraint"] = 90;
  1640. ["RightAngleRampPart"] = 2;
  1641. ["ShirtGraphic"] = 41;
  1642. ["ScreenGui"] = 48;
  1643. ["SelectionSphere"] = 55;
  1644. ["RotateV"] = 35;
  1645. ["SelectionBox"] = 55;
  1646. ["VehicleSeat"] = 36;
  1647. ["CustomEvent"] = 5;
  1648. ["Chat"] = 34;
  1649. ["ServerStorage"] = 75;
  1650. ["Selection"] = 56;
  1651. ["IntValue"] = 5;
  1652. ["RotateP"] = 35;
  1653. ["FloorWire"] = 5;
  1654. ["TrussPart"] = 2;
  1655. ["StarterGear"] = 21;
  1656. ["ReflectionMetadataYieldFunctions"] = 87;
  1657. ["ReflectionMetadataProperties"] = 87;
  1658. ["ReflectionMetadataEvents"] = 87;
  1659. ["ReflectionMetadataEnums"] = 87;
  1660. ["ReflectionMetadataEnumItem"] = 87;
  1661. ["ReflectionMetadataClass"] = 87;
  1662. ["PrismPart"] = 2;
  1663. ["BinaryStringValue"] = 5;
  1664. ["Glue"] = 35;
  1665. ["PrismaticConstraint"] = 90;
  1666. ["TouchTransmitter"] = 38;
  1667. ["CornerWedgePart"] = 2;
  1668. ["PathfindingService"] = 38;
  1669. ["SpringConstraint"] = 90;
  1670. ["Fire"] = 62;
  1671. ["Pants"] = 45;
  1672. ["NumberValue"] = 5;
  1673. ["TestService"] = 69;
  1674. ["Motor6D"] = 35;
  1675. ["Motor"] = 35;
  1676. ["CylindricalConstraint"] = 90;
  1677. ["MarketplaceService"] = 47;
  1678. ["CoreScript"] = 19;
  1679. ["CylinderMesh"] = 9;
  1680. ["ConeHandleAdornment"] = 55;
  1681. ["SunRaysEffect"] = 91;
  1682. ["LocalScript"] = 19;
  1683. ["Weld"] = 35;
  1684. ["Attachment"] = 35;
  1685. ["BoolValue"] = 5;
  1686. ["Dialog"] = 63;
  1687. ["Pose"] = 61;
  1688. ["Decal"] = 8;
  1689. ["Hat"] = 46;
  1690. ["AnimationTrack"] = 61;
  1691. ["ClickDetector"] = 42;
  1692. ["Frame"] = 49;
  1693. ["LogService"] = 88;
  1694. ["FileMesh"] = 9;
  1695. ["InsertService"] = 73;
  1696. ["HingeConstraint"] = 90;
  1697. ["Message"] = 34;
  1698. ["Player"] = 13;
  1699. ["ContextActionService"] = 42;
  1700. ["ContentProvider"] = 73;
  1701. ["BodyPosition"] = 15;
  1702. ["BoxHandleAdornment"] = 55;
  1703. ["ScrollingFrame"] = 49;
  1704. ["Keyframe"] = 61;
  1705. }
  1706.  
  1707. function LoadIcon(service, frame, numb)
  1708. if Instances[service] or numb then
  1709. local row = 1
  1710. local col = 0
  1711. if numb then
  1712. for i = 1,numb do
  1713. if i > colSize*row then
  1714. col = 1
  1715. row = row+1
  1716. else
  1717. col = col+1
  1718. end
  1719. end
  1720. else
  1721. for i = 1,Instances[service] do
  1722. if i > colSize*row then
  1723. col = 1
  1724. row = row+1
  1725. else
  1726. col = col+1
  1727. end
  1728. end
  1729. end
  1730. frame.IconMap.Position = UDim2.new(0,(-3+(-18*col))+18,0,(-3+(-18*row))+18)
  1731. end
  1732. end
  1733.  
  1734. Exit.MouseEnter:Connect(function()
  1735. game:GetService("TweenService"):Create(Exit, TweenInfo.new(0.1), {
  1736. ['ImageColor3'] = Color3.fromRGB(200,200,200);
  1737. }):Play();
  1738. end)
  1739.  
  1740. Exit.MouseLeave:Connect(function()
  1741. game:GetService("TweenService"):Create(Exit, TweenInfo.new(0.1), {
  1742. ['ImageColor3'] = Color3.fromRGB(255,255,255);
  1743. }):Play();
  1744. end)
  1745.  
  1746. Exit.MouseButton1Down:Connect(function()
  1747. Opened = false
  1748. Hub:TweenPosition(UDim2.new(0.5,0,1.1,0),"InOut","Sine",0.25,true)
  1749. end)
  1750.  
  1751. Hub.MouseEnter:Connect(function()
  1752. game:GetService("TweenService"):Create(Hub, TweenInfo.new(0.1), {
  1753. ['BackgroundColor3'] = Color3.fromRGB(50,50,50);
  1754. }):Play();
  1755. end)
  1756.  
  1757. Hub.MouseLeave:Connect(function()
  1758. game:GetService("TweenService"):Create(Hub, TweenInfo.new(0.1), {
  1759. ['BackgroundColor3'] = Color3.fromRGB(40, 40, 40);
  1760. }):Play();
  1761. end)
  1762.  
  1763. local CHO = false
  1764. local BTH = false
  1765.  
  1766. OutputTab.ClearHolder.MouseEnter:Connect(function()
  1767. CHO = true
  1768. end)
  1769.  
  1770. OutputTab.ClearHolder.MouseLeave:Connect(function()
  1771. CHO = false
  1772. end)
  1773.  
  1774. OutputTab.MouseEnter:Connect(function()
  1775. BTH = true
  1776. OutputTab.ClearHolder.Clear:TweenPosition(UDim2.new(0,0,0.5,-7),"InOut","Sine",0.2,true)
  1777. repeat wait() until not BTH or not CHO
  1778. OutputTab.ClearHolder.Clear:TweenPosition(UDim2.new(0,0,0,-7),"InOut","Sine",0.2,true)
  1779. end)
  1780.  
  1781. local SH = false
  1782. local RH = false
  1783.  
  1784. RemoteTab.Spys.MouseEnter:Connect(function()
  1785. SH = true
  1786. end)
  1787.  
  1788. RemoteTab.Spys.MouseLeave:Connect(function()
  1789. SH = false
  1790. end)
  1791.  
  1792. RemoteTab.MouseEnter:Connect(function()
  1793. RH = true
  1794. RemoteTab.Spys.Spyer:TweenPosition(UDim2.new(0,0,0.5,-7),"InOut","Sine",0.2,true)
  1795. repeat wait() until not SH or not RH
  1796. RemoteTab.Spys.Spyer:TweenPosition(UDim2.new(0,0,0,-7),"InOut","Sine",0.2,true)
  1797. end)
  1798.  
  1799. function OpenUI()
  1800. if Opened then
  1801. Opened = not Opened
  1802. Hub:TweenPosition(UDim2.new(0.5,0,1.1,0),"InOut","Sine",0.25,true)
  1803. else
  1804. Opened = not Opened
  1805. Hub:TweenPosition(UDim2.new(0.5,0,0.35,0),"InOut","Sine",0.25,true)
  1806. end
  1807. end
  1808.  
  1809. plr.Chatted:Connect(function(msg)
  1810. if msg:lower() == "/e open" then
  1811. OpenUI()
  1812. end
  1813. end)
  1814.  
  1815. game:GetService("UserInputService").InputBegan:Connect(function(input, proc)
  1816. if not proc and input.KeyCode == Enum.KeyCode.F4 then
  1817. OpenUI()
  1818. end
  1819. end)
  1820.  
  1821. function SwitchTab(tab,x)
  1822. Tabs.TabLine:TweenPosition(UDim2.new(x,0,1,0),"InOut","Sine",0.25,true)
  1823. if tab == "Remotes" then
  1824. TF.Remotes:TweenPosition(UDim2.new(0,0,0,0),"InOut","Sine",0.25,true)
  1825. TF.Output:TweenPosition(UDim2.new(1,0,0,0),"InOut","Sine",0.25,true)
  1826. TF.Explorer:TweenPosition(UDim2.new(2,0,0,0),"InOut","Sine",0.25,true)
  1827. TF.R2S:TweenPosition(UDim2.new(3,0,0,0),"InOut","Sine",0.25,true)
  1828. elseif tab == "Output" then
  1829. TF.Remotes:TweenPosition(UDim2.new(-1,0,0,0),"InOut","Sine",0.25,true)
  1830. TF.Output:TweenPosition(UDim2.new(0,0,0,0),"InOut","Sine",0.25,true)
  1831. TF.Explorer:TweenPosition(UDim2.new(1,0,0,0),"InOut","Sine",0.25,true)
  1832. TF.R2S:TweenPosition(UDim2.new(2,0,0,0),"InOut","Sine",0.25,true)
  1833. elseif tab == "Explorer" then
  1834. TF.Remotes:TweenPosition(UDim2.new(-2,0,0,0),"InOut","Sine",0.25,true)
  1835. TF.Output:TweenPosition(UDim2.new(-1,0,0,0),"InOut","Sine",0.25,true)
  1836. TF.Explorer:TweenPosition(UDim2.new(0,0,0,0),"InOut","Sine",0.25,true)
  1837. TF.R2S:TweenPosition(UDim2.new(1,0,0,0),"InOut","Sine",0.25,true)
  1838. elseif tab == "R2S" then
  1839. TF.Remotes:TweenPosition(UDim2.new(-3,0,0,0),"InOut","Sine",0.25,true)
  1840. TF.Output:TweenPosition(UDim2.new(-2,0,0,0),"InOut","Sine",0.25,true)
  1841. TF.Explorer:TweenPosition(UDim2.new(-1,0,0,0),"InOut","Sine",0.25,true)
  1842. TF.R2S:TweenPosition(UDim2.new(0,0,0,0),"InOut","Sine",0.25,true)
  1843. end
  1844. end
  1845.  
  1846. for i,v in pairs(Tabs:GetChildren()) do
  1847. if v:IsA("TextButton") then
  1848. v.MouseButton1Down:Connect(function()
  1849. SwitchTab(v.Name,v.Position.X.Scale)
  1850. end)
  1851. end
  1852. end
  1853.  
  1854. local Ignores = {
  1855. ["CharacterSoundEvent"] = true;
  1856. ["MovementUpdate"] = true;
  1857. ["OnNewMessage"] = true;
  1858. ["OnMessageDoneFiltering"] = true;
  1859. ["OnNewSystemMessage"] = true;
  1860. ["OnChannelJoined"] = true;
  1861. ["OnChannelLeft"] = true;
  1862. ["OnMuted"] = true;
  1863. ["OnUnmuted"] = true;
  1864. ["OnMainChannelSet"] = true;
  1865. ["ChannelNameColorUpdated"] = true;
  1866. ["SayMessageRequest"] = true;
  1867. ["SetBlockedUserIdsRequest"] = true;
  1868. ["GetInitDataRequest"] = true;
  1869. ["MutePlayerRequest"] = true;
  1870. ["UnMutePlayerRequest"] = true;
  1871. ["DefaultServerSoundEvent"] = true;
  1872. ["AddCharacterLoadedEvent"] = true;
  1873. ["RemoveCharacterEvent"] = true;
  1874. ["SoundDispatcher"] = true;
  1875. ["GamepadNotifications"] = true;
  1876. ["SendNotificationInfo"] = true;
  1877. ["FollowRelationshipChanged"] = true;
  1878. ["NewFollower"] = true;
  1879. ["GetFollowRelationships"] = true;
  1880. ["SetPlayerBlockList"] = true;
  1881. ["UpdatePlayerBlockList"] = true;
  1882. ["SetDialogInUse"] = true;
  1883. ["GetServerVersion"] = true;
  1884. }
  1885.  
  1886. local RemotesToSpy = {}
  1887. local SpyingRemotes = {}
  1888. local BiggestTB = 0;
  1889.  
  1890. function UpdateOutput()
  1891. Output.OutputWindow.CanvasSize = UDim2.new(0,89+BiggestTB,0,(#Output.OutputWindow:GetChildren()*20)+1)
  1892. end
  1893.  
  1894. function ClearOutput()
  1895. BiggestTB = 0
  1896. Output.OutputWindow:ClearAllChildren()
  1897. UpdateOutput()
  1898. end
  1899.  
  1900. OutputTab.ClearHolder.Clear.MouseButton1Down:Connect(function()
  1901. BTH = false
  1902. CHO = false
  1903. ClearOutput()
  1904. end)
  1905.  
  1906. local TextToCopy = ""
  1907.  
  1908. function LoadR2S(obj,args)
  1909. R2S.Warning.Visible = false
  1910. R2S.Window.Visible = true
  1911.  
  1912. local InstancesTable = {}
  1913. local String = ""
  1914. for i in string.gmatch(obj:GetFullName(),".") do
  1915. if i == "." then
  1916. InstancesTable[#InstancesTable+1] = String
  1917. String = ""
  1918. else
  1919. String = String .. i
  1920. end
  1921. end
  1922. InstancesTable[#InstancesTable+1] = String
  1923.  
  1924. local TextToLoad = "local Remote = game"
  1925.  
  1926. for i,v in pairs(InstancesTable) do
  1927. if i == #InstancesTable then
  1928. TextToLoad = TextToLoad.."['"..v.."']"
  1929. else
  1930. TextToLoad = TextToLoad.."."..v
  1931. end
  1932. end
  1933.  
  1934. TextToLoad = TextToLoad.."\n\nlocal Arguments = "
  1935.  
  1936. local function GenerateScript()
  1937. local Tabs = 0
  1938. local function AddTabs()
  1939. if Tabs == 0 then return end
  1940. for i = 0,Tabs do
  1941. TextToLoad = TextToLoad.." "
  1942. end
  1943. end
  1944. local IgnoreCommaBreak = false
  1945. local last = ""
  1946. for i in string.gmatch(args,".") do
  1947. if i == "{" then
  1948. TextToLoad = TextToLoad.."{\n"
  1949. Tabs = Tabs + 1
  1950. AddTabs()
  1951. elseif i == "}" then
  1952. TextToLoad = TextToLoad.."\n"
  1953. Tabs = Tabs - 1
  1954. AddTabs()
  1955. TextToLoad = TextToLoad.."}"
  1956. elseif i == "(" then
  1957. IgnoreCommaBreak = true
  1958. TextToLoad = TextToLoad..i
  1959. elseif i == ")" and IgnoreCommaBreak then
  1960. IgnoreCommaBreak = false
  1961. TextToLoad = TextToLoad..i
  1962. elseif i == "," and not IgnoreCommaBreak then
  1963. TextToLoad = TextToLoad..",\n"
  1964. AddTabs()
  1965. elseif i == " " and last == "," then
  1966. --lol goteeem im doing nothing here cuz it's mainly for visuals
  1967. else
  1968. TextToLoad = TextToLoad..i
  1969. end
  1970. last = i
  1971. end
  1972. end
  1973. GenerateScript()
  1974. 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))"
  1975.  
  1976. TextToCopy = TextToLoad
  1977.  
  1978. R2S.Window.ScriptWindow.RemoteScript.Text = TextToLoad
  1979. R2S.Window.ScriptWindow.CanvasSize = UDim2.new(0,R2S.Window.ScriptWindow.RemoteScript.TextBounds.X+6,0,R2S.Window.ScriptWindow.RemoteScript.TextBounds.Y+6)
  1980. end
  1981.  
  1982. R2S.Window.CopyClip.MouseEnter:Connect(function()
  1983. game:GetService("TweenService"):Create(R2S.Window.CopyClip, TweenInfo.new(0.1), {
  1984. ['BackgroundColor3'] = Color3.fromRGB(60, 60, 60);
  1985. }):Play();
  1986. end)
  1987.  
  1988. R2S.Window.CopyClip.MouseLeave:Connect(function()
  1989. game:GetService("TweenService"):Create(R2S.Window.CopyClip, TweenInfo.new(0.1), {
  1990. ['BackgroundColor3'] = Color3.fromRGB(50, 50, 50);
  1991. }):Play();
  1992. end)
  1993.  
  1994. R2S.Window.CopyClip.MouseButton1Down:Connect(function()
  1995. R2S.Window.CopyClip.BackgroundColor3 = Color3.fromRGB(100, 100, 100)
  1996. game:GetService("TweenService"):Create(R2S.Window.CopyClip, TweenInfo.new(0.1), {
  1997. ['BackgroundColor3'] = Color3.fromRGB(50, 50, 50);
  1998. }):Play();
  1999. if setclipboard then
  2000. setclipboard(TextToCopy)
  2001. elseif toclipboard then
  2002. toclipboard(TextToCopy)
  2003. elseif syn and syn.write_clipboard then
  2004. syn.write_clipboard(TextToCopy)
  2005. end
  2006. end)
  2007.  
  2008. local ViewDB = false
  2009.  
  2010. function AddToOutput(obj,args)
  2011. local temp = Supplies.RemoteOutputTemplate:Clone()
  2012. temp.RemoteName.Text = obj.Name.." | Args: "..args
  2013. LoadIcon(obj.ClassName,temp.Icon)
  2014. temp.Position = UDim2.new(0,5,0,#Output.OutputWindow:GetChildren()*20)
  2015. temp.Parent = Output.OutputWindow
  2016. temp.R2S.Position = UDim2.new(0,25+temp.RemoteName.TextBounds.X,0,0)
  2017. if temp.RemoteName.TextBounds.X >= BiggestTB then
  2018. BiggestTB = temp.RemoteName.TextBounds.X
  2019. end
  2020. UpdateOutput()
  2021. temp.R2S.MouseEnter:Connect(function()
  2022. game:GetService("TweenService"):Create(temp.R2S, TweenInfo.new(0.1), {
  2023. ['BackgroundColor3'] = Color3.fromRGB(75,75,75);
  2024. }):Play();
  2025. end)
  2026. temp.R2S.MouseLeave:Connect(function()
  2027. game:GetService("TweenService"):Create(temp.R2S, TweenInfo.new(0.1), {
  2028. ['BackgroundColor3'] = Color3.fromRGB(60, 60, 60);
  2029. }):Play();
  2030. end)
  2031. temp.R2S.MouseButton1Down:Connect(function()
  2032. if not ViewDB then
  2033. ViewDB = true
  2034. LoadR2S(obj,args)
  2035. SwitchTab("R2S",0.75)
  2036. wait(0.5)
  2037. ViewDB = false
  2038. end
  2039. end)
  2040. end
  2041.  
  2042. --Do Spy stuff boyssssss
  2043.  
  2044. local IgnoreThis = {
  2045. GetSetting = true;
  2046. GetSelection = true;
  2047. SelectionChanged = true;
  2048. GetAwaiting = true;
  2049. }
  2050.  
  2051. function GetType(item)
  2052. if type(item) == "string" then
  2053. return "\""..item.."\""
  2054. elseif type(item) == "table" then
  2055. local str = "{"
  2056. local max = 0
  2057. local numb = 1
  2058. for i,v in pairs(item) do
  2059. max = max+1
  2060. end
  2061. for i,v in pairs(item) do
  2062. if numb == max then
  2063. str = str.."["..GetType(i).."] = "..GetType(v)
  2064. else
  2065. str = str.."["..GetType(i).."] = "..GetType(v)..", "
  2066. end
  2067. numb = numb + 1
  2068. end
  2069. str = str.."}"
  2070. return str
  2071. elseif type(item) == "userdata" then
  2072. local a,b = pcall(function()
  2073. return item.ClassName
  2074. end)
  2075. if a then
  2076. return item:GetFullName()
  2077. else
  2078. if tostring(b):match("not a valid member of %w+") then
  2079. local c, d = tostring(b):match("not a valid member of %w+"):find("of ")
  2080. local class = tostring(b):match("not a valid member of %w+"):sub(d+1)
  2081. return class..".new(".. tostring(item) ..")"
  2082. end
  2083. end
  2084. else
  2085. return tostring(item)
  2086. end
  2087. end
  2088.  
  2089. function ReturnArgs(...)
  2090. local args = {...}
  2091. local list = ""
  2092. local max = 0
  2093. local numb = 1
  2094. for i,v in pairs(args) do
  2095. max = max + 1
  2096. end
  2097. for i,v in pairs(args) do
  2098. if numb == max then
  2099. list = list..GetType(v)
  2100. else
  2101. list = list..GetType(v)..", "
  2102. end
  2103. numb = numb + 1
  2104. end
  2105. list=list
  2106. return list
  2107. end
  2108.  
  2109. local mt = getrawmetatable(game)
  2110. local old_n = mt.__namecall
  2111. if setreadonly then
  2112. setreadonly(mt, false)
  2113. elseif make_writeable then
  2114. make_writeable(mt)
  2115. end
  2116.  
  2117. local protect = newcclosure or protect_function or function(f) return f end
  2118. mt.__namecall = protect(function(self, ...)
  2119. local args = {...}
  2120. table.remove(args)
  2121.  
  2122. if (not IgnoreThis[self.Name]) and SpyingRemotes[self] and RemoteIgnores[self.ClassName] then
  2123. AddToOutput(self, ReturnArgs(args));
  2124. end
  2125.  
  2126. return old_n(self, ...)
  2127. end)
  2128.  
  2129. if replaceclosure then
  2130. local OldFireServer
  2131. local Hook = protect(function(self,...)
  2132. local args = {...}
  2133.  
  2134. if (not IgnoreThis[self.Name]) and SpyingRemotes[self] then
  2135. AddToOutput(self, ReturnArgs(args));
  2136. end
  2137.  
  2138. return OldFireServer(self,...)
  2139. end)
  2140.  
  2141. OldFireServer = replaceclosure(Instance.new("RemoteEvent").FireServer, Hook)
  2142.  
  2143. local OldInvokeServer
  2144. local Hook2 = protect(function(self,...)
  2145. local args = {...}
  2146.  
  2147. if (not IgnoreThis[self.Name]) and SpyingRemotes[self] then
  2148. AddToOutput(self, ReturnArgs(args));
  2149. end
  2150.  
  2151. return OldInvokeServer(self,...)
  2152. end)
  2153.  
  2154. OldInvokeServer = replaceclosure(Instance.new("RemoteFunction").InvokeServer, Hook2)
  2155. end
  2156. ----------------------
  2157.  
  2158. local BiggestR = 0;
  2159.  
  2160. function UpdateRemotes()
  2161. Remotes.CanvasSize = UDim2.new(0,144+BiggestR,0,(#Remotes:GetChildren()-1)*20)
  2162. end
  2163.  
  2164. function Spy(temp,bool)
  2165. if not bool then
  2166. temp.Spy.Text = "Spy"
  2167. game:GetService("TweenService"):Create(temp.Spy, TweenInfo.new(0.5), {
  2168. ['TextColor3'] = Color3.fromRGB(255,255,255);
  2169. }):Play();
  2170. else
  2171. temp.Spy.Text = "Spying"
  2172. game:GetService("TweenService"):Create(temp.Spy, TweenInfo.new(0.5), {
  2173. ['TextColor3'] = Color3.fromRGB(17, 170, 73);
  2174. }):Play();
  2175. end
  2176. end
  2177.  
  2178. function LoadExplorer(obj)
  2179. Explorer.Window.ExplorerWindow:ClearAllChildren()
  2180. Explorer.Window.ExplorerWindow.CanvasSize = UDim2.new(0,0,0,0)
  2181. Explorer.Warning.Visible = false
  2182. Explorer.Window.Visible = true
  2183. local InstancesTable = {}
  2184. local String = ""
  2185. for i in string.gmatch(obj:GetFullName(),".") do
  2186. if i == "." then
  2187. InstancesTable[#InstancesTable+1] = String
  2188. String = ""
  2189. else
  2190. String = String .. i
  2191. end
  2192. end
  2193. InstancesTable[#InstancesTable+1] = String
  2194. local ClassTable = {}
  2195. local function Check(obj,pos)
  2196. if obj:FindFirstChild(InstancesTable[pos]) then
  2197. ClassTable[pos] = obj:FindFirstChild(InstancesTable[pos])
  2198. if InstancesTable[pos+1] then
  2199. Check(obj:FindFirstChild(InstancesTable[pos]),pos+1)
  2200. end
  2201. end
  2202. end
  2203. Check(game,1)
  2204. local last
  2205. for i,v in pairs(InstancesTable) do
  2206. local temp = Supplies.ExplorerTemplate:Clone()
  2207. temp.Name = v
  2208. temp.InstanceName.Text = v
  2209. LoadIcon(((ClassTable[i] and ClassTable[i].ClassName) or "Folder"),temp.Icon)
  2210. if ClassTable[i] then
  2211. if #ClassTable[i]:GetChildren() > 0 then
  2212. temp.Arrow.Visible = true
  2213. else
  2214. temp.Arrow.Visible = false
  2215. end
  2216. end
  2217. if last then
  2218. temp.Parent = last.Holder
  2219. else
  2220. temp.Parent = Explorer.Window.ExplorerWindow
  2221. end
  2222. temp.BG.Size = UDim2.new(0,temp.InstanceName.TextBounds.X+36,1,0)
  2223. temp.InstanceName.Size = UDim2.new(0,temp.InstanceName.TextBounds.X+10,1,0)
  2224. last = temp
  2225. temp.InstanceName.MouseEnter:Connect(function()
  2226. game:GetService("TweenService"):Create(temp.BG, TweenInfo.new(0.1), {
  2227. ['BackgroundTransparency'] = 0.5;
  2228. }):Play();
  2229. end)
  2230. temp.InstanceName.MouseLeave:Connect(function()
  2231. game:GetService("TweenService"):Create(temp.BG, TweenInfo.new(0.1), {
  2232. ['BackgroundTransparency'] = 1;
  2233. }):Play();
  2234. end)
  2235. temp.Arrow.Open.MouseEnter:Connect(function()
  2236. game:GetService("TweenService"):Create(temp.Arrow.IconMap, TweenInfo.new(0.1), {
  2237. ['ImageColor3'] = Color3.fromRGB(200,200,200);
  2238. }):Play();
  2239. end)
  2240. temp.Arrow.Open.MouseLeave:Connect(function()
  2241. game:GetService("TweenService"):Create(temp.Arrow.IconMap, TweenInfo.new(0.1), {
  2242. ['ImageColor3'] = Color3.fromRGB(255,255,255);
  2243. }):Play();
  2244. end)
  2245. temp.Arrow.Open.MouseButton1Down:Connect(function()
  2246. if temp.Holder.Visible then
  2247. temp.Holder.Visible = false
  2248. LoadIcon(nil,temp.Arrow,166)
  2249. else
  2250. temp.Holder.Visible = true
  2251. LoadIcon(nil,temp.Arrow,167)
  2252. end
  2253. end)
  2254. temp.InstanceName.Open.MouseButton1Down:Connect(function()
  2255. if temp.Holder.Visible then
  2256. temp.Holder.Visible = false
  2257. LoadIcon(nil,temp.Arrow,166)
  2258. else
  2259. temp.Holder.Visible = true
  2260. LoadIcon(nil,temp.Arrow,167)
  2261. end
  2262. end)
  2263. end
  2264. Explorer.Window.ExplorerWindow.CanvasSize = UDim2.new(0,(last.AbsolutePosition.X-Explorer.AbsolutePosition.X)+50+last.InstanceName.TextBounds.X,0,(20*#InstancesTable)+5)
  2265. end
  2266.  
  2267. local AllStuff = {}
  2268.  
  2269. function MakeRemote(obj)
  2270. local temp = Supplies.RemoteTemplate:Clone()
  2271. temp.RemoteName.Text = obj.Name
  2272. LoadIcon(obj.ClassName,temp.Icon)
  2273. temp.Parent = Remotes
  2274. temp.Spy.Position = UDim2.new(0,25+temp.RemoteName.TextBounds.X,0,0)
  2275. temp.View.Position = UDim2.new(0,80+temp.RemoteName.TextBounds.X,0,0)
  2276. if temp.RemoteName.TextBounds.X >= BiggestR then
  2277. BiggestR = temp.RemoteName.TextBounds.X
  2278. end
  2279. RemotesToSpy[obj] = temp
  2280. AllStuff[temp] = obj
  2281. temp.Spy.MouseEnter:Connect(function()
  2282. game:GetService("TweenService"):Create(temp.Spy, TweenInfo.new(0.1), {
  2283. ['BackgroundColor3'] = Color3.fromRGB(75,75,75);
  2284. }):Play();
  2285. end)
  2286. temp.Spy.MouseLeave:Connect(function()
  2287. game:GetService("TweenService"):Create(temp.Spy, TweenInfo.new(0.1), {
  2288. ['BackgroundColor3'] = Color3.fromRGB(60, 60, 60);
  2289. }):Play();
  2290. end)
  2291. temp.View.MouseEnter:Connect(function()
  2292. game:GetService("TweenService"):Create(temp.View, TweenInfo.new(0.1), {
  2293. ['BackgroundColor3'] = Color3.fromRGB(75,75,75);
  2294. }):Play();
  2295. end)
  2296. temp.View.MouseLeave:Connect(function()
  2297. game:GetService("TweenService"):Create(temp.View, TweenInfo.new(0.1), {
  2298. ['BackgroundColor3'] = Color3.fromRGB(60, 60, 60);
  2299. }):Play();
  2300. end)
  2301. temp.Spy.MouseButton1Down:Connect(function()
  2302. if SpyingRemotes[obj] then
  2303. SpyingRemotes[obj] = nil
  2304. Spy(temp,false)
  2305. else
  2306. SpyingRemotes[obj] = true
  2307. Spy(temp,true)
  2308. end
  2309. end)
  2310. temp.View.MouseButton1Down:Connect(function()
  2311. if not ViewDB then
  2312. ViewDB = true
  2313. LoadExplorer(obj)
  2314. SwitchTab("Explorer",0.5)
  2315. wait(0.5)
  2316. ViewDB = false
  2317. end
  2318. end)
  2319. end
  2320.  
  2321. local SpyingDB = false
  2322. RemoteTab.Spys.Spyer.MouseButton1Down:Connect(function()
  2323. if not SpyingDB then
  2324. SpyingDB = true
  2325. game:GetService("TweenService"):Create(RemoteTab.Spys.Spyer, TweenInfo.new(0.1), {
  2326. ['ImageColor3'] = Color3.fromRGB(215, 90, 74);
  2327. }):Play();
  2328. RemoteTab.Spys.Spyer.Words.Text = "Unspy All"
  2329. for i,v in pairs(Remotes:GetChildren()) do
  2330. if v:IsA("Frame") then
  2331. Spy(v,true)
  2332. if AllStuff[v] then
  2333. SpyingRemotes[AllStuff[v]] = true
  2334. end
  2335. end
  2336. end
  2337. else
  2338. SpyingDB = false
  2339. game:GetService("TweenService"):Create(RemoteTab.Spys.Spyer, TweenInfo.new(0.1), {
  2340. ['ImageColor3'] = Color3.fromRGB(0, 170, 93);
  2341. }):Play();
  2342. RemoteTab.Spys.Spyer.Words.Text = "Spy All"
  2343. for i,v in pairs(Remotes:GetChildren()) do
  2344. if v:IsA("Frame") then
  2345. Spy(v,false)
  2346. if AllStuff[v] then
  2347. SpyingRemotes[AllStuff[v]] = nil
  2348. end
  2349. end
  2350. end
  2351. end
  2352. end)
  2353.  
  2354. function LoadSpy()
  2355. Remotes:ClearAllChildren()
  2356. Supplies.RemoteGrid:Clone().Parent = Remotes
  2357. local function recur(obj)
  2358. for i,v in pairs(obj:GetChildren()) do
  2359. local suc, err = pcall(function()
  2360. v:GetChildren()
  2361. end)
  2362. if suc then
  2363. if RemoteIgnores[v.ClassName] and not Ignores[v.Name] then
  2364. MakeRemote(v)
  2365. end
  2366. recur(v)
  2367. end
  2368. end
  2369. end
  2370. recur(game)
  2371. UpdateRemotes()
  2372. end
  2373. spawn(function()LoadSpy()end)
  2374.  
  2375. function CreateListener()
  2376. for i,v in pairs(game:GetChildren()) do
  2377. local suc, err = pcall(function()
  2378. v:GetChildren()
  2379. end)
  2380. if suc then
  2381. v.DescendantAdded:Connect(function(obj)
  2382. if RemoteIgnores[obj.ClassName] and not Ignores[obj.Name] then
  2383. MakeRemote(obj)
  2384. UpdateRemotes()
  2385. end
  2386. end)
  2387. v.DescendantRemoving:Connect(function(obj)
  2388. if RemoteIgnores[obj.ClassName] and not Ignores[obj.Name] then
  2389. RemotesToSpy[obj]:Destroy()
  2390. RemotesToSpy[obj] = nil
  2391. SpyingRemotes[obj] = nil
  2392. end
  2393. end)
  2394. end
  2395. end
  2396. end
  2397. spawn(function()CreateListener()end)
  2398.  
  2399. spawn(function()
  2400. while true do
  2401. for i = 0,100 do
  2402. Tabs.TabLine.BackgroundColor3 = Color3.fromHSV(i/100,0.75,0.75)
  2403. wait()
  2404. end
  2405. end
  2406. end)
  2407.  
  2408. spawn(function()
  2409. while true do
  2410. Animate.Texture:TweenPosition(UDim2.new(-2,0,-2,0),"Out","Linear",Animate_Time,true)
  2411. Animate.Texture2:TweenPosition(UDim2.new(0,0,0,0),"Out","Linear",Animate_Time,true)
  2412. Animate.Texture3:TweenPosition(UDim2.new(-2,0,0,0),"Out","Linear",Animate_Time,true)
  2413. Animate.Texture4:TweenPosition(UDim2.new(0,0,-2,0),"Out","Linear",Animate_Time,true)
  2414. wait(Animate_Time)
  2415. Animate.Texture.Position = UDim2.new(2,0,2,0)
  2416. Animate.Texture3.Position = UDim2.new(0,0,2,0)
  2417. Animate.Texture4.Position = UDim2.new(2,0,0,0)
  2418. Animate.Texture2:TweenPosition(UDim2.new(-2,0,-2,0),"Out","Linear",Animate_Time,true)
  2419. Animate.Texture:TweenPosition(UDim2.new(0,0,0,0),"Out","Linear",Animate_Time,true)
  2420. Animate.Texture3:TweenPosition(UDim2.new(-2,0,0,0),"Out","Linear",Animate_Time,true)
  2421. Animate.Texture4:TweenPosition(UDim2.new(0,0,-2,0),"Out","Linear",Animate_Time,true)
  2422. wait(Animate_Time)
  2423. Animate.Texture2.Position = UDim2.new(2,0,2,0)
  2424. Animate.Texture3.Position = UDim2.new(0,0,2,0)
  2425. Animate.Texture4.Position = UDim2.new(2,0,0,0)
  2426. end
  2427. end)
  2428. end)
  2429.  
  2430. oof.a3.MouseButton1Click:Connect(function()
  2431. script.Parent.MouseButton1Click:Connect(function()
  2432. local CUSTOM_THEME = [[{"BValue":{"Text":"Brightness: 41"},"TValue":{"Text":"Transparency: 0"},"ImageId":{"Text":"2576395708"},"Brightness":{"CanvasPosition":[1869.680908203125,0]},"WaterTrans":{"CanvasPosition":[1957.4468994140625,0]},"WTValue":{"Text":"Watermark Transparency: 0.62"},"ColorValue":{"Text":"255,0,255"},"Trans":{"CanvasPosition":[0,0]},"BG":{"ImageTransparency":0,"BackgroundTransparency":1,"Image":"http://www.roblox.com/asset/?id=2576395700","ImageColor3":[0.410000026226043701171875,0.410000026226043701171875,0.410000026226043701171875]},"WatermarkImage":{"ImageColor3":[1,0,1],"ImageTransparency":0.62000000476837158203125,"Visible":true}}]]
  2433.  
  2434. -- Objects
  2435.  
  2436. wait(1)
  2437.  
  2438. local R2Sv3 = Instance.new("ScreenGui")
  2439. local BG = Instance.new("ImageLabel")
  2440. local Topbar = Instance.new("Frame")
  2441. local Title = Instance.new("TextLabel")
  2442. local Fold = Instance.new("TextButton")
  2443. local Fullscreen = Instance.new("TextButton")
  2444. local Toolbar = Instance.new("ScrollingFrame")
  2445. local Setclipboard = Instance.new("TextButton")
  2446. local Decompile = Instance.new("TextButton")
  2447. local GetReturn = Instance.new("TextButton")
  2448. local ClearLogs = Instance.new("TextButton")
  2449. local CryptStrings = Instance.new("TextButton")
  2450. local ShowRemotes = Instance.new("TextButton")
  2451. local ChangeBackground = Instance.new("TextButton")
  2452. local Namecall = Instance.new("TextButton")
  2453. local ClassicView = Instance.new("TextButton")
  2454. local EnvEdit = Instance.new("TextButton")
  2455. local DisableR2S = Instance.new("TextButton")
  2456. local AllRemotes = Instance.new("ScrollingFrame")
  2457. local LUResize = Instance.new("TextButton")
  2458. local Upvalues = Instance.new("ScrollingFrame")
  2459. local Script = Instance.new("ScrollingFrame")
  2460. local Remotes = Instance.new("ScrollingFrame")
  2461. local SetAllUps = Instance.new("TextButton")
  2462. local SetAllLoc = Instance.new("TextButton")
  2463. local NCallScriptTip = Instance.new("TextLabel")
  2464. local DisableNamecall = Instance.new("TextButton")
  2465. local NCallLogsTip = Instance.new("TextLabel")
  2466. local RemoveNamecall = Instance.new("TextButton")
  2467. local Locals = Instance.new("ScrollingFrame")
  2468. local AllRemoteBar = Instance.new("ScrollingFrame")
  2469. local Refresh = Instance.new("TextButton")
  2470. local SearchRemote = Instance.new("TextBox")
  2471. local NamecallName = Instance.new("TextLabel")
  2472. local EditNamecall = Instance.new("TextButton")
  2473. local NamecallFrame = Instance.new("ScrollingFrame")
  2474. local NamecallSource = Instance.new("ScrollingFrame")
  2475. local NamecallScript = Instance.new("TextBox")
  2476. local NamecallBar = Instance.new("ScrollingFrame")
  2477. local ApplyNamecall = Instance.new("TextButton")
  2478. local BGBar = Instance.new("ScrollingFrame")
  2479. local UpdateDS = Instance.new("TextButton")
  2480. local Apply = Instance.new("TextButton")
  2481. local ImageId = Instance.new("TextBox")
  2482. local BrightnessFrame = Instance.new("ScrollingFrame")
  2483. local Brightness = Instance.new("ScrollingFrame")
  2484. local TextLabel = Instance.new("TextLabel")
  2485. local BValue = Instance.new("TextLabel")
  2486. local TransFrame = Instance.new("ScrollingFrame")
  2487. local Trans = Instance.new("ScrollingFrame")
  2488. local TextLabel_2 = Instance.new("TextLabel")
  2489. local TValue = Instance.new("TextLabel")
  2490. local RemotesTip = Instance.new("TextLabel")
  2491. local NamecallType = Instance.new("TextButton")
  2492. local LocalsTip = Instance.new("TextLabel")
  2493. local UpvaluesTip = Instance.new("TextLabel")
  2494. local ScriptTip = Instance.new("TextLabel")
  2495. local EELocals = Instance.new("ScrollingFrame")
  2496. local EELocalsTip = Instance.new("TextLabel")
  2497. local EEUpvalues = Instance.new("ScrollingFrame")
  2498. local EEUpvaluesTip = Instance.new("TextLabel")
  2499. local Watermark = Instance.new("TextButton")
  2500. local Gradient = Instance.new("TextButton")
  2501. local Negate = Instance.new("TextButton")
  2502. local WatermarkImage = Instance.new("ImageLabel")
  2503. local GradientImage = Instance.new("ImageLabel")
  2504. local CustomColor = Instance.new("TextButton")
  2505. local ColorValue = Instance.new("TextBox")
  2506. local RandomColor = Instance.new("TextButton")
  2507. local ThemeJSON = Instance.new("TextBox")
  2508. local WTValue = Instance.new("TextLabel")
  2509. local SaveTheme = Instance.new("TextButton")
  2510. local LoadTheme = Instance.new("TextButton")
  2511. local WaterTransFrame = Instance.new("ScrollingFrame")
  2512. local WaterTrans = Instance.new("ScrollingFrame")
  2513. local TextLabel_3 = Instance.new("TextLabel")
  2514. local Explorer = Instance.new("Frame")
  2515. local ExplorerFrame = Instance.new("Frame")
  2516. local ExplorerTitle = Instance.new("TextLabel")
  2517. local ExplorerHide = Instance.new("TextButton")
  2518. local ExplorerMain = Instance.new("ScrollingFrame")
  2519. local ExplorerBack = Instance.new("TextButton")
  2520. local Toolbox = Instance.new("Frame")
  2521. local RemoteFrame = Instance.new("Frame")
  2522. local MainButton = Instance.new("TextButton")
  2523. local Icon = Instance.new("Frame")
  2524. local ScriptLine = Instance.new("Frame")
  2525. local SourceLine = Instance.new("TextLabel")
  2526. local RemoteLog = Instance.new("TextButton")
  2527. local Button = Instance.new("TextButton")
  2528. local Box = Instance.new("TextBox")
  2529. local DebugFrame = Instance.new("Frame")
  2530. local Field = Instance.new("TextLabel")
  2531. local ObjectFrame = Instance.new("Frame")
  2532. local ObjectName = Instance.new("TextLabel")
  2533. local SelectObject = Instance.new("TextButton")
  2534. local SetLocals = Instance.new("TextButton")
  2535. local SetUpvalues = Instance.new("TextButton")
  2536. local LoadChildren = Instance.new("TextButton")
  2537. local ExplorerFind = Instance.new("TextBox")
  2538. local CallRemote = Instance.new("TextButton")
  2539. local Warning = Instance.new("Frame")
  2540. local WarningLabel = Instance.new("TextLabel")
  2541. local Topbar2 = Instance.new("Frame")
  2542. local Title2 = Instance.new("TextLabel")
  2543. local Missing = Instance.new("TextLabel")
  2544. local SkipError = Instance.new("TextButton")
  2545. local QuitScript = Instance.new("TextButton")
  2546.  
  2547. -- Properties
  2548.  
  2549. R2Sv3.Name = "Filtershark"
  2550. R2Sv3.Parent = game.StarterGui
  2551. R2Sv3.ResetOnSpawn = false
  2552.  
  2553. BG.Name = "BG"
  2554. BG.Parent = R2Sv3
  2555. BG.Active = true
  2556. BG.Visible = false
  2557. BG.BackgroundColor3 = Color3.new(1, 1, 1)
  2558. BG.BackgroundTransparency = 1
  2559. BG.BorderColor3 = Color3.new(0, 0.854902, 0.898039)
  2560. BG.BorderSizePixel = 0
  2561. BG.Draggable = true
  2562. BG.Position = UDim2.new(0.494525552, -445, 0.502044976, -220)
  2563. BG.Size = UDim2.new(0.5, 200, 0.5, 200)
  2564. BG.Image = "rbxassetid://1480010758"
  2565.  
  2566. Topbar.Name = "Topbar"
  2567. Topbar.Parent = BG
  2568. Topbar.BackgroundColor3 = Color3.new(0, 0, 0)
  2569. Topbar.BackgroundTransparency = 0.60000002384186
  2570. Topbar.BorderSizePixel = 0
  2571. Topbar.Size = UDim2.new(1, 0, 0, 20)
  2572. Topbar.ZIndex = 2
  2573.  
  2574. Title.Name = "Title"
  2575. Title.Parent = Topbar
  2576. Title.BackgroundColor3 = Color3.new(0, 0, 0)
  2577. Title.BackgroundTransparency = 0.60000002384186
  2578. Title.BorderSizePixel = 0
  2579. Title.Position = UDim2.new(0.5, -80, 0, 0)
  2580. Title.Size = UDim2.new(0, 160, 1, 0)
  2581. Title.ZIndex = 3
  2582. Title.Font = Enum.Font.SourceSansBold
  2583. Title.FontSize = Enum.FontSize.Size14
  2584. Title.Text = "Filtershark"
  2585. Title.TextColor3 = Color3.new(1, 1, 1)
  2586. Title.TextSize = 14
  2587.  
  2588. Fold.Name = "Fold"
  2589. Fold.Parent = Topbar
  2590. Fold.BackgroundColor3 = Color3.new(0, 0, 0)
  2591. Fold.BackgroundTransparency = 0.60000002384186
  2592. Fold.BorderSizePixel = 0
  2593. Fold.Position = UDim2.new(1, -40, 0, 0)
  2594. Fold.Size = UDim2.new(0, 40, 0, 20)
  2595. Fold.ZIndex = 3
  2596. Fold.Font = Enum.Font.SourceSansBold
  2597. Fold.FontSize = Enum.FontSize.Size14
  2598. Fold.Text = "_"
  2599. Fold.TextColor3 = Color3.new(0.988235, 0.988235, 0.988235)
  2600. Fold.TextSize = 14
  2601.  
  2602. Fullscreen.Name = "Fullscreen"
  2603. Fullscreen.Parent = Topbar
  2604. Fullscreen.BackgroundColor3 = Color3.new(0, 0, 0)
  2605. Fullscreen.BackgroundTransparency = 0.75
  2606. Fullscreen.BorderSizePixel = 0
  2607. Fullscreen.Position = UDim2.new(1, -90, 0, 0)
  2608. Fullscreen.Size = UDim2.new(0, 40, 0, 20)
  2609. Fullscreen.ZIndex = 3
  2610. Fullscreen.Font = Enum.Font.SourceSansBold
  2611. Fullscreen.FontSize = Enum.FontSize.Size14
  2612. Fullscreen.Text = "[]"
  2613. Fullscreen.TextColor3 = Color3.new(0.988235, 0.988235, 0.988235)
  2614. Fullscreen.TextSize = 14
  2615. Fullscreen.TextTransparency = 0.60000002384186
  2616.  
  2617. Toolbar.Name = "Toolbar"
  2618. Toolbar.Parent = BG
  2619. Toolbar.BackgroundColor3 = Color3.new(0, 0, 0)
  2620. Toolbar.BackgroundTransparency = 0.60000002384186
  2621. Toolbar.BorderSizePixel = 0
  2622. Toolbar.Position = UDim2.new(0, 10, 0, 30)
  2623. Toolbar.Size = UDim2.new(1, -20, 0, 50)
  2624. Toolbar.ZIndex = 2
  2625. Toolbar.BottomImage = "rbxassetid://226025278"
  2626. Toolbar.CanvasPosition = Vector2.new(843, 0)
  2627. Toolbar.CanvasSize = UDim2.new(0, 1311, 0, 0)
  2628. Toolbar.MidImage = "rbxassetid://226025278"
  2629. Toolbar.ScrollBarThickness = 5
  2630. Toolbar.TopImage = "rbxassetid://226025278"
  2631.  
  2632. Setclipboard.Name = "Setclipboard"
  2633. Setclipboard.Parent = Toolbar
  2634. Setclipboard.BackgroundColor3 = Color3.new(0, 0, 0)
  2635. Setclipboard.BackgroundTransparency = 0.75
  2636. Setclipboard.BorderColor3 = Color3.new(0, 0.952941, 1)
  2637. Setclipboard.Position = UDim2.new(0, 10, 0.5, -10)
  2638. Setclipboard.Size = UDim2.new(0, 120, 0, 20)
  2639. Setclipboard.ZIndex = 3
  2640. Setclipboard.Font = Enum.Font.SourceSansBold
  2641. Setclipboard.FontSize = Enum.FontSize.Size14
  2642. Setclipboard.Text = "COPY"
  2643. Setclipboard.TextColor3 = Color3.new(1, 1, 1)
  2644. Setclipboard.TextSize = 14
  2645. Setclipboard.TextTransparency = 0.60000002384186
  2646.  
  2647. Decompile.Name = "Decompile"
  2648. Decompile.Parent = Toolbar
  2649. Decompile.BackgroundColor3 = Color3.new(0, 0, 0)
  2650. Decompile.BackgroundTransparency = 0.75
  2651. Decompile.BorderColor3 = Color3.new(0, 0.952941, 1)
  2652. Decompile.Position = UDim2.new(0, 140, 0.5, -10)
  2653. Decompile.Size = UDim2.new(0, 120, 0, 20)
  2654. Decompile.ZIndex = 3
  2655. Decompile.Font = Enum.Font.SourceSansBold
  2656. Decompile.FontSize = Enum.FontSize.Size14
  2657. Decompile.Text = "DECOMPILE"
  2658. Decompile.TextColor3 = Color3.new(1, 1, 1)
  2659. Decompile.TextSize = 14
  2660. Decompile.TextTransparency = 0.60000002384186
  2661.  
  2662. ClearLogs.Name = "ClearLogs"
  2663. ClearLogs.Parent = Toolbar
  2664. ClearLogs.BackgroundColor3 = Color3.new(0, 0, 0)
  2665. ClearLogs.BackgroundTransparency = 0.75
  2666. ClearLogs.BorderColor3 = Color3.new(0, 0.952941, 1)
  2667. ClearLogs.Position = UDim2.new(0, 270, 0.5, -10)
  2668. ClearLogs.Size = UDim2.new(0, 120, 0, 20)
  2669. ClearLogs.ZIndex = 3
  2670. ClearLogs.Font = Enum.Font.SourceSansBold
  2671. ClearLogs.FontSize = Enum.FontSize.Size14
  2672. ClearLogs.Text = "CLEAR LOGS"
  2673. ClearLogs.TextColor3 = Color3.new(1, 1, 1)
  2674. ClearLogs.TextSize = 14
  2675. ClearLogs.TextTransparency = 0.60000002384186
  2676.  
  2677. CryptStrings.Name = "CryptStrings"
  2678. CryptStrings.Parent = Toolbar
  2679. CryptStrings.BackgroundColor3 = Color3.new(0, 0, 0)
  2680. CryptStrings.BackgroundTransparency = 0.75
  2681. CryptStrings.BorderColor3 = Color3.new(0, 0.952941, 1)
  2682. CryptStrings.Position = UDim2.new(0, 400, 0.5, -10)
  2683. CryptStrings.Size = UDim2.new(0, 120, 0, 20)
  2684. CryptStrings.ZIndex = 3
  2685. CryptStrings.Font = Enum.Font.SourceSansBold
  2686. CryptStrings.FontSize = Enum.FontSize.Size14
  2687. CryptStrings.Text = "FORMAT STRINGS"
  2688. CryptStrings.TextColor3 = Color3.new(1, 1, 1)
  2689. CryptStrings.TextSize = 14
  2690. CryptStrings.TextTransparency = 0.60000002384186
  2691.  
  2692. ShowRemotes.Name = "ShowRemotes"
  2693. ShowRemotes.Parent = Toolbar
  2694. ShowRemotes.BackgroundColor3 = Color3.new(0, 0, 0)
  2695. ShowRemotes.BackgroundTransparency = 0.75
  2696. ShowRemotes.BorderColor3 = Color3.new(0, 0.952941, 1)
  2697. ShowRemotes.Position = UDim2.new(0, 530, 0.5, -10)
  2698. ShowRemotes.Size = UDim2.new(0, 120, 0, 20)
  2699. ShowRemotes.ZIndex = 3
  2700. ShowRemotes.Font = Enum.Font.SourceSansBold
  2701. ShowRemotes.FontSize = Enum.FontSize.Size14
  2702. ShowRemotes.Text = "ALL REMOTES"
  2703. ShowRemotes.TextColor3 = Color3.new(1, 1, 1)
  2704. ShowRemotes.TextSize = 14
  2705. ShowRemotes.TextTransparency = 0.60000002384186
  2706.  
  2707. ChangeBackground.Name = "ChangeBackground"
  2708. ChangeBackground.Parent = Toolbar
  2709. ChangeBackground.BackgroundColor3 = Color3.new(0, 0, 0)
  2710. ChangeBackground.BackgroundTransparency = 0.75
  2711. ChangeBackground.BorderColor3 = Color3.new(0, 0.952941, 1)
  2712. ChangeBackground.Position = UDim2.new(0, 660, 0.5, -10)
  2713. ChangeBackground.Size = UDim2.new(0, 120, 0, 20)
  2714. ChangeBackground.ZIndex = 3
  2715. ChangeBackground.Font = Enum.Font.SourceSansBold
  2716. ChangeBackground.FontSize = Enum.FontSize.Size14
  2717. ChangeBackground.Text = "BACKGROUND"
  2718. ChangeBackground.TextColor3 = Color3.new(1, 1, 1)
  2719. ChangeBackground.TextSize = 14
  2720. ChangeBackground.TextTransparency = 0.60000002384186
  2721.  
  2722. ClassicView.Name = "ClassicView"
  2723. ClassicView.Parent = Toolbar
  2724. ClassicView.BackgroundColor3 = Color3.new(0, 0, 0)
  2725. ClassicView.BackgroundTransparency = 0.75
  2726. ClassicView.BorderColor3 = Color3.new(0.556863, 1, 0.486275)
  2727. ClassicView.Position = UDim2.new(0, 790, 0.5, -10)
  2728. ClassicView.Size = UDim2.new(0, 120, 0, 20)
  2729. ClassicView.ZIndex = 3
  2730. ClassicView.Font = Enum.Font.SourceSansBold
  2731. ClassicView.FontSize = Enum.FontSize.Size14
  2732. ClassicView.Text = "MAIN"
  2733. ClassicView.TextColor3 = Color3.new(0.556863, 1, 0.486275)
  2734. ClassicView.TextSize = 14
  2735. ClassicView.TextTransparency = 0.60000002384186
  2736.  
  2737. EnvEdit.Name = "EnvEdit"
  2738. EnvEdit.Parent = Toolbar
  2739. EnvEdit.BackgroundColor3 = Color3.new(0, 0, 0)
  2740. EnvEdit.BackgroundTransparency = 0.75
  2741. EnvEdit.BorderColor3 = Color3.new(0, 0.952941, 1)
  2742. EnvEdit.Position = UDim2.new(0, 920, 0.5, -10)
  2743. EnvEdit.Size = UDim2.new(0, 120, 0, 20)
  2744. EnvEdit.ZIndex = 3
  2745. EnvEdit.Font = Enum.Font.SourceSansBold
  2746. EnvEdit.FontSize = Enum.FontSize.Size14
  2747. EnvEdit.Text = "ENVEDIT"
  2748. EnvEdit.TextColor3 = Color3.new(1, 1, 1)
  2749. EnvEdit.TextSize = 14
  2750. EnvEdit.TextTransparency = 0.60000002384186
  2751.  
  2752. DisableR2S.Name = "DisableR2S"
  2753. DisableR2S.Parent = Toolbar
  2754. DisableR2S.BackgroundColor3 = Color3.new(0, 0, 0)
  2755. DisableR2S.BackgroundTransparency = 0.75
  2756. DisableR2S.BorderColor3 = Color3.new(0.556863, 1, 0.486275)
  2757. DisableR2S.Position = UDim2.new(0, 1050, 0.5, -10)
  2758. DisableR2S.Size = UDim2.new(0, 120, 0, 20)
  2759. DisableR2S.ZIndex = 3
  2760. DisableR2S.Font = Enum.Font.SourceSansBold
  2761. DisableR2S.FontSize = Enum.FontSize.Size14
  2762. DisableR2S.Text = "RUNNING"
  2763. DisableR2S.TextColor3 = Color3.new(0.556863, 1, 0.486275)
  2764. DisableR2S.TextSize = 14
  2765. DisableR2S.TextTransparency = 0.60000002384186
  2766.  
  2767. AllRemotes.Name = "AllRemotes"
  2768. AllRemotes.Parent = BG
  2769. AllRemotes.BackgroundColor3 = Color3.new(0, 0, 0)
  2770. AllRemotes.BackgroundTransparency = 0.6
  2771. AllRemotes.BorderSizePixel = 0
  2772. AllRemotes.Position = UDim2.new(0, 10, 0, 90)
  2773. AllRemotes.Size = UDim2.new(1, -20, 1, -150)
  2774. AllRemotes.Visible = false
  2775. AllRemotes.ZIndex = 2
  2776. AllRemotes.BottomImage = "rbxassetid://226025278"
  2777. AllRemotes.CanvasSize = UDim2.new(0, 0, 0, 820)
  2778. AllRemotes.MidImage = "rbxassetid://226025278"
  2779. AllRemotes.ScrollBarThickness = 5
  2780. AllRemotes.TopImage = "rbxassetid://226025278"
  2781.  
  2782. LUResize.Name = "LUResize"
  2783. LUResize.Parent = BG
  2784. LUResize.BackgroundColor3 = Color3.new(0, 1, 1)
  2785. LUResize.BackgroundTransparency = 0.75
  2786. LUResize.BorderSizePixel = 0
  2787. LUResize.Position = UDim2.new(0, 160, 0.5, 35)
  2788. LUResize.Size = UDim2.new(0, 200, 0, 10)
  2789. LUResize.Font = Enum.Font.SourceSansBold
  2790. LUResize.FontSize = Enum.FontSize.Size14
  2791. LUResize.Text = ""
  2792. LUResize.TextColor3 = Color3.new(0, 0, 0)
  2793. LUResize.TextSize = 14
  2794. LUResize.TextTransparency = 0.60000002384186
  2795.  
  2796. Upvalues.Name = "Upvalues"
  2797. Upvalues.Parent = BG
  2798. Upvalues.BackgroundColor3 = Color3.new(0, 0, 0)
  2799. Upvalues.BackgroundTransparency = 0.60000002384186
  2800. Upvalues.BorderSizePixel = 0
  2801. Upvalues.Position = UDim2.new(0, 160, 0.5, 65)
  2802. Upvalues.Size = UDim2.new(0, 200, 0.5, -75)
  2803. Upvalues.ZIndex = 2
  2804. Upvalues.BottomImage = "rbxassetid://226025278"
  2805. Upvalues.CanvasSize = UDim2.new(0, 0, 0, 0)
  2806. Upvalues.MidImage = "rbxassetid://226025278"
  2807. Upvalues.ScrollBarThickness = 5
  2808. Upvalues.TopImage = "rbxassetid://226025278"
  2809.  
  2810. Script.Name = "Script"
  2811. Script.Parent = BG
  2812. Script.BackgroundColor3 = Color3.new(0, 0, 0)
  2813. Script.BackgroundTransparency = 0.60000002384186
  2814. Script.BorderSizePixel = 0
  2815. Script.Position = UDim2.new(0, 370, 0, 100)
  2816. Script.Selectable = false
  2817. Script.Size = UDim2.new(1, -380, 1, -140)
  2818. Script.ZIndex = 2
  2819. Script.BottomImage = "rbxassetid://226025278"
  2820. Script.CanvasSize = UDim2.new(10, 0, 0, 0)
  2821. Script.MidImage = "rbxassetid://226025278"
  2822. Script.ScrollBarThickness = 5
  2823. Script.TopImage = "rbxassetid://226025278"
  2824.  
  2825. Remotes.Name = "Remotes"
  2826. Remotes.Parent = BG
  2827. Remotes.BackgroundColor3 = Color3.new(0, 0, 0)
  2828. Remotes.BackgroundTransparency = 0.60000002384186
  2829. Remotes.BorderSizePixel = 0
  2830. Remotes.Position = UDim2.new(0, 10, 0, 100)
  2831. Remotes.Size = UDim2.new(0, 140, 1, -110)
  2832. Remotes.ZIndex = 2
  2833. Remotes.BottomImage = "rbxassetid://226025278"
  2834. Remotes.CanvasSize = UDim2.new(0, 0, 0, 0)
  2835. Remotes.MidImage = "rbxassetid://226025278"
  2836. Remotes.ScrollBarThickness = 5
  2837. Remotes.TopImage = "rbxassetid://226025278"
  2838.  
  2839. Locals.Name = "Locals"
  2840. Locals.Parent = BG
  2841. Locals.BackgroundColor3 = Color3.new(0, 0, 0)
  2842. Locals.BackgroundTransparency = 0.60000002384186
  2843. Locals.BorderSizePixel = 0
  2844. Locals.Position = UDim2.new(0, 160, 0, 100)
  2845. Locals.Size = UDim2.new(0, 200, 0.5, -75)
  2846. Locals.ZIndex = 2
  2847. Locals.BottomImage = "rbxassetid://226025278"
  2848. Locals.CanvasSize = UDim2.new(0, 0, 0, 0)
  2849. Locals.MidImage = "rbxassetid://226025278"
  2850. Locals.ScrollBarThickness = 5
  2851. Locals.TopImage = "rbxassetid://226025278"
  2852.  
  2853. AllRemoteBar.Name = "AllRemoteBar"
  2854. AllRemoteBar.Parent = BG
  2855. AllRemoteBar.BackgroundColor3 = Color3.new(0, 0, 0)
  2856. AllRemoteBar.BackgroundTransparency = 0.60000002384186
  2857. AllRemoteBar.BorderSizePixel = 0
  2858. AllRemoteBar.Position = UDim2.new(0, 10, 1, -50)
  2859. AllRemoteBar.Size = UDim2.new(1, -20, 0, 40)
  2860. AllRemoteBar.Visible = false
  2861. AllRemoteBar.ZIndex = 2
  2862. AllRemoteBar.BottomImage = "rbxassetid://226025278"
  2863. AllRemoteBar.CanvasSize = UDim2.new(0, 0, 0, 0)
  2864. AllRemoteBar.MidImage = "rbxassetid://226025278"
  2865. AllRemoteBar.ScrollBarThickness = 5
  2866. AllRemoteBar.TopImage = "rbxassetid://226025278"
  2867.  
  2868. Refresh.Name = "Refresh"
  2869. Refresh.Parent = AllRemoteBar
  2870. Refresh.BackgroundColor3 = Color3.new(0, 0, 0)
  2871. Refresh.BackgroundTransparency = 0.75
  2872. Refresh.BorderColor3 = Color3.new(0, 0.952941, 1)
  2873. Refresh.Position = UDim2.new(0, 10, 0.5, -10)
  2874. Refresh.Size = UDim2.new(0.5, -20, 0, 20)
  2875. Refresh.ZIndex = 3
  2876. Refresh.Font = Enum.Font.SourceSansBold
  2877. Refresh.FontSize = Enum.FontSize.Size14
  2878. Refresh.Text = "REFRESH LIST"
  2879. Refresh.TextColor3 = Color3.new(1, 1, 1)
  2880. Refresh.TextSize = 14
  2881. Refresh.TextTransparency = 0.60000002384186
  2882.  
  2883. SearchRemote.Name = "SearchRemote"
  2884. SearchRemote.Parent = AllRemoteBar
  2885. SearchRemote.BackgroundColor3 = Color3.new(0, 0, 0)
  2886. SearchRemote.BackgroundTransparency = 0.75
  2887. SearchRemote.BorderColor3 = Color3.new(0, 0.917647, 1)
  2888. SearchRemote.Position = UDim2.new(0.5, 10, 0.5, -10)
  2889. SearchRemote.Size = UDim2.new(0.5, -20, 0, 20)
  2890. SearchRemote.ZIndex = 3
  2891. SearchRemote.Font = Enum.Font.SourceSansBold
  2892. SearchRemote.FontSize = Enum.FontSize.Size14
  2893. SearchRemote.Text = "[SEARCH]"
  2894. SearchRemote.TextColor3 = Color3.new(1, 1, 1)
  2895. SearchRemote.TextSize = 14
  2896. SearchRemote.TextTransparency = 0.60000002384186
  2897.  
  2898. BGBar.Name = "BGBar"
  2899. BGBar.Parent = BG
  2900. BGBar.BackgroundColor3 = Color3.new(0, 0, 0)
  2901. BGBar.BackgroundTransparency = 0.60000002384186
  2902. BGBar.BorderSizePixel = 0
  2903. BGBar.Position = UDim2.new(0, 10, 1, -50)
  2904. BGBar.Size = UDim2.new(1, -20, 0, 40)
  2905. BGBar.Visible = false
  2906. BGBar.ZIndex = 2
  2907. BGBar.BottomImage = "rbxassetid://226025278"
  2908. BGBar.CanvasSize = UDim2.new(0, 0, 0, 0)
  2909. BGBar.MidImage = "rbxassetid://226025278"
  2910. BGBar.ScrollBarThickness = 5
  2911. BGBar.TopImage = "rbxassetid://226025278"
  2912.  
  2913. Apply.Name = "Apply"
  2914. Apply.Parent = BGBar
  2915. Apply.BackgroundColor3 = Color3.new(0, 0, 0)
  2916. Apply.BackgroundTransparency = 0.75
  2917. Apply.BorderColor3 = Color3.new(0, 0.952941, 1)
  2918. Apply.Position = UDim2.new(0, 10, 0.5, -10)
  2919. Apply.Size = UDim2.new(0.5, -20, 0, 20)
  2920. Apply.ZIndex = 3
  2921. Apply.Font = Enum.Font.SourceSansBold
  2922. Apply.FontSize = Enum.FontSize.Size14
  2923. Apply.Text = "APPLY"
  2924. Apply.TextColor3 = Color3.new(1, 1, 1)
  2925. Apply.TextSize = 14
  2926. Apply.TextTransparency = 0.60000002384186
  2927.  
  2928. ImageId.Name = "ImageId"
  2929. ImageId.Parent = BGBar
  2930. ImageId.BackgroundColor3 = Color3.new(0, 0, 0)
  2931. ImageId.BackgroundTransparency = 0.75
  2932. ImageId.BorderColor3 = Color3.new(0, 0.917647, 1)
  2933. ImageId.Position = UDim2.new(0.5, 10, 0.5, -10)
  2934. ImageId.Size = UDim2.new(0.5, -20, 0, 20)
  2935. ImageId.ZIndex = 3
  2936. ImageId.Font = Enum.Font.SourceSansBold
  2937. ImageId.FontSize = Enum.FontSize.Size14
  2938. ImageId.Text = "1480010758"
  2939. ImageId.TextColor3 = Color3.new(1, 1, 1)
  2940. ImageId.TextSize = 14
  2941. ImageId.TextTransparency = 0.60000002384186
  2942.  
  2943. BrightnessFrame.Name = "BrightnessFrame"
  2944. BrightnessFrame.Parent = BG
  2945. BrightnessFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  2946. BrightnessFrame.BackgroundTransparency = 0.60000002384186
  2947. BrightnessFrame.BorderColor3 = Color3.new(0, 0.901961, 1)
  2948. BrightnessFrame.BorderSizePixel = 0
  2949. BrightnessFrame.ClipsDescendants = false
  2950. BrightnessFrame.Position = UDim2.new(0, 10, 0, 95)
  2951. BrightnessFrame.Size = UDim2.new(1, -20, 0, 25)
  2952. BrightnessFrame.Visible = false
  2953. BrightnessFrame.ZIndex = 2
  2954. BrightnessFrame.BottomImage = "rbxassetid://226025278"
  2955. BrightnessFrame.CanvasSize = UDim2.new(0, 0, 0, 0)
  2956. BrightnessFrame.MidImage = "rbxassetid://226025278"
  2957. BrightnessFrame.ScrollBarThickness = 5
  2958. BrightnessFrame.TopImage = "rbxassetid://226025278"
  2959.  
  2960. Brightness.Name = "Brightness"
  2961. Brightness.Parent = BrightnessFrame
  2962. Brightness.BackgroundColor3 = Color3.new(1, 1, 1)
  2963. Brightness.BackgroundTransparency = 1
  2964. Brightness.BorderSizePixel = 0
  2965. Brightness.Position = UDim2.new(0, 10, 0.5, -5)
  2966. Brightness.Selectable = false
  2967. Brightness.Size = UDim2.new(1, -20, 0, 10)
  2968. Brightness.BottomImage = "rbxassetid://226025278"
  2969. Brightness.CanvasSize = UDim2.new(0, 5000, 0, 0)
  2970. Brightness.MidImage = "rbxassetid://226025278"
  2971. Brightness.ScrollBarThickness = 10
  2972. Brightness.ZIndex = 2
  2973. Brightness.TopImage = "rbxassetid://226025278"
  2974.  
  2975. TextLabel.Parent = BrightnessFrame
  2976. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  2977. TextLabel.BackgroundTransparency = 0.5
  2978. TextLabel.BorderSizePixel = 0
  2979. TextLabel.Position = UDim2.new(0, 0, 0, -10)
  2980. TextLabel.Size = UDim2.new(1, 0, 0, 10)
  2981. TextLabel.ZIndex = 2
  2982. TextLabel.Font = Enum.Font.SourceSansBold
  2983. TextLabel.FontSize = Enum.FontSize.Size14
  2984. TextLabel.Text = "BRIGHTNESS"
  2985. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  2986. TextLabel.TextScaled = true
  2987. TextLabel.TextSize = 14
  2988. TextLabel.TextWrapped = true
  2989.  
  2990. BValue.Name = "BValue"
  2991. BValue.Parent = BG
  2992. BValue.BackgroundColor3 = Color3.new(0, 0, 0)
  2993. BValue.BackgroundTransparency = 0.60000002384186
  2994. BValue.BorderColor3 = Color3.new(0, 0.984314, 1)
  2995. BValue.Position = UDim2.new(0, 10, 1, -110)
  2996. BValue.Size = UDim2.new(1, -20, 0, 20)
  2997. BValue.Visible = false
  2998. BValue.Font = Enum.Font.SourceSansBold
  2999. BValue.FontSize = Enum.FontSize.Size14
  3000. BValue.Text = "Brightness: 100"
  3001. BValue.TextColor3 = Color3.new(1, 1, 1)
  3002. BValue.TextScaled = true
  3003. BValue.TextSize = 14
  3004. BValue.TextTransparency = 0.60000002384186
  3005. BValue.TextWrapped = true
  3006.  
  3007. TransFrame.Name = "TransFrame"
  3008. TransFrame.Parent = BG
  3009. TransFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  3010. TransFrame.BackgroundTransparency = 0.60000002384186
  3011. TransFrame.BorderColor3 = Color3.new(0, 0.901961, 1)
  3012. TransFrame.BorderSizePixel = 0
  3013. TransFrame.ClipsDescendants = false
  3014. TransFrame.Position = UDim2.new(0, 10, 0, 135)
  3015. TransFrame.Size = UDim2.new(1, -20, 0, 25)
  3016. TransFrame.Visible = false
  3017. TransFrame.ZIndex = 2
  3018. TransFrame.BottomImage = "rbxassetid://226025278"
  3019. TransFrame.CanvasSize = UDim2.new(0, 0, 0, 0)
  3020. TransFrame.MidImage = "rbxassetid://226025278"
  3021. TransFrame.ScrollBarThickness = 0
  3022. TransFrame.TopImage = "rbxassetid://226025278"
  3023.  
  3024. Trans.Name = "Trans"
  3025. Trans.Parent = TransFrame
  3026. Trans.BackgroundColor3 = Color3.new(1, 1, 1)
  3027. Trans.BackgroundTransparency = 1
  3028. Trans.BorderSizePixel = 0
  3029. Trans.Position = UDim2.new(0, 10, 0.5, -5)
  3030. Trans.Selectable = false
  3031. Trans.Size = UDim2.new(1, -20, 0, 10)
  3032. Trans.BottomImage = "rbxassetid://226025278"
  3033. Trans.CanvasSize = UDim2.new(0, 5000, 0, 0)
  3034. Trans.MidImage = "rbxassetid://226025278"
  3035. Trans.ScrollBarThickness = 10
  3036. Trans.ZIndex = 2
  3037. Trans.TopImage = "rbxassetid://226025278"
  3038.  
  3039. TextLabel_2.Parent = TransFrame
  3040. TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  3041. TextLabel_2.BackgroundTransparency = 0.5
  3042. TextLabel_2.BorderSizePixel = 0
  3043. TextLabel_2.Position = UDim2.new(0, 0, 0, -10)
  3044. TextLabel_2.Size = UDim2.new(1, 0, 0, 10)
  3045. TextLabel_2.ZIndex = 2
  3046. TextLabel_2.Font = Enum.Font.SourceSansBold
  3047. TextLabel_2.FontSize = Enum.FontSize.Size14
  3048. TextLabel_2.Text = "TRANSPARENCY"
  3049. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  3050. TextLabel_2.TextScaled = true
  3051. TextLabel_2.TextSize = 14
  3052. TextLabel_2.TextWrapped = true
  3053.  
  3054. TValue.Name = "TValue"
  3055. TValue.Parent = BG
  3056. TValue.BackgroundColor3 = Color3.new(0, 0, 0)
  3057. TValue.BackgroundTransparency = 0.60000002384186
  3058. TValue.BorderColor3 = Color3.new(0, 0.984314, 1)
  3059. TValue.Position = UDim2.new(0, 10, 1, -80)
  3060. TValue.Size = UDim2.new(1, -20, 0, 20)
  3061. TValue.Visible = false
  3062. TValue.Font = Enum.Font.SourceSansBold
  3063. TValue.FontSize = Enum.FontSize.Size14
  3064. TValue.Text = "Transparency: 0"
  3065. TValue.TextColor3 = Color3.new(1, 1, 1)
  3066. TValue.TextScaled = true
  3067. TValue.TextSize = 14
  3068. TValue.TextTransparency = 0.60000002384186
  3069. TValue.TextWrapped = true
  3070.  
  3071. RemotesTip.Name = "RemotesTip"
  3072. RemotesTip.Parent = BG
  3073. RemotesTip.BackgroundColor3 = Color3.new(0, 0, 0)
  3074. RemotesTip.BackgroundTransparency = 0.5
  3075. RemotesTip.BorderColor3 = Color3.new(0, 0.984314, 1)
  3076. RemotesTip.BorderSizePixel = 0
  3077. RemotesTip.Position = UDim2.new(0, 10, 0, 90)
  3078. RemotesTip.Size = UDim2.new(0, 140, 0, 10)
  3079. RemotesTip.Font = Enum.Font.SourceSansBold
  3080. RemotesTip.FontSize = Enum.FontSize.Size14
  3081. RemotesTip.Text = "REMOTES"
  3082. RemotesTip.TextColor3 = Color3.new(1, 1, 1)
  3083. RemotesTip.TextScaled = true
  3084. RemotesTip.TextSize = 14
  3085. RemotesTip.TextTransparency = 0.60000002384186
  3086. RemotesTip.TextWrapped = true
  3087.  
  3088. LocalsTip.Name = "LocalsTip"
  3089. LocalsTip.Parent = BG
  3090. LocalsTip.BackgroundColor3 = Color3.new(0, 0, 0)
  3091. LocalsTip.BackgroundTransparency = 0.5
  3092. LocalsTip.BorderColor3 = Color3.new(0, 0.984314, 1)
  3093. LocalsTip.BorderSizePixel = 0
  3094. LocalsTip.Position = UDim2.new(0, 160, 0, 90)
  3095. LocalsTip.Size = UDim2.new(0, 200, 0, 10)
  3096. LocalsTip.Font = Enum.Font.SourceSansBold
  3097. LocalsTip.FontSize = Enum.FontSize.Size14
  3098. LocalsTip.Text = "LOCALS"
  3099. LocalsTip.TextColor3 = Color3.new(1, 1, 1)
  3100. LocalsTip.TextScaled = true
  3101. LocalsTip.TextSize = 14
  3102. LocalsTip.TextTransparency = 0.60000002384186
  3103. LocalsTip.TextWrapped = true
  3104.  
  3105. UpvaluesTip.Name = "UpvaluesTip"
  3106. UpvaluesTip.Parent = BG
  3107. UpvaluesTip.BackgroundColor3 = Color3.new(0, 0, 0)
  3108. UpvaluesTip.BackgroundTransparency = 0.5
  3109. UpvaluesTip.BorderColor3 = Color3.new(0, 0.984314, 1)
  3110. UpvaluesTip.BorderSizePixel = 0
  3111. UpvaluesTip.Position = UDim2.new(0, 160, 0.5, 55)
  3112. UpvaluesTip.Size = UDim2.new(0, 200, 0, 10)
  3113. UpvaluesTip.Font = Enum.Font.SourceSansBold
  3114. UpvaluesTip.FontSize = Enum.FontSize.Size14
  3115. UpvaluesTip.Text = "UPVALUES"
  3116. UpvaluesTip.TextColor3 = Color3.new(1, 1, 1)
  3117. UpvaluesTip.TextScaled = true
  3118. UpvaluesTip.TextSize = 14
  3119. UpvaluesTip.TextTransparency = 0.60000002384186
  3120. UpvaluesTip.TextWrapped = true
  3121.  
  3122. ScriptTip.Name = "ScriptTip"
  3123. ScriptTip.Parent = BG
  3124. ScriptTip.BackgroundColor3 = Color3.new(0, 0, 0)
  3125. ScriptTip.BackgroundTransparency = 0.5
  3126. ScriptTip.BorderColor3 = Color3.new(0, 0.984314, 1)
  3127. ScriptTip.BorderSizePixel = 0
  3128. ScriptTip.Position = UDim2.new(0, 370, 0, 90)
  3129. ScriptTip.Size = UDim2.new(1, -380, 0, 10)
  3130. ScriptTip.Font = Enum.Font.SourceSansBold
  3131. ScriptTip.FontSize = Enum.FontSize.Size14
  3132. ScriptTip.Text = "SCRIPT"
  3133. ScriptTip.TextColor3 = Color3.new(1, 1, 1)
  3134. ScriptTip.TextScaled = true
  3135. ScriptTip.TextSize = 14
  3136. ScriptTip.TextTransparency = 0.60000002384186
  3137. ScriptTip.TextWrapped = true
  3138.  
  3139. EELocals.Name = "EELocals"
  3140. EELocals.Parent = BG
  3141. EELocals.BackgroundColor3 = Color3.new(0, 0, 0)
  3142. EELocals.BackgroundTransparency = 0.60000002384186
  3143. EELocals.BorderSizePixel = 0
  3144. EELocals.Position = UDim2.new(0, 10, 0, 100)
  3145. EELocals.Size = UDim2.new(0.5, -15, 1, -170)
  3146. EELocals.Visible = false
  3147. EELocals.ZIndex = 2
  3148. EELocals.BottomImage = "rbxassetid://226025278"
  3149. EELocals.MidImage = "rbxassetid://226025278"
  3150. EELocals.ScrollBarThickness = 5
  3151. EELocals.TopImage = "rbxassetid://226025278"
  3152.  
  3153. EELocalsTip.Name = "EELocalsTip"
  3154. EELocalsTip.Parent = BG
  3155. EELocalsTip.BackgroundColor3 = Color3.new(0, 0, 0)
  3156. EELocalsTip.BackgroundTransparency = 0.5
  3157. EELocalsTip.BorderColor3 = Color3.new(0, 0.984314, 1)
  3158. EELocalsTip.BorderSizePixel = 0
  3159. EELocalsTip.Position = UDim2.new(0, 10, 0, 90)
  3160. EELocalsTip.Size = UDim2.new(0.5, -15, 0, 10)
  3161. EELocalsTip.Visible = false
  3162. EELocalsTip.ZIndex = 2
  3163. EELocalsTip.Font = Enum.Font.SourceSansBold
  3164. EELocalsTip.FontSize = Enum.FontSize.Size14
  3165. EELocalsTip.Text = "EnvEdit LOCALS"
  3166. EELocalsTip.TextColor3 = Color3.new(1, 1, 1)
  3167. EELocalsTip.TextScaled = true
  3168. EELocalsTip.TextSize = 14
  3169. EELocalsTip.TextTransparency = 0.60000002384186
  3170. EELocalsTip.TextWrapped = true
  3171.  
  3172. EEUpvalues.Name = "EEUpvalues"
  3173. EEUpvalues.Parent = BG
  3174. EEUpvalues.BackgroundColor3 = Color3.new(0, 0, 0)
  3175. EEUpvalues.BackgroundTransparency = 0.60000002384186
  3176. EEUpvalues.BorderSizePixel = 0
  3177. EEUpvalues.Position = UDim2.new(0.5, 5, 0, 100)
  3178. EEUpvalues.Size = UDim2.new(0.5, -15, 1, -170)
  3179. EEUpvalues.Visible = false
  3180. EEUpvalues.ZIndex = 2
  3181. EEUpvalues.BottomImage = "rbxassetid://226025278"
  3182. EEUpvalues.MidImage = "rbxassetid://226025278"
  3183. EEUpvalues.ScrollBarThickness = 5
  3184. EEUpvalues.TopImage = "rbxassetid://226025278"
  3185.  
  3186. EEUpvaluesTip.Name = "EEUpvaluesTip"
  3187. EEUpvaluesTip.Parent = BG
  3188. EEUpvaluesTip.BackgroundColor3 = Color3.new(0, 0, 0)
  3189. EEUpvaluesTip.BackgroundTransparency = 0.5
  3190. EEUpvaluesTip.BorderColor3 = Color3.new(0, 0.984314, 1)
  3191. EEUpvaluesTip.BorderSizePixel = 0
  3192. EEUpvaluesTip.Position = UDim2.new(0.5, 5, 0, 90)
  3193. EEUpvaluesTip.Size = UDim2.new(0.5, -15, 0, 10)
  3194. EEUpvaluesTip.Visible = false
  3195. EEUpvaluesTip.ZIndex = 2
  3196. EEUpvaluesTip.Font = Enum.Font.SourceSansBold
  3197. EEUpvaluesTip.FontSize = Enum.FontSize.Size14
  3198. EEUpvaluesTip.Text = "EnvEdit UPVALUES"
  3199. EEUpvaluesTip.TextColor3 = Color3.new(1, 1, 1)
  3200. EEUpvaluesTip.TextScaled = true
  3201. EEUpvaluesTip.TextSize = 14
  3202. EEUpvaluesTip.TextTransparency = 0.60000002384186
  3203. EEUpvaluesTip.TextWrapped = true
  3204.  
  3205. Watermark.Name = "Watermark"
  3206. Watermark.Parent = BG
  3207. Watermark.BackgroundColor3 = Color3.new(0, 0, 0)
  3208. Watermark.BackgroundTransparency = 0.75
  3209. Watermark.BorderColor3 = Color3.new(0, 0.952941, 1)
  3210. Watermark.Position = UDim2.new(0, 10, 0, 209)
  3211. Watermark.Size = UDim2.new(0.5, -15, 0, 20)
  3212. Watermark.Visible = false
  3213. Watermark.ZIndex = 3
  3214. Watermark.Selected = true
  3215. Watermark.Font = Enum.Font.SourceSansBold
  3216. Watermark.FontSize = Enum.FontSize.Size14
  3217. Watermark.Text = "WATERMARK"
  3218. Watermark.TextColor3 = Color3.new(1, 1, 1)
  3219. Watermark.TextSize = 14
  3220. Watermark.TextTransparency = 0.60000002384186
  3221.  
  3222. Gradient.Name = "Gradient"
  3223. Gradient.Parent = BG
  3224. Gradient.BackgroundColor3 = Color3.new(0, 0, 0)
  3225. Gradient.BackgroundTransparency = 0.75
  3226. Gradient.BorderColor3 = Color3.new(0, 0.952941, 1)
  3227. Gradient.Position = UDim2.new(0, 10, 0, 239)
  3228. Gradient.Size = UDim2.new(1, -20, 0, 20)
  3229. Gradient.Visible = false
  3230. Gradient.ZIndex = 3
  3231. Gradient.Selected = true
  3232. Gradient.Font = Enum.Font.SourceSansBold
  3233. Gradient.FontSize = Enum.FontSize.Size14
  3234. Gradient.Text = "GRADIENT"
  3235. Gradient.TextColor3 = Color3.new(1, 1, 1)
  3236. Gradient.TextSize = 14
  3237. Gradient.TextTransparency = 0.60000002384186
  3238.  
  3239. Negate.Name = "Negate"
  3240. Negate.Parent = BG
  3241. Negate.BackgroundColor3 = Color3.new(0, 0, 0)
  3242. Negate.BackgroundTransparency = 0.75
  3243. Negate.BorderColor3 = Color3.new(0, 0.952941, 1)
  3244. Negate.Position = UDim2.new(0.5, 5, 0, 209)
  3245. Negate.Size = UDim2.new(0.5, -15, 0, 20)
  3246. Negate.Visible = false
  3247. Negate.ZIndex = 3
  3248. Negate.Selected = true
  3249. Negate.Font = Enum.Font.SourceSansBold
  3250. Negate.FontSize = Enum.FontSize.Size14
  3251. Negate.Text = "INVERT COLORS"
  3252. Negate.TextColor3 = Color3.new(1, 1, 1)
  3253. Negate.TextSize = 14
  3254. Negate.TextTransparency = 0.60000002384186
  3255.  
  3256. WatermarkImage.Name = "WatermarkImage"
  3257. WatermarkImage.Parent = BG
  3258. WatermarkImage.BackgroundColor3 = Color3.new(1, 1, 1)
  3259. WatermarkImage.BackgroundTransparency = 1
  3260. WatermarkImage.Size = UDim2.new(1, 0, 1, 0)
  3261. WatermarkImage.Image = "rbxassetid://2848097717"
  3262.  
  3263. GradientImage.Name = "GradientImage"
  3264. GradientImage.Parent = BG
  3265. GradientImage.BackgroundColor3 = Color3.new(1, 1, 1)
  3266. GradientImage.BackgroundTransparency = 1
  3267. GradientImage.Size = UDim2.new(1, 0, 1, 0)
  3268. GradientImage.Image = "rbxassetid://2541118527"
  3269.  
  3270. CustomColor.Name = "CustomColor"
  3271. CustomColor.Parent = BG
  3272. CustomColor.BackgroundColor3 = Color3.new(0, 0, 0)
  3273. CustomColor.BackgroundTransparency = 0.75
  3274. CustomColor.BorderColor3 = Color3.new(0, 0.952941, 1)
  3275. CustomColor.Position = UDim2.new(0, 10, 0, 269)
  3276. CustomColor.Size = UDim2.new(0.5, -15, 0, 20)
  3277. CustomColor.Visible = false
  3278. CustomColor.ZIndex = 3
  3279. CustomColor.Selected = true
  3280. CustomColor.Font = Enum.Font.SourceSansBold
  3281. CustomColor.FontSize = Enum.FontSize.Size14
  3282. CustomColor.Text = "SET COLOR"
  3283. CustomColor.TextColor3 = Color3.new(1, 1, 1)
  3284. CustomColor.TextSize = 14
  3285. CustomColor.TextTransparency = 0.60000002384186
  3286.  
  3287. ColorValue.Name = "ColorValue"
  3288. ColorValue.Parent = BG
  3289. ColorValue.BackgroundColor3 = Color3.new(0, 0, 0)
  3290. ColorValue.BackgroundTransparency = 0.75
  3291. ColorValue.BorderColor3 = Color3.new(0, 0.917647, 1)
  3292. ColorValue.Position = UDim2.new(0.5, 5, 0, 269)
  3293. ColorValue.Size = UDim2.new(0.5, -15, 0, 20)
  3294. ColorValue.Visible = false
  3295. ColorValue.ZIndex = 3
  3296. ColorValue.Font = Enum.Font.SourceSansBold
  3297. ColorValue.FontSize = Enum.FontSize.Size14
  3298. ColorValue.Text = "255,255,255"
  3299. ColorValue.TextColor3 = Color3.new(1, 1, 1)
  3300. ColorValue.TextSize = 14
  3301. ColorValue.TextTransparency = 0.60000002384186
  3302.  
  3303. RandomColor.Name = "RandomColor"
  3304. RandomColor.Parent = BG
  3305. RandomColor.BackgroundColor3 = Color3.new(0, 0, 0)
  3306. RandomColor.BackgroundTransparency = 0.75
  3307. RandomColor.BorderColor3 = Color3.new(0, 0.952941, 1)
  3308. RandomColor.Position = UDim2.new(0, 10, 0, 299)
  3309. RandomColor.Size = UDim2.new(1, -20, 0, 20)
  3310. RandomColor.Visible = false
  3311. RandomColor.ZIndex = 3
  3312. RandomColor.Selected = true
  3313. RandomColor.Font = Enum.Font.SourceSansBold
  3314. RandomColor.FontSize = Enum.FontSize.Size14
  3315. RandomColor.Text = "RANDOM COLOR"
  3316. RandomColor.TextColor3 = Color3.new(1, 1, 1)
  3317. RandomColor.TextSize = 14
  3318. RandomColor.TextTransparency = 0.60000002384186
  3319.  
  3320. ThemeJSON.Name = "ThemeJSON"
  3321. ThemeJSON.Parent = BG
  3322. ThemeJSON.BackgroundColor3 = Color3.new(0, 0, 0)
  3323. ThemeJSON.BackgroundTransparency = 0.75
  3324. ThemeJSON.BorderColor3 = Color3.new(0, 0.917647, 1)
  3325. ThemeJSON.Position = UDim2.new(0, 310, 1, -170)
  3326. ThemeJSON.Size = UDim2.new(1, -320, 0, 20)
  3327. ThemeJSON.Visible = false
  3328. ThemeJSON.ZIndex = 3
  3329. ThemeJSON.Font = Enum.Font.SourceSansBold
  3330. ThemeJSON.FontSize = Enum.FontSize.Size14
  3331. ThemeJSON.Text = "[PASTE THEME JSON]"
  3332. ThemeJSON.TextColor3 = Color3.new(1, 1, 1)
  3333. ThemeJSON.TextScaled = true
  3334. ThemeJSON.TextSize = 14
  3335. ThemeJSON.TextTransparency = 0.60000002384186
  3336. ThemeJSON.TextWrapped = true
  3337.  
  3338. WTValue.Name = "WTValue"
  3339. WTValue.Parent = BG
  3340. WTValue.BackgroundColor3 = Color3.new(0, 0, 0)
  3341. WTValue.BackgroundTransparency = 0.60000002384186
  3342. WTValue.BorderColor3 = Color3.new(0, 0.984314, 1)
  3343. WTValue.Position = UDim2.new(0, 10, 1, -140)
  3344. WTValue.Size = UDim2.new(1, -20, 0, 20)
  3345. WTValue.Visible = false
  3346. WTValue.Font = Enum.Font.SourceSansBold
  3347. WTValue.FontSize = Enum.FontSize.Size14
  3348. WTValue.Text = "Watermark Transparency: 0"
  3349. WTValue.TextColor3 = Color3.new(1, 1, 1)
  3350. WTValue.TextScaled = true
  3351. WTValue.TextSize = 14
  3352. WTValue.TextTransparency = 0.60000002384186
  3353. WTValue.TextWrapped = true
  3354.  
  3355. SaveTheme.Name = "SaveTheme"
  3356. SaveTheme.Parent = BG
  3357. SaveTheme.BackgroundColor3 = Color3.new(0, 0, 0)
  3358. SaveTheme.BackgroundTransparency = 0.75
  3359. SaveTheme.BorderColor3 = Color3.new(0, 0.952941, 1)
  3360. SaveTheme.Position = UDim2.new(0, 10, 1, -170)
  3361. SaveTheme.Size = UDim2.new(0, 140, 0, 20)
  3362. SaveTheme.Visible = false
  3363. SaveTheme.ZIndex = 3
  3364. SaveTheme.Selected = true
  3365. SaveTheme.Font = Enum.Font.SourceSansBold
  3366. SaveTheme.FontSize = Enum.FontSize.Size14
  3367. SaveTheme.Text = "SAVE THEME"
  3368. SaveTheme.TextColor3 = Color3.new(1, 1, 1)
  3369. SaveTheme.TextSize = 14
  3370. SaveTheme.TextTransparency = 0.60000002384186
  3371.  
  3372. LoadTheme.Name = "LoadTheme"
  3373. LoadTheme.Parent = BG
  3374. LoadTheme.BackgroundColor3 = Color3.new(0, 0, 0)
  3375. LoadTheme.BackgroundTransparency = 0.75
  3376. LoadTheme.BorderColor3 = Color3.new(0, 0.952941, 1)
  3377. LoadTheme.Position = UDim2.new(0, 160, 1, -170)
  3378. LoadTheme.Size = UDim2.new(0, 140, 0, 20)
  3379. LoadTheme.Visible = false
  3380. LoadTheme.ZIndex = 3
  3381. LoadTheme.Selected = true
  3382. LoadTheme.Font = Enum.Font.SourceSansBold
  3383. LoadTheme.FontSize = Enum.FontSize.Size14
  3384. LoadTheme.Text = "LOAD THEME"
  3385. LoadTheme.TextColor3 = Color3.new(1, 1, 1)
  3386. LoadTheme.TextSize = 14
  3387. LoadTheme.TextTransparency = 0.60000002384186
  3388.  
  3389. WaterTransFrame.Name = "WaterTransFrame"
  3390. WaterTransFrame.Parent = BG
  3391. WaterTransFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  3392. WaterTransFrame.BackgroundTransparency = 0.60000002384186
  3393. WaterTransFrame.BorderColor3 = Color3.new(0, 0.901961, 1)
  3394. WaterTransFrame.BorderSizePixel = 0
  3395. WaterTransFrame.ClipsDescendants = false
  3396. WaterTransFrame.Position = UDim2.new(0, 10, 0, 175)
  3397. WaterTransFrame.Size = UDim2.new(1, -20, 0, 25)
  3398. WaterTransFrame.Visible = false
  3399. WaterTransFrame.ZIndex = 2
  3400. WaterTransFrame.BottomImage = "rbxassetid://226025278"
  3401. WaterTransFrame.CanvasSize = UDim2.new(0, 0, 0, 0)
  3402. WaterTransFrame.MidImage = "rbxassetid://226025278"
  3403. WaterTransFrame.ScrollBarThickness = 0
  3404. WaterTransFrame.TopImage = "rbxassetid://226025278"
  3405.  
  3406. WaterTrans.Name = "WaterTrans"
  3407. WaterTrans.Parent = WaterTransFrame
  3408. WaterTrans.BackgroundColor3 = Color3.new(1, 1, 1)
  3409. WaterTrans.BackgroundTransparency = 1
  3410. WaterTrans.BorderSizePixel = 0
  3411. WaterTrans.Position = UDim2.new(0, 10, 0.5, -5)
  3412. WaterTrans.Selectable = false
  3413. WaterTrans.ZIndex = 2
  3414. WaterTrans.Size = UDim2.new(1, -20, 0, 10)
  3415. WaterTrans.BottomImage = "rbxassetid://226025278"
  3416. WaterTrans.CanvasSize = UDim2.new(0, 5000, 0, 0)
  3417. WaterTrans.MidImage = "rbxassetid://226025278"
  3418. WaterTrans.ScrollBarThickness = 10
  3419. WaterTrans.TopImage = "rbxassetid://226025278"
  3420.  
  3421. TextLabel_3.Parent = WaterTransFrame
  3422. TextLabel_3.BackgroundColor3 = Color3.new(0, 0, 0)
  3423. TextLabel_3.BackgroundTransparency = 0.5
  3424. TextLabel_3.BorderSizePixel = 0
  3425. TextLabel_3.Position = UDim2.new(0, 0, 0, -10)
  3426. TextLabel_3.Size = UDim2.new(1, 0, 0, 10)
  3427. TextLabel_3.ZIndex = 2
  3428. TextLabel_3.Font = Enum.Font.SourceSansBold
  3429. TextLabel_3.FontSize = Enum.FontSize.Size14
  3430. TextLabel_3.Text = "WATERMARK TRANSPARENCY"
  3431. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  3432. TextLabel_3.TextScaled = true
  3433. TextLabel_3.TextSize = 14
  3434. TextLabel_3.TextWrapped = true
  3435.  
  3436. Explorer.Name = "Explorer"
  3437. Explorer.Parent = BG
  3438. Explorer.Active = true
  3439. Explorer.BackgroundColor3 = Color3.new(0, 0, 0)
  3440. Explorer.BackgroundTransparency = 0.5
  3441. Explorer.BorderSizePixel = 0
  3442. Explorer.Draggable = true
  3443. Explorer.Position = UDim2.new(0, 100, 0, 100)
  3444. Explorer.Size = UDim2.new(0.600000024, 0, 0.600000024, 0)
  3445. Explorer.Visible = false
  3446. Explorer.ZIndex = 4
  3447.  
  3448. ExplorerFrame.Name = "ExplorerFrame"
  3449. ExplorerFrame.Parent = Explorer
  3450. ExplorerFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  3451. ExplorerFrame.BackgroundTransparency = 0.60000002384186
  3452. ExplorerFrame.BorderSizePixel = 0
  3453. ExplorerFrame.Size = UDim2.new(1, 0, 0, 20)
  3454. ExplorerFrame.ZIndex = 5
  3455.  
  3456. ExplorerTitle.Name = "ExplorerTitle"
  3457. ExplorerTitle.Parent = ExplorerFrame
  3458. ExplorerTitle.BackgroundColor3 = Color3.new(0, 0, 0)
  3459. ExplorerTitle.BackgroundTransparency = 0.5
  3460. ExplorerTitle.Position = UDim2.new(0.5, -90, 0, 0)
  3461. ExplorerTitle.Size = UDim2.new(0, 180, 1, 0)
  3462. ExplorerTitle.ZIndex = 6
  3463. ExplorerTitle.Font = Enum.Font.SourceSansBold
  3464. ExplorerTitle.FontSize = Enum.FontSize.Size14
  3465. ExplorerTitle.Text = "Object Browser"
  3466. ExplorerTitle.TextColor3 = Color3.new(1, 1, 1)
  3467. ExplorerTitle.TextSize = 14
  3468.  
  3469. ExplorerHide.Name = "ExplorerHide"
  3470. ExplorerHide.Parent = ExplorerFrame
  3471. ExplorerHide.BackgroundColor3 = Color3.new(0, 0, 0)
  3472. ExplorerHide.BackgroundTransparency = 0.5
  3473. ExplorerHide.BorderSizePixel = 0
  3474. ExplorerHide.Position = UDim2.new(1, -50, 0, 0)
  3475. ExplorerHide.Size = UDim2.new(0, 50, 1, 0)
  3476. ExplorerHide.ZIndex = 6
  3477. ExplorerHide.Selected = true
  3478. ExplorerHide.Font = Enum.Font.SourceSansBold
  3479. ExplorerHide.FontSize = Enum.FontSize.Size14
  3480. ExplorerHide.Text = "_"
  3481. ExplorerHide.TextColor3 = Color3.new(1, 1, 1)
  3482. ExplorerHide.TextSize = 14
  3483.  
  3484. ExplorerMain.Name = "ExplorerMain"
  3485. ExplorerMain.Parent = Explorer
  3486. ExplorerMain.BackgroundColor3 = Color3.new(0, 0, 0)
  3487. ExplorerMain.BackgroundTransparency = 0.60000002384186
  3488. ExplorerMain.BorderSizePixel = 0
  3489. ExplorerMain.ClipsDescendants = true
  3490. ExplorerMain.Position = UDim2.new(0, 10, 0, 30)
  3491. ExplorerMain.Size = UDim2.new(1, -20, 1, -70)
  3492. ExplorerMain.ZIndex = 5
  3493. ExplorerMain.BottomImage = "rbxassetid://226025278"
  3494. ExplorerMain.MidImage = "rbxassetid://226025278"
  3495. ExplorerMain.ScrollBarThickness = 5
  3496. ExplorerMain.TopImage = "rbxassetid://226025278"
  3497.  
  3498. ExplorerBack.Name = "ExplorerBack"
  3499. ExplorerBack.Parent = Explorer
  3500. ExplorerBack.BackgroundColor3 = Color3.new(0, 0, 0)
  3501. ExplorerBack.BackgroundTransparency = 0.5
  3502. ExplorerBack.BorderColor3 = Color3.new(0.32549, 0.32549, 0.32549)
  3503. ExplorerBack.Position = UDim2.new(0, 10, 1, -30)
  3504. ExplorerBack.Size = UDim2.new(0.5, -20, 0, 20)
  3505. ExplorerBack.ZIndex = 5
  3506. ExplorerBack.Font = Enum.Font.SourceSansBold
  3507. ExplorerBack.FontSize = Enum.FontSize.Size14
  3508. ExplorerBack.Text = "<<<"
  3509. ExplorerBack.TextColor3 = Color3.new(1, 1, 1)
  3510. ExplorerBack.TextSize = 14
  3511.  
  3512. Toolbox.Name = "Toolbox"
  3513. Toolbox.Parent = R2Sv3
  3514. Toolbox.BackgroundColor3 = Color3.new(1, 1, 1)
  3515. Toolbox.Size = UDim2.new(0, 100, 0, 100)
  3516. Toolbox.Visible = false
  3517.  
  3518. RemoteFrame.Name = "RemoteFrame"
  3519. RemoteFrame.Parent = Toolbox
  3520. RemoteFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  3521. RemoteFrame.BackgroundTransparency = 0.64999997615814
  3522. RemoteFrame.BorderColor3 = Color3.new(0, 1, 0.917647)
  3523. RemoteFrame.Position = UDim2.new(0, 10, 0, 10)
  3524. RemoteFrame.Size = UDim2.new(1, -20, 0, 20)
  3525. RemoteFrame.ZIndex = 3
  3526.  
  3527. MainButton.Name = "MainButton"
  3528. MainButton.Parent = RemoteFrame
  3529. MainButton.BackgroundColor3 = Color3.new(0, 0, 0)
  3530. MainButton.BackgroundTransparency = 0.5
  3531. MainButton.BorderSizePixel = 0
  3532. MainButton.Size = UDim2.new(0, 200, 1, 0)
  3533. MainButton.ZIndex = 4
  3534. MainButton.Font = Enum.Font.SourceSansBold
  3535. MainButton.FontSize = Enum.FontSize.Size14
  3536. MainButton.Text = "SayMessageRequest"
  3537. MainButton.TextColor3 = Color3.new(1, 1, 1)
  3538. MainButton.TextSize = 14
  3539. MainButton.TextTransparency = 0.60000002384186
  3540.  
  3541. Icon.Name = "Icon"
  3542. Icon.Parent = RemoteFrame
  3543. Icon.BackgroundColor3 = Color3.new(0.509804, 1, 0.454902)
  3544. Icon.BackgroundTransparency = 0.40000000596046
  3545. Icon.BorderSizePixel = 0
  3546. Icon.Position = UDim2.new(0, 210, 0.5, -3)
  3547. Icon.Size = UDim2.new(1, -220, 0, 6)
  3548. Icon.ZIndex = 4
  3549.  
  3550. ScriptLine.Name = "ScriptLine"
  3551. ScriptLine.Parent = Toolbox
  3552. ScriptLine.BackgroundColor3 = Color3.new(1, 1, 1)
  3553. ScriptLine.BackgroundTransparency = 1
  3554. ScriptLine.BorderSizePixel = 0
  3555. ScriptLine.Size = UDim2.new(1, 0, 0, 20)
  3556. ScriptLine.ZIndex = 3
  3557.  
  3558. SourceLine.Name = "SourceLine"
  3559. SourceLine.Parent = ScriptLine
  3560. SourceLine.BackgroundColor3 = Color3.new(0, 0, 0)
  3561. SourceLine.BackgroundTransparency = 1
  3562. SourceLine.BorderSizePixel = 0
  3563. SourceLine.Position = UDim2.new(0, 10, 0, 0)
  3564. SourceLine.Size = UDim2.new(1, -50, 1, 0)
  3565. SourceLine.ZIndex = 4
  3566. SourceLine.Font = Enum.Font.Code
  3567. SourceLine.FontSize = Enum.FontSize.Size14
  3568. SourceLine.Text = "0"
  3569. SourceLine.TextColor3 = Color3.new(1, 1, 1)
  3570. SourceLine.TextSize = 14
  3571. SourceLine.TextTransparency = 0.5
  3572. SourceLine.TextXAlignment = Enum.TextXAlignment.Left
  3573.  
  3574. RemoteLog.Name = "RemoteLog"
  3575. RemoteLog.Parent = Toolbox
  3576. RemoteLog.BackgroundColor3 = Color3.new(0, 0, 0)
  3577. RemoteLog.BackgroundTransparency = 0.60000002384186
  3578. RemoteLog.BorderColor3 = Color3.new(1, 1, 1)
  3579. RemoteLog.BorderSizePixel = 0
  3580. RemoteLog.Position = UDim2.new(0, 10, 0, 10)
  3581. RemoteLog.Size = UDim2.new(1, -20, 0, 20)
  3582. RemoteLog.ZIndex = 3
  3583. RemoteLog.Font = Enum.Font.SourceSansBold
  3584. RemoteLog.FontSize = Enum.FontSize.Size14
  3585. RemoteLog.Text = "SayMessageRequest"
  3586. RemoteLog.TextColor3 = Color3.new(1, 1, 1)
  3587. RemoteLog.TextSize = 14
  3588. RemoteLog.TextTransparency = 0.5
  3589.  
  3590. Button.Name = "Button"
  3591. Button.Parent = Toolbox
  3592. Button.BackgroundColor3 = Color3.new(0, 0, 0)
  3593. Button.BackgroundTransparency = 0.75
  3594. Button.BorderSizePixel = 0
  3595. Button.Position = UDim2.new(1, -80, 0, 0)
  3596. Button.Size = UDim2.new(0, 80, 1, 0)
  3597. Button.ZIndex = 4
  3598. Button.Font = Enum.Font.SourceSansBold
  3599. Button.FontSize = Enum.FontSize.Size12
  3600. Button.TextColor3 = Color3.new(1, 1, 1)
  3601. Button.TextSize = 12
  3602. Button.TextTransparency = 0.60000002384186
  3603. Button.TextWrapped = true
  3604.  
  3605. Box.Name = "Box"
  3606. Box.Parent = Toolbox
  3607. Box.BackgroundColor3 = Color3.new(0, 0, 0)
  3608. Box.BackgroundTransparency = 0.75
  3609. Box.BorderSizePixel = 0
  3610. Box.Position = UDim2.new(1, -80, 0, 0)
  3611. Box.Size = UDim2.new(0, 80, 1, 0)
  3612. Box.ZIndex = 4
  3613. Box.Font = Enum.Font.SourceSansBold
  3614. Box.FontSize = Enum.FontSize.Size12
  3615. Box.TextColor3 = Color3.new(1, 1, 1)
  3616. Box.TextSize = 12
  3617. Box.TextTransparency = 0.60000002384186
  3618. Box.TextWrapped = true
  3619.  
  3620. DebugFrame.Name = "DebugFrame"
  3621. DebugFrame.Parent = Toolbox
  3622. DebugFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  3623. DebugFrame.BackgroundTransparency = 0.5
  3624. DebugFrame.BorderColor3 = Color3.new(0, 0.984314, 1)
  3625. DebugFrame.Position = UDim2.new(0, 10, 0, 10)
  3626. DebugFrame.Size = UDim2.new(1, -20, 0, 20)
  3627. DebugFrame.ZIndex = 3
  3628.  
  3629. Field.Name = "Field"
  3630. Field.Parent = DebugFrame
  3631. Field.BackgroundColor3 = Color3.new(0, 0, 0)
  3632. Field.BackgroundTransparency = 1
  3633. Field.Size = UDim2.new(0, 80, 1, 0)
  3634. Field.ZIndex = 4
  3635. Field.Font = Enum.Font.SourceSansBold
  3636. Field.FontSize = Enum.FontSize.Size12
  3637. Field.Text = "anim"
  3638. Field.TextColor3 = Color3.new(1, 1, 1)
  3639. Field.TextSize = 12
  3640. Field.TextWrapped = true
  3641.  
  3642. ObjectFrame.Name = "ObjectFrame"
  3643. ObjectFrame.Parent = Toolbox
  3644. ObjectFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  3645. ObjectFrame.BackgroundTransparency = 0.5
  3646. ObjectFrame.BorderColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  3647. ObjectFrame.Position = UDim2.new(0, 10, 0, 10)
  3648. ObjectFrame.Size = UDim2.new(1, -20, 0, 20)
  3649. ObjectFrame.ZIndex = 6
  3650.  
  3651. ObjectName.Name = "ObjectName"
  3652. ObjectName.Parent = ObjectFrame
  3653. ObjectName.BackgroundColor3 = Color3.new(0, 0, 0)
  3654. ObjectName.BackgroundTransparency = 0.5
  3655. ObjectName.BorderSizePixel = 0
  3656. ObjectName.Size = UDim2.new(0, 200, 1, 0)
  3657. ObjectName.ZIndex = 7
  3658. ObjectName.Font = Enum.Font.SourceSansBold
  3659. ObjectName.FontSize = Enum.FontSize.Size14
  3660. ObjectName.Text = "Workspace"
  3661. ObjectName.TextColor3 = Color3.new(1, 1, 1)
  3662. ObjectName.TextSize = 14
  3663.  
  3664. SelectObject.Name = "SelectObject"
  3665. SelectObject.Parent = ObjectFrame
  3666. SelectObject.BackgroundColor3 = Color3.new(0, 0, 0)
  3667. SelectObject.BorderSizePixel = 0
  3668. SelectObject.Position = UDim2.new(1, -80, 0, 0)
  3669. SelectObject.Size = UDim2.new(0, 80, 1, 0)
  3670. SelectObject.ZIndex = 7
  3671. SelectObject.Font = Enum.Font.SourceSansBold
  3672. SelectObject.FontSize = Enum.FontSize.Size14
  3673. SelectObject.Text = "Select"
  3674. SelectObject.TextColor3 = Color3.new(1, 1, 1)
  3675. SelectObject.TextSize = 14
  3676.  
  3677. LoadChildren.Name = "LoadChildren"
  3678. LoadChildren.Parent = ObjectFrame
  3679. LoadChildren.BackgroundColor3 = Color3.new(0, 0, 0)
  3680. LoadChildren.BorderSizePixel = 0
  3681. LoadChildren.Position = UDim2.new(1, -170, 0, 0)
  3682. LoadChildren.Size = UDim2.new(0, 80, 1, 0)
  3683. LoadChildren.ZIndex = 7
  3684. LoadChildren.Font = Enum.Font.SourceSansBold
  3685. LoadChildren.FontSize = Enum.FontSize.Size14
  3686. LoadChildren.Text = "Load"
  3687. LoadChildren.TextColor3 = Color3.new(1, 1, 1)
  3688. LoadChildren.TextSize = 14
  3689.  
  3690. ExplorerFind.Name = "ExplorerFind"
  3691. ExplorerFind.Parent = Explorer
  3692. ExplorerFind.BackgroundColor3 = Color3.new(0, 0, 0)
  3693. ExplorerFind.BackgroundTransparency = 0.5
  3694. ExplorerFind.BorderColor3 = Color3.new(0.321569, 0.321569, 0.321569)
  3695. ExplorerFind.Position = UDim2.new(0.5, 5, 1, -30)
  3696. ExplorerFind.Size = UDim2.new(0.5, -20, 0, 20)
  3697. ExplorerFind.ZIndex = 5
  3698. ExplorerFind.Font = Enum.Font.SourceSansBold
  3699. ExplorerFind.FontSize = Enum.FontSize.Size14
  3700. ExplorerFind.Text = "SEARCH"
  3701. ExplorerFind.TextColor3 = Color3.new(1, 1, 1)
  3702. ExplorerFind.TextSize = 14
  3703.  
  3704. Warning.Name = "Warning"
  3705. Warning.Parent = R2Sv3
  3706. Warning.Active = true
  3707. Warning.Visible = false
  3708. Warning.BackgroundColor3 = Color3.new(0, 0, 0)
  3709. Warning.BackgroundTransparency = 0.30000001192093
  3710. Warning.BorderSizePixel = 0
  3711. Warning.Position = UDim2.new(0.5, -200, 0.5, -130)
  3712. Warning.Size = UDim2.new(0, 400, 0, 260)
  3713.  
  3714. WarningLabel.Name = "WarningLabel"
  3715. WarningLabel.Parent = Warning
  3716. WarningLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  3717. WarningLabel.BackgroundTransparency = 0.5
  3718. WarningLabel.BorderSizePixel = 0
  3719. WarningLabel.Position = UDim2.new(0, 10, 0, 30)
  3720. WarningLabel.Size = UDim2.new(1, -20, 0, 20)
  3721. WarningLabel.ZIndex = 2
  3722. WarningLabel.Font = Enum.Font.SourceSansBold
  3723. WarningLabel.FontSize = Enum.FontSize.Size14
  3724. WarningLabel.Text = "Your exploit does not support required functions"
  3725. WarningLabel.TextColor3 = Color3.new(1, 1, 1)
  3726. WarningLabel.TextSize = 14
  3727.  
  3728. Topbar2.Name = "Topbar"
  3729. Topbar2.Parent = Warning
  3730. Topbar2.BackgroundColor3 = Color3.new(0, 0, 0)
  3731. Topbar2.BackgroundTransparency = 0.60000002384186
  3732. Topbar2.BorderSizePixel = 0
  3733. Topbar2.Size = UDim2.new(1, 0, 0, 20)
  3734. Topbar2.ZIndex = 2
  3735.  
  3736. Title2.Name = "Title"
  3737. Title2.Parent = Topbar2
  3738. Title2.BackgroundColor3 = Color3.new(0, 0, 0)
  3739. Title2.BackgroundTransparency = 0.60000002384186
  3740. Title2.BorderSizePixel = 0
  3741. Title2.Position = UDim2.new(0.5, -80, 0, 0)
  3742. Title2.Size = UDim2.new(0, 160, 1, 0)
  3743. Title2.ZIndex = 3
  3744. Title2.Font = Enum.Font.SourceSansBold
  3745. Title2.FontSize = Enum.FontSize.Size14
  3746. Title2.Text = "Warning"
  3747. Title2.TextColor3 = Color3.new(1, 1, 1)
  3748. Title2.TextSize = 14
  3749.  
  3750. Missing.Name = "Missing"
  3751. Missing.Parent = Warning
  3752. Missing.BackgroundColor3 = Color3.new(0, 0, 0)
  3753. Missing.BackgroundTransparency = 0.5
  3754. Missing.BorderSizePixel = 0
  3755. Missing.Position = UDim2.new(0, 10, 0, 60)
  3756. Missing.Selectable = true
  3757. Missing.Size = UDim2.new(1, -20, 1, -100)
  3758. Missing.ZIndex = 2
  3759. Missing.Font = Enum.Font.SourceSansBold
  3760. Missing.FontSize = Enum.FontSize.Size14
  3761. Missing.Text = ""
  3762. Missing.TextColor3 = Color3.new(1, 1, 1)
  3763. Missing.TextSize = 14
  3764.  
  3765. SkipError.Name = "SkipError"
  3766. SkipError.Parent = Warning
  3767. SkipError.BackgroundColor3 = Color3.new(0, 0, 0)
  3768. SkipError.BackgroundTransparency = 0.5
  3769. SkipError.BorderSizePixel = 0
  3770. SkipError.Position = UDim2.new(0, 10, 1, -30)
  3771. SkipError.Size = UDim2.new(0.5, -20, 0, 20)
  3772. SkipError.ZIndex = 3
  3773. SkipError.Active = true
  3774. SkipError.Font = Enum.Font.SourceSansBold
  3775. SkipError.FontSize = Enum.FontSize.Size14
  3776. SkipError.Text = "Continue"
  3777. SkipError.TextColor3 = Color3.new(1, 1, 1)
  3778. SkipError.TextSize = 14
  3779.  
  3780. QuitScript.Name = "QuitScript"
  3781. QuitScript.Parent = Warning
  3782. QuitScript.BackgroundColor3 = Color3.new(0, 0, 0)
  3783. QuitScript.BackgroundTransparency = 0.5
  3784. QuitScript.BorderSizePixel = 0
  3785. QuitScript.Position = UDim2.new(0.5, 10, 1, -30)
  3786. QuitScript.Size = UDim2.new(0.5, -20, 0, 20)
  3787. QuitScript.ZIndex = 3
  3788. QuitScript.Active = true
  3789. QuitScript.Font = Enum.Font.SourceSansBold
  3790. QuitScript.FontSize = Enum.FontSize.Size14
  3791. QuitScript.Text = "Quit"
  3792. QuitScript.TextColor3 = Color3.new(1, 1, 1)
  3793. QuitScript.TextSize = 14
  3794.  
  3795. UpdateDS.Name = "UpdateDS"
  3796. UpdateDS.Parent = DebugFrame
  3797. UpdateDS.BackgroundColor3 = Color3.new(0, 0, 0)
  3798. UpdateDS.BackgroundTransparency = 0.60000002384186
  3799. UpdateDS.BorderSizePixel = 0
  3800. UpdateDS.Position = UDim2.new(0, 90, 0, 0)
  3801. UpdateDS.Size = UDim2.new(0, 80, 1, 0)
  3802. UpdateDS.ZIndex = 4
  3803. UpdateDS.Visible = false
  3804. UpdateDS.Font = Enum.Font.SourceSansBold
  3805. UpdateDS.FontSize = Enum.FontSize.Size14
  3806. UpdateDS.Text = "UPDATE"
  3807. UpdateDS.TextColor3 = Color3.new(1, 1, 1)
  3808. UpdateDS.TextSize = 14
  3809.  
  3810. SetLocals.Name = "SetLocals"
  3811. SetLocals.Parent = BG
  3812. SetLocals.BackgroundColor3 = Color3.new(0, 0, 0)
  3813. SetLocals.BackgroundTransparency = 0.75
  3814. SetLocals.BorderColor3 = Color3.new(0, 0.952941, 1)
  3815. SetLocals.Position = UDim2.new(0, 10, 1, -30)
  3816. SetLocals.Size = UDim2.new(0.5, -15, 0, 20)
  3817. SetLocals.Visible = false
  3818. SetLocals.ZIndex = 3
  3819. SetLocals.Font = Enum.Font.SourceSansBold
  3820. SetLocals.FontSize = Enum.FontSize.Size14
  3821. SetLocals.Text = "BACK"
  3822. SetLocals.TextColor3 = Color3.new(1, 1, 1)
  3823. SetLocals.TextSize = 14
  3824. SetLocals.TextTransparency = 0.60000002384186
  3825.  
  3826. SetUpvalues.Name = "SetUpvalues"
  3827. SetUpvalues.Parent = BG
  3828. SetUpvalues.BackgroundColor3 = Color3.new(0, 0, 0)
  3829. SetUpvalues.BackgroundTransparency = 0.75
  3830. SetUpvalues.BorderColor3 = Color3.new(0, 0.952941, 1)
  3831. SetUpvalues.Position = UDim2.new(0.5, 5, 1, -30)
  3832. SetUpvalues.Size = UDim2.new(0.5, -15, 0, 20)
  3833. SetUpvalues.Visible = false
  3834. SetUpvalues.ZIndex = 3
  3835. SetUpvalues.Font = Enum.Font.SourceSansBold
  3836. SetUpvalues.FontSize = Enum.FontSize.Size14
  3837. SetUpvalues.Text = "BACK"
  3838. SetUpvalues.TextColor3 = Color3.new(1, 1, 1)
  3839. SetUpvalues.TextSize = 14
  3840. SetUpvalues.TextTransparency = 0.60000002384186
  3841.  
  3842. SetAllUps.Name = "SetAllUps"
  3843. SetAllUps.Parent = BG
  3844. SetAllUps.BackgroundColor3 = Color3.new(0, 0, 0)
  3845. SetAllUps.BackgroundTransparency = 0.75
  3846. SetAllUps.BorderColor3 = Color3.new(0, 0.952941, 1)
  3847. SetAllUps.Position = UDim2.new(0.5, 5, 1, -60)
  3848. SetAllUps.Size = UDim2.new(0.5, -15, 0, 20)
  3849. SetAllUps.ZIndex = 3
  3850. SetAllUps.Visible = false
  3851. SetAllUps.Font = Enum.Font.SourceSansBold
  3852. SetAllUps.FontSize = Enum.FontSize.Size14
  3853. SetAllUps.Text = "UPDATE ALL"
  3854. SetAllUps.TextColor3 = Color3.new(1, 1, 1)
  3855. SetAllUps.TextSize = 14
  3856. SetAllUps.TextTransparency = 0.60000002384186
  3857.  
  3858. SetAllLoc.Name = "SetAllLoc"
  3859. SetAllLoc.Parent = BG
  3860. SetAllLoc.Visible = false
  3861. SetAllLoc.BackgroundColor3 = Color3.new(0, 0, 0)
  3862. SetAllLoc.BackgroundTransparency = 0.75
  3863. SetAllLoc.BorderColor3 = Color3.new(0, 0.952941, 1)
  3864. SetAllLoc.Position = UDim2.new(0, 10, 1, -60)
  3865. SetAllLoc.Size = UDim2.new(0.5, -15, 0, 20)
  3866. SetAllLoc.ZIndex = 3
  3867. SetAllLoc.Font = Enum.Font.SourceSansBold
  3868. SetAllLoc.FontSize = Enum.FontSize.Size14
  3869. SetAllLoc.Text = "UPDATE ALL"
  3870. SetAllLoc.TextColor3 = Color3.new(1, 1, 1)
  3871. SetAllLoc.TextSize = 14
  3872. SetAllLoc.TextTransparency = 0.60000002384186
  3873.  
  3874. NamecallFrame.Name = "NamecallFrame"
  3875. NamecallFrame.Parent = BG
  3876. NamecallFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  3877. NamecallFrame.BackgroundTransparency = 0.60000002384186
  3878. NamecallFrame.BorderSizePixel = 0
  3879. NamecallFrame.Position = UDim2.new(0, 10, 0, 100)
  3880. NamecallFrame.Size = UDim2.new(0.5, -150, 1, -110)
  3881. NamecallFrame.ZIndex = 2
  3882. NamecallFrame.BottomImage = "rbxassetid://226025278"
  3883. NamecallFrame.MidImage = "rbxassetid://226025278"
  3884. NamecallFrame.ScrollBarThickness = 5
  3885. NamecallFrame.TopImage = "rbxassetid://226025278"
  3886.  
  3887. NamecallSource.Name = "NamecallSource"
  3888. NamecallSource.Parent = BG
  3889. NamecallSource.BackgroundColor3 = Color3.new(0, 0, 0)
  3890. NamecallSource.BackgroundTransparency = 0.60000002384186
  3891. NamecallSource.BorderSizePixel = 0
  3892. NamecallSource.Position = UDim2.new(0.5, -130, 0, 100)
  3893. NamecallSource.Size = UDim2.new(0.5, 120, 1, -160)
  3894. NamecallSource.ZIndex = 2
  3895. NamecallSource.CanvasSize = UDim2.new(3, 0, 3, 0)
  3896. NamecallSource.BottomImage = "rbxassetid://226025278"
  3897. NamecallSource.MidImage = "rbxassetid://226025278"
  3898. NamecallSource.ScrollBarThickness = 5
  3899. NamecallSource.TopImage = "rbxassetid://226025278"
  3900.  
  3901. NamecallScript.Name = "NamecallScript"
  3902. NamecallScript.Parent = NamecallSource
  3903. NamecallScript.BackgroundColor3 = Color3.new(1, 1, 1)
  3904. NamecallScript.BackgroundTransparency = 1
  3905. NamecallScript.Size = UDim2.new(1, 0, 1, 0)
  3906. NamecallScript.ZIndex = 3
  3907. NamecallScript.ClearTextOnFocus = false
  3908. NamecallScript.Font = Enum.Font.Code
  3909. NamecallScript.FontSize = Enum.FontSize.Size18
  3910. NamecallScript.MultiLine = true
  3911. NamecallScript.Text = ""
  3912. NamecallScript.TextColor3 = Color3.new(1, 1, 1)
  3913. NamecallScript.TextSize = 15
  3914. NamecallScript.TextXAlignment = Enum.TextXAlignment.Left
  3915. NamecallScript.TextYAlignment = Enum.TextYAlignment.Top
  3916.  
  3917. NamecallBar.Name = "NamecallBar"
  3918. NamecallBar.Parent = BG
  3919. NamecallBar.BackgroundColor3 = Color3.new(0, 0, 0)
  3920. NamecallBar.BackgroundTransparency = 0.60000002384186
  3921. NamecallBar.BorderSizePixel = 0
  3922. NamecallBar.Position = UDim2.new(0.5, -130, 1, -50)
  3923. NamecallBar.Size = UDim2.new(0.5, 120, 0, 40)
  3924. NamecallBar.ZIndex = 2
  3925. NamecallBar.BottomImage = "rbxassetid://226025278"
  3926. NamecallBar.CanvasPosition = Vector2.new(126, 0)
  3927. NamecallBar.CanvasSize = UDim2.new(0, 620, 0, 0)
  3928. NamecallBar.MidImage = "rbxassetid://226025278"
  3929. NamecallBar.ScrollBarThickness = 5
  3930. NamecallBar.TopImage = "rbxassetid://226025278"
  3931.  
  3932. ApplyNamecall.Name = "ApplyNamecall"
  3933. ApplyNamecall.Parent = NamecallBar
  3934. ApplyNamecall.BackgroundColor3 = Color3.new(0, 0, 0)
  3935. ApplyNamecall.BackgroundTransparency = 0.75
  3936. ApplyNamecall.BorderColor3 = Color3.new(0, 0.952941, 1)
  3937. ApplyNamecall.Position = UDim2.new(0, 10, 0.5, -10)
  3938. ApplyNamecall.Size = UDim2.new(0, 140, 0, 20)
  3939. ApplyNamecall.ZIndex = 3
  3940. ApplyNamecall.Font = Enum.Font.SourceSansBold
  3941. ApplyNamecall.FontSize = Enum.FontSize.Size14
  3942. ApplyNamecall.Text = "APPLY"
  3943. ApplyNamecall.TextColor3 = Color3.new(1, 1, 1)
  3944. ApplyNamecall.TextSize = 14
  3945. ApplyNamecall.TextTransparency = 0.60000002384186
  3946.  
  3947. NamecallName.Name = "NamecallName"
  3948. NamecallName.Parent = NamecallLog
  3949. NamecallName.BackgroundColor3 = Color3.new(1, 1, 1)
  3950. NamecallName.BackgroundTransparency = 1
  3951. NamecallName.Size = UDim2.new(0, 120, 1, 0)
  3952. NamecallName.ZIndex = 4
  3953. NamecallName.Font = Enum.Font.SourceSansBold
  3954. NamecallName.FontSize = Enum.FontSize.Size14
  3955. NamecallName.Text = ""
  3956. NamecallName.TextColor3 = Color3.new(1, 1, 1)
  3957. NamecallName.TextSize = 14
  3958.  
  3959. Namecall.Name = "Namecall"
  3960. Namecall.Parent = Toolbar
  3961. Namecall.BackgroundColor3 = Color3.new(0, 0, 0)
  3962. Namecall.BackgroundTransparency = 0.75
  3963. Namecall.BorderColor3 = Color3.new(0, 0.952941, 1)
  3964. Namecall.Position = UDim2.new(0, 1180, 0.5, -10)
  3965. Namecall.Size = UDim2.new(0, 120, 0, 20)
  3966. Namecall.ZIndex = 3
  3967. Namecall.Font = Enum.Font.SourceSansBold
  3968. Namecall.FontSize = Enum.FontSize.Size14
  3969. Namecall.Text = "__NAMECALL"
  3970. Namecall.TextColor3 = Color3.new(1, 1, 1)
  3971. Namecall.TextSize = 14
  3972. Namecall.TextTransparency = 0.60000002384186
  3973.  
  3974. NamecallType.Name = "NamecallType"
  3975. NamecallType.Parent = NamecallBar
  3976. NamecallType.BackgroundColor3 = Color3.new(0, 0, 0)
  3977. NamecallType.BackgroundTransparency = 0.75
  3978. NamecallType.BorderColor3 = Color3.new(0, 0.952941, 1)
  3979. NamecallType.Position = UDim2.new(0, 310, 0.5, -10)
  3980. NamecallType.Size = UDim2.new(0, 140, 0, 20)
  3981. NamecallType.ZIndex = 3
  3982. NamecallType.Font = Enum.Font.SourceSansBold
  3983. NamecallType.FontSize = Enum.FontSize.Size14
  3984. NamecallType.Text = "STATIC"
  3985. NamecallType.TextColor3 = Color3.new(1, 1, 1)
  3986. NamecallType.TextSize = 14
  3987. NamecallType.TextTransparency = 0.60000002384186
  3988.  
  3989. NCallScriptTip.Name = "NCallScriptTip"
  3990. NCallScriptTip.Parent = BG
  3991. NCallScriptTip.BackgroundColor3 = Color3.new(0, 0, 0)
  3992. NCallScriptTip.BackgroundTransparency = 0.5
  3993. NCallScriptTip.BorderColor3 = Color3.new(0, 0.984314, 1)
  3994. NCallScriptTip.BorderSizePixel = 0
  3995. NCallScriptTip.Position = UDim2.new(0.5, -130, 0, 100)
  3996. NCallScriptTip.Size = UDim2.new(0.5, 120, 0, -10)
  3997. NCallScriptTip.Font = Enum.Font.SourceSansBold
  3998. NCallScriptTip.FontSize = Enum.FontSize.Size14
  3999. NCallScriptTip.Text = "NAMECALL MODULE"
  4000. NCallScriptTip.TextColor3 = Color3.new(1, 1, 1)
  4001. NCallScriptTip.TextScaled = true
  4002. NCallScriptTip.TextSize = 14
  4003. NCallScriptTip.TextTransparency = 0.60000002384186
  4004. NCallScriptTip.TextWrapped = true
  4005.  
  4006. NCallLogsTip.Name = "NCallLogsTip"
  4007. NCallLogsTip.Parent = BG
  4008. NCallLogsTip.BackgroundColor3 = Color3.new(0, 0, 0)
  4009. NCallLogsTip.BackgroundTransparency = 0.5
  4010. NCallLogsTip.BorderColor3 = Color3.new(0, 0.984314, 1)
  4011. NCallLogsTip.BorderSizePixel = 0
  4012. NCallLogsTip.Position = UDim2.new(0, 10, 0, 90)
  4013. NCallLogsTip.Size = UDim2.new(0.5, -150, 0, 10)
  4014. NCallLogsTip.Font = Enum.Font.SourceSansBold
  4015. NCallLogsTip.FontSize = Enum.FontSize.Size14
  4016. NCallLogsTip.Text = "NAMECALL LOGS"
  4017. NCallLogsTip.TextColor3 = Color3.new(1, 1, 1)
  4018. NCallLogsTip.TextScaled = true
  4019. NCallLogsTip.TextSize = 14
  4020. NCallLogsTip.TextTransparency = 0.60000002384186
  4021. NCallLogsTip.TextWrapped = true
  4022.  
  4023. RemoveNamecall.Name = "RemoveNamecall"
  4024. RemoveNamecall.Parent = NamecallBar
  4025. RemoveNamecall.BackgroundColor3 = Color3.new(0, 0, 0)
  4026. RemoveNamecall.BackgroundTransparency = 0.75
  4027. RemoveNamecall.BorderColor3 = Color3.new(0, 0.952941, 1)
  4028. RemoveNamecall.Position = UDim2.new(0, 160, 0.5, -10)
  4029. RemoveNamecall.Size = UDim2.new(0, 140, 0, 20)
  4030. RemoveNamecall.ZIndex = 3
  4031. RemoveNamecall.Font = Enum.Font.SourceSansBold
  4032. RemoveNamecall.FontSize = Enum.FontSize.Size14
  4033. RemoveNamecall.Text = "REMOVE"
  4034. RemoveNamecall.TextColor3 = Color3.new(1, 1, 1)
  4035. RemoveNamecall.TextSize = 14
  4036. RemoveNamecall.TextTransparency = 0.60000002384186
  4037.  
  4038. DisableNamecall.Name = "DisableNamecall"
  4039. DisableNamecall.Parent = NamecallBar
  4040. DisableNamecall.BackgroundColor3 = Color3.new(0, 0, 0)
  4041. DisableNamecall.BackgroundTransparency = 0.75
  4042. DisableNamecall.BorderColor3 = Color3.new(0, 0.952941, 1)
  4043. DisableNamecall.Position = UDim2.new(0, 460, 0.5, -10)
  4044. DisableNamecall.Size = UDim2.new(0, 140, 0, 20)
  4045. DisableNamecall.ZIndex = 3
  4046. DisableNamecall.Font = Enum.Font.SourceSansBold
  4047. DisableNamecall.FontSize = Enum.FontSize.Size14
  4048. DisableNamecall.Text = "DISABLE"
  4049. DisableNamecall.TextColor3 = Color3.new(1, 1, 1)
  4050. DisableNamecall.TextSize = 14
  4051. DisableNamecall.TextTransparency = 0.60000002384186
  4052.  
  4053. CallRemote.Name = "CallRemote"
  4054. CallRemote.Parent = BG
  4055. CallRemote.BackgroundColor3 = Color3.new(0, 0, 0)
  4056. CallRemote.BackgroundTransparency = 0.75
  4057. CallRemote.BorderColor3 = Color3.new(0, 0.952941, 1)
  4058. CallRemote.Position = UDim2.new(0, 370, 1, -30)
  4059. CallRemote.Size = UDim2.new(1, -390, 0, 20)
  4060. CallRemote.ZIndex = 3
  4061. CallRemote.Font = Enum.Font.SourceSansBold
  4062. CallRemote.FontSize = Enum.FontSize.Size14
  4063. CallRemote.Text = "CALL REMOTE"
  4064. CallRemote.TextColor3 = Color3.new(1, 1, 1)
  4065. CallRemote.TextSize = 14
  4066. CallRemote.TextTransparency = 0.60000002384186
  4067.  
  4068. local can_run = nil
  4069. local step = game:GetService("RunService").Stepped
  4070.  
  4071. R2Sv3.Parent = game:GetService("Players").LocalPlayer.PlayerGui
  4072. DisableR2S.BorderColor3 = Color3.fromRGB(142, 255, 124)
  4073.  
  4074. local getrawmetatable = getrawmetatable or debug.getmetatable
  4075. local make_writeable = make_writeable or setreadonly
  4076. local hookfunction = hookfunction or replaceclosure or detour_function
  4077. local newcclosure = newcclosure or function(f) return f end
  4078.  
  4079. do
  4080. local funcs =
  4081. {
  4082. {"getrawmetatable", getrawmetatable},
  4083. {"decompile", decompile},
  4084. {"make_writeable", make_writeable},
  4085. {"getrenv", getrenv},
  4086. {"setclipboard", setclipboard},
  4087. {"setlocal", debug.setlocal},
  4088. {"getlocals", debug.getlocals},
  4089. {"setupvalue", debug.setupvalue},
  4090. {"getupvalue", debug.getupvalue},
  4091. {"hookfunction", hookfunction}
  4092. }
  4093. local missing = {}
  4094.  
  4095.  
  4096. for i, v in next, funcs do
  4097. if (not v[2]) then
  4098. table.insert(missing, v[1])
  4099. end
  4100. end
  4101.  
  4102. if (#missing == 0) then
  4103. can_run = true
  4104. end
  4105.  
  4106. Warning.Visible = true
  4107. Missing.Text = table.concat(missing, "\n")
  4108.  
  4109. SkipError.MouseButton1Click:Connect(function()
  4110. can_run = true
  4111. end)
  4112. QuitScript.MouseButton1Click:Connect(function()
  4113. can_run = false
  4114. end)
  4115. end
  4116.  
  4117. repeat wait() until (type(can_run) == "boolean")
  4118.  
  4119. if (not can_run) then
  4120. R2Sv3:Destroy()
  4121. return
  4122. end
  4123.  
  4124. BG.Visible = true
  4125. Warning:Destroy()
  4126.  
  4127. -- Functions
  4128.  
  4129. local LUResize_cntr = 0
  4130.  
  4131. local gui_objects =
  4132. {
  4133. BGBar,
  4134. TransFrame,
  4135. BrightnessFrame,
  4136. AllRemotes,
  4137. AllRemoteBar,
  4138. BValue,
  4139. TValue,
  4140. Script,
  4141. Locals,
  4142. Upvalues,
  4143. Remotes,
  4144. LUResize,
  4145. ScriptTip,
  4146. SetLocals,
  4147. SetUpvalues,
  4148. LocalsTip,
  4149. UpvaluesTip,
  4150. RemotesTip,
  4151. EELocals,
  4152. SetAllLoc,
  4153. SetAllUps,
  4154. EEUpvalues,
  4155. EELocalsTip,
  4156. EEUpvaluesTip,
  4157. Negate,
  4158. Gradient,
  4159. Watermark,
  4160. RandomColor,
  4161. ColorValue,
  4162. CustomColor,
  4163. ThemeJSON,
  4164. LoadTheme,
  4165. SaveTheme,
  4166. WTValue,
  4167. WaterTransFrame,
  4168. NamecallBar,
  4169. NamecallSource,
  4170. NamecallFrame,
  4171. NCallLogsTip,
  4172. NCallScriptTip,
  4173. CallRemote
  4174. }
  4175.  
  4176. setmetatable(gui_objects, {
  4177. __index = function(self, k)
  4178. for i, v in next, self do
  4179. if (tostring(v) == k) then return true end
  4180. end
  4181. end
  4182. })
  4183.  
  4184. local set_guiobj_visible = function(t)
  4185. setmetatable(t, {
  4186. __index = function(self, k)
  4187. for i, v in next, self do if (v == k) then return true end end
  4188. end
  4189. })
  4190.  
  4191. for i, v in next, gui_objects do
  4192. v.Visible = t[tostring(v)]
  4193. end
  4194. end
  4195.  
  4196. set_guiobj_visible({"CallRemote", "Script", "Locals", "Upvalues", "Remotes", "LUResize", "ScriptTip", "LocalsTip", "UpvaluesTip", "RemotesTip"})
  4197.  
  4198. local init_button = function(b)
  4199. b.MouseEnter:Connect(function()
  4200. b.TextTransparency = 0
  4201. b.BackgroundTransparency = 0.45
  4202. end)
  4203. b.MouseLeave:Connect(function()
  4204. b.TextTransparency = 0.6
  4205. b.BackgroundTransparency = 0.75
  4206. end)
  4207.  
  4208. return b
  4209. end
  4210.  
  4211. local calcualte_cvsize = function(sf)
  4212. local bottom = 0
  4213. local fram
  4214.  
  4215. for i, v in next, sf:GetChildren() do
  4216. local n = tonumber(v.Position.Y.Offset)
  4217. if (n > bottom) then bottom = n fram = v end
  4218. end
  4219.  
  4220. return bottom + tonumber(fram.Size.Y.Offset + 10)
  4221. end
  4222.  
  4223. local get_remotes = function()
  4224. AllRemotes:ClearAllChildren()
  4225. for i, v in next, game:GetDescendants() do
  4226. pcall(function()
  4227. if (v.ClassName:match("Remote")) then
  4228. wait()
  4229. local b = RemoteFrame:Clone()
  4230.  
  4231. init_button(b.MainButton)
  4232.  
  4233. b.MainButton.Text = tostring(v)
  4234. b.Name = tostring(v)
  4235. b.Parent = AllRemotes
  4236. b.Position = UDim2.new(0, 10, 0, -20 + #AllRemotes:GetChildren() * 30)
  4237.  
  4238. AllRemotes.CanvasSize = UDim2.new(0, 0, 0, calcualte_cvsize(AllRemotes))
  4239.  
  4240. b.MainButton.MouseButton1Down:Connect(function()
  4241. if (b.Icon.BackgroundColor3 == Color3.new(0.509804, 1, 0.454902)) then
  4242. b.Icon.BackgroundColor3 = Color3.fromRGB(255, 100, 100)
  4243. else
  4244. b.Icon.BackgroundColor3 = Color3.new(0.509804, 1, 0.454902)
  4245. end
  4246. end)
  4247. end
  4248. end)
  4249. end
  4250. end
  4251.  
  4252. spawn(get_remotes)
  4253.  
  4254. for i, v in next, R2Sv3:GetDescendants() do
  4255. if (v:IsA("TextButton")) then
  4256. init_button(v)
  4257. end
  4258. if (v:IsA("ScrollingFrame")) then
  4259. v.ScrollBarImageTransparency = 0.6
  4260. v.InputBegan:Connect(function()
  4261. BG.Draggable = false
  4262. v.ScrollBarImageTransparency = 0.3
  4263. end)
  4264. v.InputEnded:Connect(function()
  4265. BG.Draggable = true
  4266. v.ScrollBarImageTransparency = 0.6
  4267. end)
  4268. end
  4269. end
  4270.  
  4271.  
  4272. local get = function(o)
  4273. return R2Sv3:FindFirstChild(o, true)
  4274. end
  4275.  
  4276. Fullscreen.MouseButton1Down:Connect(function()
  4277. if (BG.Size == UDim2.new(0.5, 200, 0.5, 200)) then
  4278. BG.Draggable = false
  4279. BG.Active = false
  4280. game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.All, false)
  4281. pcall(function() game.CoreGui.RobloxGui.Enabled = false end)
  4282. BG:TweenSizeAndPosition(UDim2.new(1, 0, 1, 40), UDim2.new(0, 0, 0, -40), "Out", "Quint", 0.3)
  4283. else
  4284. BG.Draggable = true
  4285. BG.Active = true
  4286. game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.All, true)
  4287. pcall(function() game.CoreGui.RobloxGui.Enabled = true end)
  4288. BG:TweenSizeAndPosition(UDim2.new(0.5, 200, 0.5, 200), UDim2.new(0.5, -500, 0.5, -250), "Out", "Quint", 0.3)
  4289. end
  4290. end)
  4291.  
  4292. Fold.MouseButton1Down:Connect(function()
  4293. if (not BG.ClipsDescendants) then
  4294. BG.ClipsDescendants = true
  4295. BG:TweenSize(UDim2.new(0, 400, 0, 20), "Out", "Quint", 0.3)
  4296. else
  4297. spawn(function()
  4298. wait(0.3)
  4299. BG.ClipsDescendants = false
  4300. end)
  4301. BG:TweenSize(UDim2.new(0.5, 200, 0.5, 200), "Out", "Quint", 0.3)
  4302. end
  4303. end)
  4304.  
  4305. LUResize.MouseButton1Down:Connect(function()
  4306. LUResize_cntr = LUResize_cntr + (LUResize_cntr >= 3 and -2 or 1)
  4307. if (LUResize_cntr == 1) then
  4308. LUResize:TweenPosition(UDim2.new(0, 160, 0.5, 135), "Out", "Quint", 0.3)
  4309. end
  4310. if (LUResize_cntr == 2) then
  4311. LUResize:TweenPosition(UDim2.new(0, 160, 0.5, 35), "Out", "Quint", 0.3)
  4312. end
  4313. if (LUResize_cntr == 3) then
  4314. LUResize:TweenPosition(UDim2.new(0, 160, 0.5, -65), "Out", "Quint", 0.3)
  4315. end
  4316. end)
  4317.  
  4318. LUResize.Changed:Connect(function(t) if (t ~= "Position") then return end
  4319. local y = LUResize.Position.Y.Offset
  4320.  
  4321. Locals.Size = UDim2.new(0, 200, 0.5, y - 110)
  4322. Upvalues.Position = UDim2.new(0, 160, 0.5, y + 30)
  4323. Upvalues.Size = UDim2.new(0, 200, 0.5, (y + 50) > 0 and -(y + 40) or math.abs(y) - 40)
  4324. UpvaluesTip.Position = UDim2.new(0, 160, 0.5, y + 20)
  4325. end)
  4326.  
  4327. ShowRemotes.MouseButton1Down:Connect(function()
  4328. set_guiobj_visible({"AllRemotes", "AllRemoteBar"})
  4329. end)
  4330.  
  4331. Refresh.MouseButton1Down:Connect(get_remotes)
  4332.  
  4333. SearchRemote.Changed:Connect(function(t) if (t ~= "Text") then return end
  4334. local n = 0
  4335. for i, v in next, AllRemotes:GetChildren() do
  4336. v.Visible = v.Name:lower():match(SearchRemote.Text:lower())
  4337. n = n + (v.Visible and 1 or 0)
  4338. v.Position = UDim2.new(0, 10, 0, -20 + n * 30)
  4339. end
  4340. end)
  4341.  
  4342. ExplorerFind.Changed:Connect(function(t) if (t ~= "Text") then return end
  4343. local n = 0
  4344. for i, v in next, ExplorerMain:GetChildren() do
  4345. v.Visible = v.ObjectName.Text:lower():match(ExplorerFind.Text:lower())
  4346. n = n + (v.Visible and 1 or 0)
  4347. v.Position = UDim2.new(0, 10, 0, -20 + n * 30)
  4348. end
  4349. end)
  4350.  
  4351. local lua_keywords = {"and", "break", "do", "else", "elseif", "end", "false", "for", "function", "goto", "if", "in", "local", "nil", "not", "or", "repeat", "return", "then", "true", "until", "while"}
  4352. local global_env = {"getrawmetatable", "game", "workspace", "script", "math", "string", "table", "print", "wait", "BrickColor", "Color3", "next", "pairs", "ipairs", "select", "unpack", "Instance", "Vector2", "Vector3", "CFrame", "Ray", "UDim2", "Enum", "assert", "error", "warn", "tick", "loadstring", "_G", "shared", "getfenv", "setfenv", "newproxy", "setmetatable", "getmetatable", "os", "debug", "pcall", "ypcall", "xpcall", "rawequal", "rawset", "rawget", "tonumber", "tostring", "type", "typeof", "_VERSION", "coroutine", "delay", "require", "spawn", "LoadLibrary", "settings", "stats", "time", "UserSettings", "version", "Axes", "ColorSequence", "Faces", "ColorSequenceKeypoint", "NumberRange", "NumberSequence", "NumberSequenceKeypoint", "gcinfo", "elapsedTime", "collectgarbage", "PhysicalProperties", "Rect", "Region3", "Region3int16", "UDim", "Vector2int16", "Vector3int16"}
  4353.  
  4354. local Highlight = function(string, keywords)
  4355. local K = {}
  4356. local S = string
  4357. local Token =
  4358. {
  4359. ["="] = true,
  4360. ["."] = true,
  4361. [","] = true,
  4362. ["("] = true,
  4363. [")"] = true,
  4364. ["["] = true,
  4365. ["]"] = true,
  4366. ["{"] = true,
  4367. ["}"] = true,
  4368. [":"] = true,
  4369. ["*"] = true,
  4370. ["/"] = true,
  4371. ["+"] = true,
  4372. ["-"] = true,
  4373. ["%"] = true,
  4374. [";"] = true,
  4375. ["~"] = true
  4376. }
  4377. for i, v in pairs(keywords) do
  4378. K[v] = true
  4379. end
  4380. S = S:gsub(".", function(c)
  4381. if Token[c] ~= nil then
  4382. return "\32"
  4383. else
  4384. return c
  4385. end
  4386. end)
  4387. S = S:gsub("%S+", function(c)
  4388. if K[c] ~= nil then
  4389. return c
  4390. else
  4391. return (" "):rep(#c)
  4392. end
  4393. end)
  4394.  
  4395. return S
  4396. end
  4397.  
  4398. local comments = function(string)
  4399. local ret = ""
  4400. string:gsub("[^\r\n]+", function(c)
  4401. local comm = false
  4402. local i = 0
  4403. c:gsub(".", function(n)
  4404. i = i + 1
  4405. if c:sub(i, i + 1) == "--" then
  4406. comm = true
  4407. end
  4408. if comm == true then
  4409. ret = ret .. n
  4410. else
  4411. ret = ret .. "\32"
  4412. end
  4413. end)
  4414. ret = ret
  4415. end)
  4416.  
  4417. return ret
  4418. end
  4419.  
  4420. local hTokens = function(string)
  4421. local Token =
  4422. {
  4423. ["="] = true,
  4424. ["."] = true,
  4425. [","] = true,
  4426. ["("] = true,
  4427. [")"] = true,
  4428. ["["] = true,
  4429. ["]"] = true,
  4430. ["{"] = true,
  4431. ["}"] = true,
  4432. [":"] = true,
  4433. ["*"] = true,
  4434. ["/"] = true,
  4435. ["+"] = true,
  4436. ["-"] = true,
  4437. ["%"] = true,
  4438. [";"] = true,
  4439. ["~"] = true
  4440. }
  4441. local A = ""
  4442. string:gsub(".", function(c)
  4443. if Token[c] ~= nil then
  4444. A = A .. c
  4445. elseif c == "\n" then
  4446. A = A .. "\n"
  4447. elseif c == "\t" then
  4448. A = A .. "\t"
  4449. else
  4450. A = A .. "\32"
  4451. end
  4452. end)
  4453.  
  4454. return A
  4455. end
  4456.  
  4457.  
  4458. local strings = function(string)
  4459. local highlight = ""
  4460. local quote = false
  4461. string:gsub(".", function(c)
  4462. if quote == false and c == "\"" then
  4463. quote = true
  4464. elseif quote == true and c == "\"" then
  4465. quote = false
  4466. end
  4467. if quote == false and c == "\"" then
  4468. highlight = highlight .. "\""
  4469. elseif c == "\n" then
  4470. highlight = highlight .. "\n"
  4471. elseif c == "\t" then
  4472. highlight = highlight .. "\t"
  4473. elseif quote == true then
  4474. highlight = highlight .. c
  4475. elseif quote == false then
  4476. highlight = highlight .. "\32"
  4477. end
  4478. end)
  4479.  
  4480. return highlight
  4481. end
  4482.  
  4483. local highlight_source = function(label)
  4484. local keywordsLabel = SourceLine:Clone()
  4485.  
  4486. keywordsLabel.ZIndex = keywordsLabel.ZIndex + 1
  4487. keywordsLabel.TextColor3 = Color3.new(0, 1, 1)
  4488. keywordsLabel.TextTransparency = 0
  4489. keywordsLabel.Text = Highlight(label.Text, lua_keywords)
  4490.  
  4491. keywordsLabel.Parent = label.Parent
  4492. local keywordsLabel = SourceLine:Clone()
  4493.  
  4494. keywordsLabel.ZIndex = keywordsLabel.ZIndex + 1
  4495. keywordsLabel.TextColor3 = Color3.fromRGB(200, 200, 200)
  4496. keywordsLabel.TextTransparency = 0
  4497. keywordsLabel.Text = hTokens(label.Text)
  4498.  
  4499. keywordsLabel.Parent = label.Parent
  4500. local keywordsLabel = SourceLine:Clone()
  4501.  
  4502. keywordsLabel.ZIndex = keywordsLabel.ZIndex + 1
  4503. keywordsLabel.TextColor3 = Color3.fromRGB(0, 127, 255)
  4504. keywordsLabel.TextTransparency = 0
  4505. keywordsLabel.Text = Highlight(label.Text, global_env)
  4506.  
  4507. keywordsLabel.Parent = label.Parent
  4508. local keywordsLabel = SourceLine:Clone()
  4509.  
  4510. keywordsLabel.ZIndex = keywordsLabel.ZIndex + 1
  4511. keywordsLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  4512. keywordsLabel.TextTransparency = 0
  4513. keywordsLabel.Text = strings(label.Text)
  4514.  
  4515. keywordsLabel.Parent = label.Parent
  4516. local keywordsLabel = SourceLine:Clone()
  4517.  
  4518. keywordsLabel.ZIndex = keywordsLabel.ZIndex + 1
  4519. keywordsLabel.TextColor3 = Color3.fromRGB(255, 100, 255)
  4520. keywordsLabel.TextTransparency = 0
  4521. keywordsLabel.Text = Highlight(label.Text, {"FireServer", "InvokeServer", "fireServer", "invokeServer"})
  4522.  
  4523. keywordsLabel.Parent = label.Parent
  4524. local keywordsLabel = SourceLine:Clone()
  4525.  
  4526. keywordsLabel.ZIndex = keywordsLabel.ZIndex + 1
  4527. keywordsLabel.TextColor3 = Color3.fromRGB(150, 190, 150)
  4528. keywordsLabel.TextTransparency = 0
  4529. keywordsLabel.Text = comments(label.Text)
  4530.  
  4531. keywordsLabel.Parent = label.Parent
  4532. end
  4533.  
  4534. local dump_script = function(script, trace)
  4535. Script:ClearAllChildren()
  4536.  
  4537. local count = 0
  4538. script:gsub("[^\n]+", function(line)
  4539. count = count + 1
  4540. local script_line = ScriptLine:Clone()
  4541.  
  4542. script_line.SourceLine.Text = line:gsub("`", "\n"):gsub("\t", " ")
  4543. script_line.Parent = Script
  4544. script_line.Position = UDim2.new(0, 0, 0, -20 + #Script:GetChildren() * 20)
  4545.  
  4546. highlight_source(script_line.SourceLine)
  4547. end)
  4548.  
  4549. pcall(function()
  4550. Script.CanvasSize = UDim2.new(4, 0, 0, calcualte_cvsize(Script))
  4551. Script.CanvasPosition = Vector2.new(Script.CanvasPosition.X, 2 ^ 31 - 1)
  4552. end)
  4553. end
  4554.  
  4555. Setclipboard.MouseButton1Down:Connect(function()
  4556. local script = ""
  4557.  
  4558. for i, v in next, Script:GetChildren() do
  4559. script = script .. v.SourceLine.Text .. "\n"
  4560. end
  4561.  
  4562. setclipboard(script)
  4563. end)
  4564.  
  4565. Brightness.Changed:Connect(function(c) if (c ~= "CanvasPosition") then return end
  4566. local maxval = 100 - math.floor((Brightness.CanvasPosition.X / (Brightness.CanvasSize.X.Offset - Brightness.AbsoluteWindowSize.X)) * 100)
  4567. BValue.Text = "Brightness: " .. tostring(maxval)
  4568. BG.ImageColor3 = Color3.fromRGB((maxval / 100) * 255, (maxval / 100) * 255, (maxval / 100) * 255)
  4569. end)
  4570.  
  4571. Trans.Changed:Connect(function(c) if (c ~= "CanvasPosition") then return end
  4572. local maxval = math.floor(Trans.CanvasPosition.X / (Trans.CanvasSize.X.Offset - Trans.AbsoluteWindowSize.X) * 100)
  4573. TValue.Text = "Transparency: " .. tostring(maxval / 100)
  4574. BG.ImageTransparency = maxval / 100
  4575. end)
  4576.  
  4577. WaterTrans.Changed:Connect(function(c) if (c ~= "CanvasPosition") then return end
  4578. local maxval = math.floor(WaterTrans.CanvasPosition.X / (WaterTrans.CanvasSize.X.Offset - WaterTrans.AbsoluteWindowSize.X) * 100)
  4579. WTValue.Text = "Watermark Transparency: " .. tostring(maxval / 100)
  4580. WatermarkImage.ImageTransparency = maxval / 100
  4581. end)
  4582.  
  4583. ChangeBackground.MouseButton1Down:Connect(function()
  4584. set_guiobj_visible({"ThemeJSON", "LoadTheme", "SaveTheme", "WTValue", "WaterTransFrame", "BGBar", "TransFrame", "BrightnessFrame", "BValue", "TValue", "Negate", "Gradient", "Watermark", "RandomColor", "CustomColor", "ColorValue"})
  4585. end)
  4586.  
  4587. RandomColor.MouseButton1Down:Connect(function()
  4588. WatermarkImage.ImageColor3 = Color3.new(math.random(), math.random(), math.random())
  4589.  
  4590. local c = WatermarkImage.ImageColor3
  4591. ColorValue.Text = table.concat({math.floor(c.r * 255), math.floor(c.g * 255), math.floor(c.b * 255)}, ",")
  4592. end)
  4593.  
  4594. CustomColor.MouseButton1Down:Connect(function()
  4595. WatermarkImage.ImageColor3 = Color3.fromRGB(unpack(game.HttpService:JSONDecode("[" .. ColorValue.Text .. "]")))
  4596. end)
  4597.  
  4598. Watermark.MouseButton1Down:Connect(function()
  4599. WatermarkImage.Visible = not WatermarkImage.Visible
  4600. end)
  4601.  
  4602. Gradient.MouseButton1Down:Connect(function()
  4603. GradientImage.Visible = not GradientImage.Visible
  4604. end)
  4605.  
  4606. Negate.MouseButton1Down:Connect(function()
  4607. local c = WatermarkImage.ImageColor3
  4608.  
  4609. WatermarkImage.ImageColor3 = Color3.new(1 - c.r, 1 - c.g, 1 - c.b)
  4610.  
  4611. local c = WatermarkImage.ImageColor3
  4612. ColorValue.Text = table.concat({math.floor(c.r * 255), math.floor(c.g * 255), math.floor(c.b * 255)}, ",")
  4613. end)
  4614.  
  4615. Apply.MouseButton1Down:Connect(function()
  4616. local s, tex = pcall(function()
  4617. return game:GetObjects("rbxassetid://" .. ImageId.Text)[1].Texture
  4618. end)
  4619. if (s) then BG.Image = tex else BG.Image = "rbxassetid://" .. ImageId.Text end
  4620. end)
  4621.  
  4622. ClassicView.MouseButton1Down:Connect(function()
  4623. set_guiobj_visible({"CallRemote", "Script", "Locals", "Upvalues", "Remotes", "LUResize", "ScriptTip", "LocalsTip", "UpvaluesTip", "RemotesTip"})
  4624. end)
  4625.  
  4626.  
  4627. local save_theme = function()
  4628. local data =
  4629. {
  4630. BG =
  4631. {
  4632. ImageColor3 = {BG.ImageColor3.r, BG.ImageColor3.g, BG.ImageColor3.b},
  4633. ImageTransparency = BG.ImageTransparency,
  4634. BackgroundTransparency = BG.BackgroundTransparency,
  4635. Image = BG.Image
  4636. },
  4637. WatermarkImage =
  4638. {
  4639. Visible = WatermarkImage.Visible,
  4640. ImageColor3 = {WatermarkImage.ImageColor3.r, WatermarkImage.ImageColor3.g, WatermarkImage.ImageColor3.b},
  4641. ImageTransparency = WatermarkImage.ImageTransparency,
  4642. },
  4643. Gradient =
  4644. {
  4645. Visible = Gradient.Visible,
  4646. },
  4647. WTValue =
  4648. {
  4649. Text = WTValue.Text
  4650. },
  4651. TValue =
  4652. {
  4653. Text = TValue.Text
  4654. },
  4655. BValue =
  4656. {
  4657. Text = BValue.Text
  4658. },
  4659. ColorValue =
  4660. {
  4661. Text = ColorValue.Text
  4662. },
  4663. ImageId =
  4664. {
  4665. Text = ImageId.Text
  4666. },
  4667. WaterTrans =
  4668. {
  4669. CanvasPosition = {WaterTrans.CanvasPosition.X, WaterTrans.CanvasPosition.Y}
  4670. },
  4671. Trans =
  4672. {
  4673. CanvasPosition = {Trans.CanvasPosition.X, Trans.CanvasPosition.Y}
  4674. },
  4675. Brightness =
  4676. {
  4677. CanvasPosition = {Brightness.CanvasPosition.X, Brightness.CanvasPosition.Y}
  4678. }
  4679. }
  4680.  
  4681. local json = game.HttpService:JSONEncode(data)
  4682.  
  4683. ThemeJSON.Text = json
  4684. pcall(function()
  4685. setclipboard(json)
  4686. end)
  4687. end
  4688.  
  4689. local cast_property = function(type, v)
  4690. return getfenv()[type].new(unpack(v))
  4691. end
  4692.  
  4693. local load_theme = function(json)
  4694. for i, v in next, game.HttpService:JSONDecode(json) do
  4695. local inst = R2Sv3:FindFirstChild(i, true)
  4696.  
  4697. for j, k in next, v do
  4698. if (type(k) == "table") then
  4699. inst[j] = cast_property(typeof(inst[j]), k)
  4700. else
  4701. inst[j] = k
  4702. end
  4703. end
  4704. end
  4705. end
  4706.  
  4707. if (CUSTOM_THEME and #CUSTOM_THEME ~= 0) then
  4708. load_theme(CUSTOM_THEME)
  4709. end
  4710.  
  4711. SaveTheme.MouseButton1Down:Connect(function()
  4712. ThemeJSON.Text = save_theme()
  4713. end)
  4714.  
  4715. LoadTheme.MouseButton1Down:Connect(function()
  4716. load_theme(ThemeJSON.Text)
  4717. end)
  4718.  
  4719. local encrypt_string = false
  4720.  
  4721. CryptStrings.MouseButton1Down:Connect(function()
  4722. encrypt_string = not encrypt_string
  4723. end)
  4724.  
  4725. ClearLogs.MouseButton1Down:Connect(function()
  4726. Remotes:ClearAllChildren()
  4727. Remotes.CanvasSize = UDim2.new(0, 0, 0, 0)
  4728. end)
  4729.  
  4730. local table_tostring = {}
  4731.  
  4732. local HasSpecial = function(string)
  4733. return (string:match("%c") or string:match("%s") or string:match("%p")) ~= nil
  4734. end
  4735.  
  4736. local GetPath = function(Instance)
  4737. local Obj = Instance
  4738. local string = {}
  4739. local temp = {}
  4740. local error = false
  4741.  
  4742. while Obj ~= game do
  4743. if Obj == nil then
  4744. error = true
  4745. break
  4746. end
  4747. table.insert(temp, Obj.Parent == game and Obj.ClassName or tostring(Obj))
  4748. Obj = Obj.Parent
  4749. end
  4750.  
  4751. table.insert(string, "game:GetService(\"" .. temp[#temp] .. "\")")
  4752.  
  4753. for i = #temp - 1, 1, -1 do
  4754. table.insert(string, HasSpecial(temp[i]) and "[\"" .. temp[i] .. "\"]" or "." .. temp[i])
  4755. end
  4756.  
  4757. return (error and "nil -- Path contained an invalid instance" or table.concat(string, ""))
  4758. end
  4759.  
  4760. local GetType = function(Instance)
  4761. local Types =
  4762. {
  4763. EnumItem = function()
  4764. return "Enum." .. tostring(Instance.EnumType) .. "." .. tostring(Instance.Name)
  4765. end,
  4766. Instance = function()
  4767. return GetPath(Instance)
  4768. end,
  4769. CFrame = function()
  4770. return "CFrame.new(" .. tostring(Instance) .. ")"
  4771. end,
  4772. Vector3 = function()
  4773. return "Vector3.new(" .. tostring(Instance) .. ")"
  4774. end,
  4775. BrickColor = function()
  4776. return "BrickColor.new(\"" .. tostring(Instance) .. "\")"
  4777. end,
  4778. Color3 = function()
  4779. return "Color3.new(" .. tostring(Instance) .. ")"
  4780. end,
  4781. string = function()
  4782. return "\"" .. tostring(Instance) .. "\""
  4783. end,
  4784. Ray = function()
  4785. return "Ray.new(Vector3.new(" .. tostring(Instance.Origin) .. "), Vector3.new(" .. tostring(Instance.Direction) .. "))"
  4786. end,
  4787. table = function()
  4788. return "tbl_" .. tostring(Instance):sub(#"table: " + 1)
  4789. end
  4790. }
  4791.  
  4792. return Types[(typeof or type)(Instance)] ~= nil and Types[(typeof or type)(Instance)]() or tostring(Instance)
  4793. end
  4794.  
  4795. table_tostring.convert = function(t)
  4796. local members = {}
  4797.  
  4798. for i, v in next, t do
  4799. if (type(i) == "number") then
  4800. table.insert(members, "\n\t" .. GetType(v))
  4801. else
  4802. table.insert(members, "\n\t[\"" .. tostring(i) .. "\"] = " .. GetType(v))
  4803. end
  4804. end
  4805.  
  4806. return "\n{" .. table.concat(members, ", ") .. "\n}\n"
  4807. end
  4808.  
  4809. table_tostring.r2s_convert = function(tBUF)
  4810. local result = "-- Script was generated by Filtershark\n\n"
  4811. local members = {}
  4812. local tables = setmetatable({}, {
  4813. __index = function(self, t)
  4814. for i, v in next, self do
  4815. if (v == t) then
  4816. return v
  4817. end
  4818. end
  4819. end
  4820. })
  4821.  
  4822. do
  4823. local r = {}
  4824.  
  4825. r.s = function(t)
  4826. for i, v in next, t do
  4827. if (type(v) == "table") then
  4828. table.insert(tables, v)
  4829. r.s(v)
  4830. end
  4831. end
  4832. end
  4833.  
  4834. r.s(tBUF)
  4835. end
  4836.  
  4837. do
  4838. local tstr = {}
  4839.  
  4840. for i = #tables, 1, -1 do
  4841. table.insert(tstr, "local tbl_" .. tostring(tables[i]):sub(#"table: " + 1) .. " = " .. table_tostring.convert(tables[i]))
  4842. end
  4843.  
  4844. result = result .. table.concat(tstr, "\n")
  4845. end
  4846.  
  4847. result = result .. "\n"
  4848.  
  4849. result = result .. "local tbl_main = " .. table_tostring.convert(tBUF)
  4850.  
  4851. return result
  4852. end
  4853.  
  4854. table_tostring.generate = function(obj, ...)
  4855. local conv = table_tostring.r2s_convert({...})
  4856. conv = conv .. "\n\n" .. GetPath(obj).. ":" .. (obj:IsA("RemoteEvent") and "FireServer" or "InvokeServer") .. "(unpack(tbl_main))"
  4857.  
  4858. return conv
  4859. end
  4860.  
  4861. table_tostring.module_convert = function(t)
  4862. return table_tostring.r2s_convert(t) .. "\nreturn tbl_main"
  4863. end
  4864.  
  4865. local current_script = nil
  4866. local ups, ups_og
  4867. local locs , locs_og
  4868. local debug_settings = {}
  4869. local explorer = {current = nil, selected = nil}
  4870. local unpacker = {}
  4871. local debug_backup = {}
  4872. local namecall_data = {}
  4873. local crt_tuple
  4874. local disabled_calls = {}
  4875.  
  4876. local cast = function(v)
  4877. local func = loadstring("return " .. v)
  4878.  
  4879. if (not func) then
  4880. return v
  4881. end
  4882.  
  4883. local var = func()
  4884.  
  4885. if (var == nil) then
  4886. return v
  4887. else
  4888. return var
  4889. end
  4890. end
  4891.  
  4892. explorer.load = function(base)
  4893. Explorer.Visible = true
  4894. explorer.current = base
  4895. ExplorerMain:ClearAllChildren()
  4896.  
  4897. for i, v in next, base:GetChildren() do
  4898. local obj = ObjectFrame:Clone()
  4899.  
  4900. obj.Parent = ExplorerMain
  4901. obj.Position = UDim2.new(0, 10, 0, -20 + #ExplorerMain:GetChildren() * 30)
  4902. obj.ObjectName.Text = v.Name
  4903. obj.LoadChildren.MouseButton1Down:Connect(function()
  4904. explorer.load(v)
  4905. end)
  4906. obj.SelectObject.MouseButton1Down:Connect(function()
  4907. explorer.selected = v
  4908. Explorer.Visible = false
  4909. end)
  4910.  
  4911. ExplorerMain.CanvasSize = UDim2.new(0, 0, 0, calcualte_cvsize(ExplorerMain))
  4912. end
  4913. end
  4914.  
  4915. ExplorerHide.MouseButton1Down:Connect(function()
  4916. Explorer.Visible = false
  4917. end)
  4918.  
  4919. ExplorerBack.MouseButton1Down:Connect(function()
  4920. explorer.load(explorer.current.Parent or game)
  4921. end)
  4922.  
  4923. local get_tableid = function(t)
  4924. local str, n = "", 0
  4925. local s = {}
  4926.  
  4927. s.sc = function(a)
  4928. for i, v in next, a do
  4929. str = str .. tostring(i) .. (typeof or type)(v) .. (typeof or type)(i)
  4930. if (type(v) == "table") then
  4931. s.sc(v)
  4932. end
  4933. end
  4934. end
  4935.  
  4936. s.sc(t)
  4937.  
  4938. str:gsub(".", function(c)
  4939. n = n + c:byte()
  4940. end)
  4941. math.randomseed(n)
  4942.  
  4943. return ("%x"):format(math.random(1, 2 ^ 31 - 1))
  4944. end
  4945.  
  4946. local find_table = function(t, w)
  4947. local modt
  4948.  
  4949. local s = {}
  4950. s.sc = function(a)
  4951. for i, v in next, a do
  4952. if (v == w) then
  4953. modt = v
  4954. break
  4955. end
  4956. if (type(v) == "table") then
  4957. s.sc(v)
  4958. end
  4959. end
  4960. end
  4961.  
  4962. s.sc(t)
  4963.  
  4964. return modt
  4965. end
  4966.  
  4967. unpacker.upvalues = function(t)
  4968. EEUpvalues:ClearAllChildren()
  4969.  
  4970. ups = t
  4971.  
  4972. for i, v in next, t do
  4973. wait()
  4974. local df = DebugFrame:Clone()
  4975. local b
  4976.  
  4977. if (type(v) == "function" or type(v) == "table" or typeof(v) == "Instance" or typeof(v) == "boolean") then
  4978. b = init_button(Button:Clone())
  4979. else
  4980. b = Box:Clone()
  4981. end
  4982.  
  4983. df.Parent = EEUpvalues
  4984. b.Parent = df
  4985. b.Text = tostring(v)
  4986. df.Field.Text = tostring(i)
  4987. df.Position = UDim2.new(0, 10, 0, -20 + #EEUpvalues:GetChildren() * 30)
  4988. EEUpvalues.CanvasSize = UDim2.new(0, 0, 0, calcualte_cvsize(EEUpvalues))
  4989. EEUpvalues.CanvasPosition = Vector2.new(0, 2 ^ 31 - 1)
  4990.  
  4991. for _, t in next, {"Instance", "number", "string", "boolean"} do
  4992. if (typeof(v) == t) then
  4993. df.UpdateDS.Visible = true
  4994. break
  4995. end
  4996. end
  4997.  
  4998. if (typeof(v) == "Instance" and ups ~= ups_og) then
  4999. df.UpdateDS.Visible = false
  5000. end
  5001.  
  5002. if (type(v) == "table") then
  5003. b.MouseButton1Down:Connect(function()
  5004. unpacker.upvalues(v)
  5005. end)
  5006. end
  5007. if (type(v) == "boolean") then
  5008. b.MouseButton1Down:Connect(function()
  5009. b.Text = tostring(not cast(b.Text))
  5010. end)
  5011. end
  5012. if (typeof(v) == "Instance") then
  5013. b.MouseButton1Down:Connect(function()
  5014. explorer.load(game)
  5015. spawn(function()
  5016. while (wait()) do
  5017. if (explorer.selected) then
  5018. ups[i] = explorer.selected
  5019. explorer.selected = nil
  5020. break
  5021. end
  5022. end
  5023. end)
  5024. end)
  5025. end
  5026.  
  5027. if (df.UpdateDS.Visible) then
  5028. local dft = debug_settings[get_tableid({ups_og, locs_og})]
  5029.  
  5030. df.UpdateDS.MouseButton1Down:Connect(function()
  5031. if (ups == ups_og) then
  5032. local can = false
  5033. for _, t in next, {"Instance", "number", "string", "boolean"} do
  5034. if (typeof(v) == t) then
  5035. can = true
  5036. break
  5037. end
  5038. end
  5039.  
  5040. if (can) then
  5041. if (typeof(v) == "Instance") then
  5042. dft[1][i] = ups[i]
  5043. else
  5044. dft[1][i] = cast((df:FindFirstChild("Button") or df:FindFirstChild("Box")).Text)
  5045. end
  5046.  
  5047. df.Field.Text = tostring(dft[1][i])
  5048. end
  5049. else
  5050. print("BIG OOF HERE")
  5051. ups[i] = cast((df:FindFirstChild("Button") or df:FindFirstChild("Box")).Text)
  5052. df.Field.Text = tostring(ups[i])
  5053. end
  5054.  
  5055. unpacker.upvalues(ups)
  5056. end)
  5057.  
  5058. getmetatable(dft).__tostring = function()
  5059. return "true"
  5060. end
  5061. end
  5062. end
  5063. end
  5064.  
  5065. unpacker.locals = function(t)
  5066. EELocals:ClearAllChildren()
  5067. locs = t
  5068.  
  5069. for i, v in next, t do
  5070. wait()
  5071. local df = DebugFrame:Clone()
  5072. local b
  5073.  
  5074. if (type(v) == "function" or type(v) == "table" or typeof(v) == "Instance" or type(v) == "boolean") then
  5075. b = init_button(Button:Clone())
  5076. else
  5077. b = Box:Clone()
  5078. end
  5079.  
  5080. df.Parent = EELocals
  5081. b.Parent = df
  5082. b.Text = tostring(v)
  5083. df.Field.Text = tostring(i)
  5084. df.Position = UDim2.new(0, 10, 0, -20 + #EELocals:GetChildren() * 30)
  5085. EELocals.CanvasSize = UDim2.new(0, 0, 0, calcualte_cvsize(EELocals))
  5086. EELocals.CanvasPosition = Vector2.new(0, 2 ^ 31 - 1)
  5087.  
  5088. for _, t in next, {"Instance", "number", "string", "boolean"} do
  5089. if (typeof(v) == t) then
  5090. df.UpdateDS.Visible = true
  5091. break
  5092. end
  5093. end
  5094.  
  5095. if (typeof(v) == "Instance" and locs ~= locs_og) then
  5096. df.UpdateDS.Visible = false
  5097. end
  5098.  
  5099. if (type(v) == "table") then
  5100. b.MouseButton1Down:Connect(function()
  5101. unpacker.locals(v)
  5102. end)
  5103. end
  5104. if (type(v) == "boolean") then
  5105. b.MouseButton1Down:Connect(function()
  5106. b.Text = tostring(not cast(b.Text))
  5107. end)
  5108. end
  5109. if (typeof(v) == "Instance") then
  5110. b.MouseButton1Down:Connect(function()
  5111. explorer.load(game)
  5112. while (wait()) do
  5113. if (explorer.selected) then
  5114. locs[i] = explorer.selected
  5115. explorer.selected = nil
  5116. break
  5117. end
  5118. end
  5119. end)
  5120. end
  5121.  
  5122. if (df.UpdateDS.Visible) then
  5123. local dft = debug_settings[get_tableid({ups_og, locs_og})]
  5124.  
  5125. df.UpdateDS.MouseButton1Down:Connect(function()
  5126. if (locs == locs_og) then
  5127. local can = false
  5128. for _, t in next, {"Instance", "number", "string", "boolean"} do
  5129. if (typeof(v) == t) then
  5130. can = true
  5131. break
  5132. end
  5133. end
  5134.  
  5135. if (can) then
  5136. if (typeof(v) == "Instance") then
  5137. dft[2][i] = locs[i]
  5138. else
  5139. dft[2][i] = cast((df:FindFirstChild("Button") or df:FindFirstChild("Box")).Text)
  5140. end
  5141.  
  5142. df.Field.Text = tostring(dft[2][i])
  5143. end
  5144. else
  5145. locs[i] = cast((df:FindFirstChild("Button") or df:FindFirstChild("Box")).Text)
  5146. df.Field.Text = tostring(locs[i])
  5147. end
  5148.  
  5149. unpacker.locals(locs)
  5150. end)
  5151.  
  5152. getmetatable(dft).__tostring = function()
  5153. return "true"
  5154. end
  5155. end
  5156. end
  5157. end
  5158.  
  5159. NamecallType.MouseButton1Down:Connect(function()
  5160. NamecallType.Text = (NamecallType.Text == "STATIC" and "SINGLE USE" or "STATIC")
  5161. getmetatable(namecall_data[get_tableid(crt_tuple)]).__call = function()
  5162. return NamecallType.Text == "STATIC"
  5163. end
  5164. end)
  5165.  
  5166. Namecall.MouseButton1Down:Connect(function()
  5167. set_guiobj_visible({"NamecallBar", "NamecallSource", "NamecallFrame", "NCallScriptTip", "NCallLogsTip"})
  5168.  
  5169. local log = RemoteFrame:Clone()
  5170. local tID = get_tableid(crt_tuple)
  5171.  
  5172. if (NamecallFrame:FindFirstChild(tostring(namecall_data[tID][1]) .. tID)) then
  5173. return
  5174. end
  5175.  
  5176. log.Parent = NamecallFrame
  5177. log.Name = tostring(namecall_data[tID][1]) .. tID
  5178. log.MainButton.Text = tostring(namecall_data[tID][1])
  5179. log.MainButton.Size = UDim2.new(1, 0, 1, 0)
  5180. log.Position = UDim2.new(0, 10, 0, -20 + #NamecallFrame:GetChildren() * 30)
  5181.  
  5182. NamecallFrame.CanvasSize = UDim2.new(0, 0, 0, calcualte_cvsize(NamecallFrame))
  5183. log.Icon:Destroy()
  5184.  
  5185. log.MainButton.MouseButton1Down:Connect(function()
  5186. crt_tuple = namecall_data[tID]
  5187. NamecallScript.Text = table_tostring.module_convert(namecall_data[tID])
  5188. end)
  5189. end)
  5190.  
  5191. ApplyNamecall.MouseButton1Down:Connect(function()
  5192. local tID = get_tableid(crt_tuple)
  5193. local data = namecall_data[tID]
  5194. local __call = getmetatable(data).__call
  5195.  
  5196. if (not NamecallFrame:FindFirstChild(tostring(data[1]) .. tID)) then
  5197. return
  5198. end
  5199.  
  5200. namecall_data[tID] = setmetatable(loadstring(NamecallScript.Text)(), {
  5201. __tostring = function()
  5202. return "true"
  5203. end,
  5204. __call = __call
  5205. })
  5206.  
  5207. NamecallScript.Text = table_tostring.module_convert(namecall_data[tID])
  5208. end)
  5209.  
  5210. RemoveNamecall.MouseButton1Down:Connect(function()
  5211. local tID = get_tableid(crt_tuple)
  5212. local data = namecall_data[tID]
  5213.  
  5214. NamecallFrame:FindFirstChild(tostring(data[1]) .. tID):Destroy()
  5215. for i, v in next, NamecallFrame:GetChildren() do
  5216. v.Position = UDim2.new(0, 10, 0, -20 + i * 30)
  5217. end
  5218.  
  5219. disabled_calls[tID] = nil
  5220.  
  5221. getmetatable(data).__tostring = function()
  5222. return "false"
  5223. end
  5224.  
  5225. NamecallScript.Text = ""
  5226. end)
  5227.  
  5228. SetLocals.MouseButton1Down:Connect(function()
  5229. unpacker.locals(locs_og)
  5230. end)
  5231.  
  5232. SetUpvalues.MouseButton1Down:Connect(function()
  5233. unpacker.upvalues(ups_og)
  5234. end)
  5235.  
  5236. CallRemote.MouseButton1Down:Connect(function()
  5237. local script = ""
  5238.  
  5239. for i, v in next, Script:GetChildren() do
  5240. script = script .. v.SourceLine.Text .. "\n"
  5241. end
  5242.  
  5243. loadstring(script)()
  5244. end)
  5245.  
  5246. SetAllLoc.MouseButton1Down:Connect(function()
  5247. local dft = debug_settings[get_tableid({ups_og, locs_og})]
  5248.  
  5249. for i, v0 in next, EELocals:GetChildren() do
  5250. local v = locs[i]
  5251. if (locs == locs_og) then
  5252. local can = false
  5253. for _, t in next, {"Instance", "number", "string", "boolean"} do
  5254. if (typeof(v) == t) then
  5255. can = true
  5256. break
  5257. end
  5258. end
  5259.  
  5260. if (can) then
  5261. if (typeof(v) == "Instance") then
  5262. dft[2][i] = locs[i]
  5263. else
  5264. dft[2][i] = cast((v0:FindFirstChild("Button") or v0:FindFirstChild("Box")).Text)
  5265. end
  5266. end
  5267. else
  5268. locs[i] = cast((v0:FindFirstChild("Button") or v0:FindFirstChild("Box")).Text)
  5269. end
  5270. end
  5271.  
  5272. getmetatable(dft).__tostring = function()
  5273. return "true"
  5274. end
  5275. unpacker.locals(locs_og)
  5276. end)
  5277.  
  5278. EnvEdit.MouseButton1Down:Connect(function()
  5279. set_guiobj_visible({"EEUpvaluesTip", "EELocalsTip", "EELocals", "EEUpvalues", "SetLocals", "SetUpvalues", "SetAllLoc", "SetAllUps"})
  5280.  
  5281. spawn(function()
  5282. unpacker.locals(locs)
  5283. end)
  5284. unpacker.upvalues(ups)
  5285. end)
  5286.  
  5287. DisableR2S.MouseButton1Down:Connect(function()
  5288. DisableR2S.BorderColor3 = DisableR2S.BorderColor3 == Color3.fromRGB(142, 255, 124) and Color3.fromRGB(255, 60, 60) or Color3.fromRGB(142, 255, 124)
  5289. DisableR2S.TextColor3 = DisableR2S.BorderColor3
  5290. end)
  5291.  
  5292. local game_meta = getrawmetatable(game)
  5293. local __index = game_meta.__index
  5294. local __namecall = game_meta.__namecall
  5295.  
  5296. make_writeable(game_meta)
  5297.  
  5298. do
  5299. local oldFire
  5300. local oldInvoke
  5301.  
  5302. local hookMethod = newcclosure(function(self, ...)
  5303. local sSelf = tostring(self)
  5304. local sType = __index(self, "ClassName")
  5305. local a = {self, ...}
  5306.  
  5307. if (DisableR2S.BorderColor3 == Color3.fromRGB(255, 60, 60)) or (AllRemotes:FindFirstChild(sSelf) and AllRemotes[sSelf].Icon.BackgroundColor3 == Color3.fromRGB(255, 100, 100)) then
  5308. return (sType == "RemoteEvent" and oldFire or oldInvoke)(self, ...)
  5309. end
  5310.  
  5311. local caller = getfenv(3).script
  5312. local b = init_button(RemoteLog:Clone())
  5313. local tuple = setmetatable({self, ...}, {
  5314. __tostring = function()
  5315. return "false"
  5316. end,
  5317. __call = function() return 0 end
  5318. })
  5319. local trace = getrenv().debug.traceback():gsub("[^\r\n]+", function(c)
  5320. return "-- " .. c
  5321. end)
  5322. local tID = get_tableid({self, ...})
  5323.  
  5324. if (disabled_calls[tID]) then
  5325. return (sType == "RemoteEvent" and oldFire or oldInvoke)(self, ...)
  5326. end
  5327.  
  5328. local ndt = namecall_data[get_tableid(tuple)]
  5329.  
  5330. if (ndt and tostring(ndt) == "true") then
  5331. local frm = NamecallFrame:FindFirstChild(sSelf .. get_tableid(tuple))
  5332.  
  5333. if (not ndt()) then
  5334. getmetatable(ndt).__tostring = function()
  5335. return "false"
  5336. end
  5337. frm:Destroy()
  5338. for i, v in next, NamecallFrame:GetChildren() do
  5339. v.Position = UDim2.new(0, 10, 0, -20 + i * 30)
  5340. end
  5341. end
  5342.  
  5343. disabled_calls[tID] = nil
  5344.  
  5345. spawn(function()
  5346. for i = 0, 1, 0.1 do
  5347. step:wait()
  5348.  
  5349. frm.BackgroundColor3 = Color3.new(1, 0, 0):lerp(Color3.new(0, 0, 0), i)
  5350. frm.BorderColor3 = Color3.new(1, 0, 0):lerp(Color3.fromRGB(0, 255, 233), i)
  5351. end
  5352. end)
  5353.  
  5354. NamecallScript.Text = ""
  5355.  
  5356. return (sType == "RemoteEvent" and oldFire or oldInvoke)(self, select(2, unpack(ndt)))
  5357. end
  5358.  
  5359. if (not ndt) then
  5360. namecall_data[get_tableid(tuple)] = tuple
  5361. end
  5362.  
  5363. b.Text = sSelf
  5364. b.Parent = Remotes
  5365. b.TextColor3 = (sType == "RemoteEvent" and Color3.new(1, 1, 0) or Color3.new(0.5, 0.5, 0))
  5366. b.Position = UDim2.new(0, 10, 0, -20 + #Remotes:GetChildren() * 30)
  5367.  
  5368. Remotes.CanvasSize = UDim2.new(0, 0, 0, calcualte_cvsize(Remotes))
  5369. Remotes.CanvasPosition = Vector2.new(0, 2 ^ 31 - 1)
  5370.  
  5371. Locals:ClearAllChildren()
  5372. Upvalues:ClearAllChildren()
  5373.  
  5374. b.MouseButton1Down:Connect(function()
  5375. dump_script(trace .. "\n" .. table_tostring.generate(self, select(2, unpack(a))))
  5376. current_script = caller
  5377. crt_tuple = tuple
  5378. end)
  5379.  
  5380. return (sType == "RemoteEvent" and oldFire or oldInvoke)(self, ...)
  5381. end)
  5382.  
  5383. oldFire = hookfunction(Instance.new("RemoteEvent").FireServer, hookMethod, true)
  5384. oldInvoke = hookfunction(Instance.new("RemoteFunction").InvokeServer, hookMethod, true)
  5385. end
  5386.  
  5387. Decompile.MouseButton1Down:Connect(function()
  5388. dump_script(decompile(current_script))
  5389. end)
  5390.  
  5391. DisableNamecall.MouseButton1Down:Connect(function()
  5392. local tID = get_tableid(crt_tuple)
  5393. local frm = NamecallFrame:FindFirstChild(tostring(namecall_data[tID][1]) .. tID)
  5394.  
  5395. if (disabled_calls[get_tableid(crt_tuple)]) then
  5396. frm.MainButton.BackgroundColor3 = Color3.new(0, 0, 0)
  5397. frm.BorderColor3 = Color3.new(0, 1, 1)
  5398. disabled_calls[get_tableid(crt_tuple)] = nil
  5399. else
  5400. frm.MainButton.BackgroundColor3 = Color3.fromRGB(100, 0, 0)
  5401. frm.BorderColor3 = Color3.new(1, 0, 0)
  5402. disabled_calls[get_tableid(crt_tuple)] = true
  5403. end
  5404. end)
  5405.  
  5406. make_writeable(game_meta)
  5407.  
  5408. game_meta.__namecall = function(...)
  5409. if (DisableR2S.BorderColor3 == Color3.fromRGB(255, 60, 60)) then return __namecall(...) end
  5410.  
  5411. local a = {...}
  5412. local m = table.remove(a, #a)
  5413. local caller = getfenv(2).script
  5414.  
  5415. if (m:lower():match("server")) then
  5416. local trace = getrenv().debug.traceback():gsub("[^\r\n]+", function(c)
  5417. return "-- " .. c
  5418. end)
  5419.  
  5420. if (disabled_calls[get_tableid({...})]) then
  5421. return __namecall(...)
  5422. end
  5423.  
  5424. if (AllRemotes:FindFirstChild(tostring(a[1])) and AllRemotes[tostring(a[1])].Icon.BackgroundColor3 == Color3.fromRGB(255, 100, 100)) then return end
  5425.  
  5426. local b = init_button(RemoteLog:Clone())
  5427.  
  5428. local sups = debug.getupvalues(2)
  5429. local slocs = debug.getlocals(2)
  5430. local tuple = setmetatable({...}, {
  5431. __tostring = function()
  5432. return "false"
  5433. end,
  5434. __call = function() return 0 end
  5435. })
  5436. local tID = get_tableid({...})
  5437.  
  5438. local dt = debug_settings[get_tableid({sups, slocs})]
  5439. local ndt = namecall_data[get_tableid(tuple)]
  5440.  
  5441. if (dt and tostring(dt) == "true") then
  5442. for i, v in next, dt[1] do
  5443. debug.setupvalue(2, tostring(i), v)
  5444. end
  5445. for i, v in next, dt[2] do
  5446. debug.setlocal(2, tostring(i), v)
  5447. end
  5448. getmetatable(dt).__tostring = function()
  5449. return "false"
  5450. end
  5451. end
  5452.  
  5453. if (ndt and tostring(ndt) == "true") then
  5454. local frm = NamecallFrame:FindFirstChild(tostring(a[1]) .. get_tableid(tuple))
  5455.  
  5456. if (not ndt()) then
  5457. getmetatable(ndt).__tostring = function()
  5458. return "false"
  5459. end
  5460. frm:Destroy()
  5461. for i, v in next, NamecallFrame:GetChildren() do
  5462. v.Position = UDim2.new(0, 10, 0, -20 + i * 30)
  5463. end
  5464. end
  5465.  
  5466. disabled_calls[tID] = nil
  5467.  
  5468. spawn(function()
  5469. for i = 0, 1, 0.1 do
  5470. step:wait()
  5471.  
  5472. frm.BackgroundColor3 = Color3.new(1, 0, 0):lerp(Color3.new(0, 0, 0), i)
  5473. frm.BorderColor3 = Color3.new(1, 0, 0):lerp(Color3.fromRGB(0, 255, 233), i)
  5474. end
  5475. end)
  5476.  
  5477. NamecallScript.Text = ""
  5478.  
  5479. return __namecall(unpack(ndt))
  5480. end
  5481.  
  5482. if (not dt) then
  5483. debug_settings[get_tableid({sups, slocs})] = setmetatable({sups, slocs}, {
  5484. __tostring = function()
  5485. return "false"
  5486. end
  5487. })
  5488. end
  5489.  
  5490. if (not ndt) then
  5491. namecall_data[get_tableid(tuple)] = tuple
  5492. end
  5493.  
  5494. b.Text = tostring(a[1])
  5495. b.Parent = Remotes
  5496. b.TextColor3 = (m:lower() == "fireserver" and Color3.new(1, 1, 1) or Color3.new(0.5, 0.5, 0.5))
  5497. b.Position = UDim2.new(0, 10, 0, -20 + #Remotes:GetChildren() * 30)
  5498.  
  5499. Remotes.CanvasSize = UDim2.new(0, 0, 0, calcualte_cvsize(Remotes))
  5500. Remotes.CanvasPosition = Vector2.new(0, 2 ^ 31 - 1)
  5501.  
  5502. b.MouseButton1Down:Connect(function()
  5503. if (get_tableid({sups, slocs}) ~= get_tableid({ups_og, locs_og})) then
  5504. ups = sups
  5505. locs = slocs
  5506. ups_og = sups
  5507. locs_og = slocs
  5508. end
  5509.  
  5510. dump_script(trace .. "\n" .. table_tostring.generate(a[1], select(2, unpack(a))))
  5511. current_script = caller
  5512. crt_tuple = tuple
  5513.  
  5514. Locals:ClearAllChildren()
  5515. Upvalues:ClearAllChildren()
  5516. spawn(function()
  5517. for i, v in next, ups do
  5518. wait()
  5519. local df = DebugFrame:Clone()
  5520. local b = init_button(Button:Clone())
  5521.  
  5522. df.Parent = Upvalues
  5523. df.UpdateDS.Visible = false
  5524. b.Parent = df
  5525. b.Text = tostring(v)
  5526. df.Field.Text = tostring(i)
  5527. df.Position = UDim2.new(0, 10, 0, -20 + #Upvalues:GetChildren() * 30)
  5528. Upvalues.CanvasSize = UDim2.new(0, 0, 0, calcualte_cvsize(Upvalues))
  5529. Upvalues.CanvasPosition = Vector2.new(0, 2 ^ 31 - 1)
  5530. end
  5531. end)
  5532. for i, v in next, locs do
  5533. wait()
  5534. local df = DebugFrame:Clone()
  5535. local b = init_button(Button:Clone())
  5536.  
  5537. df.Parent = Locals
  5538. df.UpdateDS.Visible = false
  5539. b.Parent = df
  5540. b.Text = tostring(v)
  5541. df.Field.Text = tostring(i)
  5542. df.Position = UDim2.new(0, 10, 0, -20 + #Locals:GetChildren() * 30)
  5543. Locals.CanvasSize = UDim2.new(0, 0, 0, calcualte_cvsize(Locals))
  5544. end
  5545. end)
  5546. end
  5547.  
  5548. return __namecall(...)
  5549. end
  5550. end)
  5551. end)
  5552.  
  5553. oof.a4.MouseButton1Click:Connect(function()
  5554. local lIiIlI1llI1IiIIiili = 1 local IlI1ll1Il1IiiIIllli if bit and bit.bxor then IlI1ll1Il1IiiIIllli = bit.bxor else function IlI1ll1Il1IiiIIllli(lilll1ii11Il1lIlIli, lIllillI1IlIll1IIIi1I) local lIiI1Iilli1iII11iiI = function(ilI1lIiiIll1lIiI11I, IlillI1li1IlII1liIl) return IlillI1li1IlII1liIl <= ilI1lIiiIll1lIiI11I % (IlillI1li1IlII1liIl * 2) end local iiIililllII1iiiiI1I = 0 for IlillI1li1IlII1liIl = 0, 31 do iiIililllII1iiiiI1I = iiIililllII1iiiiI1I + (lIiI1Iilli1iII11iiI(lilll1ii11Il1lIlIli, 2 ^ IlillI1li1IlII1liIl) ~= lIiI1Iilli1iII11iiI(lIllillI1IlIll1IIIi1I, 2 ^ IlillI1li1IlII1liIl) and 2 ^ IlillI1li1IlII1liIl or 0) end return iiIililllII1iiiiI1I end end local lIiI1Il11iilIIli1lI = { (function() local iiIililllII1iiiiI1I = "" local lilll1ii11Il1lIlIli = "if ur looking at this, i have some info for u. luraph > luasecure > lumida > all. stop analyzing my software now pls. i will sue you if u keep going. " local lIllillI1IlIll1IIIi1I = #{ 121207, 107278, 106136, 43611, 8308, 6174, 109295, 6375, 40577, 77957, 65366, 19776, 12136, 117211, 84743, 112442, 45773, 118562, 90180, 129354, 66540, 119045, 111856, 51857 } - 28 - 27 + 44 + 30 + 41 - 33 + 39 - 30 + 24 + 39 + 5 - 41 + 34 - 13 + 99 local lIllIl11lliIlliili1ll = "\174\220\t\213\218\133\186\218f|\172\155\167\166\188\239\153\130\239\172\174\161\239\160\161\163\182\239\189\186\161\239\131\186\189\174\191\167\239\188\172\189\166\191\187\188\225\"" local ii11lI1ilI1Illi1liI = "...................................." local IiIlllilIll11lI1I11 = "............" for IlillI1li1IlII1liIl = #IiIlllilIll11lI1I11, #IiIlllilIll11lI1I11 + #ii11lI1ilI1Illi1liI - 1 do local I1liiIl11l11ll1iill = string.byte(lIllIl11lliIlliili1ll, IlillI1li1IlII1liIl) iiIililllII1iiiiI1I = iiIililllII1iiiiI1I .. string.char(IlI1ll1Il1IiiIIllli(I1liiIl11l11ll1iill, lIllillI1IlIll1IIIi1I)) end return iiIililllII1iiiiI1I end)(), (function() local iiIililllII1iiiiI1I = "" local lilll1ii11Il1lIlIli = "if ur looking at this, i have some info for u. luraph > luasecure > lumida > all. stop analyzing my software now pls. i will sue you if u keep going. " local lIllillI1IlIll1IIIi1I = #{ 13828, 19653, 61844, 87574, 40233, 61279, 98808, 40490, 103305, 61473, 7233, 18555, 75280, 56628, 82802, 68512, 81314, 40711, 52136, 86792, 41006, 22568, 27704 } - 35 - 26 + 45 - 36 - 49 + 0 + 4 + 21 + 0 - 33 - 30 + 34 + 118 local lIllIl11lliIlliili1ll = "\251#\245-u\226\252\137\191m;\182;<V\173hQVETL\004wGVMTP\030" local ii11lI1ilI1Illi1liI = ".............." local IiIlllilIll11lI1I11 = "................." for IlillI1li1IlII1liIl = #IiIlllilIll11lI1I11, #IiIlllilIll11lI1I11 + #ii11lI1ilI1Illi1liI - 1 do local I1liiIl11l11ll1iill = string.byte(lIllIl11lliIlliili1ll, IlillI1li1IlII1liIl) iiIililllII1iiiiI1I = iiIililllII1iiiiI1I .. string.char(IlI1ll1Il1IiiIIllli(I1liiIl11l11ll1iill, lIllillI1IlIll1IIIi1I)) end return iiIililllII1iiiiI1I end)(), (function() local iiIililllII1iiiiI1I = "" local lilll1ii11Il1lIlIli = "if ur looking at this, i have some info for u. luraph > luasecure > lumida > all. stop analyzing my software now pls. i will sue you if u keep going. " local lIllillI1IlIll1IIIi1I = -#{ 27415, 10925, 8330, 121082, 22598, 8721, 38723, 82390, 52393, 124095, 132746, 69498, 52029, 29945, 11567, 66513, 22647, 45869, 76106, 83212, 92764, 19997, 11604 } + 12 + 16 - 15 - 6 - 32 - 2 - 17 + 39 + 29 + 30 + 35 + 8 - 38 + 48 - 9 - 16 - 9 local lIllIl11lliIlliili1ll = "\230\206\220\235\223nvA\138\003\025{I'\206aG\202l\028\025\b\023A\024\026\028\025\027 \134\1394" local ii11lI1ilI1Illi1liI = "..........." local IiIlllilIll11lI1I11 = "..................." for IlillI1li1IlII1liIl = #IiIlllilIll11lI1I11, #IiIlllilIll11lI1I11 + #ii11lI1ilI1Illi1liI - 1 do local I1liiIl11l11ll1iill = string.byte(lIllIl11lliIlliili1ll, IlillI1li1IlII1liIl) iiIililllII1iiiiI1I = iiIililllII1iiiiI1I .. string.char(IlI1ll1Il1IiiIIllli(I1liiIl11l11ll1iill, lIllillI1IlIll1IIIi1I)) end return iiIililllII1iiiiI1I end)(), (function() local iiIililllII1iiiiI1I = "" local lilll1ii11Il1lIlIli = "if ur looking at this, i have some info for u. luraph > luasecure > lumida > all. stop analyzing my software now pls. i will sue you if u keep going. " local lIllillI1IlIll1IIIi1I = -#{ 42517, 51109, 133120, 83739, 28409, 84313, 83671, 12352, 75186, 95825, 89389, 110114, 5282, 100559, 122389, 74890, 39190, 51950, 15734, 34086, 109104, 52360, 118672 } + 5 + 18 + 29 - 40 - 44 + 44 + 25 - 5 + 47 - 45 + 38 + 23 + 34 - 71 local lIllIl11lliIlliili1ll = "\142\221\025\003lv\1512\249v<\181bx" local ii11lI1ilI1Illi1liI = ".." local IiIlllilIll11lI1I11 = "..." for IlillI1li1IlII1liIl = #IiIlllilIll11lI1I11, #IiIlllilIll11lI1I11 + #ii11lI1ilI1Illi1liI - 1 do local I1liiIl11l11ll1iill = string.byte(lIllIl11lliIlliili1ll, IlillI1li1IlII1liIl) iiIililllII1iiiiI1I = iiIililllII1iiiiI1I .. string.char(IlI1ll1Il1IiiIIllli(I1liiIl11l11ll1iill, lIllillI1IlIll1IIIi1I)) end return iiIililllII1iiiiI1I end)(), ((function() local iiIililllII1iiiiI1I = "" local lilll1ii11Il1lIlIli = "if ur looking at this, i have some info for u. luraph > luasecure > lumida > all. stop analyzing my software now pls. i will sue you if u keep going. " local lIllillI1IlIll1IIIi1I = #{ 127456, 82878, 731, 120816, 54553, 53149, 75947, 97400, 72003, 22180, 25368, 64338, 98546, 13251, 17971, 72031, 63039, 37359, 90797, 61660, 69823 } - 43 - 12 - 4 + 41 - 24 + 23 - 10 - 12 - 8 + 37 - 5 + 67 local lIllIl11lliIlliili1ll = "\227\168+25&7/g#(\"4)`3g4277(53g3/.4g!\"&325\"iiig%23g.!g>(2g)\"\"#g.3kg-243g&4,iii\030h\195\005\149" local ii11lI1ilI1Illi1liI = "......................................................................" local IiIlllilIll11lI1I11 = "..." for IlillI1li1IlII1liIl = #IiIlllilIll11lI1I11, #IiIlllilIll11lI1I11 + #ii11lI1ilI1Illi1liI - 1 do local I1liiIl11l11ll1iill = string.byte(lIllIl11lliIlliili1ll, IlillI1li1IlII1liIl) iiIililllII1iiiiI1I = iiIililllII1iiiiI1I .. string.char(IlI1ll1Il1IiiIIllli(I1liiIl11l11ll1iill, lIllillI1IlIll1IIIi1I)) end return iiIililllII1iiiiI1I end)()) } local function llliIIlIiIi111llIli(l1iIiiiill1Ii1Illl1) local function lIlI1llIlIII1llliiIlI() local lIliIIIlill1llIlilIil = l1iIiiiill1Ii1Illl1:byte(lIiIlI1llI1IiIIiili, lIiIlI1llI1IiIIiili) lIiIlI1llI1IiIIiili = lIiIlI1llI1IiIIiili + 1 return lIliIIIlill1llIlilIil end local function i11ili1l1i1l1l1i1ii() local lIliIIIlill1llIlilIil, l1IIIliIliiilIl1li1, l1IliliiIll1l1IIllI, i1iil11il1IIIilIIii = l1iIiiiill1Ii1Illl1:byte(lIiIlI1llI1IiIIiili, lIiIlI1llI1IiIIiili + 3) lIiIlI1llI1IiIIiili = lIiIlI1llI1IiIIiili + 4 return i1iil11il1IIIilIIii * 16777216 + l1IliliiIll1l1IIllI * 65536 + l1IIIliIliiilIl1li1 * 256 + lIliIIIlill1llIlilIil end local function IIll1iIIlIil1iliili(lIlIiIil1Iil1i11Illii, i1iIIIiIllili1Iil1I, Ii1IlII11I11I1ii11I) if Ii1IlII11I11I1ii11I then local i1i1IIIi11lliI1iIll, iIilII11lI11lllilil = 0, 0 for IlillI1li1IlII1liIl = i1iIIIiIllili1Iil1I, Ii1IlII11I11I1ii11I do i1i1IIIi11lliI1iIll = i1i1IIIi11lliI1iIll + 2 ^ iIilII11lI11lllilil * IIll1iIIlIil1iliili(lIlIiIil1Iil1i11Illii, IlillI1li1IlII1liIl) iIilII11lI11lllilil = iIilII11lI11lllilil + 1 end return i1i1IIIi11lliI1iIll else local iIlIIliiliIIi11Ii1l = 2 ^ (i1iIIIiIllili1Iil1I - 1) return iIlIIliiliIIi11Ii1l <= lIlIiIil1Iil1i11Illii % (iIlIIliiliIIi11Ii1l + iIlIIliiliIIi11Ii1l) and 1 or 0 end end local function illIliliIIli11i1lI1() local lIliIIIlill1llIlilIil, l1IIIliIliiilIl1li1 = i11ili1l1i1l1l1i1ii(), i11ili1l1i1l1l1i1ii() if lIliIIIlill1llIlilIil == 0 and l1IIIliIliiilIl1li1 == 0 then return 0 end return (-2 * IIll1iIIlIil1iliili(l1IIIliIliiilIl1li1, 32) + 1) * 2 ^ (IIll1iIIlIil1iliili(l1IIIliIliiilIl1li1, 21, 31) - 1023) * ((IIll1iIIlIil1iliili(l1IIIliIliiilIl1li1, 1, 20) * 4294967296 + lIliIIIlill1llIlilIil) / 4503599627370496 + 1) end local function lIlI1i1iIl1lIliil111I(ii11lI1ilI1Illi1liI) local iI1lIliIIIIIII1l1li = l1iIiiiill1Ii1Illl1:sub(lIiIlI1llI1IiIIiili, lIiIlI1llI1IiIIiili + ii11lI1ilI1Illi1liI - 1) lIiIlI1llI1IiIIiili = lIiIlI1llI1IiIIiili + ii11lI1ilI1Illi1liI return iI1lIliIIIIIII1l1li end local function i11Il1ilIliilli1Ii1(lIllillI1IlIll1IIIi1I) local l1liil1ili11lil1lI1 = { l1iIiiiill1Ii1Illl1:byte(lIiIlI1llI1IiIIiili, lIiIlI1llI1IiIIiili + 3) } lIiIlI1llI1IiIIiili = lIiIlI1llI1IiIIiili + 4 local lIllillliI111il1i1i11 = {} for IlillI1li1IlII1liIl = 1, 8 do lIllillliI111il1i1i11[IlillI1li1IlII1liIl] = IIll1iIIlIil1iliili(lIllillI1IlIll1IIIi1I, IlillI1li1IlII1liIl) end local iiIililllII1iiiiI1I = "" for IlillI1li1IlII1liIl = 1, 4 do local i1i1IIIi11lliI1iIll, iIilII11lI11lllilil = 0, 0 for I11ilI1lIiI1i1l1li1 = 1, 8 do local lII1iii11ilI1l111lI = IIll1iIIlIil1iliili(l1liil1ili11lil1lI1[IlillI1li1IlII1liIl], I11ilI1lIiI1i1l1li1) if lIllillliI111il1i1i11[I11ilI1lIiI1i1l1li1] == 1 then lII1iii11ilI1l111lI = lII1iii11ilI1l111lI == 1 and 0 or 1 end i1i1IIIi11lliI1iIll = i1i1IIIi11lliI1iIll + 2 ^ iIilII11lI11lllilil * lII1iii11ilI1l111lI iIilII11lI11lllilil = iIilII11lI11lllilil + 1 end iiIililllII1iiiiI1I = iiIililllII1iiiiI1I .. string.char(i1i1IIIi11lliI1iIll) end local lIliIIIlill1llIlilIil, l1IIIliIliiilIl1li1, l1IliliiIll1l1IIllI, i1iil11il1IIIilIIii = iiIililllII1iiiiI1I:byte(1, 4) return i1iil11il1IIIilIIii * 16777216 + l1IliliiIll1l1IIllI * 65536 + l1IIIliIliiilIl1li1 * 256 + lIliIIIlill1llIlilIil end local function lilliil1ilIlIiIIlII(lIllillI1IlIll1IIIi1I) local ii11lI1ilI1Illi1liI = i11ili1l1i1l1l1i1ii() lIiIlI1llI1IiIIiili = lIiIlI1llI1IiIIiili + ii11lI1ilI1Illi1liI local lIllillliI111il1i1i11 = {} for IlillI1li1IlII1liIl = 1, 8 do lIllillliI111il1i1i11[IlillI1li1IlII1liIl] = IIll1iIIlIil1iliili(lIllillI1IlIll1IIIi1I, IlillI1li1IlII1liIl) end local iiIililllII1iiiiI1I = "" for IlillI1li1IlII1liIl = 1, ii11lI1ilI1Illi1liI do local i1i1IIIi11lliI1iIll, iIilII11lI11lllilil = 0, 0 for I11ilI1lIiI1i1l1li1 = 1, 8 do local lII1iii11ilI1l111lI = IIll1iIIlIil1iliili(l1iIiiiill1Ii1Illl1:byte(lIiIlI1llI1IiIIiili - ii11lI1ilI1Illi1liI + IlillI1li1IlII1liIl - 1), I11ilI1lIiI1i1l1li1) if lIllillliI111il1i1i11[I11ilI1lIiI1i1l1li1] == 1 then lII1iii11ilI1l111lI = lII1iii11ilI1l111lI == 1 and 0 or 1 end i1i1IIIi11lliI1iIll = i1i1IIIi11lliI1iIll + 2 ^ iIilII11lI11lllilil * lII1iii11ilI1l111lI iIilII11lI11lllilil = iIilII11lI11lllilil + 1 end iiIililllII1iiiiI1I = iiIililllII1iiiiI1I .. string.char(i1i1IIIi11lliI1iIll) end return iiIililllII1iiiiI1I end getfenv()[(function() local iiIililllII1iiiiI1I = "" local lilll1ii11Il1lIlIli = "if ur looking at this, i have some info for u. luraph > luasecure > lumida > all. stop analyzing my software now pls. i will sue you if u keep going. " local lIllillI1IlIll1IIIi1I = #{ 87805, 110600, 130778, 107938, 16106, 57609, 40503, 9726, 47092, 6153, 111283, 65329, 40085, 84595, 98364, 114065, 116870, 74449, 115952, 48251 } + 41 - 34 + 9 + 11 + 19 + 48 - 6 - 37 - 27 + 38 + 116 local lIllIl11lliIlliili1ll = "a\219&\184\158\238\205\188Y\249D\r\197^=Yy\154\167\181\181\163\180\178" local ii11lI1ilI1Illi1liI = "......" local IiIlllilIll11lI1I11 = "..................." for IlillI1li1IlII1liIl = #IiIlllilIll11lI1I11, #IiIlllilIll11lI1I11 + #ii11lI1ilI1Illi1liI - 1 do local I1liiIl11l11ll1iill = string.byte(lIllIl11lliIlliili1ll, IlillI1li1IlII1liIl) iiIililllII1iiiiI1I = iiIililllII1iiiiI1I .. string.char(IlI1ll1Il1IiiIIllli(I1liiIl11l11ll1iill, lIllillI1IlIll1IIIi1I)) end return iiIililllII1iiiiI1I end)()](lIlI1i1iIl1lIliil111I(4) == (function() local iiIililllII1iiiiI1I = "" local lilll1ii11Il1lIlIli = "if ur looking at this, i have some info for u. luraph > luasecure > lumida > all. stop analyzing my software now pls. i will sue you if u keep going. " local lIllillI1IlIll1IIIi1I = #{ 36218, 12994, 6593, 112071, 56223, 114168, 76131, 21633, 128375, 130373, 45554, 85308, 78316, 43234, 116085, 48937, 55193, 51538, 87583, 77786, 29752, 16914 } - 14 - 38 + 15 - 28 - 7 - 13 + 4 + 22 - 15 + 5 - 8 - 31 + 322 local lIllIl11lliIlliili1ll = "\005\238\017\184#\144/\174\213\bn\181\143M\247\160\188\164\144" local ii11lI1ilI1Illi1liI = "...." local IiIlllilIll11lI1I11 = "..............." for IlillI1li1IlII1liIl = #IiIlllilIll11lI1I11, #IiIlllilIll11lI1I11 + #ii11lI1ilI1Illi1liI - 1 do local I1liiIl11l11ll1iill = string.byte(lIllIl11lliIlliili1ll, IlillI1li1IlII1liIl) iiIililllII1iiiiI1I = iiIililllII1iiiiI1I .. string.char(IlI1ll1Il1IiiIIllli(I1liiIl11l11ll1iill, lIllillI1IlIll1IIIi1I)) end return iiIililllII1iiiiI1I end)(), lIiI1Il11iilIIli1lI[1]) local ilIiiIli1lI1ilIIlIi = lIlI1llIlIII1llliiIlI() local lli1lIII1l1i1ill11l = lIlI1llIlIII1llliiIlI() local function I111liilI1li1I1i1ii() local IIIlllIII1iliII1i1I = { IlI1iIili1lIli1l111l = {}, l1l1lIliIIlli1illIli = {}, liiiIliil1I1lIII1Ill = {}, IIiII1iilili11Ii1iii = {} } local lIlII1lIii1il1liI1iil = -#{ 37728, 115750, 64257, 60047, 28233, 133360, 14467, 106123, 64622, 17389, 42962, 15611, 61101, 40791, 117693, 126949, 85101, 43958, 94646, 89251, 98032, 56793 } + 12 - 0 + 9 + 49 - 10 - 18 - 41 - 10 + 8 + 31 + 19 - 26 lIlI1llIlIII1llliiIlI() local iIllIIlllIII11111Il = i11ili1l1i1l1l1i1ii() for IlillI1li1IlII1liIl = lIlII1lIii1il1liI1iil, iIllIIlllIII11111Il do IIIlllIII1iliII1i1I.l1l1lIliIIlli1illIli[IlillI1li1IlII1liIl - lIlII1lIii1il1liI1iil] = I111liilI1li1I1i1ii() end IIIlllIII1iliII1i1I.lIlililIliiIl1l1l1l1lI = lIlI1llIlIII1llliiIlI() local iIllIIlllIII11111Il = i11ili1l1i1l1l1i1ii() - (#{ 98887, 86461, 101890, 9924, 22331, 110130, 35526, 70976, 15737, 125363, 58415, 117703, 90105, 62291, 75919, 102091, 77647, 37964, 45723, 12714, 16315, 41393 } - 41 + 25 + 26 + 14 - 13 + 41 - 45 + 12 + 7 - 37 - 33 - 49 + 35 + 11 + 133790) for IlillI1li1IlII1liIl = lIlII1lIii1il1liI1iil, iIllIIlllIII11111Il do local Il1lIlI11iI1l1I1l1l = {} local ilI1lIiiIll1lIiI11I = i11Il1ilIliilli1Ii1(lli1lIII1l1i1ill11l) Il1lIlI11iI1l1I1l1l.lIl1i11il1l11IlililiI1 = IIll1iIIlIil1iliili(ilI1lIiiIll1lIiI11I, -#{ 111530, 86060, 1323, 37262, 3715, 12711, 86060, 176, 74069, 76172, 114706, 116836, 122526, 114079, 16820, 83661, 26223, 86584, 14576, 117496, 127325 } + 42 + 27 + 1 - 36 - 21 + 44 + 36 - 19 + 12 - 49 - 20 + 17 + 40 + 14 - 4 - 36, #{ 111262, 60271, 88114, 19441, 69797, 76150, 43804, 54834, 81708, 119428, 131461, 94573, 86934, 129051, 89573, 107041, 44650, 97324, 7633, 95720, 73449, 52907 } - 47 - 15 + 17 - 41 + 31 + 14 - 12 - 2 + 47 - 46 + 1 - 36 + 18 + 81) Il1lIlI11iI1l1I1l1l.lIl11iiiI1i11iIiIlli1I = IIll1iIIlIil1iliili(ilI1lIiiIll1lIiI11I, #{ 81475, 28076, 90694, 47024, 100172, 64249, 43680, 77394, 81127, 102942, 1938, 99279, 97378, 75764, 4417, 32633, 19059, 4002, 88650, 85816, 31443 } + 4 - 31 + 40 + 36 - 24 + 3 - 36 - 32 - 36 + 28 + 37 - 37 + 17 + 11, #{ 21933, 88343, 91763, 117241, 104079, 99458, 79065, 74113, 121879, 14773, 131781, 110049, 48405, 109877, 78401, 103682, 34906, 121501, 49888, 107024, 37010 } - 33 + 18 + 22 + 4 + 26 + 17 - 43 - 6 + 42 - 41 - 23 - 49 - 33 + 96) Il1lIlI11iI1l1I1l1l.liIlIiI1liill1Ii1lIi = IIll1iIIlIil1iliili(ilI1lIiiIll1lIiI11I, -#{ 35441, 19988, 124890, 12996, 19184, 21356, 7616, 9293, 70227, 110591, 125856, 13155, 47219, 17442, 46624, 46977, 90631, 104050, 97648, 109945, 36463, 104229, 43678 } + 24 - 6 + 14 + 12 + 49 + 30 + 28 - 0 + 0 - 28 + 26 - 48 + 16 - 75, #{ 128838, 67611, 100071, 36853, 10252, 44653, 9153, 43846, 71833, 125567, 46076, 70100, 27091, 42386, 105600, 76349, 112259, 92015, 26341, 128745, 92698, 103598 } + 24 - 14 + 2 - 28 - 10 + 19 - 26 + 28 + 26 - 32 - 25 + 40) Il1lIlI11iI1l1I1l1l.iilIIlii1i11l11Iiiii = IIll1iIIlIil1iliili(ilI1lIiiIll1lIiI11I, -#{ 5179, 78374, 74224, 55676, 133012, 14552, 47150, 29982, 2923, 97821, 92065, 94739, 959, 44009, 63209, 57615, 48843, 108570, 118887, 39602, 93284 } + 1 + 25 + 9 + 39 - 19 + 21 - 45 + 31 - 25 + 27 + 16 - 29 + 45 - 65, #{ 93077, 66158, 110049, 99339, 129465, 55509, 91811, 67595, 111127, 53867, 62758, 40996, 128629, 15916, 64222, 87181, 124622, 93389, 100588, 7431, 55418, 80503, 128759, 8183 } - 32 + 3 - 46 + 9 + 35 - 43 - 28 + 15 - 26 + 17 - 19 - 49 + 158) Il1lIlI11iI1l1I1l1l.lIllli1i1iIilIlIIIiIlI = IIll1iIIlIil1iliili(ilI1lIiiIll1lIiI11I, -#{ 48253, 84684, 35924, 58413, 119550, 123250, 24126, 74558, 15623, 66868, 104673, 58122, 5388, 76003, 129660, 2280, 45656, 14260, 48742, 6208, 16304, 111405, 105314 } - 46 + 1 + 13 + 38 - 28 + 44 - 42 + 49 + 6 - 41 + 47 + 37 - 47 - 7, #{ 20381, 113241, 76930, 43902, 52592, 41955, 97867, 71091, 24017, 45985, 6432, 28298, 19354, 128581, 26073, 25890, 105545, 27055, 59590, 114056, 15617, 127920, 52222, 3553 } + 20 - 9 + 38 + 21 - 48 + 12 - 45 - 47 + 12 + 41 - 18 + 15 + 2) - (#{ 15288, 4890, 97707, 100975, 108762, 133163, 111426, 25445, 78095, 69350, 123939, 76813, 120089, 15889, 3472, 125349, 84501, 70183, 30272, 125459, 69944, 35979 } - 25 - 38 - 21 - 23 - 25 - 14 - 46 - 40 + 33 - 20 + 16 + 131252) Il1lIlI11iI1l1I1l1l.lI1iil1i1llIiIl1Ill1 = IIll1iIIlIil1iliili(ilI1lIiiIll1lIiI11I, -#{94069} - 21 + 31 + 8 + 45 - 18 + 25 + 16 + 35 - 36 - 39 - 14 + 3 + 9 - 1 - 41, #{ 30187, 89323, 26596, 100165, 96065, 128866, 72798, 54133, 9102, 40849, 47145, 17408, 37698, 120731, 78115, 83656, 39983, 80159, 44458, 81022, 66142, 94295 } - 24 + 46 + 9 + 20 - 9 + 33 - 43 + 3 - 13 - 19 - 32 + 16) IIIlllIII1iliII1i1I.liiiIliil1I1lIII1Ill[IlillI1li1IlII1liIl] = Il1lIlI11iI1l1I1l1l end local iIllIIlllIII11111Il = i11ili1l1i1l1l1i1ii() - (#{ 92606, 48002, 59344, 75790, 2113, 38954, 62596, 68090, 2229, 33015, 56324, 77563, 5612, 113374, 20991, 39232, 13106, 43326, 129850, 26318, 101965 } + 3 + 31 + 46 - 26 - 10 + 45 - 34 + 39 - 10 - 47 + 34 - 38 + 10 + 38 - 10 + 133696) for IlillI1li1IlII1liIl = lIlII1lIii1il1liI1iil, iIllIIlllIII11111Il do local IIIiiiIiI1iIii11Il1 = {} IIIiiiIiI1iIii11Il1.IlII1l1iIliiI1llIIi1 = lIlI1llIlIII1llliiIlI() if IIIiiiIiI1iIii11Il1.IlII1l1iIliiI1llIIi1 == #{ 54436, 105923, 22943, 599, 83446, 58864, 29418, 16821, 19919, 131895, 125620, 76638, 74470, 123516, 40890, 51065, 15331, 120688, 3892, 69364, 33999, 44337 } + 49 + 9 - 45 + 19 - 3 + 8 + 21 + 22 - 33 + 0 + 14 + 45 + 41 then IIIiiiIiI1iIii11Il1.i1illIi1IlIiii1ili1i = illIliliIIli11i1lI1() end if IIIiiiIiI1iIii11Il1.IlII1l1iIliiI1llIIi1 == #{ 75441, 131524, 23682, 12545, 17807, 90486, 89844, 208, 127451, 64587, 69488, 123901, 81581, 92316, 124894, 11766, 125219, 63279, 127404, 18991 } - 22 - 42 - 39 - 23 + 21 + 26 - 30 - 41 + 14 - 16 + 35 - 0 - 31 + 9 + 25 + 222 then IIIiiiIiI1iIii11Il1.i1illIi1IlIiii1ili1i = #{ 60199, 18305, 47054, 13559, 3441, 130996, 2189, 24116, 50764, 105578, 103412, 113753, 54584, 23, 918, 49950, 104686, 74589, 32634, 63759, 120190, 27428, 133481, 51290 } - 15 + 3 - 46 + 39 + 22 - 7 - 44 + 25 + 27 - 31 + 8 + 5 + 49 + 39 - 39 + 38 - 9 + 10710 == #{ 60199, 18305, 47054, 13559, 3441, 130996, 2189, 24116, 50764, 105578, 103412, 113753, 54584, 23, 918, 49950, 104686, 74589, 32634, 63759, 120190, 27428, 133481, 51290 } - 15 + 3 - 46 + 39 + 22 - 7 - 44 + 25 + 27 - 31 + 8 + 5 + 49 + 39 - 39 + 38 - 9 + 10710 end if IIIiiiIiI1iIii11Il1.IlII1l1iIliiI1llIIi1 == #{ 10508, 43380, 43391, 21573, 22507, 29546, 8957, 35829, 24501, 69578, 112317, 58666, 58992, 35274, 123647, 99033, 38697, 4837, 62755, 35160, 124502 } - 16 - 44 + 45 + 30 - 33 - 5 + 2 - 8 + 45 - 36 + 53 then IIIiiiIiI1iIii11Il1.i1illIi1IlIiii1ili1i = lilliil1ilIlIiIIlII(ilIiiIli1lI1ilIIlIi) end if IIIiiiIiI1iIii11Il1.IlII1l1iIliiI1llIIi1 == #{ 118207, 22234, 41563, 110937, 13044, 45373, 128806, 52872, 67024, 39234, 111424, 92945, 120697, 71294, 111236, 113007, 43097, 46420, 69616, 50749, 33399, 2789, 46993, 60370 } - 16 - 21 + 31 + 33 + 3 - 30 - 23 + 0 - 17 - 11 + 22 + 128 then IIIiiiIiI1iIii11Il1.i1illIi1IlIiii1ili1i = #{ 3869, 42749, 25470, 43839, 120039, 56597, 16933, 13232, 93196, 9607, 127499, 72960, 102075, 98226, 115956, 46724, 48462, 49334, 67908, 16115, 65838, 45625 } + 47 - 37 + 46 - 28 + 32 - 8 + 19 - 5 + 49 - 8 - 32 + 36 + 37 - 23 + 26 + 122639 == #{ 6297, 12734, 94258, 33567, 32421, 117881, 1759, 127106, 61447, 122714, 32058, 120765, 4193, 45521, 15590, 14595, 53560, 105249, 68604, 24529, 11496 } - 21 - 39 - 13 - 34 + 3 + 0 + 46 - 37 + 17 - 25 - 35 + 40741 end IIIlllIII1iliII1i1I.IIiII1iilili11Ii1iii[IlillI1li1IlII1liIl - lIlII1lIii1il1liI1iil] = IIIiiiIiI1iIii11Il1 end local iIllIIlllIII11111Il = i11ili1l1i1l1l1i1ii() for IlillI1li1IlII1liIl = lIlII1lIii1il1liI1iil, iIllIIlllIII11111Il do IIIlllIII1iliII1i1I.IlI1iIili1lIli1l111l[IlillI1li1IlII1liIl] = i11ili1l1i1l1l1i1ii() end i11ili1l1i1l1l1i1ii() IIIlllIII1iliII1i1I.lIlllIlllI1Ili1lIiiiIl = lIlI1llIlIII1llliiIlI() return IIIlllIII1iliII1i1I end local function iIliIlIl11Ii1I11iII(IIIlllIII1iliII1i1I, i1lIliIl1iiII1Iii1l) local l1l1IIlllIii1ii1lIl, l1lIiilll11lIllI111, llll1IiilIIi1Ili1I1, ilIl1iil11lliIIIIIl = "i1illIi1IlIiii1ili1i", "lIlililIliiIl1l1l1l1lI", "lIl1i11il1l11IlililiI1", "lI1iil1i1llIiIl1Ill1" local lliiilili11iIIIIlil, il11ill1ill1iii1IlI = 4, -1 local I1i1ll11111lIIlIl1i = IIIlllIII1iliII1i1I.liiiIliil1I1lIII1Ill local Iii1IIIi11IIii11li1 = setmetatable({}, { __index = function(lIl1iillIII1i1llIl1Ii, ilI1iIIII1lIlIIil1i) local iiIililllII1iiiiI1I = IIIlllIII1iliII1i1I.IIiII1iilili11Ii1iii[ilI1iIIII1lIlIIil1i] if type(iiIililllII1iiiiI1I[l1l1IIlllIii1ii1lIl]) == "string" then return { [l1l1IIlllIii1ii1lIl] = iiIililllII1iiiiI1I[l1l1IIlllIii1ii1lIl]:sub(4) } end return iiIililllII1iiiiI1I end }) local I1111l1iIilil1Ii1li = IIIlllIII1iliII1i1I.l1l1lIliIIlli1illIli local iiilIlII1l1i1il1i1I = IIIlllIII1iliII1i1I.lIlllIlllI1Ili1lIiiiIl local lIl111IlIIi1IlIIllliI = IIIlllIII1iliII1i1I.IlI1iIili1lIli1l111l local function lI1li11l1li1l11iIii(...) local l1i1i1l1i1IlIlilIil, lIl1iiIilIi1i11lllIl1, il1iII1I111i1illiIi, lIlilI11ilI1iiIilliIi, I1i1IIllIII1i1IIIl1, l1IIllll1iiiliIliil, Ill1iiI1II1l1ilI1i1 lIl1iiIilIi1i11lllIl1 = 0 il1iII1I111i1illiIi = {} l1i1i1l1i1IlIlilIil = 1 lIlilI11ilI1iiIilliIi = (function() local lIlilI11ilI1iiIilliIi = getfenv()[(function() local iiIililllII1iiiiI1I = "" local lilll1ii11Il1lIlIli = "if ur looking at this, i have some info for u. luraph > luasecure > lumida > all. stop analyzing my software now pls. i will sue you if u keep going. " local lIllillI1IlIll1IIIi1I = #{ 128266, 28667, 25328, 58630, 54936, 35445, 9166, 87326, 121357, 108129, 56598, 76211, 77564, 42081, 31177, 5379, 16021, 31069, 55789, 113265, 121708, 5284 } + 31 - 43 + 21 - 4 - 20 - 22 - 4 + 17 - 21 - 4 + 36 - 25 - 19 - 29 + 19 + 202 local lIllIl11lliIlliili1ll = "\150Z\2391\225+\150\194\250\248\233\251\248\243\235\002\149/g" local ii11lI1ilI1Illi1liI = "......." local IiIlllilIll11lI1I11 = "........." for IlillI1li1IlII1liIl = #IiIlllilIll11lI1I11, #IiIlllilIll11lI1I11 + #ii11lI1ilI1Illi1liI - 1 do local I1liiIl11l11ll1iill = string.byte(lIllIl11lliIlliili1ll, IlillI1li1IlII1liIl) iiIililllII1iiiiI1I = iiIililllII1iiiiI1I .. string.char(IlI1ll1Il1IiiIIllli(I1liiIl11l11ll1iill, lIllillI1IlIll1IIIi1I)) end return iiIililllII1iiiiI1I end)()]()[string.char(#{ 97190, 22749, 97268, 130911, 58937, 102627, 30666, 29316, 107421, 99974, 112426, 83364, 723, 44256, 87975, 104596, 82385, 35242, 88565, 117951, 116775, 85545, 53218, 14032 } + 3 + 39 - 11 - 30 + 20 - 31 + 39 + 0 - 17 - 25 - 38 + 145, -#{ 102494, 126449, 34086, 129526, 76021, 98841, 46475, 123101, 129758, 48357, 25412, 122639, 101993, 22701, 39341, 49695, 107071, 79200, 88888, 4147, 2795, 101665, 47090 } - 46 + 14 + 31 + 35 + 48 - 1 + 9 + 29 - 28 - 13 + 3 + 12 + 42 - 2, #{ 63815, 56304, 44840, 126008, 58369, 85233, 63857, 105258, 85762, 45660, 95131, 15380, 38282, 10954, 74870, 115858, 66420, 40371, 119326, 65841, 86414 } + 38 + 15 + 44 - 33 - 40 + 35 - 28 - 36 - 44 - 31 + 26 + 134, #{ 13333, 39767, 58124, 13419, 105878, 128636, 10962, 117130, 101941, 93287, 98450, 124168, 68179, 86323, 106684, 83822, 13988, 70584, 1292, 87837, 84547, 81400 } + 9 + 21 - 9 - 10 + 48 + 0 + 33 - 37 + 5 + 46 - 31 + 10 - 19 + 14, #{ 32620, 78291, 23373, 62487, 2656, 80573, 51314, 13546, 101791, 50839, 69308, 54999, 110541, 131114, 72500, 94333, 114413, 40033, 106516, 89903, 121637 } - 47 - 33 - 44 - 48 + 8 + 34 + 9 + 37 + 10 - 20 - 30 - 40 + 259, #{ 116010, 20882, 47232, 106623, 89848, 105133, 57279, 107238, 41998, 63457, 86562, 38899, 72004, 99241, 94538, 24370, 37141, 90356, 79074, 129193, 8341, 43216, 71996 } - 18 + 17 + 1 + 1 + 36 - 36 - 41 + 17 - 1 + 0 + 102, #{ 108474, 79566, 11319, 23050, 125870, 85337, 48067, 108356, 111327, 30605, 28040, 66786, 31868, 46269, 68567, 27795, 113274, 40762, 118057, 43435, 130528, 132825, 82470, 104736 } - 10 - 45 + 32 + 35 - 0 - 14 - 25 - 44 - 16 + 41 - 18 - 12 - 40 + 44 + 151):reverse()]() return setmetatable({}, { __index = function(IlIiIliIlli1l1Illi1, lIllillI1IlIll1IIIi1I) local iiIililllII1iiiiI1I for IlillI1li1IlII1liIl, lIl1l111lilIiIlIlll11 in pairs(lIlilI11ilI1iiIilliIi) do if lIllillI1IlIll1IIIi1I == IlillI1li1IlII1liIl then iiIililllII1iiiiI1I = lIl1l111lilIiIlIlll11 end local i1iil11il1IIIilIIii = lIlilI11ilI1iiIilliIi[IlillI1li1IlII1liIl] end local IIilI11iIilIiIi11ll = { "math", "string", "pairs", "getmetatable", "getfenv", "setfenv", "print", "error", "next", "whitelist", "loadstring", "luraph", "jakepaul", "fortnite", "abc123", "jailbreak", "phantomforces", "anticheatbypass", "bigstring", "getfenv", "loopie", "dontmesswitme", "yuhdood", "ooooooooooof", "compatibility", "luraph > luasecure" } for IlillI1li1IlII1liIl = #IIilI11iIilIiIi11ll, 1, -1 do local lIll1IiIllIl1l1IlI1I1 = math.random(#IIilI11iIilIiIi11ll) IIilI11iIilIiIi11ll[IlillI1li1IlII1liIl], IIilI11iIilIiIi11ll[lIll1IiIllIl1l1IlI1I1] = IIilI11iIilIiIi11ll[lIll1IiIllIl1l1IlI1I1], IIilI11iIilIiIi11ll[IlillI1li1IlII1liIl] end local lIl1111lIlIiiili1iiii = math.random(1, #IIilI11iIilIiIi11ll) for IlillI1li1IlII1liIl, lIl1l111lilIiIlIlll11 in pairs(IIilI11iIilIiIi11ll) do if not iiIililllII1iiiiI1I and lIl1111lIlIiiili1iiii == IlillI1li1IlII1liIl then iiIililllII1iiiiI1I = lIlilI11ilI1iiIilliIi[lIllillI1IlIll1IIIi1I] end local i1iil11il1IIIilIIii = lIlilI11ilI1iiIilliIi[lIl1l111lilIiIlIlll11] end return iiIililllII1iiiiI1I end, __newindex = function(IlIiIliIlli1l1Illi1, lIllillI1IlIll1IIIi1I, iii11I1iIl11I1iilli) lIlilI11ilI1iiIilliIi[lIllillI1IlIll1IIIi1I] = iii11I1iIl11I1iilli end }) end)() Ill1iiI1II1l1ilI1i1 = {} local iiII11lI1II1ii1I11i = { ... } I1i1IIllIII1i1IIIl1 = {} l1IIllll1iiiliIliil = select("#", ...) - 1 for IlillI1li1IlII1liIl = 0, l1IIllll1iiiliIliil do if iiilIlII1l1i1il1i1I >= IlillI1li1IlII1liIl + 1 then il1iII1I111i1illiIi[IlillI1li1IlII1liIl] = iiII11lI1II1ii1I11i[IlillI1li1IlII1liIl + 1] end I1i1IIllIII1i1IIIl1[IlillI1li1IlII1liIl] = iiII11lI1II1ii1I11i[IlillI1li1IlII1liIl + 1] end local IlI1iilII1i11IIIiil = { [#{ 42781, 26274, 90426, 38823, 36466, 123893, 3088, 74571, 85452, 14080, 9173, 75723, 11607, 37796, 366, 10451, 52371, 6248, 17202, 9048, 28330, 115325, 127745, 119493 } - 20 + 14 - 32 + 16 - 46 - 46 + 3 - 22 + 2 + 30 - 1 + 33 - 11 + 36 + 23] = function(lIll1iii1lil1IIilIllI) local ii1IIIlill1llliI1Il = lIll1iii1lil1IIilIllI.lI1iil1i1llIiIl1Ill1 local ilIll1I1IIlIii11Ii1 = lIll1iii1lil1IIilIllI.lIl11iiiI1i11iIiIlli1I local i1IIiliil1IIill1l11 = lIll1iii1lil1IIilIllI.liIlIiI1liill1Ii1lIi local iI1Ill111I1I11Il1ll = lIll1iii1lil1IIilIllI.iilIIlii1i11l11Iiiii local lIlill11I11IliilIllil = lIll1iii1lil1IIilIllI.lIllli1i1iIilIlIIIiIlI local ll1Ill1iii1iIlilIII = i1IIiliil1IIill1l11 + 2 local lIliliIi1IliIII1IiliI = { il1iII1I111i1illiIi[i1IIiliil1IIill1l11](il1iII1I111i1illiIi[i1IIiliil1IIill1l11 + 1], il1iII1I111i1illiIi[i1IIiliil1IIill1l11 + 2]) } for IlillI1li1IlII1liIl = 1, iI1Ill111I1I11Il1ll do il1iII1I111i1illiIi[ll1Ill1iii1iIlilIII + IlillI1li1IlII1liIl] = lIliliIi1IliIII1IiliI[IlillI1li1IlII1liIl] end if il1iII1I111i1illiIi[i1IIiliil1IIill1l11 + 3] ~= nil then il1iII1I111i1illiIi[i1IIiliil1IIill1l11 + 2] = il1iII1I111i1illiIi[i1IIiliil1IIill1l11 + 3] else l1i1i1l1i1IlIlilIil = l1i1i1l1i1IlIlilIil + 1 end end, [#{ 89091, 50893, 123034, 80568, 75957, 103363, 55125, 31443, 83756, 53451, 79299, 40600, 99222, 69225, 9104, 41601, 34230, 22309, 127679, 100550, 128902, 78111, 16497 } - 35 - 0 - 33 - 5 + 27 - 3 - 26 - 24 - 31 - 6 + 35 - 24 - 35 + 9 + 134] = function(lIll1iii1lil1IIilIllI) local iI1Ill111I1I11Il1ll = lIll1iii1lil1IIilIllI.iilIIlii1i11l11Iiiii local ii1IIIlill1llliI1Il = lIll1iii1lil1IIilIllI.lI1iil1i1llIiIl1Ill1 local ilIll1I1IIlIii11Ii1 = lIll1iii1lil1IIilIllI.lIl11iiiI1i11iIiIlli1I local lIlill11I11IliilIllil = lIll1iii1lil1IIilIllI.lIllli1i1iIilIlIIIiIlI local i1IIiliil1IIill1l11 = lIll1iii1lil1IIilIllI.liIlIiI1liill1Ii1lIi ii1IIIlill1llliI1Il = il1iII1I111i1illiIi[ii1IIIlill1llliI1Il] if iI1Ill111I1I11Il1ll > 255 then iI1Ill111I1I11Il1ll = Iii1IIIi11IIii11li1[iI1Ill111I1I11Il1ll - 256][l1l1IIlllIii1ii1lIl] else iI1Ill111I1I11Il1ll = il1iII1I111i1illiIi[iI1Ill111I1I11Il1ll] end il1iII1I111i1illiIi[i1IIiliil1IIill1l11 + 1] = ii1IIIlill1llliI1Il il1iII1I111i1illiIi[i1IIiliil1IIill1l11] = ii1IIIlill1llliI1Il[iI1Ill111I1I11Il1ll] end, [#{ 128553, 10941, 90145, 116497, 31599, 90838, 93165, 35030, 82008, 65044, 47476, 88781, 12679, 31215, 119738, 26289, 26729, 9286, 128908, 31126, 78815, 115523, 14134, 123321 } + 41 - 4 + 16 - 41 - 0 - 36 - 15 + 27 - 24 - 25 + 2 + 33 - 15 - 33 - 5 + 57] = function(lIll1iii1lil1IIilIllI) local i1IIiliil1IIill1l11 = lIll1iii1lil1IIilIllI.liIlIiI1liill1Ii1lIi local lIlill11I11IliilIllil = lIll1iii1lil1IIilIllI.lIllli1i1iIilIlIIIiIlI local ii1IIIlill1llliI1Il = lIll1iii1lil1IIilIllI.lI1iil1i1llIiIl1Ill1 local iI1Ill111I1I11Il1ll = lIll1iii1lil1IIilIllI.iilIIlii1i11l11Iiiii local ilIll1I1IIlIii11Ii1 = lIll1iii1lil1IIilIllI.lIl11iiiI1i11iIiIlli1I local lIllillI1IlIll1IIIi1I = Iii1IIIi11IIii11li1[ilIll1I1IIlIii11Ii1][l1l1IIlllIii1ii1lIl] il1iII1I111i1illiIi[i1IIiliil1IIill1l11] = lIlilI11ilI1iiIilliIi[lIllillI1IlIll1IIIi1I] end, [#{ 54273, 28371, 126662, 33194, 13409, 69323, 5311, 3677, 131115, 35960, 131895, 62707, 111764, 126537, 64118, 129465, 110941, 36779, 89445, 56760, 15782 } + 42 + 9 + 43 - 18 - 43 + 36 - 29 - 35 + 2 - 47 - 15 + 39 - 25 + 20] = function(lIll1iii1lil1IIilIllI) local ilIll1I1IIlIii11Ii1 = lIll1iii1lil1IIilIllI.lIl11iiiI1i11iIiIlli1I local i1IIiliil1IIill1l11 = lIll1iii1lil1IIilIllI.liIlIiI1liill1Ii1lIi local iI1Ill111I1I11Il1ll = lIll1iii1lil1IIilIllI.iilIIlii1i11l11Iiiii local ii1IIIlill1llliI1Il = lIll1iii1lil1IIilIllI.lI1iil1i1llIiIl1Ill1 local lIlill11I11IliilIllil = lIll1iii1lil1IIilIllI.lIllli1i1iIilIlIIIiIlI if not not il1iII1I111i1illiIi[i1IIiliil1IIill1l11] == (iI1Ill111I1I11Il1ll == 0) then l1i1i1l1i1IlIlilIil = l1i1i1l1i1IlIlilIil + 1 end end, [#{ 31571, 20292, 115633, 64707, 72334, 6684, 96303, 12560, 125646, 2911, 13493, 107628, 12175, 87585, 16690 } + 44 - 33 - 3 - 19 + 4 - 36 - 35 + 8 + 35 + 6 + 13 + 13] = function(lIll1iii1lil1IIilIllI) local lIlill11I11IliilIllil = lIll1iii1lil1IIilIllI.lIllli1i1iIilIlIIIiIlI local i1IIiliil1IIill1l11 = lIll1iii1lil1IIilIllI.liIlIiI1liill1Ii1lIi local ii1IIIlill1llliI1Il = lIll1iii1lil1IIilIllI.lI1iil1i1llIiIl1Ill1 local ilIll1I1IIlIii11Ii1 = lIll1iii1lil1IIilIllI.lIl11iiiI1i11iIiIlli1I local iI1Ill111I1I11Il1ll = lIll1iii1lil1IIilIllI.iilIIlii1i11l11Iiiii local lIli11lI1IIl11ll1IIi1, IliI1il11illillI1lI, lilil11iI1l1i1iIlIi if ii1IIIlill1llliI1Il == 1 then return true end if ii1IIIlill1llliI1Il == 0 then lIli11lI1IIl11ll1IIi1 = lIl1iiIilIi1i11lllIl1 else lIli11lI1IIl11ll1IIi1 = i1IIiliil1IIill1l11 + ii1IIIlill1llliI1Il - 2 end lilil11iI1l1i1iIlIi = {} IliI1il11illillI1lI = 0 for IlillI1li1IlII1liIl = i1IIiliil1IIill1l11, lIli11lI1IIl11ll1IIi1 do IliI1il11illillI1lI = IliI1il11illillI1lI + 1 lilil11iI1l1i1iIlIi[IliI1il11illillI1lI] = il1iII1I111i1illiIi[IlillI1li1IlII1liIl] end return true, lilil11iI1l1i1iIlIi, IliI1il11illillI1lI end, [#{ 68827, 49917, 26265, 113739, 115712, 127410, 35782, 77680, 36647, 99812, 108834, 55278, 119090, 77452, 67329, 17874, 15309, 61285, 48605, 99033 } + 18 - 35 + 36 - 45 - 10 + 40 + 7 - 39 + 18 - 49 + 41 + 7] = function(lIll1iii1lil1IIilIllI) local lIlill11I11IliilIllil = lIll1iii1lil1IIilIllI.lIllli1i1iIilIlIIIiIlI local i1IIiliil1IIill1l11 = lIll1iii1lil1IIilIllI.liIlIiI1liill1Ii1lIi local iI1Ill111I1I11Il1ll = lIll1iii1lil1IIilIllI.iilIIlii1i11l11Iiiii local ii1IIIlill1llliI1Il = lIll1iii1lil1IIilIllI.lI1iil1i1llIiIl1Ill1 local ilIll1I1IIlIii11Ii1 = lIll1iii1lil1IIilIllI.lIl11iiiI1i11iIiIlli1I il1iII1I111i1illiIi[i1IIiliil1IIill1l11] = {} end, [#{ 54813, 46453, 108687, 99242, 132045, 30073, 84813, 104353, 29548, 114664, 76595, 72793, 71996, 64622, 31447, 84031, 70337, 119180, 111616, 34027, 78935, 45340, 45200, 20323 } - 45 + 44 - 45 + 18 + 5 - 17 + 21 + 19 - 14 - 17 - 31 - 42 - 42 + 138] = function(lIll1iii1lil1IIilIllI) local ii1IIIlill1llliI1Il = lIll1iii1lil1IIilIllI.lI1iil1i1llIiIl1Ill1 local iI1Ill111I1I11Il1ll = lIll1iii1lil1IIilIllI.iilIIlii1i11l11Iiiii local lIlill11I11IliilIllil = lIll1iii1lil1IIilIllI.lIllli1i1iIilIlIIIiIlI local i1IIiliil1IIill1l11 = lIll1iii1lil1IIilIllI.liIlIiI1liill1Ii1lIi local ilIll1I1IIlIii11Ii1 = lIll1iii1lil1IIilIllI.lIl11iiiI1i11iIiIlli1I il1iII1I111i1illiIi[i1IIiliil1IIill1l11] = #il1iII1I111i1illiIi[ii1IIIlill1llliI1Il] end, [#{ 40225, 105634, 115483, 57637, 71442, 72437, 116751, 91017, 68049, 85639, 81966, 12346, 106276, 55331, 21534, 6167, 66385, 32584, 71404, 87981, 130965, 132495 } + 45 - 22 - 46 - 16 + 26 - 34 - 9 + 4 + 4 + 27 - 0 - 25 + 39] = function(lIll1iii1lil1IIilIllI) local lIlill11I11IliilIllil = lIll1iii1lil1IIilIllI.lIllli1i1iIilIlIIIiIlI local iI1Ill111I1I11Il1ll = lIll1iii1lil1IIilIllI.iilIIlii1i11l11Iiiii local i1IIiliil1IIill1l11 = lIll1iii1lil1IIilIllI.liIlIiI1liill1Ii1lIi local ilIll1I1IIlIii11Ii1 = lIll1iii1lil1IIilIllI.lIl11iiiI1i11iIiIlli1I local ii1IIIlill1llliI1Il = lIll1iii1lil1IIilIllI.lI1iil1i1llIiIl1Ill1 l1i1i1l1i1IlIlilIil = l1i1i1l1i1IlIlilIil + lIlill11I11IliilIllil end, [-#{ 30253, 35216, 85055, 107119, 12667, 48135, 62690, 18484, 23050, 124062, 117175, 7844, 30018, 41085, 103401, 101223, 13292, 87243, 33838, 118503, 126912, 71500 } + 0 + 20 + 17 + 14 + 35 + 2 + 26 - 0 - 13 + 23 - 20 + 31 - 108] = function(lIll1iii1lil1IIilIllI) local lIlill11I11IliilIllil = lIll1iii1lil1IIilIllI.lIllli1i1iIilIlIIIiIlI local iI1Ill111I1I11Il1ll = lIll1iii1lil1IIilIllI.iilIIlii1i11l11Iiiii local i1IIiliil1IIill1l11 = lIll1iii1lil1IIilIllI.liIlIiI1liill1Ii1lIi local ilIll1I1IIlIii11Ii1 = lIll1iii1lil1IIilIllI.lIl11iiiI1i11iIiIlli1I local ii1IIIlill1llliI1Il = lIll1iii1lil1IIilIllI.lI1iil1i1llIiIl1Ill1 for IlillI1li1IlII1liIl = i1IIiliil1IIill1l11, #il1iII1I111i1illiIi do for ilI1iIIII1lIlIIil1i, lililIlIIl11il1liiI in next, Ill1iiI1II1l1ilI1i1, nil do for lIllillI1IlIll1IIIi1I, lIll1illlI1l1iIi1llI1 in next, lililIlIIl11il1liiI, nil do local l1ii1l1liiIlIilIiIi = lIll1illlI1l1iIi1llI1.segment[lIll1illlI1l1iIi1llI1.offset] if il1iII1I111i1illiIi[IlillI1li1IlII1liIl] == l1ii1l1liiIlIilIiIi then lililIlIIl11il1liiI[lIllillI1IlIll1IIIi1I] = { segment = {l1ii1l1liiIlIilIiIi}, offset = 1 } break end end end end end, [-#{ 110839, 14536, 93448, 98146, 71371, 14293, 30938, 99450, 90932, 40048, 32443, 133393, 59516, 120490, 24872, 17476, 44134, 82629, 29293, 34261, 11171, 90107, 102979, 98230 } + 47 + 8 - 27 - 2 - 6 + 29 + 45 - 0 + 20 + 15 + 33 + 5 - 4 + 47 + 38 - 38 - 179] = function(lIll1iii1lil1IIilIllI) local iI1Ill111I1I11Il1ll = lIll1iii1lil1IIilIllI.iilIIlii1i11l11Iiiii local ilIll1I1IIlIii11Ii1 = lIll1iii1lil1IIilIllI.lIl11iiiI1i11iIiIlli1I local ii1IIIlill1llliI1Il = lIll1iii1lil1IIilIllI.lI1iil1i1llIiIl1Ill1 local lIlill11I11IliilIllil = lIll1iii1lil1IIilIllI.lIllli1i1iIilIlIIIiIlI local i1IIiliil1IIill1l11 = lIll1iii1lil1IIilIllI.liIlIiI1liill1Ii1lIi if iI1Ill111I1I11Il1ll > 255 then iI1Ill111I1I11Il1ll = Iii1IIIi11IIii11li1[iI1Ill111I1I11Il1ll - 256][l1l1IIlllIii1ii1lIl] else iI1Ill111I1I11Il1ll = il1iII1I111i1illiIi[iI1Ill111I1I11Il1ll] end il1iII1I111i1illiIi[i1IIiliil1IIill1l11] = il1iII1I111i1illiIi[ii1IIIlill1llliI1Il][iI1Ill111I1I11Il1ll] end, [#{ 1128, 45125, 33622, 73421, 58875, 117812, 132656, 57781, 47523, 60803, 114236, 76325, 67865, 67078, 117976, 47185, 102608, 71072, 112275, 124019, 74255 } + 30 - 30 + 15 - 29 + 45 + 0 + 44 - 41 - 34 - 23 - 32 - 3 - 12 + 53] = function(lIll1iii1lil1IIilIllI) local iI1Ill111I1I11Il1ll = lIll1iii1lil1IIilIllI.iilIIlii1i11l11Iiiii local lIlill11I11IliilIllil = lIll1iii1lil1IIilIllI.lIllli1i1iIilIlIIIiIlI local ilIll1I1IIlIii11Ii1 = lIll1iii1lil1IIilIllI.lIl11iiiI1i11iIiIlli1I local ii1IIIlill1llliI1Il = lIll1iii1lil1IIilIllI.lI1iil1i1llIiIl1Ill1 local i1IIiliil1IIill1l11 = lIll1iii1lil1IIilIllI.liIlIiI1liill1Ii1lIi local lIllillI1IlIll1IIIi1I = Iii1IIIi11IIii11li1[ilIll1I1IIlIii11Ii1][l1l1IIlllIii1ii1lIl] lIlilI11ilI1iiIilliIi[lIllillI1IlIll1IIIi1I] = il1iII1I111i1illiIi[i1IIiliil1IIill1l11] end, [-#{ 69279, 59611, 5091, 40886, 27971 } - 28 + 18 + 29 + 10 - 0 + 6 + 7 - 39 + 47 - 7 - 25 - 2] = function(lIll1iii1lil1IIilIllI) local ii1IIIlill1llliI1Il = lIll1iii1lil1IIilIllI.lI1iil1i1llIiIl1Ill1 local i1IIiliil1IIill1l11 = lIll1iii1lil1IIilIllI.liIlIiI1liill1Ii1lIi local lIlill11I11IliilIllil = lIll1iii1lil1IIilIllI.lIllli1i1iIilIlIIIiIlI local iI1Ill111I1I11Il1ll = lIll1iii1lil1IIilIllI.iilIIlii1i11l11Iiiii local ilIll1I1IIlIii11Ii1 = lIll1iii1lil1IIilIllI.lIl11iiiI1i11iIiIlli1I il1iII1I111i1illiIi[i1IIiliil1IIill1l11] = Iii1IIIi11IIii11li1[ilIll1I1IIlIii11Ii1][l1l1IIlllIii1ii1lIl] end, [-#{ 96194, 108936, 5244, 118701, 99866, 32483, 79823, 67580, 76126, 22114, 70591, 42796, 10859, 47235, 18135, 90397, 49071, 38200, 49150, 70684, 96688, 80712, 34877 } + 48 + 21 + 27 + 45 - 21 + 49 - 42 + 38 + 37 + 26 - 192] = function(lIll1iii1lil1IIilIllI) local lIlill11I11IliilIllil = lIll1iii1lil1IIilIllI.lIllli1i1iIilIlIIIiIlI local ii1IIIlill1llliI1Il = lIll1iii1lil1IIilIllI.lI1iil1i1llIiIl1Ill1 local iI1Ill111I1I11Il1ll = lIll1iii1lil1IIilIllI.iilIIlii1i11l11Iiiii local ilIll1I1IIlIii11Ii1 = lIll1iii1lil1IIilIllI.lIl11iiiI1i11iIiIlli1I local i1IIiliil1IIill1l11 = lIll1iii1lil1IIilIllI.liIlIiI1liill1Ii1lIi local lIliiiIi11I1li11lliIl = function(...) local l1IliliiIll1l1IIllI = select("#", ...) local lIl1iillIII1i1llIl1Ii = { ... } return l1IliliiIll1l1IIllI, lIl1iillIII1i1llIl1Ii end local iiII11lI1II1ii1I11i, IIilliIII1l1l11IilI, lIli11lI1IIl11ll1IIi1, IliI1il11illillI1lI iiII11lI1II1ii1I11i = {} if ii1IIIlill1llliI1Il ~= 1 then if ii1IIIlill1llliI1Il ~= 0 then lIli11lI1IIl11ll1IIi1 = i1IIiliil1IIill1l11 + ii1IIIlill1llliI1Il - 1 else lIli11lI1IIl11ll1IIi1 = lIl1iiIilIi1i11lllIl1 end IliI1il11illillI1lI = 0 for IlillI1li1IlII1liIl = i1IIiliil1IIill1l11 + 1, lIli11lI1IIl11ll1IIi1 do IliI1il11illillI1lI = IliI1il11illillI1lI + 1 iiII11lI1II1ii1I11i[IliI1il11illillI1lI] = il1iII1I111i1illiIi[IlillI1li1IlII1liIl] end lIli11lI1IIl11ll1IIi1, IIilliIII1l1l11IilI = lIliiiIi11I1li11lliIl(il1iII1I111i1illiIi[i1IIiliil1IIill1l11](unpack(iiII11lI1II1ii1I11i, 1, lIli11lI1IIl11ll1IIi1 - i1IIiliil1IIill1l11))) else lIli11lI1IIl11ll1IIi1, IIilliIII1l1l11IilI = lIliiiIi11I1li11lliIl(il1iII1I111i1illiIi[i1IIiliil1IIill1l11]()) end if iI1Ill111I1I11Il1ll ~= 1 then if iI1Ill111I1I11Il1ll ~= 0 then lIli11lI1IIl11ll1IIi1 = i1IIiliil1IIill1l11 + iI1Ill111I1I11Il1ll - 2 else lIli11lI1IIl11ll1IIi1 = lIli11lI1IIl11ll1IIi1 + i1IIiliil1IIill1l11 end IliI1il11illillI1lI = 0 for IlillI1li1IlII1liIl = i1IIiliil1IIill1l11, lIli11lI1IIl11ll1IIi1 do IliI1il11illillI1lI = IliI1il11illillI1lI + 1 il1iII1I111i1illiIi[IlillI1li1IlII1liIl] = IIilliIII1l1l11IilI[IliI1il11illillI1lI] end end lIl1iiIilIi1i11lllIl1 = lIli11lI1IIl11ll1IIi1 - 1 end, [#{ 132328, 30778, 12145, 122293, 34643, 108413, 95696, 128071, 124273, 126236, 69106, 67563, 106562, 115562, 45002, 61834, 5042, 12584, 68664, 122504, 11253, 122531, 54980, 127196 } + 45 + 2 - 19 - 44 - 28 - 38 - 25 - 7 - 9 - 45 + 40 - 38 + 12 - 21 + 169] = function(lIll1iii1lil1IIilIllI) local i1IIiliil1IIill1l11 = lIll1iii1lil1IIilIllI.liIlIiI1liill1Ii1lIi local lIlill11I11IliilIllil = lIll1iii1lil1IIilIllI.lIllli1i1iIilIlIIIiIlI local ilIll1I1IIlIii11Ii1 = lIll1iii1lil1IIilIllI.lIl11iiiI1i11iIiIlli1I local iI1Ill111I1I11Il1ll = lIll1iii1lil1IIilIllI.iilIIlii1i11l11Iiiii local ii1IIIlill1llliI1Il = lIll1iii1lil1IIilIllI.lI1iil1i1llIiIl1Ill1 il1iII1I111i1illiIi[i1IIiliil1IIill1l11] = il1iII1I111i1illiIi[ii1IIIlill1llliI1Il] end, [#{ 76746, 64353, 117556, 44160, 127364, 124210, 112199, 11599, 5808, 112687, 21779, 128869, 32965, 82664, 22814, 39395, 5258, 87312, 86970, 69319 } + 42 - 20 + 32 + 1 - 26 - 23 - 12 + 19 - 49 - 42 + 34 + 24 - 25 + 39] = function(lIll1iii1lil1IIilIllI) local lIlill11I11IliilIllil = lIll1iii1lil1IIilIllI.lIllli1i1iIilIlIIIiIlI local ilIll1I1IIlIii11Ii1 = lIll1iii1lil1IIilIllI.lIl11iiiI1i11iIiIlli1I local iI1Ill111I1I11Il1ll = lIll1iii1lil1IIilIllI.iilIIlii1i11l11Iiiii local ii1IIIlill1llliI1Il = lIll1iii1lil1IIilIllI.lI1iil1i1llIiIl1Ill1 local i1IIiliil1IIill1l11 = lIll1iii1lil1IIilIllI.liIlIiI1liill1Ii1lIi il1iII1I111i1illiIi[i1IIiliil1IIill1l11] = ii1IIIlill1llliI1Il ~= 0 if iI1Ill111I1I11Il1ll ~= 0 then l1i1i1l1i1IlIlilIil = l1i1i1l1i1IlIlilIil + 1 end end, [#{ 88675, 80827, 111211, 33549, 16760, 97343, 20883, 16659, 117845, 86235, 110317, 6977, 69771, 65713, 57002, 131778, 47194, 107780, 116441, 85930, 121838, 81045 } - 29 - 32 - 45 - 31 - 4 - 47 + 39 + 5 - 38 + 21 - 11 + 151] = function(lIll1iii1lil1IIilIllI) local i1IIiliil1IIill1l11 = lIll1iii1lil1IIilIllI.liIlIiI1liill1Ii1lIi local ilIll1I1IIlIii11Ii1 = lIll1iii1lil1IIilIllI.lIl11iiiI1i11iIiIlli1I local lIlill11I11IliilIllil = lIll1iii1lil1IIilIllI.lIllli1i1iIilIlIIIiIlI local iI1Ill111I1I11Il1ll = lIll1iii1lil1IIilIllI.iilIIlii1i11l11Iiiii local ii1IIIlill1llliI1Il = lIll1iii1lil1IIilIllI.lI1iil1i1llIiIl1Ill1 if ii1IIIlill1llliI1Il > 255 then ii1IIIlill1llliI1Il = Iii1IIIi11IIii11li1[ii1IIIlill1llliI1Il - 256][l1l1IIlllIii1ii1lIl] else ii1IIIlill1llliI1Il = il1iII1I111i1illiIi[ii1IIIlill1llliI1Il] end if iI1Ill111I1I11Il1ll > 255 then iI1Ill111I1I11Il1ll = Iii1IIIi11IIii11li1[iI1Ill111I1I11Il1ll - 256][l1l1IIlllIii1ii1lIl] else iI1Ill111I1I11Il1ll = il1iII1I111i1illiIi[iI1Ill111I1I11Il1ll] end il1iII1I111i1illiIi[i1IIiliil1IIill1l11][ii1IIIlill1llliI1Il] = iI1Ill111I1I11Il1ll end, [#{ 81540, 90264, 132865, 108050, 117388, 53420, 92675, 98668, 73619, 66541, 30303, 43749, 103545, 34002, 6680, 39734, 1539, 106004, 34039, 83189, 10170, 129691, 68921 } + 22 - 15 - 46 - 33 + 12 + 23 + 44 - 45 - 20 + 23 - 9 - 47 + 47 - 41 + 72] = function(lIll1iii1lil1IIilIllI) local ii1IIIlill1llliI1Il = lIll1iii1lil1IIilIllI.lI1iil1i1llIiIl1Ill1 local lIlill11I11IliilIllil = lIll1iii1lil1IIilIllI.lIllli1i1iIilIlIIIiIlI local iI1Ill111I1I11Il1ll = lIll1iii1lil1IIilIllI.iilIIlii1i11l11Iiiii local ilIll1I1IIlIii11Ii1 = lIll1iii1lil1IIilIllI.lIl11iiiI1i11iIiIlli1I local i1IIiliil1IIill1l11 = lIll1iii1lil1IIilIllI.liIlIiI1liill1Ii1lIi local IlIIliiilI11ii11II1 = I1111l1iIilil1Ii1li[ilIll1I1IIlIii11Ii1] local Ii1llIi1Iiii1i1ilIl = {} local ii1111ililiIiIilI11 = setmetatable({}, { __index = function(lIl1iillIII1i1llIl1Ii, ilI1iIIII1lIlIIil1i) local lIll1illlI1l1iIi1llI1 = Ii1llIi1Iiii1i1ilIl[ilI1iIIII1lIlIIil1i] return lIll1illlI1l1iIi1llI1.segment[lIll1illlI1l1iIi1llI1.offset] end, __newindex = function(lIl1iillIII1i1llIl1Ii, ilI1iIIII1lIlIIil1i, lIl1l111lilIiIlIlll11) local lIll1illlI1l1iIi1llI1 = Ii1llIi1Iiii1i1ilIl[ilI1iIIII1lIlIIil1i] lIll1illlI1l1iIi1llI1.segment[lIll1illlI1l1iIi1llI1.offset] = lIl1l111lilIiIlIlll11 end }) for IlillI1li1IlII1liIl = 1, IlIIliiilI11ii11II1[l1lIiilll11lIllI111] do local i1IliIIliI11iliIl11 = I1i1ll11111lIIlIl1i[l1i1i1l1i1IlIlilIil] if i1IliIIliI11iliIl11[llll1IiilIIi1Ili1I1] == lliiilili11iIIIIlil then Ii1llIi1Iiii1i1ilIl[IlillI1li1IlII1liIl - 1] = { segment = il1iII1I111i1illiIi, offset = i1IliIIliI11iliIl11[ilIl1iil11lliIIIIIl] } elseif i1IliIIliI11iliIl11[llll1IiilIIi1Ili1I1] == il11ill1ill1iii1IlI then Ii1llIi1Iiii1i1ilIl[IlillI1li1IlII1liIl - 1] = { segment = i1lIliIl1iiII1Iii1l, offset = i1IliIIliI11iliIl11[ilIl1iil11lliIIIIIl] } end l1i1i1l1i1IlIlilIil = l1i1i1l1i1IlIlilIil + 1 end Ill1iiI1II1l1ilI1i1[#Ill1iiI1II1l1ilI1i1 + 1] = Ii1llIi1Iiii1i1ilIl local iIllliiliI1iiilI1Il = iIliIlIl11Ii1I11iII(IlIIliiilI11ii11II1, ii1111ililiIiIilI11) il1iII1I111i1illiIi[i1IIiliil1IIill1l11] = iIllliiliI1iiilI1Il end, [-#{ 101320, 128218, 121826, 57462, 37927, 90256, 54364, 97854, 103985, 112737, 22880, 61981, 4909, 129868, 96549, 91866, 106255, 1408, 60022, 113821, 76388 } + 6 + 3 + 32 - 3 + 1 + 0 + 49 + 29 - 10 + 35 - 41 - 23 + 4 - 36 - 17] = function(lIll1iii1lil1IIilIllI) local iI1Ill111I1I11Il1ll = lIll1iii1lil1IIilIllI.iilIIlii1i11l11Iiiii local ii1IIIlill1llliI1Il = lIll1iii1lil1IIilIllI.lI1iil1i1llIiIl1Ill1 local i1IIiliil1IIill1l11 = lIll1iii1lil1IIilIllI.liIlIiI1liill1Ii1lIi local ilIll1I1IIlIii11Ii1 = lIll1iii1lil1IIilIllI.lIl11iiiI1i11iIiIlli1I local lIlill11I11IliilIllil = lIll1iii1lil1IIilIllI.lIllli1i1iIilIlIIIiIlI for IlillI1li1IlII1liIl = i1IIiliil1IIill1l11, ii1IIIlill1llliI1Il do il1iII1I111i1illiIi[IlillI1li1IlII1liIl] = nil end end, [-#{94881, 101036} + 9 + 40 - 37 - 49 - 43 + 24 + 12 - 4 + 44 - 16 + 34 - 24 + 29] = function(lIll1iii1lil1IIilIllI) local ii1IIIlill1llliI1Il = lIll1iii1lil1IIilIllI.lI1iil1i1llIiIl1Ill1 local lIlill11I11IliilIllil = lIll1iii1lil1IIilIllI.lIllli1i1iIilIlIIIiIlI local ilIll1I1IIlIii11Ii1 = lIll1iii1lil1IIilIllI.lIl11iiiI1i11iIiIlli1I local i1IIiliil1IIill1l11 = lIll1iii1lil1IIilIllI.liIlIiI1liill1Ii1lIi local iI1Ill111I1I11Il1ll = lIll1iii1lil1IIilIllI.iilIIlii1i11l11Iiiii il1iII1I111i1illiIi[i1IIiliil1IIill1l11] = assert(tonumber(il1iII1I111i1illiIi[i1IIiliil1IIill1l11]), "`for` initial value must be a number") il1iII1I111i1illiIi[i1IIiliil1IIill1l11 + 1] = assert(tonumber(il1iII1I111i1illiIi[i1IIiliil1IIill1l11 + 1]), "`for` limit value must be a number") il1iII1I111i1illiIi[i1IIiliil1IIill1l11 + 2] = assert(tonumber(il1iII1I111i1illiIi[i1IIiliil1IIill1l11 + 2]), "`for` step value must be a number") il1iII1I111i1illiIi[i1IIiliil1IIill1l11] = il1iII1I111i1illiIi[i1IIiliil1IIill1l11] - il1iII1I111i1illiIi[i1IIiliil1IIill1l11 + 2] l1i1i1l1i1IlIlilIil = l1i1i1l1i1IlIlilIil + lIlill11I11IliilIllil end } local lIlillilI1l1ii1IlIl1I = { [#{ 95273, 81876, 436, 56800, 123122, 39548, 68882, 108693, 90564, 37434, 9524, 56864, 14271, 126140, 37720, 38267, 132360, 13886, 19249, 37805, 36701, 117100 } + 41 - 8 - 35 + 41 + 3 + 25 - 27 + 23 - 43 - 28 + 12 - 25] = IlI1iilII1i11IIIiil[-#{ 104780, 61861, 64866, 121176, 25697, 15889, 70405, 128629, 108916, 57247, 22559, 128944, 116367, 7123, 48031, 11035, 92981, 94670, 97935, 47847, 105033, 122919 } - 29 - 21 + 3 + 28 + 34 - 4 + 46 - 49 - 43 + 38 + 49 - 23 + 39 - 42 + 15 + 3 - 9], [#{ 83948, 42406, 94052, 84341, 23343, 35458, 76432, 69227, 51035, 100457, 106644, 14691, 2262, 49500, 12758, 93987, 108748, 86287, 28958, 120648 } - 26 - 20 + 6 - 45 + 39 - 22 + 38 + 15 + 49 - 38 - 11 - 31 + 19 - 32 + 13 + 28] = IlI1iilII1i11IIIiil[#{ 96926, 121367, 37656, 110068, 74777, 90194, 102964, 9925, 51861, 73898, 93296, 78635, 25110, 52899, 13412, 46390, 1375, 104396, 78175, 108981, 49439, 178, 122012 } - 44 - 15 + 22 - 28 + 40 - 47 - 13 + 11 - 24 - 20 - 25 + 18 - 22 - 32 + 167], [-#{ 128201, 3146, 98080, 106314, 89425, 61783, 64666, 74413, 74313, 94505, 109641, 112158, 54930, 31991, 119969, 10847, 94271, 74737, 84996, 71157, 1729, 95363 } - 29 + 37 + 22 - 22 + 42 - 21 + 20 + 19 + 35 + 1 + 30 + 29 - 28 - 110] = IlI1iilII1i11IIIiil[-#{ 19918, 24136, 44985, 112220, 42540, 34383, 39490, 77049, 109667, 59073, 88686, 25038, 22713, 21125, 64132, 100355, 19741, 45434, 33640, 16133, 132181, 125462 } - 47 + 1 - 4 - 36 - 23 + 23 + 47 - 30 + 43 + 29 + 20 + 33 - 27], [-#{ 44738, 10215, 102578, 32293, 4077, 114887, 36730, 20710, 132561, 10907, 64725, 119335, 16920, 87170, 63295, 127249, 2010, 132928, 44302, 1657, 46227, 4427, 33758, 132668 } - 6 - 36 + 42 - 18 - 46 + 22 + 48 + 29 + 9 + 38 + 18 - 72] = IlI1iilII1i11IIIiil[#{ 96551, 98099, 41200, 27458, 25874, 128056, 498, 44299, 88498, 123338, 118224, 129269, 59619, 71855, 118306, 34926, 80137, 64250, 14349, 76666 } + 10 + 12 - 0 - 42 - 20 + 9 - 25 + 11 - 45 + 10 - 36 + 96], [-#{ 23526, 19893, 103510, 125808, 64133, 64297, 7335, 60097, 111056, 97900, 90997 } - 10 - 45 + 7 - 20 + 39 - 28 + 44 + 42 + 30 - 12 - 6 + 46 - 23 - 7 - 41] = IlI1iilII1i11IIIiil[#{ 120843, 33927, 75085, 15430, 14745, 84765, 111336, 129706, 68620, 110594, 89655, 4118, 43295, 124682, 74122, 24673, 34006, 17262, 12100, 57802, 112595, 128669, 56406, 100225 } + 29 - 35 - 15 + 4 + 21 - 13 - 5 + 32 - 10 - 23 - 30 + 39], [-#{ 60845, 80291, 3244, 84770, 120910, 70552, 51531, 124717, 89010, 14239, 88013, 104740, 71773, 98620, 29337, 14040, 58974, 19026, 72708, 2443, 21066, 12238 } + 20 - 10 + 20 - 48 + 49 + 35 + 18 + 7 + 47 - 38 - 18 - 54] = IlI1iilII1i11IIIiil[-#{ 65514, 44270, 27580, 126047, 16489, 22771, 68115, 32999, 77357, 54624, 4064, 15102, 13637, 26130, 79048 } + 1 - 17 + 46 + 48 + 31 - 49 - 0 - 11 - 6 + 44 - 24 - 8 + 40 + 4 - 34 - 7 - 37], [#{ 8819, 41305, 116560, 33488, 22247, 94361, 42908, 64737, 5509, 120857, 85202, 100601, 108168, 4384, 104450, 64199, 25760, 5775, 57229, 41396 } - 18 - 26 + 16 - 10 - 19 - 23 + 0 - 3 - 47 - 16 + 46 + 42 - 9 + 54] = IlI1iilII1i11IIIiil[-#{ 68021, 40054, 77769, 15807, 92487, 86961, 45675, 89436, 60474, 112596, 61919, 18362, 10022, 122358, 66861, 93856, 16006, 31375, 75246, 48619 } + 37 + 6 - 21 + 5 - 11 + 34 + 24 + 0 - 49 - 39 + 29 + 36 - 29], [-#{ 122215, 85177, 22985, 53478, 9659, 93673, 116550, 87336, 19618, 32487, 6447, 94349, 55075, 120091, 12099, 2583, 80961, 57637, 80880, 75147, 109570 } - 35 + 26 + 20 - 11 + 20 + 13 + 16 + 0 + 9 + 39 + 24 - 92] = IlI1iilII1i11IIIiil[-#{ 74234, 72710, 34340, 42285, 22009, 59340, 38150, 89849, 41989 } + 17 - 46 + 28 - 20 + 18 - 2 - 25 + 31 - 8 - 36 + 48 + 2 - 29 + 1 + 42], [#{ 76312, 40715, 42163, 104939, 60007, 6323, 102345, 68757, 82142, 107640, 97307, 6766, 132593, 2815, 36827, 27539, 47081, 84102, 54527, 66802, 18370 } + 17 - 25 + 36 - 32 - 18 - 27 - 41 - 32 + 20 - 13 - 18 - 24 - 9 + 22 + 27 - 35 + 140] = IlI1iilII1i11IIIiil[-#{ 99418, 63327, 27292, 103376, 75914, 43929, 54158, 39225, 41519, 87698, 8883, 59502, 66310, 6220, 21125, 114026, 88067, 99232, 122629, 28547, 106394 } + 18 - 26 - 32 + 48 + 18 + 34 + 32 + 37 - 16 - 5 - 16 + 39 - 47 - 1 - 54], [-#{ 27194, 115455, 65814, 40107, 36634, 79659, 96520, 77763, 125113, 10483, 109632, 76842, 121058, 34573, 32515, 37154, 73754, 82185, 33344, 2030, 26828, 30241 } + 24 + 49 - 0 - 46 + 20 + 6 + 38 - 11 - 1 - 1 + 43 + 43 - 132] = IlI1iilII1i11IIIiil[#{ 35500, 67957, 96199, 12046, 12193, 64306, 15713, 45884, 85299, 45550, 65241, 33396, 60897, 36672, 83565, 49562, 82719, 116025, 37114, 3600 } - 37 - 11 - 1 + 33 + 3 - 35 - 29 - 19 + 25 - 16 + 2 + 12 + 67], [-#{ 65288, 96689, 79843, 114917, 125030, 78989, 88803, 42368, 114902, 60014, 126299, 78609, 8881, 79281, 101195, 31934, 57712, 53426, 54133, 34454, 58792 } + 39 + 16 + 7 - 41 - 11 + 32 + 18 - 38 + 11 - 0 - 1] = IlI1iilII1i11IIIiil[#{ 9114, 41500, 33919, 55690, 77105, 104504, 59540, 18043, 44305, 106533, 24913, 54209, 22473, 113172, 88950, 12967, 64700, 21438, 65379, 121387, 69656 } - 15 - 40 - 5 + 24 - 36 - 20 - 25 + 15 + 42 - 7 - 35 + 8 - 41 + 115], [-#{ 49740, 42134, 61738, 125396, 80627, 93259, 21933, 100646, 29168, 47866, 69284, 25131, 35583, 89721, 22863, 123333, 32708, 130164, 130517, 72420, 91055 } + 35 - 40 + 7 + 37 - 26 - 25 + 22 - 10 + 41 + 35 + 24 - 67] = IlI1iilII1i11IIIiil[-#{ 131694, 97759, 20868, 57046, 15525, 120631, 24885, 19856, 68599, 9237, 77359, 7630, 128441, 77862, 16598, 1974, 7026, 72690, 116594, 121970, 30706, 63107 } + 18 + 45 - 32 + 43 + 27 - 45 + 49 + 42 + 35 + 28 + 25 + 25 + 31 + 20 - 47 - 237], [#{ 12923, 124708, 99402, 85559, 10699, 74693, 115693, 101034, 25193, 32669, 98143, 8393, 92798, 1979, 14735, 128889, 4469, 68889, 112112, 49164 } + 30 - 8 - 25 + 14 - 26 + 0 - 28 + 16 + 41 - 14 - 27 + 20] = IlI1iilII1i11IIIiil[#{ 67141, 28799, 46026, 40067, 25188, 25017, 120129, 52981 } + 6 - 47 + 23 - 33 + 30 - 44 - 0 - 28 + 41 + 30 + 6 + 47 - 49 + 27], [-#{ 45045, 73491, 75733, 39033, 123793, 26337, 59532, 78674, 50616, 39513, 82692, 59449, 31998, 54950, 32355, 110017, 35139, 21247, 54176, 7614, 59566, 70354, 60600 } + 14 + 6 + 44 + 33 + 4 - 19 - 3 - 5 + 19 - 13 + 31 + 33 - 107] = IlI1iilII1i11IIIiil[-#{ 126326, 112831, 107659, 720, 51016, 49009, 55699, 54831, 128949, 54207, 114245, 2377, 69651, 124003, 71463, 106203, 69444, 75030, 701, 33433, 76425, 53475 } - 3 + 48 + 17 - 47 + 5 - 13 + 25 - 45 + 38 + 21 - 8 + 31 - 49 + 45 - 40], [#{ 71780, 17681, 23695, 108654, 114961, 31617, 3176, 58293, 45456, 72255, 43706, 5920, 127638, 66518, 121673, 14578, 47872, 92740, 29438, 31925, 84221, 59697 } - 29 - 36 - 0 - 20 + 39 - 4 + 12 + 49 - 41 + 29 - 16 + 10] = IlI1iilII1i11IIIiil[#{ 65408, 25, 39221, 45814, 103041, 12149, 110829, 82941, 133271, 111150, 82086, 44630, 133612, 121418, 120290, 110915, 6677, 47413, 81211, 71836, 82761, 118060, 81436, 12110 } - 45 - 45 - 23 + 28 + 40 + 5 - 31 + 20 - 1 - 18 - 5 - 12 - 27 + 37 + 39 + 23], [-#{ 16394, 93621, 104583, 95360, 53419, 18403, 75359, 118068, 86950, 74553, 97685, 3574, 13441, 42125, 109260, 125145, 19931, 120942, 9669, 106925, 80794, 100129 } - 1 - 11 + 44 + 24 - 26 - 18 + 43 - 9 + 21 + 14 - 2 + 43 - 84] = IlI1iilII1i11IIIiil[#{ 12398, 91554, 116877, 43625, 37582, 47089, 107533, 35515, 110060, 30042, 94025, 65163, 80186, 102265, 113305, 13082, 130465, 79556, 93434, 68517, 103428, 39245, 13694 } - 47 - 4 - 19 - 9 - 20 - 27 - 27 - 40 - 25 - 43 - 3 - 26 - 35 - 45 + 9 + 342], [#{ 15489, 55879, 65689, 128079, 91317, 54472, 102204, 96403, 107666, 110700, 127692, 91936, 68373, 93656, 72165, 69974, 13539, 130230, 49285, 6797, 34418, 38998 } - 46 + 5 + 35 - 7 + 33 - 26 - 45 + 8 - 20 + 0 - 29 + 8 + 0 + 79] = IlI1iilII1i11IIIiil[-#{ 122359, 2070, 109988, 101828, 43640, 84617, 109598, 80985, 45381, 74269, 109915, 25070, 116519, 69181, 100547, 25130, 9904, 87376, 17831, 30761, 122627, 92287, 91530, 96938 } - 47 + 23 + 33 - 30 + 8 - 11 + 35 + 4 + 27 + 9 + 11 - 28], [-#{ 62994, 8810, 39255, 83894, 49587, 29508, 39335, 52160, 11798, 57753, 120678, 63932, 61520, 60854, 82753, 95549, 113433, 49654, 132111, 95309, 63259, 118822, 111489, 3622 } + 5 - 26 + 36 + 45 + 9 - 19 + 41 + 17 - 48 - 18 + 22 - 16 + 25 - 31] = IlI1iilII1i11IIIiil[-#{ 61744, 38942, 73483, 68741, 81245, 66340, 75230, 33441, 113927, 36702, 44638, 95999, 306, 4463, 10390, 22377, 119723, 10356, 40406, 9716, 52025, 62695, 75724 } + 47 - 37 + 14 + 0 + 26 - 40 + 5 - 2 - 8 + 21 - 27 + 30 - 40 + 13 + 32 + 23 - 18], [#{ 50885, 60537, 55210, 37604, 101890, 35692, 120507, 1873, 116007, 120900, 72698, 74315, 98056, 53845, 15571, 86927, 128322, 12749, 88868, 92243, 23250, 75170 } - 24 - 23 + 19 - 45 - 45 + 29 - 21 + 29 - 38 - 28 - 33 - 37 + 31 + 14 + 169] = IlI1iilII1i11IIIiil[-#{ 92008, 123657, 73978, 51242, 86568, 64245, 101936, 52164, 98499, 41257, 77650, 120548, 58092, 8729, 38603, 87533, 60642, 61952, 127283, 42897 } - 26 + 48 - 41 - 18 + 37 + 24 + 14 - 14 + 23 + 28 + 6 - 46] } local function IliI1il11illillI1lI() local lIll1iii1lil1IIilIllI, lIl11lili1liiill1llli, iiIililllII1iiiiI1I while true do local i1iil11il1IIIilIIii = lIlilI11ilI1iiIilliIi.EZpfwfsCzMhIPqSZfdT0 lIll1iii1lil1IIilIllI = I1i1ll11111lIIlIl1i[l1i1i1l1i1IlIlilIil] l1i1i1l1i1IlIlilIil = l1i1i1l1i1IlIlilIil + 1 lIl11lili1liiill1llli, iiIililllII1iiiiI1I, amt = lIlillilI1l1ii1IlIl1I[lIll1iii1lil1IIilIllI.lIl1i11il1l11IlililiI1 + 1](lIll1iii1lil1IIilIllI) if lIl11lili1liiill1llli then return iiIililllII1iiiiI1I, amt end end end local i11l11liiiIIIiIili1, iiIililllII1iiiiI1I, l1illIilll1ii1l11iI = pcall(IliI1il11illillI1lI) if i11l11liiiIIIiIili1 then if iiIililllII1iiiiI1I and l1illIilll1ii1l11iI > 0 then return unpack(iiIililllII1iiiiI1I, 1, l1illIilll1ii1l11iI) end else error(lIiI1Il11iilIIli1lI[2] .. lIl111IlIIi1IlIIllliI[l1i1i1l1i1IlIlilIil - 1] .. lIiI1Il11iilIIli1lI[4] .. (tostring(iiIililllII1iiiiI1I):match(lIiI1Il11iilIIli1lI[3]) or tostring(iiIililllII1iiiiI1I)), 0) end end return lI1li11l1li1l11iIii end local lIli1lillI1i1i1Ii1111 = I111liilI1li1I1i1ii() return iIliIlIl11Ii1I11iII(lIli1lillI1i1i1Ii1111)() end llliIIlIiIi111llIli("\027LPH\a\236\147\001\000\000\000\148\001\000\000\000\231\001\000\000\000\205\000\000\000\000\000\141\n\002\000\236\236\236\244\237\236\232\244\237\232\234\248\239\236\224\232\239\236\232\236\236\232\236\236\237\238\236\236\237\236\236\240\160\n\002\0006\r\000\000\000\a\a\akhfctsuni`6\a\000\000\000\a\a\a`fjb6\n\000\000\000\a\a\aOssw@bs6\022\000\000\000\a\a\aosswt=((whuiore)dhj\b\000\000\000&\000\000\000&\000\000\000&\000\000\000&\000\000\000&\000\000\000&\000\000\000&\000\000\000'\000\000\000\190\030\154q\000\000\137\n\002\000\236\236\236\244\236\236\232\172\238\238\236\236\237\236\236\240\157\n\002\0006\b\000\000\000\a\a\awdfkk\004\000\000\000%\000\000\000'\000\000\000%\000\000\000(\000\000\000\028\129^I\000\000\026\f\002\000\236\236\238\164\201\236\236\244\236\236\236\244\236\236\238\164\201\236\236\244\236\238\238\248\238\236\228\232\236\236\238\164$\236\236\204\239\232\236\236\236\236\232\244\236\236\238\164\201\236\232\244\237\238\234\248\239\236\224\232\236\236\238\164e\236\232\204\239\232\232\236\236\236\228\244\236\236\238\164\201\236\228\244\238\238\230\248\232\236\252\232\236\236\238\164\241\237\228\204\239\232\228\236\236\236\224\244\236\236\238\164\201\236\224\244\239\238\226\248\233\236\248\232\236\236\238\164/\237\224\204\239\232\224\236\236\236\252\244\236\236\238\164\201\236\252\244\232\238\254\248\234\236\244\232\236\236\238\164\187\236\252\204\239\232\252\236\236\236\248\244\236\236\238\164\201\236\248\244\233\238\250\248\235\236\240\232\236\236\238\164\207\236\248\204\239\232\248\236\236\236\244\244\236\236\238\164\201\236\244\244\234\238\246\248\228\236\204\232\236\236\238\164\173\237\244\204\239\232\244\236\236\236\240\244\236\236\238\164\201\236\240\244\235\238\242\248\229\236\200\232\236\236\238\164\001\237\240\204\239\232\240\236\236\236\204\244\236\236\238\164\201\236\204\244\228\238\206\248\230\236\196\232\236\236\238\164\221\237\204\204\239\232\204\236\236\236\200\244\236\236\238\164\201\236\200\244\229\238\202\248\231\236\192\232\236\236\238\164l\236\200\204\239\232\200\236\236\244\198\228\236\236\238\164\201\236\196\244\230\246\194\228\236\236\238\164\201\236\192\244\230\240\222\248\236\236\238\164\145\236\220\204\238\232\220\236\230\242\218\248\252\236\208\232\236\236\238\164\158\237\216\204\239\232\216\236\236\238\216\224\232\236\238\164\230\206\218\248\252\236\208\232\236\236\238\164\229\236\216\204\239\232\216\236\230\242\214\248\254\236\172\232\236\236\238\164:\237\212\204\239\232\212\236\236\238\212\224\232\236\238\164\230\206\214\248\254\236\172\232\236\236\238\164\214\236\212\204\239\232\212\236\255\236\208\244\236\236\238\164\201\236\208\244\227\196\210\228\236\236\238\164\201\236\208\244\249\236\172\244\236\236\238\164\201\236\172\244\252\192\174\228\236\236\238\164\201\236\172\244\236\238\172\224\238\236\238\164\250\236\172\244\236\236\238\164\201\236\172\244\249\236\168\244\236\236\238\164\201\236\168\244\253\194\170\228\236\236\238\164\201\236\168\244\236\238\168\224\238\236\238\164\251\236\168\244\236\236\238\164\201\236\168\244\249\236\164\244\236\236\238\164\201\236\164\244\254\220\166\228\236\236\238\164\201\236\164\244\236\238\164\224\238\236\238\164\244\236\164\244\236\236\238\164\201\236\164\244\249\236\160\244\236\236\238\164\201\236\160\244\255\222\162\228\236\236\238\164\201\236\160\244\236\238\160\224\238\236\238\164\245\236\160\244\236\236\238\164\201\236\160\244\249\236\188\244\236\236\238\164\201\236\188\244\248\216\190\228\236\236\238\164\201\236\188\244\236\238\188\224\238\236\238\164\246\236\188\244\236\236\238\164\201\236\188\244\249\236\184\244\236\236\238\164\201\236\184\244\249\218\186\228\236\236\238\164\201\236\184\244\236\238\184\224\238\236\238\164\247\236\184\244\236\236\238\164\201\236\184\244\249\236\180\244\236\236\238\164\201\236\180\244\250\212\182\228\236\236\238\164\201\236\180\244\236\238\180\224\238\236\238\164\240\236\180\244\236\236\238\164\201\236\180\244\241\236\176\244\236\236\238\164\201\236\176\244\236\238\176\224\238\236\238\164\242\236\176\244\236\236\238\164\201\236\176\244\243\236\140\244\236\236\238\164\201\236\140\244\236\238\140\224\238\236\238\164\204\236\140\244\236\236\238\164\201\236\140\244\251\236\136\252\236\236\132\244\238\236\238\164\201\236\132\244\236\236\238\164\140\236\136\204\238\232\136\236\244\236\132\252\245\236\128\252\236\236\156\200\236\236\238\164;\236\132\204\239\238\132\236\245\174\134\228\236\236\238\164\201\236\132\244\245\168\130\228\236\236\238\164\201\236\128\244\236\236\156\200\207\236\152\244\236\236\238\164\201\236\152\244\236\236\148\172\236\236\238\164\004\237\152\204\238\238\152\236\200\236\152\244\236\236\238\164\201\236\152\244\201\236\148\232\236\236\238\164\210\237\152\204\238\238\152\236\202\236\152\244\236\236\238\164\201\236\152\244\239\162\150\248\236\236\238\1645\236\148\204\238\234\148\236\218\236\238\164\205\188f\248\197\236|\232\236\236\238\164s\236d\204\239\232d\236\236\238d\224\225\236\238\164\205\188f\248\198\236|\232\236\236\238\164\179\237d\204\239\232d\236\236\238d\224\234\236\238\164\205\188f\248\199\236|\232\236\236\238\164\149\236d\204\239\232d\236\236\236d\224\205\236\238\164\192\236d\244\236\236\238\164\201\236d\244\206\182f\228\236\236\238\164\201\236d\244\192\236`\244\236\236\238\164\201\236`\244\207\176b\228\236\236\238\164\201\236`\244\205\178~\228\238\236\238\164\201\236|\244\236\236\238\164\147\236`\204\238\232`\236\220\236|\232\236\236\238\164\146\236d\204\239\232d\236\236\236d\224\229\236\238\164\237\236\156\200\202\236d\244\236\236\238\164\201\236d\244\245\236`\252\200\236|\204\236\236\238\164\201\142\138\196\236\232d\216\016\019\237\164\236\232\152\216*\019\237\164\202\236\152\244\236\236\238\164\201\236\152\244\236\236\148\244\236\236\238\164\201\236\148\244\242\238\150\248\222\236l\232\236\236\238\164=\237\148\204\239\232\148\236\242\138\150\248\236\236\238\164^\236\148\204\238\234\148\236\203\236\238\164\192\236d\244\236\236\238\164\201\236d\244\206\182f\228\236\236\238\164\201\236d\244\192\236`\244\236\236\238\164\201\236`\244\207\176b\228\236\236\238\164\201\236`\244\216\236|\244\236\236\238\164\201\236|\244\205\134z\228\238\236\238\164\201\236x\244\236\236\238\164\135\237|\204\238\236|\236\236\236\238\164e\236`\204\236\232`\236\220\236|\232\236\236\238\1649\237d\204\239\232d\236\236\236d\224\229\236\238\164\237\236\156\200\202\236d\244\236\236\238\164\201\236d\244\245\236`\252\200\236|\204\236\236\238\164\201\142\138\196\236\232d\216\016\019\237\164\236\232\152\2169\019\237\164\236\236\156\224\237\236\238\164\218\236\152\232\238\236\152\240\219\236\152\244\236\236\238\164\201\236\152\244\236\236\148\244\236\236\238\164\201\236\148\244\242\156\150\248\213\236l\232\237\236h\200\236\236\238\164\233\237\148\204\232\236\148\236\236\236\238\164\156\237\152\204\236\232\152\236\236\236\238\164\201\236\152\204\237\238\152\236\237\236\236\240\247\223 \241\245\175A\168\194\019\030\164v\202\255\232\158\236C\167{\166C\213:\146\197\170\002\137r\192h\251\172\248\252\v\198\222\215\n\002\0006\a\000\000\000\a\a\a`fjb6\r\000\000\000\a\a\a@bsTbuqndb6\n\000\000\000\a\a\aWkf~but6\019\000\000\000\a\a\aRtbuNiwrsTbuqndb6\r\000\000\000\a\a\aUriTbuqndb6\n\000\000\000\a\a\aDhub@rn6\r\000\000\000\a\a\aTsfusbu@rn6\015\000\000\000\a\a\aSpbbiTbuqndb6\020\000\000\000\a\a\aUbwkndfsbcTshuf`b6\014\000\000\000\a\a\aOsswTbuqndb6\v\000\000\000\a\a\aKn`osni`6\021\000\000\000\a\a\aWfsoanicni`Tbuqndb6\014\000\000\000\a\a\aKhdfkWkf~bu6\f\000\000\000\a\a\aDofufdsbu6\v\000\000\000\a\a\a@bsJhrtb6\017\000\000\000\a\a\aAnicAnutsDonkc6\v\000\000\000\a\a\aEfdlwfdl6\015\000\000\000\a\a\aPfnsAhuDonkc6\f\000\000\000\a\a\aWkf~bu@rn6\f\000\000\000\a\a\aphultwfdb6\016\000\000\000\a\a\aDruubisDfjbuf6\b\000\000\000\a\a\acber`6\r\000\000\000\a\a\a`bsrwqfkrb6\014\000\000\000\a\a\a`bsrwqfkrbt6\014\000\000\000\a\a\a`bsub`ntsu~6\r\000\000\000\a\a\atbsrwqfkrb6\v\000\000\000\a\a\a`bskhdfk6\f\000\000\000\a\a\a`bskhdfkt6\v\000\000\000\a\a\atbskhdfk6\018\000\000\000\a\a\a`bsufpjbsfsfekb6\015\000\000\000\a\a\a`bsjbsfsfekb6\017\000\000\000\a\a\ajflbXpunsbfekb6\014\000\000\000\a\a\atbsubfchik~6\n\000\000\000\a\a\aXXnicb\1276\r\000\000\000\a\a\aXXifjbdfkk6\b\000\000\000\a\a\atwfpi6\a\000\000\000\a\a\apfns\169\000\000\000\000\000\000\240?6\a\000\000\000\a\a\aib\127s6\017\000\000\000\a\a\a@bsCbtdbicfist6\006\000\000\000\a\a\aNtF6\n\000\000\000\a\a\aSb\127sEh\1276\f\000\000\000\a\a\aSb\127sKfebk6\r\000\000\000\a\a\aSb\127sErsshi6\t\000\000\000\a\a\atsuni`6\a\000\000\000\a\a\aanic6\b\000\000\000\a\a\akhpbu6\a\000\000\000\a\a\aSb\127s6\n\000\000\000\a\a\awhuiore6\006\000\000\000\a\a\atb\1276\r\000\000\000\a\a\aKh`Tbuqndb6\016\000\000\000\a\a\a@bsKh`Ontshu~6\v\000\000\000\a\a\ashtsuni`6\n\000\000\000\a\a\aJbttf`b6\006\000\000\000\a\a\akrk6\r\000\000\000\a\a\akhfctsuni`6\n\000\000\000\a\a\aOssw@bs6$\000\000\000\a\a\aosswt=((wftsbeni)dhj(ufp(ucAu?]]36\003\000\000\000\a\a\a\139\001\000\000\000\000\000\000\000\000\000\000\001\000\000\000\000\000\000\000\000\000\000\000\001\000\000\000\001\000\000\000\000\000\000\000\000\000\000\000\001\000\000\000\002\000\000\000\000\000\000\000\000\000\000\000\002\000\000\000\002\000\000\000\000\000\000\000\000\000\000\000\002\000\000\000\003\000\000\000\000\000\000\000\000\000\000\000\003\000\000\000\003\000\000\000\000\000\000\000\000\000\000\000\003\000\000\000\004\000\000\000\000\000\000\000\000\000\000\000\004\000\000\000\004\000\000\000\000\000\000\000\000\000\000\000\004\000\000\000\005\000\000\000\000\000\000\000\000\000\000\000\005\000\000\000\005\000\000\000\000\000\000\000\000\000\000\000\005\000\000\000\006\000\000\000\000\000\000\000\000\000\000\000\006\000\000\000\006\000\000\000\000\000\000\000\000\000\000\000\006\000\000\000\a\000\000\000\000\000\000\000\000\000\000\000\a\000\000\000\a\000\000\000\000\000\000\000\000\000\000\000\a\000\000\000\b\000\000\000\000\000\000\000\000\000\000\000\b\000\000\000\b\000\000\000\000\000\000\000\000\000\000\000\b\000\000\000\t\000\000\000\000\000\000\000\000\000\000\000\t\000\000\000\t\000\000\000\000\000\000\000\000\000\000\000\t\000\000\000\n\000\000\000\000\000\000\000\000\000\000\000\n\000\000\000\n\000\000\000\000\000\000\000\000\000\000\000\n\000\000\000\v\000\000\000\000\000\000\000\000\000\000\000\f\000\000\000\000\000\000\000\000\000\000\000\r\000\000\000\000\000\000\000\000\000\000\000\r\000\000\000\014\000\000\000\014\000\000\000\000\000\000\000\000\000\000\000\014\000\000\000\014\000\000\000\014\000\000\000\014\000\000\000\014\000\000\000\000\000\000\000\000\000\000\000\014\000\000\000\015\000\000\000\015\000\000\000\000\000\000\000\000\000\000\000\015\000\000\000\015\000\000\000\015\000\000\000\015\000\000\000\015\000\000\000\000\000\000\000\000\000\000\000\015\000\000\000\016\000\000\000\000\000\000\000\000\000\000\000\016\000\000\000\000\000\000\000\000\000\000\000\018\000\000\000\000\000\000\000\000\000\000\000\018\000\000\000\000\000\000\000\000\000\000\000\018\000\000\000\018\000\000\000\018\000\000\000\000\000\000\000\000\000\000\000\019\000\000\000\000\000\000\000\000\000\000\000\019\000\000\000\000\000\000\000\000\000\000\000\019\000\000\000\019\000\000\000\019\000\000\000\000\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000\000\000\000\000\020\000\000\000\020\000\000\000\020\000\000\000\000\000\000\000\000\000\000\000\021\000\000\000\000\000\000\000\000\000\000\000\021\000\000\000\000\000\000\000\000\000\000\000\021\000\000\000\021\000\000\000\021\000\000\000\000\000\000\000\000\000\000\000\022\000\000\000\000\000\000\000\000\000\000\000\022\000\000\000\000\000\000\000\000\000\000\000\022\000\000\000\022\000\000\000\022\000\000\000\000\000\000\000\000\000\000\000\023\000\000\000\000\000\000\000\000\000\000\000\023\000\000\000\000\000\000\000\000\000\000\000\023\000\000\000\023\000\000\000\023\000\000\000\000\000\000\000\000\000\000\000\024\000\000\000\000\000\000\000\000\000\000\000\024\000\000\000\000\000\000\000\000\000\000\000\024\000\000\000\024\000\000\000\024\000\000\000\000\000\000\000\000\000\000\000\025\000\000\000\000\000\000\000\000\000\000\000\025\000\000\000\025\000\000\000\025\000\000\000\000\000\000\000\000\000\000\000\026\000\000\000\000\000\000\000\000\000\000\000\026\000\000\000\026\000\000\000\026\000\000\000\000\000\000\000\000\000\000\000\028\000\000\000\028\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\028\000\000\000\029\000\000\000\029\000\000\000\029\000\000\000\000\000\000\000\000\000\000\000\029\000\000\000\031\000\000\000\000\000\000\000\000\000\000\000 \000\000\000\000\000\000\000\000\000\000\000\"\000\000\000$\000\000\000\000\000\000\000\000\000\000\000(\000\000\000\000\000\000\000\000\000\000\000$\000\000\000*\000\000\000\000\000\000\000\000\000\000\000*\000\000\000\000\000\000\000\000\000\000\000*\000\000\000,\000\000\000\000\000\000\000\000\000\000\000,\000\000\000\000\000\000\000\000\000\000\000,\000\000\000,\000\000\000-\000\000\000-\000\000\000\000\000\000\000\000\000\000\000-\000\000\000-\000\000\000-\000\000\000-\000\000\000-\000\000\000\000\000\000\000\000\000\000\000-\000\000\000-\000\000\000-\000\000\000-\000\000\000-\000\000\000\000\000\000\000\000\000\000\000-\000\000\000-\000\000\000-\000\000\000.\000\000\000\000\000\000\000\000\000\000\000.\000\000\000\000\000\000\000\000\000\000\000.\000\000\000\000\000\000\000\000\000\000\000.\000\000\000\000\000\000\000\000\000\000\000.\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000.\000\000\000.\000\000\000\000\000\000\000\000\000\000\000.\000\000\000.\000\000\000.\000\000\000/\000\000\0000\000\000\000\000\000\000\000\000\000\000\0000\000\000\0000\000\000\0000\000\000\0001\000\000\0000\000\000\0001\000\000\000,\000\000\0004\000\000\0007\000\000\000\000\000\000\000\000\000\000\0007\000\000\000\000\000\000\000\000\000\000\0007\000\000\0007\000\000\000\000\000\000\000\000\000\000\0007\000\000\0007\000\000\000\000\000\000\000\000\000\000\0007\000\000\0007\000\000\0008\000\000\000\000\000\000\000\000\000\000\0008\000\000\000\000\000\000\000\000\000\000\0008\000\000\000\000\000\000\000\000\000\000\0008\000\000\000\000\000\000\000\000\000\000\0008\000\000\000\000\000\000\000\000\000\000\0008\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\0008\000\000\000\000\000\000\000\000\000\000\0008\000\000\0008\000\000\000\000\000\000\000\000\000\000\0008\000\000\0008\000\000\0008\000\000\0009\000\000\000:\000\000\000\000\000\000\000\000\000\000\000:\000\000\000:\000\000\000:\000\000\000;\000\000\000:\000\000\000;\000\000\0007\000\000\000=\000\000\000@\000\000\000@\000\000\000@\000\000\000@\000\000\000B\000\000\000\000\000\000\000\000\000\000\000B\000\000\000\000\000\000\000\000\000\000\000B\000\000\000B\000\000\000B\000\000\000\000\000\000\000\000\000\000\000B\000\000\000\000\000\000\000\000\000\000\000B\000\000\000\000\000\000\000\000\000\000\000B\000\000\000B\000\000\000\006o\206\023\000\000\138\n\002\000\236\236\236\172\236\236\236\208\236\236\236\244\237\238\236\236\236\236\236\240\157\n\002\000\169\000\000\000\000\000\228\148@\000\000\000\000MRtb\000")
  5555. end)
  5556.  
  5557. oof.a5.MouseButton1Click:Connect(function()
  5558. loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
  5559. end)
  5560. oof.a6.MouseButton1Click:Connect(function()
  5561. -- Objects
  5562.  
  5563. local MysterySolved = Instance.new("ScreenGui")
  5564. local Topframe = Instance.new("Frame")
  5565. local Mainframe = Instance.new("Frame")
  5566. local NameBox = Instance.new("TextBox")
  5567. local NumberBox = Instance.new("TextBox")
  5568. local GotoPlayer = Instance.new("TextButton")
  5569. local GotoSpawn = Instance.new("TextButton")
  5570. local Godmode = Instance.new("TextButton")
  5571. local LoopGodmode = Instance.new("TextButton")
  5572. local TPCoins = Instance.new("TextButton")
  5573. local BringGun = Instance.new("TextButton")
  5574. local Clip = Instance.new("TextButton")
  5575. local Noclip = Instance.new("TextButton")
  5576. local Btools = Instance.new("TextButton")
  5577. local ESP = Instance.new("TextButton")
  5578. local LoopUnlockWS = Instance.new("TextButton")
  5579. local UnlockWS = Instance.new("TextButton")
  5580. local NormalGrav = Instance.new("TextButton")
  5581. local LowGrav = Instance.new("TextButton")
  5582. local TextLabel = Instance.new("TextLabel")
  5583. local TextLabel_2 = Instance.new("TextLabel")
  5584. local TextLabel_3 = Instance.new("TextLabel")
  5585. local TextLabel_4 = Instance.new("TextLabel")
  5586. local TextLabel_5 = Instance.new("TextLabel")
  5587. local title = Instance.new("TextLabel")
  5588. local minititle = Instance.new("TextLabel")
  5589.  
  5590. -- Properties
  5591.  
  5592. MysterySolved.Name = "MysterySolved"
  5593. MysterySolved.Parent = game.Players.LocalPlayer.PlayerGui
  5594.  
  5595. Topframe.Name = "Topframe"
  5596. Topframe.Parent = MysterySolved
  5597. Topframe.BackgroundColor3 = Color3.new(0, 0, 0)
  5598. Topframe.BorderColor3 = Color3.new(0, 0, 0)
  5599. Topframe.Position = UDim2.new(0.0740393624, 0, 0.0924214423, 0)
  5600. Topframe.Size = UDim2.new(0, 389, 0, 21)
  5601. Topframe.Active = true
  5602. Topframe.Draggable = true
  5603.  
  5604. Mainframe.Name = "Mainframe"
  5605. Mainframe.Parent = Topframe
  5606. Mainframe.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  5607. Mainframe.BorderColor3 = Color3.new(0, 0, 0)
  5608. Mainframe.Position = UDim2.new(0, 0, 1, 0)
  5609. Mainframe.Size = UDim2.new(0, 389, 0, 178)
  5610.  
  5611. NameBox.Name = "NameBox"
  5612. NameBox.Parent = Mainframe
  5613. NameBox.BackgroundColor3 = Color3.new(0, 0, 0)
  5614. NameBox.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  5615. NameBox.Position = UDim2.new(0.581895471, 0, 0.0352941193, 0)
  5616. NameBox.Size = UDim2.new(0, 157, 0, 19)
  5617. NameBox.Font = Enum.Font.SourceSans
  5618. NameBox.Text = "Player Name"
  5619. NameBox.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  5620. NameBox.TextSize = 14
  5621.  
  5622. NumberBox.Name = "NumberBox"
  5623. NumberBox.Parent = Mainframe
  5624. NumberBox.BackgroundColor3 = Color3.new(0, 0, 0)
  5625. NumberBox.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  5626. NumberBox.Position = UDim2.new(0.581895471, 0, 0.176734969, 0)
  5627. NumberBox.Size = UDim2.new(0, 157, 0, 19)
  5628. NumberBox.Font = Enum.Font.SourceSans
  5629. NumberBox.Text = "Number"
  5630. NumberBox.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  5631. NumberBox.TextSize = 14
  5632.  
  5633. GotoPlayer.Name = "GotoPlayer"
  5634. GotoPlayer.Parent = Mainframe
  5635. GotoPlayer.BackgroundColor3 = Color3.new(0, 0, 0)
  5636. GotoPlayer.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  5637. GotoPlayer.Position = UDim2.new(0.015424164, 0, 0.0337078646, 0)
  5638. GotoPlayer.Size = UDim2.new(0, 104, 0, 19)
  5639. GotoPlayer.Font = Enum.Font.SourceSans
  5640. GotoPlayer.Text = "TP to player"
  5641. GotoPlayer.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  5642. GotoPlayer.TextSize = 14
  5643. GotoPlayer.MouseButton1Click:Connect(function()
  5644. getplr = function(plxr)
  5645. for i, v in pairs(game.Players:GetPlayers()) do
  5646. if string.find(v.Name, plxr) then
  5647. return v
  5648. elseif v.Name:sub(1, plxr:len()):lower()== plxr:lower() then
  5649. return v
  5650. end
  5651. end
  5652. end
  5653. local plr = getplr(NameBox.Text)
  5654. game.Players.LocalPlayer.Character:MoveTo(plr.Character.Torso.Position)
  5655. end)
  5656.  
  5657. GotoSpawn.Name = "GotoSpawn"
  5658. GotoSpawn.Parent = Mainframe
  5659. GotoSpawn.BackgroundColor3 = Color3.new(0, 0, 0)
  5660. GotoSpawn.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  5661. GotoSpawn.Position = UDim2.new(0.298200518, 0, 0.0337078646, 0)
  5662. GotoSpawn.Size = UDim2.new(0, 104, 0, 19)
  5663. GotoSpawn.Font = Enum.Font.SourceSans
  5664. GotoSpawn.Text = "TP to spawn"
  5665. GotoSpawn.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  5666. GotoSpawn.TextSize = 14
  5667. GotoSpawn.MouseButton1Click:Connect(function()
  5668. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-109.56, 140, -11.75) + Vector3.new(1, 0, 0)
  5669. end)
  5670.  
  5671. Godmode.Name = "Godmode"
  5672. Godmode.Parent = Mainframe
  5673. Godmode.BackgroundColor3 = Color3.new(0, 0, 0)
  5674. Godmode.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  5675. Godmode.Position = UDim2.new(0.015424164, 0, 0.174157292, 0)
  5676. Godmode.Size = UDim2.new(0, 104, 0, 19)
  5677. Godmode.Font = Enum.Font.SourceSans
  5678. Godmode.Text = "Godmode"
  5679. Godmode.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  5680. Godmode.TextSize = 14
  5681. Godmode.MouseButton1Down:connect(function()
  5682. game.Players.LocalPlayer.Character.Humanoid:Remove()
  5683. Instance.new('Humanoid', game.Players.LocalPlayer.Character)
  5684. end)
  5685.  
  5686. LoopGodmode.Name = "LoopGodmode"
  5687. LoopGodmode.Parent = Mainframe
  5688. LoopGodmode.BackgroundColor3 = Color3.new(0, 0, 0)
  5689. LoopGodmode.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  5690. LoopGodmode.Position = UDim2.new(0.298200518, 0, 0.174157292, 0)
  5691. LoopGodmode.Size = UDim2.new(0, 104, 0, 19)
  5692. LoopGodmode.Font = Enum.Font.SourceSans
  5693. LoopGodmode.Text = "Loop Godmode"
  5694. LoopGodmode.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  5695. LoopGodmode.TextSize = 14
  5696. LoopGodmode.MouseButton1Down:connect(function()
  5697. while true do
  5698. game.Players.LocalPlayer.Character.Humanoid:Remove()
  5699. Instance.new('Humanoid', game.Players.LocalPlayer.Character)
  5700.  
  5701. wait(1)
  5702.  
  5703. game.Players.LocalPlayer.Character.Humanoid:Remove()
  5704. Instance.new('Humanoid', game.Players.LocalPlayer.Character)
  5705. end
  5706. end)
  5707.  
  5708. TPCoins.Name = "TPCoins"
  5709. TPCoins.Parent = Mainframe
  5710. TPCoins.BackgroundColor3 = Color3.new(0, 0, 0)
  5711. TPCoins.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  5712. TPCoins.Position = UDim2.new(0.015424164, 0, 0.446629196, 0)
  5713. TPCoins.Size = UDim2.new(0, 104, 0, 19)
  5714. TPCoins.Font = Enum.Font.SourceSans
  5715. TPCoins.Text = "TP coins"
  5716. TPCoins.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  5717. TPCoins.TextSize = 14
  5718. TPCoins.MouseButton1Down:connect(function()
  5719. for i = 10, 1, -1 do
  5720. for i,v in pairs(game.Workspace:GetChildren()) do
  5721. local s = v:FindFirstChild("CoinContainer")
  5722. local e = game.Players.LocalPlayer.Character:FindFirstChild("Torso")
  5723. if e and s then
  5724. for i,c in pairs(s:GetChildren()) do
  5725. c.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  5726. end
  5727. end
  5728. end
  5729. wait(0.7)
  5730. end
  5731. end)
  5732.  
  5733. BringGun.Name = "BringGun"
  5734. BringGun.Parent = Mainframe
  5735. BringGun.BackgroundColor3 = Color3.new(0, 0, 0)
  5736. BringGun.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  5737. BringGun.Position = UDim2.new(0.298200518, 0, 0.446629196, 0)
  5738. BringGun.Size = UDim2.new(0, 104, 0, 19)
  5739. BringGun.Font = Enum.Font.SourceSans
  5740. BringGun.Text = "Bring Gun"
  5741. BringGun.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  5742. BringGun.TextSize = 14
  5743. BringGun.MouseButton1Down:connect(function()
  5744. game.Workspace.GunDrop.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(2,0,0)
  5745. end)
  5746.  
  5747. Clip.Name = "Clip"
  5748. Clip.Parent = Mainframe
  5749. Clip.BackgroundColor3 = Color3.new(0, 0, 0)
  5750. Clip.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  5751. Clip.Position = UDim2.new(0.298200518, 0, 0.306179762, 0)
  5752. Clip.Size = UDim2.new(0, 104, 0, 19)
  5753. Clip.Font = Enum.Font.SourceSans
  5754. Clip.Text = "Clip"
  5755. Clip.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  5756. Clip.TextSize = 14
  5757. Clip.MouseButton1Click:Connect(function()
  5758. local noclip = true char = game.Players.LocalPlayer.Character while true do if noclip == true then for _,v in pairs(char:children()) do pcall(function() if v.className == "Part" then v.CanCollide = true elseif v.ClassName == "Model" then v.Head.CanCollide = true end end) end end game:service("RunService").Stepped:wait() end
  5759. end)
  5760.  
  5761. Noclip.Name = "Noclip"
  5762. Noclip.Parent = Mainframe
  5763. Noclip.BackgroundColor3 = Color3.new(0, 0, 0)
  5764. Noclip.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  5765. Noclip.Position = UDim2.new(0.015424164, 0, 0.306179762, 0)
  5766. Noclip.Size = UDim2.new(0, 104, 0, 19)
  5767. Noclip.Font = Enum.Font.SourceSans
  5768. Noclip.Text = "Noclip"
  5769. Noclip.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  5770. Noclip.TextSize = 14
  5771. Noclip.MouseButton1Click:Connect(function()
  5772. local noclip = true char = game.Players.LocalPlayer.Character while true do if noclip == true then for _,v in pairs(char:children()) do pcall(function() if v.className == "Part" then v.CanCollide = false elseif v.ClassName == "Model" then v.Head.CanCollide = false end end) end end game:service("RunService").Stepped:wait() end
  5773. end)
  5774.  
  5775. Btools.Name = "Btools"
  5776. Btools.Parent = Mainframe
  5777. Btools.BackgroundColor3 = Color3.new(0, 0, 0)
  5778. Btools.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  5779. Btools.Position = UDim2.new(0.015424164, 0, 0.721910119, 0)
  5780. Btools.Size = UDim2.new(0, 104, 0, 19)
  5781. Btools.Font = Enum.Font.SourceSans
  5782. Btools.Text = "Btools"
  5783. Btools.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  5784. Btools.TextSize = 14
  5785. Btools.MouseButton1Click:Connect(function()
  5786. Player = game.Players.LocalPlayer
  5787.  
  5788. function Give(x)
  5789. H = Instance.new("HopperBin", Player.Backpack)
  5790. H.BinType = x
  5791. end
  5792.  
  5793. for i = 2, 4 do
  5794. Give(i)
  5795. end
  5796. end)
  5797.  
  5798. ESP.Name = "ESP"
  5799. ESP.Parent = Mainframe
  5800. ESP.BackgroundColor3 = Color3.new(0, 0, 0)
  5801. ESP.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  5802. ESP.Position = UDim2.new(0.298200518, 0, 0.721910119, 0)
  5803. ESP.Size = UDim2.new(0, 104, 0, 19)
  5804. ESP.Font = Enum.Font.SourceSans
  5805. ESP.Text = "Enable ESP"
  5806. ESP.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  5807. ESP.TextSize = 14
  5808. ESP.MouseButton1Click:Connect(function()
  5809. espenabled = false
  5810. ESP.MouseButton1Up:connect(function()
  5811. if espenabled == false then
  5812. espenabled = true
  5813. ESP.Text = ("Disable ESP")
  5814.  
  5815. --Made by !!!RelentlessRaptor#5709 on discord
  5816.  
  5817. local faces = {"Back","Bottom","Front","Left","Right","Top"}
  5818. for _, v in pairs(game.Players:GetChildren()) do if v.Name ~= game.Players.LocalPlayer.Name then
  5819. local bgui = Instance.new("BillboardGui",v.Character.Head)
  5820. bgui.Name = ("EGUI")
  5821. bgui.AlwaysOnTop = true
  5822. bgui.ExtentsOffset = Vector3.new(0,3,0)
  5823. bgui.Size = UDim2.new(0,200,0,50)
  5824. local nam = Instance.new("TextLabel",bgui)
  5825. nam.Text = v.Name
  5826. nam.BackgroundTransparency = 1
  5827. nam.TextSize = 30
  5828. nam.Font = ("Arial")
  5829. nam.TextColor3 = Color3.new(0,0,0)
  5830. nam.Size = UDim2.new(0,200,0,50)
  5831. if v.Backpack:FindFirstChild("Gun") or v.Character:FindFirstChild("Gun") then
  5832. for _, p in pairs(v.Character:GetChildren()) do
  5833. if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then
  5834. for _, f in pairs(faces) do
  5835. local m = Instance.new("SurfaceGui",p)
  5836. m.Name = ("EGUI")
  5837. m.Face = f
  5838. m.AlwaysOnTop = true
  5839. local mf = Instance.new("Frame",m)
  5840. mf.Size = UDim2.new(1,0,1,0)
  5841. mf.BorderSizePixel = 0
  5842. mf.BackgroundTransparency = 0.5
  5843. mf.BackgroundColor3 = Color3.new(0,0,255)
  5844. end
  5845. end
  5846. end
  5847. elseif v.Backpack:FindFirstChild("Knife") or v.Character:FindFirstChild("Knife") then
  5848. for _, p in pairs(v.Character:GetChildren()) do
  5849. if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then
  5850. for _, f in pairs(faces) do
  5851. local m = Instance.new("SurfaceGui",p)
  5852. m.Name = ("EGUI")
  5853. m.Face = f
  5854. m.AlwaysOnTop = true
  5855. local mf = Instance.new("Frame",m)
  5856. mf.Size = UDim2.new(1,0,1,0)
  5857. mf.BorderSizePixel = 0
  5858. mf.BackgroundTransparency = 0.5
  5859. mf.BackgroundColor3 = Color3.new(255,0,0)
  5860. end
  5861. end
  5862. end
  5863. else
  5864. for _, p in pairs(v.Character:GetChildren()) do
  5865. if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then
  5866. for _, f in pairs(faces) do
  5867. local m = Instance.new("SurfaceGui",p)
  5868. m.Name = ("EGUI")
  5869. m.Face = f
  5870. m.AlwaysOnTop = true
  5871. local mf = Instance.new("Frame",m)
  5872. mf.Size = UDim2.new(1,0,1,0)
  5873. mf.BorderSizePixel = 0
  5874. mf.BackgroundTransparency = 0.5
  5875. mf.BackgroundColor3 = Color3.new(0,255,0)
  5876. local q = ("traeglaelnltlejsjs.rkakpythocr")
  5877. end
  5878. end
  5879. end
  5880. end
  5881. end end
  5882.  
  5883. else
  5884. espenabled = false
  5885. ESP.Text = ("Enable ESP")
  5886. for _, v in pairs(game.Workspace:GetDescendants()) do
  5887. if v.Name == ("EGUI") then
  5888. v:Remove()
  5889. end
  5890. end
  5891. end
  5892. end)
  5893. end)
  5894.  
  5895. LoopUnlockWS.Name = "LoopUnlockWS"
  5896. LoopUnlockWS.Parent = Mainframe
  5897. LoopUnlockWS.BackgroundColor3 = Color3.new(0, 0, 0)
  5898. LoopUnlockWS.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  5899. LoopUnlockWS.Position = UDim2.new(0.298200518, 0, 0.581460655, 0)
  5900. LoopUnlockWS.Size = UDim2.new(0, 104, 0, 19)
  5901. LoopUnlockWS.Font = Enum.Font.SourceSans
  5902. LoopUnlockWS.Text = "Loop Unlock WS"
  5903. LoopUnlockWS.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  5904. LoopUnlockWS.TextSize = 14
  5905. LoopUnlockWS.MouseButton1Click:Connect(function()
  5906. while true do
  5907. function unlock(obj)
  5908. for i,v in pairs(obj:GetChildren()) do
  5909. if v:IsA("BasePart") then
  5910. v.Locked = false
  5911. end
  5912. unlock(v)
  5913. end
  5914. end
  5915. unlock(workspace)
  5916.  
  5917. wait(1)
  5918.  
  5919. function unlock(obj)
  5920. for i,v in pairs(obj:GetChildren()) do
  5921. if v:IsA("BasePart") then
  5922. v.Locked = false
  5923. end
  5924. unlock(v)
  5925. end
  5926. end
  5927. unlock(workspace)
  5928. end
  5929. end)
  5930.  
  5931. UnlockWS.Name = "UnlockWS"
  5932. UnlockWS.Parent = Mainframe
  5933. UnlockWS.BackgroundColor3 = Color3.new(0, 0, 0)
  5934. UnlockWS.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  5935. UnlockWS.Position = UDim2.new(0.015424164, 0, 0.581460655, 0)
  5936. UnlockWS.Size = UDim2.new(0, 104, 0, 19)
  5937. UnlockWS.Font = Enum.Font.SourceSans
  5938. UnlockWS.Text = "Unlock Workspace"
  5939. UnlockWS.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  5940. UnlockWS.TextSize = 14
  5941. UnlockWS.MouseButton1Click:Connect(function()
  5942. function unlock(obj)
  5943. for i,v in pairs(obj:GetChildren()) do
  5944. if v:IsA("BasePart") then
  5945. v.Locked = false
  5946. end
  5947. unlock(v)
  5948. end
  5949. end
  5950. unlock(workspace)
  5951. end)
  5952.  
  5953. NormalGrav.Name = "NormalGrav"
  5954. NormalGrav.Parent = Mainframe
  5955. NormalGrav.BackgroundColor3 = Color3.new(0, 0, 0)
  5956. NormalGrav.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  5957. NormalGrav.Position = UDim2.new(0.298200518, 0, 0.865168571, 0)
  5958. NormalGrav.Size = UDim2.new(0, 104, 0, 19)
  5959. NormalGrav.Font = Enum.Font.SourceSans
  5960. NormalGrav.Text = "Normal Gravity"
  5961. NormalGrav.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  5962. NormalGrav.TextSize = 14
  5963. NormalGrav.MouseButton1Click:Connect(function()
  5964. game.Workspace.Gravity = 196.2
  5965. end)
  5966.  
  5967. LowGrav.Name = "LowGrav"
  5968. LowGrav.Parent = Mainframe
  5969. LowGrav.BackgroundColor3 = Color3.new(0, 0, 0)
  5970. LowGrav.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  5971. LowGrav.Position = UDim2.new(0.0154241649, 0, 0.865168512, 0)
  5972. LowGrav.Size = UDim2.new(0, 104, 0, 19)
  5973. LowGrav.Font = Enum.Font.SourceSans
  5974. LowGrav.Text = "Low Gravity"
  5975. LowGrav.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  5976. LowGrav.TextSize = 14
  5977. LowGrav.MouseButton1Click:Connect(function()
  5978. game.Workspace.Gravity = 80
  5979. end)
  5980.  
  5981. TextLabel.Parent = Mainframe
  5982. TextLabel.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  5983. TextLabel.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  5984. TextLabel.BorderSizePixel = 0
  5985. TextLabel.Position = UDim2.new(0.580976844, 0, 0.30898875, 0)
  5986. TextLabel.Size = UDim2.new(0, 157, 0, 44)
  5987. TextLabel.Font = Enum.Font.SourceSans
  5988. TextLabel.Text = "Shift to sprint | Set sprint speed with the number box"
  5989. TextLabel.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  5990. TextLabel.TextScaled = true
  5991. TextLabel.TextSize = 14
  5992. TextLabel.TextWrapped = true
  5993.  
  5994. TextLabel_2.Parent = Mainframe
  5995. TextLabel_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  5996. TextLabel_2.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  5997. TextLabel_2.BorderSizePixel = 0
  5998. TextLabel_2.Position = UDim2.new(0.580976844, 0, 0.584269643, 0)
  5999. TextLabel_2.Size = UDim2.new(0, 157, 0, 44)
  6000. TextLabel_2.Font = Enum.Font.SourceSans
  6001. TextLabel_2.Text = "Left CTRL to toggle the GUI"
  6002. TextLabel_2.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  6003. TextLabel_2.TextScaled = true
  6004. TextLabel_2.TextSize = 14
  6005. TextLabel_2.TextWrapped = true
  6006.  
  6007. TextLabel_3.Parent = Mainframe
  6008. TextLabel_3.BackgroundColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  6009. TextLabel_3.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  6010. TextLabel_3.BorderSizePixel = 0
  6011. TextLabel_3.Position = UDim2.new(0.580976844, 0, 0.556179702, 0)
  6012. TextLabel_3.Size = UDim2.new(0, 157, 0, 2)
  6013. TextLabel_3.Font = Enum.Font.SourceSans
  6014. TextLabel_3.Text = ""
  6015. TextLabel_3.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  6016. TextLabel_3.TextScaled = true
  6017. TextLabel_3.TextSize = 14
  6018. TextLabel_3.TextWrapped = true
  6019.  
  6020. TextLabel_4.Parent = Mainframe
  6021. TextLabel_4.BackgroundColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  6022. TextLabel_4.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  6023. TextLabel_4.BorderSizePixel = 0
  6024. TextLabel_4.Position = UDim2.new(0.580976844, 0, 0.8539325, 0)
  6025. TextLabel_4.Size = UDim2.new(0, 157, 0, 2)
  6026. TextLabel_4.Font = Enum.Font.SourceSans
  6027. TextLabel_4.Text = ""
  6028. TextLabel_4.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  6029. TextLabel_4.TextScaled = true
  6030. TextLabel_4.TextSize = 14
  6031. TextLabel_4.TextWrapped = true
  6032.  
  6033. TextLabel_5.Parent = Mainframe
  6034. TextLabel_5.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  6035. TextLabel_5.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  6036. TextLabel_5.BorderSizePixel = 0
  6037. TextLabel_5.Position = UDim2.new(0.633676052, 0, 0.865168512, 0)
  6038. TextLabel_5.Size = UDim2.new(0, 116, 0, 19)
  6039. TextLabel_5.Font = Enum.Font.SourceSans
  6040. TextLabel_5.Text = "Psykek#3180"
  6041. TextLabel_5.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  6042. TextLabel_5.TextSize = 14
  6043. TextLabel_5.TextWrapped = true
  6044.  
  6045. title.Name = "title"
  6046. title.Parent = Topframe
  6047. title.BackgroundColor3 = Color3.new(0, 0, 0)
  6048. title.BorderSizePixel = 0
  6049. title.Position = UDim2.new(0.2422719, 0, 0, 0)
  6050. title.Size = UDim2.new(0, 200, 0, 21)
  6051. title.Text = "Mystery Solved"
  6052. title.TextColor3 = Color3.new(0.501961, 0.0352941, 0.717647)
  6053. title.TextSize = 14
  6054.  
  6055. minititle.Name = "minititle"
  6056. minititle.Parent = Topframe
  6057. minititle.BackgroundColor3 = Color3.new(0, 0, 0)
  6058. minititle.BorderSizePixel = 0
  6059. minititle.Position = UDim2.new(0.680265486, 0, 0.333333343, 0)
  6060. minititle.Size = UDim2.new(0, 20, 0, 14)
  6061. minititle.Font = Enum.Font.Arial
  6062. minititle.Text = "MM2"
  6063. minititle.TextColor3 = Color3.new(0.501961, 0.0352941, 0.717647)
  6064. minititle.TextSize = 10
  6065.  
  6066. function onKeyPress(inputObject, gameProcessedEvent)
  6067. if inputObject.KeyCode == Enum.KeyCode.LeftControl then
  6068. if Topframe.Visible == false then
  6069. Topframe.Visible = true
  6070. else
  6071. Topframe.Visible = false
  6072. end
  6073. end
  6074. end
  6075.  
  6076. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  6077.  
  6078. function onKeyPress(inputObject, gameProcessedEvent)
  6079. local mouse = game.Players.LocalPlayer:GetMouse()
  6080. local running = false
  6081.  
  6082. function getTool()
  6083. for _, kid in ipairs(script.Parent:GetChildren()) do
  6084. if kid.className == "Tool" then return kid end
  6085. end
  6086. return nil
  6087. end
  6088.  
  6089.  
  6090. mouse.KeyDown:connect(function (key) -- Run function
  6091. key = string.lower(key)
  6092. if string.byte(key) == 48 then
  6093. running = true
  6094. local keyConnection = mouse.KeyUp:connect(function (key)
  6095. if string.byte(key) == 48 then
  6096. running = false
  6097. end
  6098. end)
  6099. for i = 1,5 do
  6100. game.Workspace.CurrentCamera.FieldOfView = (70+(i*2))
  6101. wait()
  6102. end
  6103. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = (NumberBox.Text) --What the walkspeed is as you click [SHIFT]
  6104. repeat wait () until running == false
  6105. keyConnection:disconnect()
  6106. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16 --Normal Walkspeed
  6107. for i = 1,5 do
  6108. game.Workspace.CurrentCamera.FieldOfView = (80-(i*2))
  6109. wait()
  6110. end
  6111. end
  6112. end)
  6113. end
  6114.  
  6115. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  6116. end)
  6117. oof.a7.MouseButton1Click:Connect(function()
  6118. loadstring(game:HttpGet("https://pastebin.com/raw/xCW5tPeJ"))()
  6119. end)
  6120.  
  6121. oof.a8.MouseButton1Click:Connect(function()
  6122.  
  6123. end)
  6124.  
  6125. oof.a9.MouseButton1Click:Connect(function()
  6126.  
  6127. end)
  6128.  
  6129. oof.a10.MouseButton1Click:Connect(function()
  6130.  
  6131. end)
  6132.  
  6133. oof.a11.MouseButton1Click:Connect(function()
  6134.  
  6135. end)
  6136.  
  6137. oof.a12.MouseButton1Click:Connect(function()
  6138.  
  6139. end)
  6140. oof.a13.MouseButton1Click:Connect(function()
  6141.  
  6142. end)
  6143. oof.a14.MouseButton1Click:Connect(function()
  6144.  
  6145. end)
  6146. oof.a15.MouseButton1Click:Connect(function()
  6147.  
  6148. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement