Advertisement
CroClex

adadadaw

Oct 13th, 2019
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.03 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local nitroxide = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local Boarder = Instance.new("Frame")
  7. local closebtn = Instance.new("TextButton")
  8. local title = Instance.new("TextLabel")
  9. local logo = Instance.new("ImageLabel")
  10. local thing = Instance.new("Frame")
  11. local tbexplorer = Instance.new("TextLabel")
  12. local container = Instance.new("ScrollingFrame")
  13. local remotes = Instance.new("Frame")
  14. local image = Instance.new("ImageLabel")
  15. local Text = Instance.new("TextLabel")
  16. local Counter = Instance.new("TextLabel")
  17. local button1 = Instance.new("TextButton")
  18. local button2 = Instance.new("TextButton")
  19. local UIListLayout = Instance.new("UIListLayout")
  20. local tada = Instance.new("TextLabel")
  21. local others = Instance.new("Frame")
  22. local remoteev = Instance.new("TextButton")
  23. local _1 = Instance.new("ImageLabel")
  24. local remotefunc = Instance.new("TextButton")
  25. local _2 = Instance.new("ImageLabel")
  26. local bindableevnt = Instance.new("TextButton")
  27. local _3 = Instance.new("ImageLabel")
  28. local tools = Instance.new("Frame")
  29. local TextLabel = Instance.new("TextLabel")
  30. local httpspybtn = Instance.new("TextButton")
  31. local httpimage = Instance.new("ImageLabel")
  32. local codebtn = Instance.new("TextButton")
  33. local codeimg = Instance.new("ImageLabel")
  34. local container2 = Instance.new("ScrollingFrame")
  35. local functions = Instance.new("Frame")
  36. local image_2 = Instance.new("ImageLabel")
  37. local Text_2 = Instance.new("TextLabel")
  38. local Counter_2 = Instance.new("TextLabel")
  39. local button1_2 = Instance.new("TextButton")
  40. local button2_2 = Instance.new("TextButton")
  41. local UIListLayout_2 = Instance.new("UIListLayout")
  42. local container3 = Instance.new("ScrollingFrame")
  43. local bindables = Instance.new("Frame")
  44. local image_3 = Instance.new("ImageLabel")
  45. local Text_3 = Instance.new("TextLabel")
  46. local Counter_3 = Instance.new("TextLabel")
  47. local button1_3 = Instance.new("TextButton")
  48. local button2_3 = Instance.new("TextButton")
  49. local UIListLayout_3 = Instance.new("UIListLayout")
  50. local openbtn = Instance.new("TextButton")
  51. local Padding = 5;
  52. local nextPosition = UDim2.new(0, 0, 0, Padding);
  53.  
  54.  
  55. --Properties:
  56. nitroxide.Name = "nitroxide"
  57. nitroxide.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  58. nitroxide.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  59.  
  60. Main.Name = "Main"
  61. Main.Parent = nitroxide
  62. Main.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  63. Main.BorderColor3 = Color3.new(0.333333, 1, 1)
  64. Main.Position = UDim2.new(0.26404494, 0, 0.171717167, 0)
  65. Main.Size = UDim2.new(0, 631, 0, 455)
  66. Main.Draggable = true
  67.  
  68. Boarder.Name = "Boarder"
  69. Boarder.Parent = Main
  70. Boarder.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  71. Boarder.BorderSizePixel = 0
  72. Boarder.Size = UDim2.new(0, 631, 0, 25)
  73.  
  74. closebtn.Name = "closebtn"
  75. closebtn.Parent = Boarder
  76. closebtn.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  77. closebtn.BorderSizePixel = 0
  78. closebtn.Position = UDim2.new(0.922345459, 0, 0, 0)
  79. closebtn.Size = UDim2.new(0, 49, 0, 25)
  80. closebtn.Font = Enum.Font.SourceSans
  81. closebtn.Text = "X"
  82. closebtn.TextColor3 = Color3.new(1, 1, 1)
  83. closebtn.TextSize = 25
  84. closebtn.TextWrapped = true
  85. closebtn.MouseButton1Click:connect(function()
  86. Main.Visible = false
  87. end)
  88.  
  89.  
  90. title.Name = "title"
  91. title.Parent = Boarder
  92. title.BackgroundColor3 = Color3.new(1, 1, 1)
  93. title.BackgroundTransparency = 1
  94. title.Position = UDim2.new(0.15689382, 0, -0.119999997, 0)
  95. title.Size = UDim2.new(0, 58, 0, 31)
  96. title.Font = Enum.Font.SourceSans
  97. title.Text = "Nitroxide - epic remotespy"
  98. title.TextColor3 = Color3.new(1, 1, 1)
  99. title.TextSize = 20
  100.  
  101. logo.Name = "logo"
  102. logo.Parent = Boarder
  103. logo.BackgroundColor3 = Color3.new(1, 1, 1)
  104. logo.Position = UDim2.new(0.00475435797, 0, 0.0799999982, 0)
  105. logo.Size = UDim2.new(0, 23, 0, 21)
  106. logo.Image = "http://www.roblox.com/asset/?id=4106563823"
  107.  
  108. thing.Name = "thing"
  109. thing.Parent = Main
  110. thing.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  111. thing.BorderSizePixel = 0
  112. thing.Position = UDim2.new(0, 0, 0.0706214309, 0)
  113. thing.Size = UDim2.new(0, 114, 0, 296)
  114.  
  115. tbexplorer.Name = "tbexplorer"
  116. tbexplorer.Parent = thing
  117. tbexplorer.BackgroundColor3 = Color3.new(1, 1, 1)
  118. tbexplorer.BackgroundTransparency = 1
  119. tbexplorer.Position = UDim2.new(0, 0, -0.0337837823, 0)
  120. tbexplorer.Size = UDim2.new(0, 99, 0, 30)
  121. tbexplorer.Font = Enum.Font.SourceSans
  122. tbexplorer.Text = "Table Explorer"
  123. tbexplorer.TextColor3 = Color3.new(1, 1, 1)
  124. tbexplorer.TextSize = 18
  125.  
  126. container.Name = "container"
  127. container.Parent = Main
  128. container.BackgroundColor3 = Color3.new(1, 1, 1)
  129. container.BackgroundTransparency = 1
  130. container.BorderSizePixel = 0
  131. container.Position = UDim2.new(0.180665612, 0, 0.141242996, 0)
  132. container.Size = UDim2.new(0, 517, 0, 231)
  133. container.Visible = false
  134. container.CanvasSize = UDim2.new(0, 0, 5, 0)
  135.  
  136. remotes.Name = "remotes"
  137. remotes.Parent = container
  138. remotes.BackgroundColor3 = Color3.new(1, 1, 1)
  139. remotes.BackgroundTransparency = 1
  140. remotes.Position = UDim2.new(-0.00580270588, 0, 0.000449106097, 0)
  141. remotes.Size = UDim2.new(0, 262, 0, 27)
  142.  
  143. image.Name = "image"
  144. image.Parent = remotes
  145. image.BackgroundColor3 = Color3.new(1, 1, 1)
  146. image.BackgroundTransparency = 1
  147. image.Position = UDim2.new(-0.0229007639, 0, -0.0740740746, 0)
  148. image.Size = UDim2.new(0, 42, 0, 19)
  149. image.Image = "http://www.roblox.com/asset/?id=413369506"
  150.  
  151. Text.Name = "Text"
  152. Text.Parent = remotes
  153. Text.BackgroundColor3 = Color3.new(1, 1, 1)
  154. Text.BackgroundTransparency = 1
  155. Text.Position = UDim2.new(0.137404576, 0, -0.148188278, 0)
  156. Text.Size = UDim2.new(0, 171, 0, 27)
  157. Text.Font = Enum.Font.Code
  158. Text.Text = "ExampleOfRemote"
  159. Text.TextColor3 = Color3.new(1, 1, 1)
  160. Text.TextScaled = true
  161. Text.TextSize = 9
  162. Text.TextWrapped = true
  163.  
  164. Counter.Name = "Counter"
  165. Counter.Parent = remotes
  166. Counter.BackgroundColor3 = Color3.new(1, 1, 1)
  167. Counter.BackgroundTransparency = 1
  168. Counter.Position = UDim2.new(1.78490114, 0, -0.0370771624, 0)
  169. Counter.Size = UDim2.new(0, 28, 0, 27)
  170. Counter.Font = Enum.Font.Cartoon
  171. Counter.Text = "0"
  172. Counter.TextColor3 = Color3.new(1, 1, 1)
  173. Counter.TextScaled = true
  174. Counter.TextSize = 9
  175. Counter.TextWrapped = true
  176.  
  177. button1.Name = "button1"
  178. button1.Parent = remotes
  179. button1.BackgroundColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  180. button1.BorderSizePixel = 0
  181. button1.Position = UDim2.new(1.06106865, 0, 0.148148149, 0)
  182. button1.Size = UDim2.new(0, 84, 0, 18)
  183. button1.Font = Enum.Font.SourceSans
  184. button1.Text = "WIP"
  185. button1.TextColor3 = Color3.new(1, 1, 1)
  186. button1.TextScaled = true
  187. button1.TextSize = 14
  188. button1.TextWrapped = true
  189.  
  190. button2.Name = "button2"
  191. button2.Parent = remotes
  192. button2.BackgroundColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  193. button2.BorderSizePixel = 0
  194. button2.Position = UDim2.new(1.42366409, 0, 0.148148149, 0)
  195. button2.Size = UDim2.new(0, 84, 0, 18)
  196. button2.Font = Enum.Font.SourceSans
  197. button2.Text = "WIP"
  198. button2.TextColor3 = Color3.new(1, 1, 1)
  199. button2.TextScaled = true
  200. button2.TextSize = 14
  201. button2.TextWrapped = true
  202.  
  203. UIListLayout.Parent = container
  204. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  205.  
  206. tada.Name = "tada"
  207. tada.Parent = Main
  208. tada.BackgroundColor3 = Color3.new(1, 1, 1)
  209. tada.BackgroundTransparency = 1
  210. tada.Position = UDim2.new(0.196513474, 0, 0.0685371011, 0)
  211. tada.Size = UDim2.new(0, 151, 0, 19)
  212. tada.Font = Enum.Font.SourceSans
  213. tada.Text = "RemoteSpy"
  214. tada.TextColor3 = Color3.new(1, 1, 1)
  215. tada.TextScaled = true
  216. tada.TextSize = 14
  217. tada.TextWrapped = true
  218.  
  219. others.Name = "others"
  220. others.Parent = Main
  221. others.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  222. others.BorderSizePixel = 0
  223. others.Position = UDim2.new(0.180665612, 0, 0.650549471, 0)
  224. others.Size = UDim2.new(0, 517, 0, 33)
  225.  
  226. remotee = false
  227. remotef = false
  228. binda = false
  229.  
  230.  
  231.  
  232. remoteev.Name = "remoteev"
  233. remoteev.Parent = others
  234. remoteev.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  235. remoteev.BorderSizePixel = 0
  236. remoteev.Position = UDim2.new(0, 0, 0.0909090936, 0)
  237. remoteev.Size = UDim2.new(0, 102, 0, 27)
  238. remoteev.Font = Enum.Font.SourceSans
  239. remoteev.Text = " RemoteEvent"
  240. remoteev.TextColor3 = Color3.new(1, 1, 1)
  241. remoteev.TextSize = 14
  242. remoteev.TextWrapped = true
  243.  
  244.  
  245.  
  246. _1.Name = "1"
  247. _1.Parent = remoteev
  248. _1.BackgroundColor3 = Color3.new(1, 1, 1)
  249. _1.BackgroundTransparency = 1
  250. _1.Position = UDim2.new(-0.0116054155, 0, 0.0774406642, 0)
  251. _1.Size = UDim2.new(0, 31, 0, 23)
  252. _1.Image = "http://www.roblox.com/asset/?id=413369506"
  253.  
  254. remotefunc.Name = "remotefunc"
  255. remotefunc.Parent = others
  256. remotefunc.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  257. remotefunc.BorderSizePixel = 0
  258. remotefunc.Position = UDim2.new(0.20309478, 0, 0.0909090936, 0)
  259. remotefunc.Size = UDim2.new(0, 102, 0, 27)
  260. remotefunc.Font = Enum.Font.SourceSans
  261. remotefunc.Text = " RemoteFunc"
  262. remotefunc.TextColor3 = Color3.new(1, 1, 1)
  263. remotefunc.TextSize = 14
  264. remotefunc.TextWrapped = true
  265.  
  266. _2.Name = "2"
  267. _2.Parent = remotefunc
  268. _2.BackgroundColor3 = Color3.new(1, 1, 1)
  269. _2.BackgroundTransparency = 1
  270. _2.Position = UDim2.new(0, 0, 0.0774411783, 0)
  271. _2.Size = UDim2.new(0, 32, 0, 23)
  272. _2.Image = "http://www.roblox.com/asset/?id=413369623"
  273.  
  274. bindableevnt.Name = "bindableevnt"
  275. bindableevnt.Parent = others
  276. bindableevnt.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  277. bindableevnt.BorderSizePixel = 0
  278. bindableevnt.Position = UDim2.new(0.40038687, 0, 0.0909090936, 0)
  279. bindableevnt.Size = UDim2.new(0, 102, 0, 27)
  280. bindableevnt.Font = Enum.Font.SourceSans
  281. bindableevnt.Text = " BindableEvent"
  282. bindableevnt.TextColor3 = Color3.new(1, 1, 1)
  283. bindableevnt.TextSize = 14
  284. bindableevnt.TextWrapped = true
  285.  
  286. _3.Name = "3"
  287. _3.Parent = bindableevnt
  288. _3.BackgroundColor3 = Color3.new(1, 1, 1)
  289. _3.BackgroundTransparency = 1
  290. _3.Position = UDim2.new(0, 0, 0.0774411783, 0)
  291. _3.Size = UDim2.new(0, 32, 0, 23)
  292. _3.Image = "http://www.roblox.com/asset/?id=1149451346"
  293.  
  294. tools.Name = "tools"
  295. tools.Parent = Main
  296. tools.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  297. tools.BorderSizePixel = 0
  298. tools.Position = UDim2.new(0, 0, 0.721170902, 0)
  299. tools.Size = UDim2.new(0, 114, 0, 126)
  300.  
  301. TextLabel.Parent = tools
  302. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  303. TextLabel.BackgroundTransparency = 1
  304. TextLabel.Position = UDim2.new(0.0327661522, 0, -0.0229548216, 0)
  305. TextLabel.Size = UDim2.new(0, 105, 0, 24)
  306. TextLabel.Font = Enum.Font.SourceSans
  307. TextLabel.Text = "Tools"
  308. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  309. TextLabel.TextScaled = true
  310. TextLabel.TextSize = 14
  311. TextLabel.TextWrapped = true
  312.  
  313. httpspybtn.Name = "httpspybtn"
  314. httpspybtn.Parent = tools
  315. httpspybtn.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  316. httpspybtn.BorderSizePixel = 0
  317. httpspybtn.Position = UDim2.new(0.0614035092, 0, 0.246031746, 0)
  318. httpspybtn.Size = UDim2.new(0, 98, 0, 29)
  319. httpspybtn.Font = Enum.Font.SourceSans
  320. httpspybtn.Text = " HttpSpy"
  321. httpspybtn.TextColor3 = Color3.new(1, 1, 1)
  322. httpspybtn.TextSize = 20
  323. httpspybtn.TextWrapped = true
  324.  
  325. httpimage.Name = "httpimage"
  326. httpimage.Parent = httpspybtn
  327. httpimage.BackgroundColor3 = Color3.new(1, 1, 1)
  328. httpimage.BackgroundTransparency = 1
  329. httpimage.Position = UDim2.new(-0.0408163257, 0, 0, 0)
  330. httpimage.Size = UDim2.new(0, 37, 0, 29)
  331. httpimage.Image = "http://www.roblox.com/asset/?id=210900517"
  332.  
  333. codebtn.Name = "codebtn"
  334. codebtn.Parent = tools
  335. codebtn.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  336. codebtn.BorderSizePixel = 0
  337. codebtn.Position = UDim2.new(0.0701754391, 0, 0.587301612, 0)
  338. codebtn.Size = UDim2.new(0, 98, 0, 29)
  339. codebtn.Font = Enum.Font.SourceSans
  340. codebtn.Text = " Code"
  341. codebtn.TextColor3 = Color3.new(1, 1, 1)
  342. codebtn.TextSize = 20
  343. codebtn.TextWrapped = true
  344.  
  345. codeimg.Name = "codeimg"
  346. codeimg.Parent = codebtn
  347. codeimg.BackgroundColor3 = Color3.new(1, 1, 1)
  348. codeimg.BackgroundTransparency = 1
  349. codeimg.Position = UDim2.new(-0.0408163257, 0, 0, 0)
  350. codeimg.Size = UDim2.new(0, 37, 0, 29)
  351. codeimg.Image = "http://www.roblox.com/asset/?id=119890217"
  352.  
  353. container2.Name = "container2"
  354. container2.Parent = Main
  355. container2.BackgroundColor3 = Color3.new(1, 1, 1)
  356. container2.BackgroundTransparency = 1
  357. container2.BorderSizePixel = 0
  358. container2.Position = UDim2.new(0.180665612, 0, 0.141242996, 0)
  359. container2.Size = UDim2.new(0, 517, 0, 231)
  360. container2.Visible = false
  361. container2.CanvasSize = UDim2.new(0, 0, 5, 0)
  362.  
  363. functions.Name = "functions"
  364. functions.Parent = container2
  365. functions.BackgroundColor3 = Color3.new(1, 1, 1)
  366. functions.BackgroundTransparency = 1
  367. functions.Position = UDim2.new(-0.00580270588, 0, 0.000449106097, 0)
  368. functions.Size = UDim2.new(0, 262, 0, 27)
  369.  
  370. image_2.Name = "image"
  371. image_2.Parent = functions
  372. image_2.BackgroundColor3 = Color3.new(1, 1, 1)
  373. image_2.BackgroundTransparency = 1
  374. image_2.Position = UDim2.new(-0.0229007639, 0, -0.0740740746, 0)
  375. image_2.Size = UDim2.new(0, 42, 0, 19)
  376. image_2.Image = "rbxassetid://413369623"
  377.  
  378. Text_2.Name = "Text"
  379. Text_2.Parent = functions
  380. Text_2.BackgroundColor3 = Color3.new(1, 1, 1)
  381. Text_2.BackgroundTransparency = 1
  382. Text_2.Position = UDim2.new(0.137404576, 0, -0.148188278, 0)
  383. Text_2.Size = UDim2.new(0, 171, 0, 27)
  384. Text_2.Font = Enum.Font.Code
  385. Text_2.Text = "ExampleOfRemote"
  386. Text_2.TextColor3 = Color3.new(1, 1, 1)
  387. Text_2.TextScaled = true
  388. Text_2.TextSize = 9
  389. Text_2.TextWrapped = true
  390.  
  391. Counter_2.Name = "Counter"
  392. Counter_2.Parent = functions
  393. Counter_2.BackgroundColor3 = Color3.new(1, 1, 1)
  394. Counter_2.BackgroundTransparency = 1
  395. Counter_2.Position = UDim2.new(1.78490114, 0, -0.0370771624, 0)
  396. Counter_2.Size = UDim2.new(0, 28, 0, 27)
  397. Counter_2.Font = Enum.Font.Cartoon
  398. Counter_2.Text = "0"
  399. Counter_2.TextColor3 = Color3.new(1, 1, 1)
  400. Counter_2.TextScaled = true
  401. Counter_2.TextSize = 9
  402. Counter_2.TextWrapped = true
  403.  
  404. button1_2.Name = "button1"
  405. button1_2.Parent = functions
  406. button1_2.BackgroundColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  407. button1_2.BorderSizePixel = 0
  408. button1_2.Position = UDim2.new(1.06106865, 0, 0.148148149, 0)
  409. button1_2.Size = UDim2.new(0, 84, 0, 18)
  410. button1_2.Font = Enum.Font.SourceSans
  411. button1_2.Text = "WIP"
  412. button1_2.TextColor3 = Color3.new(1, 1, 1)
  413. button1_2.TextScaled = true
  414. button1_2.TextSize = 14
  415. button1_2.TextWrapped = true
  416.  
  417. button2_2.Name = "button2"
  418. button2_2.Parent = functions
  419. button2_2.BackgroundColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  420. button2_2.BorderSizePixel = 0
  421. button2_2.Position = UDim2.new(1.42366409, 0, 0.148148149, 0)
  422. button2_2.Size = UDim2.new(0, 84, 0, 18)
  423. button2_2.Font = Enum.Font.SourceSans
  424. button2_2.Text = "WIP"
  425. button2_2.TextColor3 = Color3.new(1, 1, 1)
  426. button2_2.TextScaled = true
  427. button2_2.TextSize = 14
  428. button2_2.TextWrapped = true
  429.  
  430. UIListLayout_2.Parent = container2
  431. UIListLayout_2.SortOrder = Enum.SortOrder.LayoutOrder
  432.  
  433. container3.Name = "container3"
  434. container3.Parent = Main
  435. container3.BackgroundColor3 = Color3.new(1, 1, 1)
  436. container3.BackgroundTransparency = 1
  437. container3.BorderSizePixel = 0
  438. container3.Position = UDim2.new(0.180665612, 0, 0.141242996, 0)
  439. container3.Size = UDim2.new(0, 517, 0, 231)
  440. container3.Visible = false
  441. container3.CanvasSize = UDim2.new(0, 0, 5, 0)
  442.  
  443. bindables.Name = "bindables"
  444. bindables.Parent = container3
  445. bindables.BackgroundColor3 = Color3.new(1, 1, 1)
  446. bindables.BackgroundTransparency = 1
  447. bindables.Position = UDim2.new(-0.00580270588, 0, 0.000449106097, 0)
  448. bindables.Size = UDim2.new(0, 262, 0, 27)
  449.  
  450. image_3.Name = "image"
  451. image_3.Parent = bindables
  452. image_3.BackgroundColor3 = Color3.new(1, 1, 1)
  453. image_3.BackgroundTransparency = 1
  454. image_3.Position = UDim2.new(-0.00763358828, 0, 0.0370370373, 0)
  455. image_3.Size = UDim2.new(0, 42, 0, 24)
  456. image_3.Image = "rbxassetid://1149451346"
  457.  
  458. Text_3.Name = "Text"
  459. Text_3.Parent = bindables
  460. Text_3.BackgroundColor3 = Color3.new(1, 1, 1)
  461. Text_3.BackgroundTransparency = 1
  462. Text_3.Position = UDim2.new(0.133587778, 0, -0.074114196, 0)
  463. Text_3.Size = UDim2.new(0, 171, 0, 27)
  464. Text_3.Font = Enum.Font.Code
  465. Text_3.Text = "ExampleOfRemote"
  466. Text_3.TextColor3 = Color3.new(1, 1, 1)
  467. Text_3.TextScaled = true
  468. Text_3.TextSize = 9
  469. Text_3.TextWrapped = true
  470.  
  471. Counter_3.Name = "Counter"
  472. Counter_3.Parent = bindables
  473. Counter_3.BackgroundColor3 = Color3.new(1, 1, 1)
  474. Counter_3.BackgroundTransparency = 1
  475. Counter_3.Position = UDim2.new(1.78490114, 0, -0.0370771624, 0)
  476. Counter_3.Size = UDim2.new(0, 28, 0, 27)
  477. Counter_3.Font = Enum.Font.Cartoon
  478. Counter_3.Text = "0"
  479. Counter_3.TextColor3 = Color3.new(1, 1, 1)
  480. Counter_3.TextScaled = true
  481. Counter_3.TextSize = 9
  482. Counter_3.TextWrapped = true
  483.  
  484. button1_3.Name = "button1"
  485. button1_3.Parent = bindables
  486. button1_3.BackgroundColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  487. button1_3.BorderSizePixel = 0
  488. button1_3.Position = UDim2.new(1.06106865, 0, 0.148148149, 0)
  489. button1_3.Size = UDim2.new(0, 84, 0, 18)
  490. button1_3.Font = Enum.Font.SourceSans
  491. button1_3.Text = "WIP"
  492. button1_3.TextColor3 = Color3.new(1, 1, 1)
  493. button1_3.TextScaled = true
  494. button1_3.TextSize = 14
  495. button1_3.TextWrapped = true
  496.  
  497. button2_3.Name = "button2"
  498. button2_3.Parent = bindables
  499. button2_3.BackgroundColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  500. button2_3.BorderSizePixel = 0
  501. button2_3.Position = UDim2.new(1.42366409, 0, 0.148148149, 0)
  502. button2_3.Size = UDim2.new(0, 84, 0, 18)
  503. button2_3.Font = Enum.Font.SourceSans
  504. button2_3.Text = "WIP"
  505. button2_3.TextColor3 = Color3.new(1, 1, 1)
  506. button2_3.TextScaled = true
  507. button2_3.TextSize = 14
  508. button2_3.TextWrapped = true
  509.  
  510. UIListLayout_3.Parent = container3
  511. UIListLayout_3.SortOrder = Enum.SortOrder.LayoutOrder
  512.  
  513. openbtn.Name = "openbtn"
  514. openbtn.Parent = nitroxide
  515. openbtn.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  516. openbtn.Position = UDim2.new(0, 0, 0.509379506, 0)
  517. openbtn.Size = UDim2.new(0, 200, 0, 50)
  518. openbtn.Font = Enum.Font.SourceSans
  519. openbtn.Text = "Nitroxide"
  520. openbtn.TextColor3 = Color3.new(1, 1, 1)
  521. openbtn.TextScaled = true
  522. openbtn.TextSize = 14
  523. openbtn.TextWrapped = true
  524. -- Scripts:
  525.  
  526.  
  527. SpyEvented = false
  528.  
  529. SpyFunctioned = false
  530.  
  531. SpyBindabled = false
  532.  
  533. function SpyEvents()
  534. local Objects = {};
  535.  
  536. local function NewRemote(v)
  537. local ObjectElement = remotes:Clone();
  538. ObjectElement.Position = nextPosition;
  539. ObjectElement.Parent = container;
  540. ObjectElement.Counter.Text = "1";
  541. ObjectElement.Visible = true;
  542. ObjectElement.Text.Text = v.Name;
  543. nextPosition = nextPosition + UDim2.new(0, 0 , 0, ObjectElement.Size.Y.Offset + Padding);
  544. Objects[v] = ObjectElement
  545. end;
  546.  
  547. local function AddCount(obj)
  548. obj.Counter.Text = tonumber(obj.Counter.Text) + 1;
  549. end;
  550.  
  551. local OLD_namecall;
  552. local OLD_FireServer;
  553.  
  554. local Ignores = {
  555. ["CharacterSoundEvent"] = true;
  556. ["SayMessageRequest"] = true;
  557. };
  558.  
  559. OLD_namecall = hookfunction(getrawmetatable(game).__namecall, newcclosure(function(self, ...)
  560. local Method = string.lower(getnamecallmethod());
  561.  
  562. if Method == "fireserver" and Objects[self] then
  563. AddCount(Objects[self]);
  564. elseif Method == "fireserver" then
  565. NewRemote(self);
  566. end;
  567.  
  568.  
  569.  
  570.  
  571. return OLD_namecall(self, ...);
  572. end));
  573.  
  574. end
  575.  
  576. function SpyFunctions()
  577. local Objects2 = {};
  578.  
  579. local function NewRemote2(v)
  580. local ObjectElement2 = functions:Clone();
  581. ObjectElement2.Position = nextPosition;
  582. ObjectElement2.Parent = container2;
  583. ObjectElement2.Counter_2.Text = "1";
  584. ObjectElement2.Visible = true;
  585. ObjectElement2.Text_2.Text = v.Name;
  586. nextPosition = nextPosition + UDim2.new(0, 0 , 0, ObjectElement2.Size.Y.Offset + Padding);
  587. Objects2[v] = ObjectElement2
  588. end;
  589.  
  590. local function AddCount2(obj)
  591. obj.Counter_2.Text = tonumber(obj.Counter_2.Text) + 1;
  592. end;
  593.  
  594. local OLD_namecall2;
  595. local OLD_FireServer2;
  596.  
  597. local Ignores = {
  598. ["CharacterSoundEvent"] = true;
  599. ["SayMessageRequest"] = true;
  600. };
  601.  
  602. OLD_namecall2 = hookfunction(getrawmetatable(game).__namecall, newcclosure(function(self, ...)
  603. local Method2 = string.lower(getnamecallmethod());
  604.  
  605. if Method2 == "invokeserver" and Objects2[self] then
  606. AddCount2(Objects2[self]);
  607. elseif Method2 == "invokeserver" then
  608. NewRemote2(self);
  609. end;
  610.  
  611.  
  612.  
  613.  
  614. return OLD_namecall2(self, ...);
  615. end));
  616.  
  617. end
  618.  
  619. function SpyBindables()
  620. local Objects3 = {};
  621.  
  622. local function NewRemote3(v)
  623. local ObjectElement3 = bindables:Clone();
  624. ObjectElement3.Position = nextPosition;
  625. ObjectElement3.Parent = container3;
  626. ObjectElement3.Counter_3.Text = "1";
  627. ObjectElement3.Visible = true;
  628. ObjectElement3.Text_3.Text = v.Name;
  629. nextPosition = nextPosition + UDim2.new(0, 0 , 0, ObjectElement3.Size.Y.Offset + Padding);
  630. Objects3[v] = ObjectElement3
  631. end;
  632.  
  633. local function AddCount3(obj)
  634. obj.Counter_3.Text = tonumber(obj.Counter_3.Text) + 1;
  635. end;
  636.  
  637. local OLD_namecall3;
  638. local OLD_FireServer3;
  639.  
  640. local Ignores = {
  641. ["CharacterSoundEvent"] = true;
  642. ["SayMessageRequest"] = true;
  643. };
  644.  
  645. OLD_namecall3 = hookfunction(getrawmetatable(game).__namecall, newcclosure(function(self, ...)
  646. local Method3 = string.lower(getnamecallmethod());
  647.  
  648. if Method3 == "fire" and Objects3[self] then
  649. AddCount3(Objects3[self]);
  650. elseif Method3 == "fire" then
  651. NewRemote3(self);
  652. end;
  653.  
  654.  
  655.  
  656.  
  657. return OLD_namecall3(self, ...);
  658. end));
  659.  
  660. end
  661.  
  662. remoteev.MouseButton1Click:connect(function()
  663. container2.Visible = false
  664. container3.Visible = false
  665. container.Visible = true
  666. if SpyEvented == false then
  667. SpyEvented = true
  668. SpyEvents()
  669. elseif SpyEvented == true then
  670.  
  671. end
  672. end)
  673.  
  674. remotefunc.MouseButton1Click:connect(function()
  675. container2.Visible = true
  676. container3.Visible = false
  677. container.Visible = false
  678. if SpyFunctioned == false then
  679. SpyFunctioned = true
  680. SpyFunctions()
  681. elseif SpyFunctioned == true then
  682.  
  683. end
  684. end)
  685.  
  686. bindableevnt.MouseButton1Click:connect(function()
  687. container2.Visible = false
  688. container3.Visible = true
  689. container.Visible = false
  690. container.Visible = false
  691. if SpyBindabled == false then
  692. SpyBindabled = true
  693. SpyBindables()
  694. elseif SpyBindabled == true then
  695.  
  696. end
  697. end)
  698.  
  699. openbtn.MouseButton1Click:connect(function()
  700. Main.Visible = true
  701. end)
  702.  
  703.  
  704. local dragger = {};
  705.  
  706. do -- Copied from wally's hub lol
  707. local mouse = game:GetService("Players").LocalPlayer:GetMouse();
  708. local inputService = game:GetService('UserInputService');
  709. local heartbeat = game:GetService("RunService").Heartbeat;
  710. -- // credits to Ririchi / Inori for this cute drag function :)
  711. function dragger.new(frame)
  712. local s, event = pcall(function()
  713. return frame.MouseEnter
  714. end)
  715.  
  716. if s then
  717. frame.Active = true;
  718.  
  719. event:connect(function()
  720. local input = frame.InputBegan:connect(function(key)
  721. if key.UserInputType == Enum.UserInputType.MouseButton1 then
  722. local objectPosition = Vector2.new(mouse.X - frame.AbsolutePosition.X, mouse.Y - frame.AbsolutePosition.Y);
  723. while heartbeat:wait() and inputService:IsMouseButtonPressed(Enum.UserInputType.MouseButton1) do
  724. pcall(function()
  725. frame:TweenPosition(UDim2.new(0, mouse.X - objectPosition.X + (frame.Size.X.Offset * frame.AnchorPoint.X), 0, mouse.Y - objectPosition.Y + (frame.Size.Y.Offset * frame.AnchorPoint.Y)), 'Out', 'Linear', 0.05, true);
  726. end)
  727. end
  728. end
  729. end)
  730.  
  731. local leave;
  732. leave = frame.MouseLeave:connect(function()
  733. input:disconnect();
  734. leave:disconnect();
  735. end)
  736. end)
  737. end
  738. end
  739.  
  740. game:GetService('UserInputService').InputBegan:connect(function(key, gpe)
  741. if (not gpe) then
  742. if key.KeyCode == Enum.KeyCode.RightControl then
  743. library.toggled = not library.toggled;
  744. for i, data in next, library.queue do
  745. local pos = (library.toggled and data.p or UDim2.new(-1, 0, -0.5,0))
  746. data.w:TweenPosition(pos, (library.toggled and 'Out' or 'In'), 'Quad', 0.15, true)
  747. wait();
  748. end
  749. end
  750. end
  751. end)
  752. end;
  753.  
  754. dragger.new(Main);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement