Advertisement
Guest User

impact jr

a guest
Jun 25th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.39 KB | None | 0 0
  1. -- Farewell infortality
  2. -- Revamp by ImFrostic, Version 2.81
  3.  
  4. -- Objects
  5.  
  6. local ImpactJr = Instance.new("ScreenGui")
  7. local Login = Instance.new("Frame")
  8. local USERNAME = Instance.new("TextBox")
  9. local PASS = Instance.new("TextBox")
  10. local Login_2 = Instance.new("TextButton")
  11. local TextLabel = Instance.new("TextLabel")
  12. local MainFrame = Instance.new("Frame")
  13. local BAR1 = Instance.new("Frame")
  14. local BAR2 = Instance.new("Frame")
  15. local TITLE = Instance.new("TextLabel")
  16. local Walkspeed = Instance.new("TextLabel")
  17. local JumpPower = Instance.new("TextLabel")
  18. local Fire = Instance.new("TextLabel")
  19. local ForceField = Instance.new("TextLabel")
  20. local Btools = Instance.new("TextLabel")
  21. local Noclip = Instance.new("TextLabel")
  22. local _0 = Instance.new("TextBox")
  23. local _02 = Instance.new("TextBox")
  24. local _03 = Instance.new("TextBox")
  25. local _06 = Instance.new("TextBox")
  26. local _05 = Instance.new("TextBox")
  27. local ENTER6 = Instance.new("TextButton")
  28. local ENTER1 = Instance.new("TextButton")
  29. local ENTER2 = Instance.new("TextButton")
  30. local ENTER3 = Instance.new("TextButton")
  31. local ENTER4 = Instance.new("TextButton")
  32. local ENTER5 = Instance.new("TextButton")
  33. local _04 = Instance.new("TextBox")
  34. local LUAEXXE = Instance.new("Frame")
  35. local Frame = Instance.new("Frame")
  36. local Frame_2 = Instance.new("Frame")
  37. local TextLabel_2 = Instance.new("TextLabel")
  38. local TextBox = Instance.new("TextBox")
  39. local TextButton = Instance.new("TextButton")
  40. local TextButton_2 = Instance.new("TextButton")
  41. local TextButton_3 = Instance.new("TextButton")
  42. local TextButton_4 = Instance.new("TextButton")
  43. local ImageLabel = Instance.new("ImageLabel")
  44. local TextLabel_3 = Instance.new("TextLabel")
  45. local ScriptHub = Instance.new("Frame")
  46. local Frame_3 = Instance.new("Frame")
  47. local Frame_4 = Instance.new("Frame")
  48. local TITLE_2 = Instance.new("TextLabel")
  49. local ROBOT = Instance.new("TextButton")
  50. local GOD = Instance.new("TextButton")
  51. local KIDNAP = Instance.new("TextButton")
  52. local FLY = Instance.new("TextButton")
  53. local ROEXPLOIT = Instance.new("TextButton")
  54. local ROCKY = Instance.new("TextButton")
  55. local ADMIN = Instance.new("TextButton")
  56. local TITAN = Instance.new("TextButton")
  57. local GRABKNIFE = Instance.new("TextButton")
  58. local RockyHub = Instance.new("Frame")
  59. local TextLabel_4 = Instance.new("TextLabel")
  60. local MAINGUI = Instance.new("TextButton")
  61. local LUAGUI = Instance.new("TextButton")
  62. local SCRIPTGUI = Instance.new("TextButton")
  63. local BAR1_2 = Instance.new("Frame")
  64. local BAR3 = Instance.new("Frame")
  65. local BAR3_2 = Instance.new("Frame")
  66. local TextButton_5 = Instance.new("TextButton")
  67.  
  68. -- Properties
  69.  
  70. ImpactJr.Name = "Impact Jr."
  71. ImpactJr.Parent = game.StarterGui
  72.  
  73. Login.Name = "Login"
  74. Login.Parent = ImpactJr
  75. Login.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  76. Login.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  77. Login.Size = UDim2.new(0, 244, 0, 762)
  78.  
  79. USERNAME.Name = "USERNAME"
  80. USERNAME.Parent = Login
  81. USERNAME.BackgroundColor3 = Color3.new(1, 1, 1)
  82. USERNAME.Position = UDim2.new(0.0568654649, 0, 0.133858263, 0)
  83. USERNAME.Size = UDim2.new(0, 162, 0, 56)
  84. USERNAME.Font = Enum.Font.SciFi
  85. USERNAME.Text = "Username here."
  86. USERNAME.TextColor3 = Color3.new(0, 0, 0)
  87. USERNAME.TextSize = 20
  88.  
  89. PASS.Name = "PASS:"
  90. PASS.Parent = Login
  91. PASS.BackgroundColor3 = Color3.new(1, 1, 1)
  92. PASS.Position = UDim2.new(0.0568654649, 0, 0.301837265, 0)
  93. PASS.Size = UDim2.new(0, 162, 0, 64)
  94. PASS.Font = Enum.Font.SciFi
  95. PASS.Text = "Password here."
  96. PASS.TextColor3 = Color3.new(0, 0, 0)
  97. PASS.TextSize = 20
  98.  
  99. Login_2.Name = "Login"
  100. Login_2.Parent = Login
  101. Login_2.BackgroundColor3 = Color3.new(1, 1, 1)
  102. Login_2.Position = UDim2.new(0.0305131767, 0, 0.547244072, 0)
  103. Login_2.Size = UDim2.new(0, 200, 0, 100)
  104. Login_2.Font = Enum.Font.SciFi
  105. Login_2.Text = "Login"
  106. Login_2.TextColor3 = Color3.new(0, 0, 0)
  107. Login_2.TextSize = 20
  108.  
  109. TextLabel.Parent = Login
  110. TextLabel.BackgroundColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  111. TextLabel.Size = UDim2.new(0, 244, 0, 49)
  112. TextLabel.Font = Enum.Font.SciFi
  113. TextLabel.Text = "Impact Jr."
  114. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  115. TextLabel.TextSize = 14
  116.  
  117. MainFrame.Name = "MainFrame"
  118. MainFrame.Parent = ImpactJr
  119. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  120. MainFrame.BorderColor3 = Color3.new(1, 1, 1)
  121. MainFrame.BorderSizePixel = 3
  122. MainFrame.Position = UDim2.new(-0.0293912478, 0, 0.755905509, 0)
  123. MainFrame.Size = UDim2.new(0, 656, 0, 309)
  124.  
  125. BAR1.Name = "BAR-1"
  126. BAR1.Parent = MainFrame
  127. BAR1.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  128. BAR1.Size = UDim2.new(0, 656, 0, 32)
  129.  
  130. BAR2.Name = "BAR-2"
  131. BAR2.Parent = MainFrame
  132. BAR2.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  133. BAR2.Position = UDim2.new(0, 0, 0.110032365, 0)
  134. BAR2.Size = UDim2.new(0, 656, 0, 8)
  135.  
  136. TITLE.Name = "TITLE"
  137. TITLE.Parent = MainFrame
  138. TITLE.BackgroundColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  139. TITLE.Size = UDim2.new(0, 656, 0, 31)
  140. TITLE.Font = Enum.Font.SciFi
  141. TITLE.Text = "Local Player Commands"
  142. TITLE.TextColor3 = Color3.new(0, 0, 0)
  143. TITLE.TextSize = 20
  144.  
  145. Walkspeed.Name = "Walkspeed"
  146. Walkspeed.Parent = MainFrame
  147. Walkspeed.BackgroundColor3 = Color3.new(1, 1, 1)
  148. Walkspeed.Position = UDim2.new(0.0121951215, 0, 0.281553388, 0)
  149. Walkspeed.Size = UDim2.new(0, 166, 0, 48)
  150. Walkspeed.Font = Enum.Font.SciFi
  151. Walkspeed.Text = "Walkspeed"
  152. Walkspeed.TextColor3 = Color3.new(0, 0, 0)
  153. Walkspeed.TextSize = 20
  154.  
  155. JumpPower.Name = "JumpPower"
  156. JumpPower.Parent = MainFrame
  157. JumpPower.BackgroundColor3 = Color3.new(1, 1, 1)
  158. JumpPower.BorderSizePixel = 0
  159. JumpPower.Position = UDim2.new(0.298780501, 0, 0.281553388, 0)
  160. JumpPower.Size = UDim2.new(0, 166, 0, 48)
  161. JumpPower.Font = Enum.Font.SciFi
  162. JumpPower.Text = "JumpPower"
  163. JumpPower.TextColor3 = Color3.new(0, 0, 0)
  164. JumpPower.TextSize = 20
  165.  
  166. Fire.Name = "Fire"
  167. Fire.Parent = MainFrame
  168. Fire.BackgroundColor3 = Color3.new(1, 1, 1)
  169. Fire.Position = UDim2.new(0.579268277, 0, 0.281553388, 0)
  170. Fire.Size = UDim2.new(0, 262, 0, 48)
  171. Fire.Font = Enum.Font.SciFi
  172. Fire.Text = "Fire"
  173. Fire.TextColor3 = Color3.new(0, 0, 0)
  174. Fire.TextSize = 20
  175.  
  176. ForceField.Name = "ForceField"
  177. ForceField.Parent = MainFrame
  178. ForceField.BackgroundColor3 = Color3.new(1, 1, 1)
  179. ForceField.Position = UDim2.new(0.579268277, 0, 0.63754046, 0)
  180. ForceField.Size = UDim2.new(0, 262, 0, 41)
  181. ForceField.Font = Enum.Font.SciFi
  182. ForceField.Text = "JumpPower"
  183. ForceField.TextColor3 = Color3.new(0, 0, 0)
  184. ForceField.TextSize = 20
  185.  
  186. Btools.Name = "Btools"
  187. Btools.Parent = MainFrame
  188. Btools.BackgroundColor3 = Color3.new(1, 1, 1)
  189. Btools.Position = UDim2.new(0.298780501, 0, 0.63754046, 0)
  190. Btools.Size = UDim2.new(0, 166, 0, 41)
  191. Btools.Font = Enum.Font.SciFi
  192. Btools.Text = "ForceField"
  193. Btools.TextColor3 = Color3.new(0, 0, 0)
  194. Btools.TextSize = 20
  195.  
  196. Noclip.Name = "Noclip"
  197. Noclip.Parent = MainFrame
  198. Noclip.BackgroundColor3 = Color3.new(1, 1, 1)
  199. Noclip.Position = UDim2.new(0.0121951215, 0, 0.63754046, 0)
  200. Noclip.Size = UDim2.new(0, 166, 0, 41)
  201. Noclip.Font = Enum.Font.SciFi
  202. Noclip.Text = "Btools"
  203. Noclip.TextColor3 = Color3.new(0, 0, 0)
  204. Noclip.TextSize = 20
  205.  
  206. _0.Name = "0"
  207. _0.Parent = MainFrame
  208. _0.BackgroundColor3 = Color3.new(1, 1, 1)
  209. _0.Position = UDim2.new(0.0213414636, 0, 0.456310689, 0)
  210. _0.Size = UDim2.new(0, 151, 0, 25)
  211. _0.Font = Enum.Font.SciFi
  212. _0.Text = "0"
  213. _0.TextColor3 = Color3.new(0, 0, 0)
  214. _0.TextSize = 20
  215.  
  216. _02.Name = "0-2"
  217. _02.Parent = MainFrame
  218. _02.BackgroundColor3 = Color3.new(1, 1, 1)
  219. _02.Position = UDim2.new(0.307926834, 0, 0.456310689, 0)
  220. _02.Size = UDim2.new(0, 154, 0, 24)
  221. _02.Font = Enum.Font.SciFi
  222. _02.Text = "0"
  223. _02.TextColor3 = Color3.new(0, 0, 0)
  224. _02.TextSize = 20
  225.  
  226. _03.Name = "0-3"
  227. _03.Parent = MainFrame
  228. _03.BackgroundColor3 = Color3.new(1, 1, 1)
  229. _03.Position = UDim2.new(0.307926834, 0, 0.792880237, 0)
  230. _03.Size = UDim2.new(0, 154, 0, 24)
  231. _03.Font = Enum.Font.SciFi
  232. _03.Text = "0"
  233. _03.TextColor3 = Color3.new(0, 0, 0)
  234. _03.TextSize = 20
  235.  
  236. _06.Name = "0-6"
  237. _06.Parent = MainFrame
  238. _06.BackgroundColor3 = Color3.new(1, 1, 1)
  239. _06.Position = UDim2.new(0.0213414636, 0, 0.792880237, 0)
  240. _06.Size = UDim2.new(0, 151, 0, 24)
  241. _06.Font = Enum.Font.SciFi
  242. _06.Text = "0"
  243. _06.TextColor3 = Color3.new(0, 0, 0)
  244. _06.TextSize = 20
  245.  
  246. _05.Name = "0-5"
  247. _05.Parent = MainFrame
  248. _05.BackgroundColor3 = Color3.new(1, 1, 1)
  249. _05.Position = UDim2.new(0.591463387, 0, 0.792880237, 0)
  250. _05.Size = UDim2.new(0, 246, 0, 24)
  251. _05.Font = Enum.Font.SciFi
  252. _05.Text = "0"
  253. _05.TextColor3 = Color3.new(0, 0, 0)
  254. _05.TextSize = 20
  255.  
  256. ENTER6.Name = "ENTER-6"
  257. ENTER6.Parent = MainFrame
  258. ENTER6.BackgroundColor3 = Color3.new(1, 1, 1)
  259. ENTER6.Position = UDim2.new(0.0365853645, 0, 0.88996762, 0)
  260. ENTER6.Size = UDim2.new(0, 134, 0, 19)
  261. ENTER6.Font = Enum.Font.SciFi
  262. ENTER6.Text = "Apply"
  263. ENTER6.TextColor3 = Color3.new(0, 0, 0)
  264. ENTER6.TextSize = 14
  265.  
  266. ENTER1.Name = "ENTER-1"
  267. ENTER1.Parent = MainFrame
  268. ENTER1.BackgroundColor3 = Color3.new(1, 1, 1)
  269. ENTER1.Position = UDim2.new(0.0365853645, 0, 0.537216842, 0)
  270. ENTER1.Size = UDim2.new(0, 129, 0, 22)
  271. ENTER1.Font = Enum.Font.SciFi
  272. ENTER1.Text = "Apply"
  273. ENTER1.TextColor3 = Color3.new(0, 0, 0)
  274. ENTER1.TextSize = 14
  275.  
  276. ENTER2.Name = "ENTER-2"
  277. ENTER2.Parent = MainFrame
  278. ENTER2.BackgroundColor3 = Color3.new(1, 1, 1)
  279. ENTER2.Position = UDim2.new(0.323170722, 0, 0.537216842, 0)
  280. ENTER2.Size = UDim2.new(0, 134, 0, 22)
  281. ENTER2.Font = Enum.Font.SciFi
  282. ENTER2.Text = "Apply"
  283. ENTER2.TextColor3 = Color3.new(0, 0, 0)
  284. ENTER2.TextSize = 14
  285.  
  286. ENTER3.Name = "ENTER-3"
  287. ENTER3.Parent = MainFrame
  288. ENTER3.BackgroundColor3 = Color3.new(1, 1, 1)
  289. ENTER3.Position = UDim2.new(0.605182946, 0, 0.537216842, 0)
  290. ENTER3.Size = UDim2.new(0, 229, 0, 22)
  291. ENTER3.Font = Enum.Font.SciFi
  292. ENTER3.Text = "Apply"
  293. ENTER3.TextColor3 = Color3.new(0, 0, 0)
  294. ENTER3.TextSize = 14
  295.  
  296. ENTER4.Name = "ENTER-4"
  297. ENTER4.Parent = MainFrame
  298. ENTER4.BackgroundColor3 = Color3.new(1, 1, 1)
  299. ENTER4.Position = UDim2.new(0.605182946, 0, 0.88996762, 0)
  300. ENTER4.Size = UDim2.new(0, 229, 0, 19)
  301. ENTER4.Font = Enum.Font.SciFi
  302. ENTER4.Text = "Apply"
  303. ENTER4.TextColor3 = Color3.new(0, 0, 0)
  304. ENTER4.TextSize = 14
  305.  
  306. ENTER5.Name = "ENTER-5"
  307. ENTER5.Parent = MainFrame
  308. ENTER5.BackgroundColor3 = Color3.new(1, 1, 1)
  309. ENTER5.Position = UDim2.new(0.326219499, 0, 0.88996762, 0)
  310. ENTER5.Size = UDim2.new(0, 133, 0, 19)
  311. ENTER5.Font = Enum.Font.SciFi
  312. ENTER5.Text = "Apply"
  313. ENTER5.TextColor3 = Color3.new(0, 0, 0)
  314. ENTER5.TextSize = 14
  315.  
  316. _04.Name = "0-4"
  317. _04.Parent = MainFrame
  318. _04.BackgroundColor3 = Color3.new(1, 1, 1)
  319. _04.Position = UDim2.new(0.591463387, 0, 0.456310689, 0)
  320. _04.Size = UDim2.new(0, 246, 0, 23)
  321. _04.Font = Enum.Font.SciFi
  322. _04.Text = "0"
  323. _04.TextColor3 = Color3.new(0, 0, 0)
  324. _04.TextSize = 20
  325.  
  326. LUAEXXE.Name = "LUA.EXXE"
  327. LUAEXXE.Parent = ImpactJr
  328. LUAEXXE.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  329. LUAEXXE.Position = UDim2.new(0.117993459, 0, 0.825459361, 0)
  330. LUAEXXE.Size = UDim2.new(0, 451, 0, 408)
  331.  
  332. Frame.Parent = LUAEXXE
  333. Frame.BackgroundColor3 = Color3.new(0.372549, 0.372549, 0.372549)
  334. Frame.Size = UDim2.new(0, 451, 0, 31)
  335.  
  336. Frame_2.Parent = LUAEXXE
  337. Frame_2.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  338. Frame_2.Position = UDim2.new(0, 0, 0.0808823556, 0)
  339. Frame_2.Size = UDim2.new(0, 451, 0, 14)
  340.  
  341. TextLabel_2.Parent = LUAEXXE
  342. TextLabel_2.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  343. TextLabel_2.Size = UDim2.new(0, 451, 0, 30)
  344. TextLabel_2.Font = Enum.Font.SciFi
  345. TextLabel_2.Text = "Full Lua Executor"
  346. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  347. TextLabel_2.TextScaled = true
  348. TextLabel_2.TextSize = 20
  349. TextLabel_2.TextWrapped = true
  350.  
  351. TextBox.Parent = LUAEXXE
  352. TextBox.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  353. TextBox.Position = UDim2.new(-0.363636374, 0, 0.551470578, 0)
  354. TextBox.Size = UDim2.new(0, 451, 0, 296)
  355. TextBox.Font = Enum.Font.Code
  356. TextBox.Text = "Execute Scripts Here"
  357. TextBox.TextColor3 = Color3.new(1, 1, 1)
  358. TextBox.TextScaled = true
  359. TextBox.TextSize = 20
  360. TextBox.TextWrapped = true
  361.  
  362. TextButton.Parent = LUAEXXE
  363. TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
  364. TextButton.Position = UDim2.new(0, 0, 0.90196079, 0)
  365. TextButton.Size = UDim2.new(0, 200, 0, 40)
  366. TextButton.Font = Enum.Font.SciFi
  367. TextButton.Text = "Execute"
  368. TextButton.TextColor3 = Color3.new(1, 1, 1)
  369. TextButton.TextSize = 20
  370.  
  371. TextButton_2.Parent = LUAEXXE
  372. TextButton_2.BackgroundColor3 = Color3.new(0, 0, 0)
  373. TextButton_2.Position = UDim2.new(0.802660763, 0, 0.90196079, 0)
  374. TextButton_2.Size = UDim2.new(0, 89, 0, 40)
  375. TextButton_2.Font = Enum.Font.SciFi
  376. TextButton_2.TextColor3 = Color3.new(1, 1, 1)
  377. TextButton_2.TextSize = 20
  378.  
  379. TextButton_3.Parent = LUAEXXE
  380. TextButton_3.BackgroundColor3 = Color3.new(0, 0, 0)
  381. TextButton_3.Position = UDim2.new(0.443458974, 0, 0.90196079, 0)
  382. TextButton_3.Size = UDim2.new(0, 161, 0, 40)
  383. TextButton_3.Font = Enum.Font.SciFi
  384. TextButton_3.Text = "Open"
  385. TextButton_3.TextColor3 = Color3.new(1, 1, 1)
  386. TextButton_3.TextSize = 20
  387.  
  388. TextButton_4.Parent = LUAEXXE
  389. TextButton_4.BackgroundColor3 = Color3.new(1, 1, 1)
  390. TextButton_4.Position = UDim2.new(0.913525522, 0, 0, 0)
  391. TextButton_4.Size = UDim2.new(0, 39, 0, 28)
  392. TextButton_4.Font = Enum.Font.SciFi
  393. TextButton_4.Text = "X"
  394. TextButton_4.TextColor3 = Color3.new(1, 0, 0)
  395. TextButton_4.TextSize = 23
  396.  
  397. ImageLabel.Parent = LUAEXXE
  398. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  399. ImageLabel.Size = UDim2.new(0, 32, 0, 28)
  400. ImageLabel.Image = "rbxassetid://109930262"
  401.  
  402. TextLabel_3.Parent = LUAEXXE
  403. TextLabel_3.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  404. TextLabel_3.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  405. TextLabel_3.Position = UDim2.new(0, 0, 0.174019605, 0)
  406. TextLabel_3.Size = UDim2.new(0, 141, 0, 21)
  407. TextLabel_3.Font = Enum.Font.SciFi
  408. TextLabel_3.Text = "EXECUTE"
  409. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  410. TextLabel_3.TextSize = 14
  411.  
  412. ScriptHub.Name = "Script Hub"
  413. ScriptHub.Parent = ImpactJr
  414. ScriptHub.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  415. ScriptHub.Position = UDim2.new(0.0100574717, 0, 0.678477705, 0)
  416. ScriptHub.Size = UDim2.new(0, 689, 0, 234)
  417.  
  418. Frame_3.Parent = ScriptHub
  419. Frame_3.BackgroundColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  420. Frame_3.Size = UDim2.new(0, 689, 0, 51)
  421.  
  422. Frame_4.Parent = ScriptHub
  423. Frame_4.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  424. Frame_4.Position = UDim2.new(0, 0, 0.179487184, 0)
  425. Frame_4.Size = UDim2.new(0, 689, 0, 17)
  426.  
  427. TITLE_2.Name = "TITLE"
  428. TITLE_2.Parent = ScriptHub
  429. TITLE_2.BackgroundColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  430. TITLE_2.Size = UDim2.new(0, 536, 0, 59)
  431. TITLE_2.Font = Enum.Font.SciFi
  432. TITLE_2.Text = "Script Hub"
  433. TITLE_2.TextColor3 = Color3.new(1, 1, 1)
  434. TITLE_2.TextScaled = true
  435. TITLE_2.TextSize = 20
  436. TITLE_2.TextWrapped = true
  437.  
  438. ROBOT.Name = "ROBOT"
  439. ROBOT.Parent = ScriptHub
  440. ROBOT.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  441. ROBOT.Position = UDim2.new(0.0261194035, 0, 0.22102426, 0)
  442. ROBOT.Size = UDim2.new(0, 92, 0, 65)
  443. ROBOT.Font = Enum.Font.SciFi
  444. ROBOT.Text = "Robot"
  445. ROBOT.TextColor3 = Color3.new(0, 0.666667, 1)
  446. ROBOT.TextScaled = true
  447. ROBOT.TextSize = 14
  448. ROBOT.TextWrapped = true
  449.  
  450. GOD.Name = "GOD"
  451. GOD.Parent = ScriptHub
  452. GOD.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  453. GOD.Position = UDim2.new(0.298507452, 0, 0.22102426, 0)
  454. GOD.Size = UDim2.new(0, 192, 0, 65)
  455. GOD.Font = Enum.Font.SciFi
  456. GOD.Text = "God / FE"
  457. GOD.TextColor3 = Color3.new(0, 0.666667, 1)
  458. GOD.TextScaled = true
  459. GOD.TextSize = 14
  460. GOD.TextWrapped = true
  461.  
  462. KIDNAP.Name = "KIDNAP"
  463. KIDNAP.Parent = ScriptHub
  464. KIDNAP.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  465. KIDNAP.Position = UDim2.new(0.817164183, 0, 0.22102426, 0)
  466. KIDNAP.Size = UDim2.new(0, 92, 0, 65)
  467. KIDNAP.Font = Enum.Font.SciFi
  468. KIDNAP.Text = "Kidnap"
  469. KIDNAP.TextColor3 = Color3.new(0, 0.666667, 1)
  470. KIDNAP.TextScaled = true
  471. KIDNAP.TextSize = 14
  472. KIDNAP.TextWrapped = true
  473.  
  474. FLY.Name = "FLY"
  475. FLY.Parent = ScriptHub
  476. FLY.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  477. FLY.Position = UDim2.new(0.817164183, 0, 0.533692718, 0)
  478. FLY.Size = UDim2.new(0, 92, 0, 77)
  479. FLY.Font = Enum.Font.SciFi
  480. FLY.Text = "Fly"
  481. FLY.TextColor3 = Color3.new(0, 0.666667, 1)
  482. FLY.TextScaled = true
  483. FLY.TextSize = 14
  484. FLY.TextWrapped = true
  485.  
  486. ROEXPLOIT.Name = "RO-EXPLOIT"
  487. ROEXPLOIT.Parent = ScriptHub
  488. ROEXPLOIT.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  489. ROEXPLOIT.Position = UDim2.new(0.817164183, 0, 0.773584902, 0)
  490. ROEXPLOIT.Size = UDim2.new(0, 92, 0, 74)
  491. ROEXPLOIT.Font = Enum.Font.SourceSans
  492. ROEXPLOIT.Text = "Ro-Exploit 6.0"
  493. ROEXPLOIT.TextColor3 = Color3.new(0, 0.666667, 1)
  494. ROEXPLOIT.TextScaled = true
  495. ROEXPLOIT.TextSize = 14
  496. ROEXPLOIT.TextWrapped = true
  497.  
  498. ROCKY.Name = "ROCKY"
  499. ROCKY.Parent = ScriptHub
  500. ROCKY.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  501. ROCKY.Position = UDim2.new(0.298507452, 0, 0.504043102, 0)
  502. ROCKY.Size = UDim2.new(0, 192, 0, 64)
  503. ROCKY.Font = Enum.Font.SciFi
  504. ROCKY.Text = "ROCKY2U (Admin)"
  505. ROCKY.TextColor3 = Color3.new(0, 0.666667, 1)
  506. ROCKY.TextScaled = true
  507. ROCKY.TextSize = 14
  508. ROCKY.TextWrapped = true
  509.  
  510. ADMIN.Name = "ADMIN"
  511. ADMIN.Parent = ScriptHub
  512. ADMIN.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  513. ADMIN.Position = UDim2.new(0.298507452, 0, 0.797843695, 0)
  514. ADMIN.Size = UDim2.new(0, 192, 0, 65)
  515. ADMIN.Font = Enum.Font.SciFi
  516. ADMIN.Text = "Admin"
  517. ADMIN.TextColor3 = Color3.new(0, 0.666667, 1)
  518. ADMIN.TextScaled = true
  519. ADMIN.TextSize = 14
  520. ADMIN.TextWrapped = true
  521.  
  522. TITAN.Name = "TITAN"
  523. TITAN.Parent = ScriptHub
  524. TITAN.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  525. TITAN.Position = UDim2.new(0.0261194035, 0, 0.504043102, 0)
  526. TITAN.Size = UDim2.new(0, 92, 0, 64)
  527. TITAN.Font = Enum.Font.SciFi
  528. TITAN.Text = "Titan"
  529. TITAN.TextColor3 = Color3.new(0, 0.666667, 1)
  530. TITAN.TextScaled = true
  531. TITAN.TextSize = 14
  532. TITAN.TextWrapped = true
  533.  
  534. GRABKNIFE.Name = "GRABKNIFE"
  535. GRABKNIFE.Parent = ScriptHub
  536. GRABKNIFE.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  537. GRABKNIFE.Position = UDim2.new(0.0261194035, 0, 0.797843695, 0)
  538. GRABKNIFE.Size = UDim2.new(0, 92, 0, 65)
  539. GRABKNIFE.Font = Enum.Font.SciFi
  540. GRABKNIFE.Text = "Grab Knife"
  541. GRABKNIFE.TextColor3 = Color3.new(0, 0.666667, 1)
  542. GRABKNIFE.TextScaled = true
  543. GRABKNIFE.TextSize = 14
  544. GRABKNIFE.TextWrapped = true
  545.  
  546. RockyHub.Name = "Rocky.Hub"
  547. RockyHub.Parent = ImpactJr
  548. RockyHub.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  549. RockyHub.Position = UDim2.new(0.133620694, 0, 0.782152236, 0)
  550. RockyHub.Size = UDim2.new(0, 483, 0, 277)
  551.  
  552. TextLabel_4.Parent = RockyHub
  553. TextLabel_4.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  554. TextLabel_4.Size = UDim2.new(0, 483, 0, 58)
  555. TextLabel_4.Font = Enum.Font.SciFi
  556. TextLabel_4.Text = "Impact Jr. Hub"
  557. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  558. TextLabel_4.TextScaled = true
  559. TextLabel_4.TextSize = 14
  560. TextLabel_4.TextWrapped = true
  561.  
  562. MAINGUI.Name = "MAIN-GUI"
  563. MAINGUI.Parent = RockyHub
  564. MAINGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  565. MAINGUI.Position = UDim2.new(0.0310559012, 0, 0.209386274, 0)
  566. MAINGUI.Size = UDim2.new(0, 106, 0, 53)
  567. MAINGUI.Font = Enum.Font.SciFi
  568. MAINGUI.Text = "MainFrame"
  569. MAINGUI.TextColor3 = Color3.new(0, 0, 0)
  570. MAINGUI.TextSize = 14
  571.  
  572. LUAGUI.Name = "LUA-GUI"
  573. LUAGUI.Parent = RockyHub
  574. LUAGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  575. LUAGUI.Position = UDim2.new(0.724637687, 0, 0.794223845, 0)
  576. LUAGUI.Size = UDim2.new(0, 102, 0, 50)
  577. LUAGUI.Font = Enum.Font.SciFi
  578. LUAGUI.Text = "LUA.EXE GUI"
  579. LUAGUI.TextColor3 = Color3.new(0, 0, 0)
  580. LUAGUI.TextSize = 14
  581.  
  582. SCRIPTGUI.Name = "SCRIPT-GUI"
  583. SCRIPTGUI.Parent = RockyHub
  584. SCRIPTGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  585. SCRIPTGUI.Position = UDim2.new(0.0310559012, 0, 0.794223845, 0)
  586. SCRIPTGUI.Size = UDim2.new(0, 106, 0, 50)
  587. SCRIPTGUI.Font = Enum.Font.SciFi
  588. SCRIPTGUI.Text = "Script Hub"
  589. SCRIPTGUI.TextColor3 = Color3.new(0, 0, 0)
  590. SCRIPTGUI.TextSize = 14
  591.  
  592. BAR1_2.Name = "BAR-1"
  593. BAR1_2.Parent = RockyHub
  594. BAR1_2.BackgroundColor3 = Color3.new(1, 1, 1)
  595. BAR1_2.Size = UDim2.new(0, 42, 0, 9)
  596.  
  597. BAR3.Name = "BAR-3"
  598. BAR3.Parent = RockyHub
  599. BAR3.BackgroundColor3 = Color3.new(1, 1, 1)
  600. BAR3.Size = UDim2.new(0, 42, 0, 9)
  601.  
  602. BAR3_2.Name = "BAR-3"
  603. BAR3_2.Parent = RockyHub
  604. BAR3_2.BackgroundColor3 = Color3.new(1, 1, 1)
  605. BAR3_2.Size = UDim2.new(0, 42, 0, 9)
  606.  
  607. TextButton_5.Parent = RockyHub
  608. TextButton_5.BackgroundColor3 = Color3.new(1, 1, 1)
  609. TextButton_5.Position = UDim2.new(0.921325028, 0, 0, 0)
  610. TextButton_5.Size = UDim2.new(0, 38, 0, 40)
  611. TextButton_5.Font = Enum.Font.SciFi
  612. TextButton_5.Text = "Exit"
  613. TextButton_5.TextColor3 = Color3.new(0, 0, 0)
  614. TextButton_5.TextScaled = true
  615. TextButton_5.TextSize = 14
  616. TextButton_5.TextWrapped = true
  617.  
  618. -- Scripts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement