Advertisement
Guest User

Untitled

a guest
Jan 12th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.06 KB | None | 0 0
  1. -- Objects
  2.  
  3. local Admin = Instance.new("ScreenGui")
  4. local Open = Instance.new("TextButton")
  5. local MainFrame = Instance.new("Frame")
  6. local Frame1 = Instance.new("Frame")
  7. local Explode = Instance.new("TextButton")
  8. local WalkSpeed = Instance.new("TextButton")
  9. local Title = Instance.new("TextLabel")
  10. local Value = Instance.new("TextBox")
  11. local Unpunish = Instance.new("TextButton")
  12. local Message = Instance.new("TextButton")
  13. local OpenSB = Instance.new("TextButton")
  14. local Punish = Instance.new("TextButton")
  15. local Shutdown = Instance.new("TextButton")
  16. local Target1 = Instance.new("TextBox")
  17. local Target2 = Instance.new("TextBox")
  18. local TargetName = Instance.new("TextBox")
  19. local Teleport = Instance.new("TextButton")
  20. local UnFF = Instance.new("TextButton")
  21. local Appearance = Instance.new("TextButton")
  22. local KickButton = Instance.new("TextButton")
  23. local Kill = Instance.new("TextButton")
  24. local Fog = Instance.new("TextButton")
  25. local God = Instance.new("TextButton")
  26. local Health = Instance.new("TextButton")
  27. local Hint = Instance.new("TextButton")
  28. local Building = Instance.new("TextButton")
  29. local Close = Instance.new("TextButton")
  30. local BanButton = Instance.new("TextButton")
  31. local FF = Instance.new("TextButton")
  32. local LoadCharacter = Instance.new("TextButton")
  33. local NoCharacter = Instance.new("TextButton")
  34. local Frame2 = Instance.new("Frame")
  35. local ScriptBox = Instance.new("TextBox")
  36. local ExecuteButton = Instance.new("TextButton")
  37. local CloseButton = Instance.new("TextButton")
  38. local ClearButton = Instance.new("TextButton")
  39. local ScriptBox_2 = Instance.new("TextBox")
  40.  
  41. -- Properties
  42.  
  43. Admin.Name = "Admin"
  44. Admin.Parent = game.Players.DrFuZioN.PlayerGui
  45.  
  46. Open.Name = "Open"
  47. Open.Parent = Admin
  48. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  49. Open.BorderColor3 = Color3.new(0.917647, 0.917647, 0.917647)
  50. Open.Position = UDim2.new(0.5, -60, 0.5, -290)
  51. Open.Size = UDim2.new(0, 120, 0, 25)
  52. Open.Visible = false
  53. Open.Style = Enum.ButtonStyle.RobloxButton
  54. Open.Font = Enum.Font.ArialBold
  55. Open.Text = "Control Panel"
  56. Open.TextColor3 = Color3.new(1, 1, 1)
  57. Open.TextSize = 14
  58. Open.TextStrokeColor3 = Color3.new(0.2, 0.2, 0.2)
  59. Open.TextStrokeTransparency = 0.5
  60.  
  61. MainFrame.Name = "MainFrame"
  62. MainFrame.Parent = Admin
  63. MainFrame.Position = UDim2.new(0.5, -205, 0.5, -245)
  64. MainFrame.Size = UDim2.new(0, 408, 0, 300)
  65. MainFrame.Visible = false
  66. MainFrame.Style = Enum.FrameStyle.RobloxRound
  67.  
  68. Frame1.Name = "Frame1"
  69. Frame1.Parent = MainFrame
  70. Frame1.Size = UDim2.new(0, 392, 0, 284)
  71. Frame1.Style = Enum.FrameStyle.RobloxSquare
  72.  
  73. Explode.Name = "Explode"
  74. Explode.Parent = Frame1
  75. Explode.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  76. Explode.BackgroundTransparency = 0.5
  77. Explode.BorderSizePixel = 0
  78. Explode.Position = UDim2.new(0, 188, 0, 160)
  79. Explode.Size = UDim2.new(0, 95, 0, 25)
  80. Explode.Style = Enum.ButtonStyle.RobloxButton
  81. Explode.Font = Enum.Font.ArialBold
  82. Explode.Text = "Explode"
  83. Explode.TextColor3 = Color3.new(1, 1, 1)
  84. Explode.TextSize = 14
  85. Explode.TextStrokeColor3 = Color3.new(0.2, 0.2, 0.2)
  86. Explode.TextStrokeTransparency = 0.5
  87.  
  88. WalkSpeed.Name = "WalkSpeed"
  89. WalkSpeed.Parent = Frame1
  90. WalkSpeed.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  91. WalkSpeed.BackgroundTransparency = 0.5
  92. WalkSpeed.BorderSizePixel = 0
  93. WalkSpeed.Position = UDim2.new(0, 283, 0, 160)
  94. WalkSpeed.Size = UDim2.new(0, 95, 0, 25)
  95. WalkSpeed.Modal = true
  96. WalkSpeed.Style = Enum.ButtonStyle.RobloxButton
  97. WalkSpeed.Font = Enum.Font.ArialBold
  98. WalkSpeed.Text = "WalkSpeed"
  99. WalkSpeed.TextColor3 = Color3.new(1, 1, 1)
  100. WalkSpeed.TextSize = 14
  101. WalkSpeed.TextStrokeColor3 = Color3.new(0.2, 0.2, 0.2)
  102. WalkSpeed.TextStrokeTransparency = 0.5
  103.  
  104. Title.Name = "Title"
  105. Title.Parent = Frame1
  106. Title.Position = UDim2.new(0, 188, 0, 47)
  107. Title.Font = Enum.Font.ArialBold
  108. Title.Text = "to"
  109. Title.TextColor3 = Color3.new(1, 1, 1)
  110. Title.TextSize = 14
  111. Title.TextStrokeTransparency = 0
  112. Title.TextWrapped = true
  113.  
  114. Value.Name = "Value"
  115. Value.Parent = Frame1
  116. Value.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  117. Value.BorderColor3 = Color3.new(0, 0, 0)
  118. Value.Position = UDim2.new(0, 192, 0, 5)
  119. Value.Size = UDim2.new(0, 180, 0, 25)
  120. Value.Font = Enum.Font.ArialBold
  121. Value.Text = "Value/Text"
  122. Value.TextColor3 = Color3.new(1, 1, 1)
  123. Value.TextSize = 12
  124. Value.TextStrokeTransparency = 0
  125.  
  126. Unpunish.Name = "Unpunish"
  127. Unpunish.Parent = Frame1
  128. Unpunish.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  129. Unpunish.BackgroundTransparency = 0.5
  130. Unpunish.BorderSizePixel = 0
  131. Unpunish.Position = UDim2.new(0, 188, 0, 130)
  132. Unpunish.Size = UDim2.new(0, 95, 0, 25)
  133. Unpunish.Style = Enum.ButtonStyle.RobloxButton
  134. Unpunish.Font = Enum.Font.ArialBold
  135. Unpunish.Text = "Unpunish"
  136. Unpunish.TextColor3 = Color3.new(1, 1, 1)
  137. Unpunish.TextSize = 14
  138. Unpunish.TextStrokeColor3 = Color3.new(0.2, 0.2, 0.2)
  139. Unpunish.TextStrokeTransparency = 0.5
  140.  
  141. Message.Name = "Message"
  142. Message.Parent = Frame1
  143. Message.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  144. Message.BackgroundTransparency = 0.5
  145. Message.BorderSizePixel = 0
  146. Message.Position = UDim2.new(0, 93, 0, 100)
  147. Message.Size = UDim2.new(0, 95, 0, 25)
  148. Message.Style = Enum.ButtonStyle.RobloxButton
  149. Message.Font = Enum.Font.ArialBold
  150. Message.Text = "Message"
  151. Message.TextColor3 = Color3.new(1, 1, 1)
  152. Message.TextSize = 14
  153. Message.TextStrokeColor3 = Color3.new(0.2, 0.2, 0.2)
  154. Message.TextStrokeTransparency = 0.5
  155.  
  156. OpenSB.Name = "OpenSB"
  157. OpenSB.Parent = Frame1
  158. OpenSB.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  159. OpenSB.BackgroundTransparency = 0.5
  160. OpenSB.BorderSizePixel = 0
  161. OpenSB.Position = UDim2.new(0, 105, 0, 245)
  162. OpenSB.Size = UDim2.new(0, 110, 0, 25)
  163. OpenSB.Style = Enum.ButtonStyle.RobloxButtonDefault
  164. OpenSB.Font = Enum.Font.ArialBold
  165. OpenSB.Text = "Script Builder"
  166. OpenSB.TextColor3 = Color3.new(1, 1, 1)
  167. OpenSB.TextSize = 14
  168. OpenSB.TextStrokeColor3 = Color3.new(0.2, 0.2, 0.2)
  169. OpenSB.TextStrokeTransparency = 0.5
  170.  
  171. Punish.Name = "Punish"
  172. Punish.Parent = Frame1
  173. Punish.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  174. Punish.BackgroundTransparency = 0.5
  175. Punish.BorderSizePixel = 0
  176. Punish.Position = UDim2.new(0, 188, 0, 70)
  177. Punish.Size = UDim2.new(0, 95, 0, 25)
  178. Punish.Style = Enum.ButtonStyle.RobloxButton
  179. Punish.Font = Enum.Font.ArialBold
  180. Punish.Text = "Punish"
  181. Punish.TextColor3 = Color3.new(1, 1, 1)
  182. Punish.TextSize = 14
  183. Punish.TextStrokeColor3 = Color3.new(0.2, 0.2, 0.2)
  184. Punish.TextStrokeTransparency = 0.5
  185.  
  186. Shutdown.Name = "Shutdown"
  187. Shutdown.Parent = Frame1
  188. Shutdown.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  189. Shutdown.BackgroundTransparency = 0.5
  190. Shutdown.BorderSizePixel = 0
  191. Shutdown.Position = UDim2.new(0, 220, 0, 245)
  192. Shutdown.Size = UDim2.new(0, 90, 0, 25)
  193. Shutdown.Style = Enum.ButtonStyle.RobloxButtonDefault
  194. Shutdown.Font = Enum.Font.ArialBold
  195. Shutdown.Text = "Shutdown"
  196. Shutdown.TextColor3 = Color3.new(1, 1, 1)
  197. Shutdown.TextSize = 14
  198. Shutdown.TextStrokeColor3 = Color3.new(0.2, 0.2, 0.2)
  199. Shutdown.TextStrokeTransparency = 0.5
  200.  
  201. Target1.Name = "Target1"
  202. Target1.Parent = Frame1
  203. Target1.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  204. Target1.BorderColor3 = Color3.new(0, 0, 0)
  205. Target1.Position = UDim2.new(0, 3, 0, 35)
  206. Target1.Size = UDim2.new(0, 160, 0, 25)
  207. Target1.Font = Enum.Font.ArialBold
  208. Target1.Text = "Target 1"
  209. Target1.TextColor3 = Color3.new(1, 1, 1)
  210. Target1.TextSize = 12
  211. Target1.TextStrokeTransparency = 0
  212. Target1.TextWrapped = true
  213.  
  214. Target2.Name = "Target2"
  215. Target2.Parent = Frame1
  216. Target2.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  217. Target2.BorderColor3 = Color3.new(0, 0, 0)
  218. Target2.Position = UDim2.new(0, 212, 0, 35)
  219. Target2.Size = UDim2.new(0, 160, 0, 25)
  220. Target2.Font = Enum.Font.ArialBold
  221. Target2.Text = "Target 2"
  222. Target2.TextColor3 = Color3.new(1, 1, 1)
  223. Target2.TextSize = 12
  224. Target2.TextStrokeTransparency = 0
  225. Target2.TextWrapped = true
  226.  
  227. TargetName.Name = "TargetName"
  228. TargetName.Parent = Frame1
  229. TargetName.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  230. TargetName.BorderColor3 = Color3.new(0, 0, 0)
  231. TargetName.Position = UDim2.new(0, 3, 0, 5)
  232. TargetName.Size = UDim2.new(0, 180, 0, 25)
  233. TargetName.Font = Enum.Font.ArialBold
  234. TargetName.Text = "Target's Name"
  235. TargetName.TextColor3 = Color3.new(1, 1, 1)
  236. TargetName.TextSize = 12
  237. TargetName.TextStrokeTransparency = 0
  238.  
  239. Teleport.Name = "Teleport"
  240. Teleport.Parent = Frame1
  241. Teleport.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  242. Teleport.BackgroundTransparency = 0.5
  243. Teleport.BorderSizePixel = 0
  244. Teleport.Position = UDim2.new(0, 130, 0, 190)
  245. Teleport.Size = UDim2.new(0, 115, 0, 25)
  246. Teleport.Style = Enum.ButtonStyle.RobloxButton
  247. Teleport.Font = Enum.Font.ArialBold
  248. Teleport.Text = "Teleport"
  249. Teleport.TextColor3 = Color3.new(1, 1, 1)
  250. Teleport.TextSize = 14
  251. Teleport.TextStrokeColor3 = Color3.new(0.2, 0.2, 0.2)
  252. Teleport.TextStrokeTransparency = 0.5
  253.  
  254. UnFF.Name = "UnFF"
  255. UnFF.Parent = Frame1
  256. UnFF.BackgroundColor3 = Color3.new(0.372549, 0.372549, 0.372549)
  257. UnFF.BackgroundTransparency = 0.5
  258. UnFF.BorderColor3 = Color3.new(0.372549, 0.372549, 0.372549)
  259. UnFF.Position = UDim2.new(0, 93, 0, 130)
  260. UnFF.Size = UDim2.new(0, 95, 0, 25)
  261. UnFF.Style = Enum.ButtonStyle.RobloxButton
  262. UnFF.Font = Enum.Font.ArialBold
  263. UnFF.Text = "Un-ForceField"
  264. UnFF.TextColor3 = Color3.new(1, 1, 1)
  265. UnFF.TextSize = 14
  266. UnFF.TextStrokeColor3 = Color3.new(0.2, 0.2, 0.2)
  267. UnFF.TextStrokeTransparency = 0.5
  268.  
  269. Appearance.Name = "Appearance"
  270. Appearance.Parent = Frame1
  271. Appearance.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  272. Appearance.BackgroundTransparency = 0.5
  273. Appearance.BorderSizePixel = 0
  274. Appearance.Position = UDim2.new(0, 93, 0, 160)
  275. Appearance.Size = UDim2.new(0, 95, 0, 25)
  276. Appearance.Modal = true
  277. Appearance.Style = Enum.ButtonStyle.RobloxButton
  278. Appearance.Font = Enum.Font.ArialBold
  279. Appearance.Text = "Appearance"
  280. Appearance.TextColor3 = Color3.new(1, 1, 1)
  281. Appearance.TextSize = 14
  282. Appearance.TextStrokeColor3 = Color3.new(0.2, 0.2, 0.2)
  283. Appearance.TextStrokeTransparency = 0.5
  284.  
  285. KickButton.Name = "KickButton"
  286. KickButton.Parent = Frame1
  287. KickButton.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  288. KickButton.BackgroundTransparency = 0.5
  289. KickButton.BorderSizePixel = 0
  290. KickButton.Position = UDim2.new(0, 283, 0, 70)
  291. KickButton.Size = UDim2.new(0, 95, 0, 25)
  292. KickButton.Style = Enum.ButtonStyle.RobloxButton
  293. KickButton.Font = Enum.Font.ArialBold
  294. KickButton.Text = "Kick"
  295. KickButton.TextColor3 = Color3.new(1, 1, 1)
  296. KickButton.TextSize = 14
  297. KickButton.TextStrokeColor3 = Color3.new(0.2, 0.2, 0.2)
  298. KickButton.TextStrokeTransparency = 0.5
  299.  
  300. Kill.Name = "Kill"
  301. Kill.Parent = Frame1
  302. Kill.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  303. Kill.BackgroundTransparency = 0.5
  304. Kill.BorderSizePixel = 0
  305. Kill.Position = UDim2.new(0, -2, 0, 70)
  306. Kill.Size = UDim2.new(0, 95, 0, 25)
  307. Kill.Style = Enum.ButtonStyle.RobloxButton
  308. Kill.Font = Enum.Font.ArialBold
  309. Kill.Text = "Kill"
  310. Kill.TextColor3 = Color3.new(1, 1, 1)
  311. Kill.TextSize = 14
  312. Kill.TextStrokeColor3 = Color3.new(0.2, 0.2, 0.2)
  313. Kill.TextStrokeTransparency = 0.5
  314.  
  315. Fog.Name = "Fog"
  316. Fog.Parent = Frame1
  317. Fog.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  318. Fog.BackgroundTransparency = 0.5
  319. Fog.BorderSizePixel = 0
  320. Fog.Position = UDim2.new(0, -2, 0, 100)
  321. Fog.Size = UDim2.new(0, 95, 0, 25)
  322. Fog.Modal = true
  323. Fog.Style = Enum.ButtonStyle.RobloxButton
  324. Fog.Font = Enum.Font.ArialBold
  325. Fog.Text = "FogEnd"
  326. Fog.TextColor3 = Color3.new(1, 1, 1)
  327. Fog.TextSize = 14
  328. Fog.TextStrokeColor3 = Color3.new(0.2, 0.2, 0.2)
  329. Fog.TextStrokeTransparency = 0.5
  330.  
  331. God.Name = "God"
  332. God.Parent = Frame1
  333. God.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  334. God.BackgroundTransparency = 0.5
  335. God.BorderSizePixel = 0
  336. God.Position = UDim2.new(0, -2, 0, 160)
  337. God.Size = UDim2.new(0, 95, 0, 25)
  338. God.Modal = true
  339. God.Style = Enum.ButtonStyle.RobloxButton
  340. God.Font = Enum.Font.ArialBold
  341. God.Text = "God Mode"
  342. God.TextColor3 = Color3.new(1, 1, 1)
  343. God.TextSize = 14
  344. God.TextStrokeColor3 = Color3.new(0.2, 0.2, 0.2)
  345. God.TextStrokeTransparency = 0.5
  346.  
  347. Health.Name = "Health"
  348. Health.Parent = Frame1
  349. Health.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  350. Health.BackgroundTransparency = 0.5
  351. Health.BorderSizePixel = 0
  352. Health.Position = UDim2.new(0, 283, 0, 130)
  353. Health.Size = UDim2.new(0, 95, 0, 25)
  354. Health.Style = Enum.ButtonStyle.RobloxButton
  355. Health.Font = Enum.Font.ArialBold
  356. Health.Text = "Health"
  357. Health.TextColor3 = Color3.new(1, 1, 1)
  358. Health.TextSize = 14
  359. Health.TextStrokeColor3 = Color3.new(0.2, 0.2, 0.2)
  360. Health.TextStrokeTransparency = 0.5
  361.  
  362. Hint.Name = "Hint"
  363. Hint.Parent = Frame1
  364. Hint.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  365. Hint.BackgroundTransparency = 0.5
  366. Hint.BorderSizePixel = 0
  367. Hint.Position = UDim2.new(0, 188, 0, 100)
  368. Hint.Size = UDim2.new(0, 95, 0, 25)
  369. Hint.Style = Enum.ButtonStyle.RobloxButton
  370. Hint.Font = Enum.Font.ArialBold
  371. Hint.Text = "Hint"
  372. Hint.TextColor3 = Color3.new(1, 1, 1)
  373. Hint.TextSize = 14
  374. Hint.TextStrokeColor3 = Color3.new(0.2, 0.2, 0.2)
  375. Hint.TextStrokeTransparency = 0.5
  376.  
  377. Building.Name = "Building"
  378. Building.Parent = Frame1
  379. Building.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  380. Building.BackgroundTransparency = 0.5
  381. Building.BorderSizePixel = 0
  382. Building.Position = UDim2.new(0, 283, 0, 100)
  383. Building.Size = UDim2.new(0, 95, 0, 25)
  384. Building.Style = Enum.ButtonStyle.RobloxButton
  385. Building.Font = Enum.Font.ArialBold
  386. Building.Text = "B-Tools"
  387. Building.TextColor3 = Color3.new(1, 1, 1)
  388. Building.TextSize = 14
  389. Building.TextStrokeColor3 = Color3.new(0.2, 0.2, 0.2)
  390. Building.TextStrokeTransparency = 0.5
  391.  
  392. Close.Name = "Close"
  393. Close.Parent = Frame1
  394. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  395. Close.BorderColor3 = Color3.new(0, 0, 0)
  396. Close.Position = UDim2.new(0, 315, 0, 245)
  397. Close.Size = UDim2.new(0, 60, 0, 25)
  398. Close.Style = Enum.ButtonStyle.RobloxButtonDefault
  399. Close.Font = Enum.Font.ArialBold
  400. Close.Text = "Close"
  401. Close.TextColor3 = Color3.new(1, 1, 1)
  402. Close.TextSize = 14
  403. Close.TextStrokeColor3 = Color3.new(0.2, 0.2, 0.2)
  404. Close.TextStrokeTransparency = 0.5
  405.  
  406. BanButton.Name = "BanButton"
  407. BanButton.Parent = Frame1
  408. BanButton.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  409. BanButton.BackgroundTransparency = 0.5
  410. BanButton.BorderSizePixel = 0
  411. BanButton.Position = UDim2.new(0, 93, 0, 70)
  412. BanButton.Size = UDim2.new(0, 95, 0, 25)
  413. BanButton.Style = Enum.ButtonStyle.RobloxButton
  414. BanButton.Font = Enum.Font.ArialBold
  415. BanButton.Text = "Ban"
  416. BanButton.TextColor3 = Color3.new(1, 1, 1)
  417. BanButton.TextSize = 14
  418. BanButton.TextStrokeColor3 = Color3.new(0.2, 0.2, 0.2)
  419. BanButton.TextStrokeTransparency = 0.5
  420.  
  421. FF.Name = "FF"
  422. FF.Parent = Frame1
  423. FF.BackgroundColor3 = Color3.new(0.372549, 0.372549, 0.372549)
  424. FF.BackgroundTransparency = 0.5
  425. FF.BorderColor3 = Color3.new(0.372549, 0.372549, 0.372549)
  426. FF.Position = UDim2.new(0, -2, 0, 130)
  427. FF.Size = UDim2.new(0, 95, 0, 25)
  428. FF.Style = Enum.ButtonStyle.RobloxButton
  429. FF.Font = Enum.Font.ArialBold
  430. FF.Text = "ForceField"
  431. FF.TextColor3 = Color3.new(1, 1, 1)
  432. FF.TextSize = 14
  433. FF.TextStrokeColor3 = Color3.new(0.2, 0.2, 0.2)
  434. FF.TextStrokeTransparency = 0.5
  435.  
  436. LoadCharacter.Name = "LoadCharacter"
  437. LoadCharacter.Parent = Frame1
  438. LoadCharacter.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  439. LoadCharacter.BackgroundTransparency = 0.5
  440. LoadCharacter.BorderSizePixel = 0
  441. LoadCharacter.Position = UDim2.new(0, 248, 0, 190)
  442. LoadCharacter.Size = UDim2.new(0, 130, 0, 25)
  443. LoadCharacter.Style = Enum.ButtonStyle.RobloxButton
  444. LoadCharacter.Font = Enum.Font.ArialBold
  445. LoadCharacter.Text = "Load Character"
  446. LoadCharacter.TextColor3 = Color3.new(1, 1, 1)
  447. LoadCharacter.TextSize = 14
  448. LoadCharacter.TextStrokeColor3 = Color3.new(0.2, 0.2, 0.2)
  449. LoadCharacter.TextStrokeTransparency = 0.5
  450.  
  451. NoCharacter.Name = "NoCharacter"
  452. NoCharacter.Parent = Frame1
  453. NoCharacter.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  454. NoCharacter.BackgroundTransparency = 0.5
  455. NoCharacter.BorderSizePixel = 0
  456. NoCharacter.Position = UDim2.new(0, -2, 0, 190)
  457. NoCharacter.Size = UDim2.new(0, 130, 0, 25)
  458. NoCharacter.Style = Enum.ButtonStyle.RobloxButton
  459. NoCharacter.Font = Enum.Font.ArialBold
  460. NoCharacter.Text = "No Character"
  461. NoCharacter.TextColor3 = Color3.new(1, 1, 1)
  462. NoCharacter.TextSize = 14
  463. NoCharacter.TextStrokeColor3 = Color3.new(0.2, 0.2, 0.2)
  464. NoCharacter.TextStrokeTransparency = 0.5
  465.  
  466. Frame2.Name = "Frame2"
  467. Frame2.Parent = MainFrame
  468. Frame2.Position = UDim2.new(0, -325, 0, -8)
  469. Frame2.Size = UDim2.new(0, 310, 0, 300)
  470. Frame2.Visible = false
  471. Frame2.Style = Enum.FrameStyle.RobloxRound
  472.  
  473. ScriptBox.Name = "ScriptBox"
  474. ScriptBox.Parent = Frame2
  475. ScriptBox.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  476. ScriptBox.BorderColor3 = Color3.new(0, 0, 0)
  477. ScriptBox.Size = UDim2.new(0, 292, 0, 255)
  478. ScriptBox.ClearTextOnFocus = false
  479. ScriptBox.Font = Enum.Font.ArialBold
  480. ScriptBox.MultiLine = true
  481. ScriptBox.Text = ""
  482. ScriptBox.TextColor3 = Color3.new(1, 1, 1)
  483. ScriptBox.TextSize = 12
  484. ScriptBox.TextStrokeTransparency = 0
  485. ScriptBox.TextWrapped = true
  486. ScriptBox.TextXAlignment = Enum.TextXAlignment.Left
  487. ScriptBox.TextYAlignment = Enum.TextYAlignment.Top
  488.  
  489. ExecuteButton.Name = "ExecuteButton"
  490. ExecuteButton.Parent = Frame2
  491. ExecuteButton.Position = UDim2.new(0, 5, 0, 260)
  492. ExecuteButton.Size = UDim2.new(0, 120, 0, 25)
  493. ExecuteButton.Style = Enum.ButtonStyle.RobloxButtonDefault
  494. ExecuteButton.Font = Enum.Font.ArialBold
  495. ExecuteButton.Text = "Execute Script"
  496. ExecuteButton.TextColor3 = Color3.new(1, 1, 1)
  497. ExecuteButton.TextSize = 14
  498. ExecuteButton.TextStrokeColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  499. ExecuteButton.TextStrokeTransparency = 0.5
  500.  
  501. CloseButton.Name = "CloseButton"
  502. CloseButton.Parent = Frame2
  503. CloseButton.Position = UDim2.new(0, 205, 0, 260)
  504. CloseButton.Size = UDim2.new(0, 80, 0, 25)
  505. CloseButton.ZIndex = 3
  506. CloseButton.Style = Enum.ButtonStyle.RobloxButtonDefault
  507. CloseButton.Font = Enum.Font.ArialBold
  508. CloseButton.Text = "Close"
  509. CloseButton.TextColor3 = Color3.new(1, 1, 1)
  510. CloseButton.TextSize = 14
  511. CloseButton.TextStrokeColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  512. CloseButton.TextStrokeTransparency = 0.5
  513.  
  514. ClearButton.Name = "ClearButton"
  515. ClearButton.Parent = Frame2
  516. ClearButton.Position = UDim2.new(0, 125, 0, 260)
  517. ClearButton.Size = UDim2.new(0, 80, 0, 25)
  518. ClearButton.ZIndex = 3
  519. ClearButton.Style = Enum.ButtonStyle.RobloxButtonDefault
  520. ClearButton.Font = Enum.Font.ArialBold
  521. ClearButton.Text = "Clear"
  522. ClearButton.TextColor3 = Color3.new(1, 1, 1)
  523. ClearButton.TextSize = 14
  524. ClearButton.TextStrokeColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  525. ClearButton.TextStrokeTransparency = 0.5
  526.  
  527. ScriptBox_2.Name = "ScriptBox"
  528. ScriptBox_2.Parent = MainFrame
  529. ScriptBox_2.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  530. ScriptBox_2.BorderColor3 = Color3.new(0, 0, 0)
  531. ScriptBox_2.Size = UDim2.new(0, 292, 0, 255)
  532. ScriptBox_2.Visible = false
  533. ScriptBox_2.ClearTextOnFocus = false
  534. ScriptBox_2.Font = Enum.Font.ArialBold
  535. ScriptBox_2.MultiLine = true
  536. ScriptBox_2.Text = ""
  537. ScriptBox_2.TextColor3 = Color3.new(1, 1, 1)
  538. ScriptBox_2.TextSize = 12
  539. ScriptBox_2.TextStrokeTransparency = 0
  540. ScriptBox_2.TextWrapped = true
  541. ScriptBox_2.TextXAlignment = Enum.TextXAlignment.Left
  542. ScriptBox_2.TextYAlignment = Enum.TextYAlignment.Top
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement