Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.73 KB | None | 0 0
  1. -- Objects
  2.  
  3. local Nameless = Instance.new("ScreenGui")
  4. local MainFrame = Instance.new("Frame")
  5. local Bar1 = Instance.new("Frame")
  6. local Namelessv1Title = Instance.new("TextLabel")
  7. local JailBreakTab = Instance.new("TextButton")
  8. local ScriptsTab = Instance.new("TextButton")
  9. local CmdsTab = Instance.new("TextButton")
  10. local ExecuterTab = Instance.new("TextButton")
  11. local X1 = Instance.new("TextButton")
  12. local Namelessv1Title_2 = Instance.new("TextLabel")
  13. local ScriptsFrame = Instance.new("Frame")
  14. local Bar1_2 = Instance.new("Frame")
  15. local Rocky2U = Instance.new("TextButton")
  16. local VanGui = Instance.new("TextButton")
  17. local RoadRoller = Instance.new("TextButton")
  18. local ScriptsTitle = Instance.new("TextLabel")
  19. local X2 = Instance.new("TextButton")
  20. local RKO = Instance.new("TextButton")
  21. local Glock = Instance.new("TextButton”)
  22. local HoverBike = Instance.new("TextButton")
  23. local DexExplorer = Instance.new("TextButton")
  24. local LoginFrame = Instance.new("Frame")
  25. local UserName = Instance.new("TextBox")
  26. local Password = Instance.new("TextBox")
  27. local NamelessTitle = Instance.new("TextLabel")
  28. local Bar1_3 = Instance.new("Frame")
  29. local LoginButton = Instance.new("TextButton")
  30. local ExecuterFrame = Instance.new("Frame")
  31. local Bar1_4 = Instance.new("Frame")
  32. local Scroll = Instance.new("ScrollingFrame")
  33. local Title = Instance.new("TextLabel")
  34. local X4 = Instance.new("TextButton")
  35. local EnterScript = Instance.new("TextBox")
  36. local Execute = Instance.new("TextButton")
  37. local Clear = Instance.new("TextButton")
  38. local CommandFrame = Instance.new("Frame")
  39. local Bar1_5 = Instance.new("Frame")
  40. local Title_2 = Instance.new("TextLabel")
  41. local X5 = Instance.new("TextButton")
  42. local LWSCmd = Instance.new("TextButton")
  43. local LocalPlayerTitle = Instance.new("TextLabel")
  44. local LGodCmd = Instance.new("TextButton")
  45. local LFFCmd = Instance.new("TextButton")
  46. local LKillCmd = Instance.new("TextButton")
  47. local JPCmd = Instance.new("TextButton")
  48. local LFireCmd = Instance.new("TextButton")
  49. local LLevitateCmd = Instance.new("TextButton")
  50. local AllTitle = Instance.new("TextLabel")
  51. local AKillCmd = Instance.new("TextButton")
  52. local AMLGCmd = Instance.new("TextButton")
  53. local AWSCmd = Instance.new("TextButton")
  54. local AJPCmd = Instance.new("TextButton")
  55. local ADabCmd = Instance.new("TextButton")
  56. local ABringCmd = Instance.new("TextButton")
  57. local AFreezeCmd = Instance.new("TextButton")
  58. local FeTitle = Instance.new("TextLabel")
  59. local IllRemember = Instance.new("TextLabel")
  60. local FeGuiCmd = Instance.new("TextButton")
  61. local JailbreakFrame = Instance.new("Frame")
  62. local CrimBase = Instance.new("TextButton")
  63. local PoliceHQ = Instance.new("TextButton")
  64. local Prison = Instance.new("TextButton")
  65. local Bank = Instance.new("TextButton")
  66. local Jewlery = Instance.new("TextButton")
  67. local GameTitle = Instance.new("TextLabel")
  68. local Removeall = Instance.new("TextButton")
  69. local Bar1_6 = Instance.new("Frame")
  70. local Title_3 = Instance.new("TextLabel")
  71. local AutoArrest = Instance.new("TextButton")
  72. local X3 = Instance.new("TextButton")
  73. local Speed = Instance.new("TextButton")
  74.  
  75. -- Properties
  76.  
  77. Nameless.Name = "Nameless"
  78. Nameless.Parent = game.CoreGui
  79. Nameless.DisplayOrder = 2
  80.  
  81. MainFrame.Name = "Main Frame"
  82. MainFrame.Parent = Nameless
  83. MainFrame.Active = true
  84. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  85. MainFrame.BackgroundTransparency = 0.20000000298023
  86. MainFrame.BorderColor3 = Color3.new(1, 1, 1)
  87. MainFrame.BorderSizePixel = 5
  88. MainFrame.ClipsDescendants = true
  89. MainFrame.Draggable = true
  90. MainFrame.Position = UDim2.new(0.285054743, 0, 0.136363611, 0)
  91. MainFrame.Selectable = true
  92. MainFrame.Size = UDim2.new(0, 490, 0, 334)
  93. MainFrame.Visible = false
  94.  
  95. Bar1.Name = "Bar1"
  96. Bar1.Parent = MainFrame
  97. Bar1.Active = true
  98. Bar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  99. Bar1.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  100. Bar1.BorderSizePixel = 0
  101. Bar1.ClipsDescendants = true
  102. Bar1.Position = UDim2.new(0.00204081601, 0, 1.86264515e-09, 0)
  103. Bar1.Size = UDim2.new(0, 489, 0, 39)
  104.  
  105. Namelessv1Title.Name = "Nameless v1 Title"
  106. Namelessv1Title.Parent = MainFrame
  107. Namelessv1Title.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  108. Namelessv1Title.BorderColor3 = Color3.new(1, 1, 1)
  109. Namelessv1Title.BorderSizePixel = 0
  110. Namelessv1Title.Position = UDim2.new(0.0206733141, 0, 0.00608270615, 0)
  111. Namelessv1Title.Size = UDim2.new(0, 150, 0, 35)
  112. Namelessv1Title.Font = Enum.Font.Cartoon
  113. Namelessv1Title.Text = "Nameless v1"
  114. Namelessv1Title.TextColor3 = Color3.new(1, 1, 1)
  115. Namelessv1Title.TextSize = 35
  116.  
  117. JailBreakTab.Name = "JailBreak Tab"
  118. JailBreakTab.Parent = MainFrame
  119. JailBreakTab.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  120. JailBreakTab.BackgroundTransparency = 0.5
  121. JailBreakTab.BorderColor3 = Color3.new(1, 1, 1)
  122. JailBreakTab.BorderSizePixel = 2
  123. JailBreakTab.Position = UDim2.new(0.0204081628, 0, 0.161676645, 0)
  124. JailBreakTab.Size = UDim2.new(0, 181, 0, 50)
  125. JailBreakTab.Font = Enum.Font.Cartoon
  126. JailBreakTab.Text = "JailBreak"
  127. JailBreakTab.TextColor3 = Color3.new(1, 1, 1)
  128. JailBreakTab.TextSize = 45
  129.  
  130. JailBreakTab.MouseButton1Down:connect(function()
  131. JailbreakFrame.Visible = true
  132. MainFrame.Visible = false
  133. end)
  134.  
  135. ScriptsTab.Name = "Scripts Tab"
  136. ScriptsTab.Parent = MainFrame
  137. ScriptsTab.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  138. ScriptsTab.BackgroundTransparency = 0.5
  139. ScriptsTab.BorderColor3 = Color3.new(1, 1, 1)
  140. ScriptsTab.BorderSizePixel = 2
  141. ScriptsTab.Position = UDim2.new(0.608163238, 0, 0.161676645, 0)
  142. ScriptsTab.Size = UDim2.new(0, 181, 0, 50)
  143. ScriptsTab.Font = Enum.Font.Cartoon
  144. ScriptsTab.Text = "Scripts"
  145. ScriptsTab.TextColor3 = Color3.new(1, 1, 1)
  146. ScriptsTab.TextSize = 45
  147.  
  148. ScriptsTab.MouseButton1Down:connect(function()
  149. ScriptsFrame.Visible = true
  150. MainFrame.Visible = false
  151. end)
  152.  
  153. CmdsTab.Name = "Cmds Tab"
  154. CmdsTab.Parent = MainFrame
  155. CmdsTab.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  156. CmdsTab.BackgroundTransparency = 0.5
  157. CmdsTab.BorderColor3 = Color3.new(1, 1, 1)
  158. CmdsTab.BorderSizePixel = 2
  159. CmdsTab.Position = UDim2.new(0.369387746, 0, 0.922155678, 0)
  160. CmdsTab.Size = UDim2.new(0, 143, 0, 26)
  161. CmdsTab.Font = Enum.Font.Cartoon
  162. CmdsTab.Text = "Commands"
  163. CmdsTab.TextColor3 = Color3.new(1, 1, 1)
  164. CmdsTab.TextSize = 25
  165.  
  166. CmdsTab.MouseButton1Down:connect(function()
  167. CommandFrame.Visible = true
  168. MainFrame.Visible = false
  169. end)
  170.  
  171. ExecuterTab.Name = "Executer Tab"
  172. ExecuterTab.Parent = MainFrame
  173. ExecuterTab.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  174. ExecuterTab.BackgroundTransparency = 0.5
  175. ExecuterTab.BorderColor3 = Color3.new(1, 1, 1)
  176. ExecuterTab.BorderSizePixel = 2
  177. ExecuterTab.Position = UDim2.new(0.206163242, 0, 0.470059872, 0)
  178. ExecuterTab.Size = UDim2.new(0, 286, 0, 79)
  179. ExecuterTab.Font = Enum.Font.Cartoon
  180. ExecuterTab.Text = "Executer"
  181. ExecuterTab.TextColor3 = Color3.new(1, 1, 1)
  182. ExecuterTab.TextSize = 45
  183.  
  184. ExecuterTab.MouseButton1Down:connect(function()
  185. ExecuterFrame.Visible = true
  186. MainFrame.Visible = false
  187. end)
  188.  
  189. X1.Name = "X1"
  190. X1.Parent = MainFrame
  191. X1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  192. X1.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  193. X1.Position = UDim2.new(0.934693873, 0, -0.00149700511, 0)
  194. X1.Size = UDim2.new(0, 21, 0, 34)
  195. X1.Font = Enum.Font.Cartoon
  196. X1.Text = "X"
  197. X1.TextColor3 = Color3.new(1, 1, 1)
  198. X1.TextSize = 25
  199.  
  200. X1.MouseButton1Down:connect(function()
  201. MainFrame:Destroy()
  202. end)
  203.  
  204. Namelessv1Title_2.Name = "Nameless v1 Title"
  205. Namelessv1Title_2.Parent = MainFrame
  206. Namelessv1Title_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  207. Namelessv1Title_2.BackgroundTransparency = 1
  208. Namelessv1Title_2.BorderColor3 = Color3.new(1, 1, 1)
  209. Namelessv1Title_2.BorderSizePixel = 0
  210. Namelessv1Title_2.Position = UDim2.new(0.00230596773, 0, 0.908777297, 0)
  211. Namelessv1Title_2.Size = UDim2.new(0, 150, 0, 35)
  212. Namelessv1Title_2.Font = Enum.Font.Cartoon
  213. Namelessv1Title_2.Text = "Made By Pointz & Fin"
  214. Namelessv1Title_2.TextColor3 = Color3.new(1, 1, 1)
  215. Namelessv1Title_2.TextSize = 15
  216.  
  217. ScriptsFrame.Name = "Scripts Frame"
  218. ScriptsFrame.Parent = Nameless
  219. ScriptsFrame.Active = true
  220. ScriptsFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  221. ScriptsFrame.BackgroundTransparency = 0.20000000298023
  222. ScriptsFrame.BorderColor3 = Color3.new(1, 1, 1)
  223. ScriptsFrame.BorderSizePixel = 5
  224. ScriptsFrame.Draggable = true
  225. ScriptsFrame.Position = UDim2.new(0.0348027647, 0, 0.0533596762, 0)
  226. ScriptsFrame.Selectable = true
  227. ScriptsFrame.Size = UDim2.new(0, 237, 0, 358)
  228. ScriptsFrame.Visible = false
  229.  
  230. Bar1_2.Name = "Bar1"
  231. Bar1_2.Parent = ScriptsFrame
  232. Bar1_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  233. Bar1_2.BorderSizePixel = 0
  234. Bar1_2.Size = UDim2.new(0, 237, 0, 37)
  235.  
  236. Rocky2U.Name = "Rocky 2U"
  237. Rocky2U.Parent = ScriptsFrame
  238. Rocky2U.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  239. Rocky2U.BackgroundTransparency = 0.5
  240. Rocky2U.BorderColor3 = Color3.new(1, 1, 1)
  241. Rocky2U.BorderSizePixel = 2
  242. Rocky2U.Position = UDim2.new(0.0801687762, 0, 0.139664799, 0)
  243. Rocky2U.Size = UDim2.new(0, 200, 0, 30)
  244. Rocky2U.Font = Enum.Font.Cartoon
  245. Rocky2U.Text = "Rocky 2U"
  246. Rocky2U.TextColor3 = Color3.new(1, 1, 1)
  247. Rocky2U.TextSize = 21
  248.  
  249. VanGui.Name = "Van Gui"
  250. VanGui.Parent = ScriptsFrame
  251. VanGui.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  252. VanGui.BackgroundTransparency = 0.5
  253. VanGui.BorderColor3 = Color3.new(1, 1, 1)
  254. VanGui.BorderSizePixel = 2
  255. VanGui.Position = UDim2.new(0.0801687762, 0, 0.256983221, 0)
  256. VanGui.Size = UDim2.new(0, 200, 0, 30)
  257. VanGui.Font = Enum.Font.Cartoon
  258. VanGui.Text = "Van Gui"
  259. VanGui.TextColor3 = Color3.new(1, 1, 1)
  260. VanGui.TextSize = 21
  261.  
  262. RoadRoller.Name = "Road Roller"
  263. RoadRoller.Parent = ScriptsFrame
  264. RoadRoller.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  265. RoadRoller.BackgroundTransparency = 0.5
  266. RoadRoller.BorderColor3 = Color3.new(1, 1, 1)
  267. RoadRoller.BorderSizePixel = 2
  268. RoadRoller.Position = UDim2.new(0.0780590698, 0, 0.377094984, 0)
  269. RoadRoller.Size = UDim2.new(0, 200, 0, 30)
  270. RoadRoller.Font = Enum.Font.Cartoon
  271. RoadRoller.Text = "Road Roller Dance"
  272. RoadRoller.TextColor3 = Color3.new(1, 1, 1)
  273. RoadRoller.TextSize = 21
  274.  
  275. ScriptsTitle.Name = "Scripts Title"
  276. ScriptsTitle.Parent = ScriptsFrame
  277. ScriptsTitle.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  278. ScriptsTitle.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  279. ScriptsTitle.Position = UDim2.new(0.14978902, 0, 0.0293296091, 0)
  280. ScriptsTitle.Size = UDim2.new(0, 166, 0, 16)
  281. ScriptsTitle.Font = Enum.Font.Cartoon
  282. ScriptsTitle.Text = "Scripts"
  283. ScriptsTitle.TextColor3 = Color3.new(1, 1, 1)
  284. ScriptsTitle.TextSize = 35
  285.  
  286. X2.Name = "X2"
  287. X2.Parent = ScriptsFrame
  288. X2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  289. X2.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  290. X2.Position = UDim2.new(0.873417735, 0, 0.0195530728, 0)
  291. X2.Size = UDim2.new(0, 26, 0, 23)
  292. X2.Font = Enum.Font.Cartoon
  293. X2.Text = "X"
  294. X2.TextColor3 = Color3.new(1, 1, 1)
  295. X2.TextSize = 25
  296.  
  297. X2.MouseButton1Down:connect(function()
  298. ScriptsFrame.Visible = false
  299. MainFrame.Visible = true
  300. end)
  301.  
  302. RKO.Name = "RKO"
  303. RKO.Parent = ScriptsFrame
  304. RKO.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  305. RKO.BackgroundTransparency = 0.5
  306. RKO.BorderColor3 = Color3.new(1, 1, 1)
  307. RKO.BorderSizePixel = 2
  308. RKO.Position = UDim2.new(0.0780590698, 0, 0.497206688, 0)
  309. RKO.Size = UDim2.new(0, 200, 0, 30)
  310. RKO.Font = Enum.Font.Cartoon
  311. RKO.Text = "RKO Move"
  312. RKO.TextColor3 = Color3.new(1, 1, 1)
  313. RKO.TextSize = 21
  314.  
  315. Glock.Name = "Glock"
  316. Glock.Parent = ScriptsFrame
  317. Glock.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  318. Glock.BackgroundTransparency = 0.5
  319. Glock.BorderColor3 = Color3.new(1, 1, 1)
  320. Glock.BorderSizePixel = 2
  321. Glock.Position = UDim2.new(0.0780590698, 0, 0.625698328, 0)
  322. Glock.Size = UDim2.new(0, 200, 0, 30)
  323. Glock.Font = Enum.Font.Cartoon
  324. Glock.Text = "Glock-S"
  325. Glock.TextColor3 = Color3.new(1, 1, 1)
  326. Glock.TextSize = 21
  327.  
  328. HoverBike.Name = "Hover Bike"
  329. HoverBike.Parent = ScriptsFrame
  330. HoverBike.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  331. HoverBike.BackgroundTransparency = 0.5
  332. HoverBike.BorderColor3 = Color3.new(1, 1, 1)
  333. HoverBike.BorderSizePixel = 2
  334. HoverBike.Position = UDim2.new(0.0780590698, 0, 0.748603344, 0)
  335. HoverBike.Size = UDim2.new(0, 200, 0, 30)
  336. HoverBike.Font = Enum.Font.Cartoon
  337. HoverBike.Text = "Blue Hover Bike"
  338. HoverBike.TextColor3 = Color3.new(1, 1, 1)
  339. HoverBike.TextSize = 21
  340.  
  341. DexExplorer.Name = "Dex Explorer"
  342. DexExplorer.Parent = ScriptsFrame
  343. DexExplorer.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  344. DexExplorer.BackgroundTransparency = 0.5
  345. DexExplorer.BorderColor3 = Color3.new(1, 1, 1)
  346. DexExplorer.BorderSizePixel = 2
  347. DexExplorer.Position = UDim2.new(0.0780590698, 0, 0.863128483, 0)
  348. DexExplorer.Size = UDim2.new(0, 200, 0, 30)
  349. DexExplorer.Font = Enum.Font.Cartoon
  350. DexExplorer.Text = "Dex Explorer 2.0"
  351. DexExplorer.TextColor3 = Color3.new(1, 1, 1)
  352. DexExplorer.TextSize = 21
  353.  
  354. LoginFrame.Name = "Login Frame"
  355. LoginFrame.Parent = Nameless
  356. LoginFrame.Active = true
  357. LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  358. LoginFrame.BackgroundTransparency = 0.20000000298023
  359. LoginFrame.BorderColor3 = Color3.new(1, 1, 1)
  360. LoginFrame.BorderSizePixel = 5
  361. LoginFrame.Draggable = true
  362. LoginFrame.Position = UDim2.new(0.404123038, 0, 0.166007847, 0)
  363. LoginFrame.Selectable = true
  364. LoginFrame.Size = UDim2.new(0, 252, 0, 308)
  365.  
  366. UserName.Name = "UserName"
  367. UserName.Parent = LoginFrame
  368. UserName.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  369. UserName.BackgroundTransparency = 0.5
  370. UserName.BorderColor3 = Color3.new(1, 1, 1)
  371. UserName.BorderSizePixel = 2
  372. UserName.Position = UDim2.new(0.081349209, 0, 0.314935058, 0)
  373. UserName.Size = UDim2.new(0, 211, 0, 26)
  374. UserName.Font = Enum.Font.Cartoon
  375. UserName.Text = "Username"
  376. UserName.TextColor3 = Color3.new(1, 1, 1)
  377. UserName.TextSize = 25
  378. UserName.TextStrokeColor3 = Color3.new(0.00392157, 0.00392157, 0.00392157)
  379. UserName.TextStrokeTransparency = 0
  380. UserName.TextWrapped = true
  381. UserName.TextXAlignment = Enum.TextXAlignment.Left
  382.  
  383. Password.Name = "Password"
  384. Password.Parent = LoginFrame
  385. Password.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  386. Password.BackgroundTransparency = 0.5
  387. Password.BorderColor3 = Color3.new(1, 1, 1)
  388. Password.BorderSizePixel = 2
  389. Password.Position = UDim2.new(0.0833333358, 0, 0.510792017, 0)
  390. Password.Size = UDim2.new(0, 211, 0, 26)
  391. Password.Font = Enum.Font.Cartoon
  392. Password.Text = "Password"
  393. Password.TextColor3 = Color3.new(1, 1, 1)
  394. Password.TextSize = 25
  395. Password.TextStrokeColor3 = Color3.new(0.0117647, 0.0117647, 0.0117647)
  396. Password.TextStrokeTransparency = 0
  397. Password.TextWrapped = true
  398. Password.TextXAlignment = Enum.TextXAlignment.Left
  399.  
  400. NamelessTitle.Name = "Nameless Title"
  401. NamelessTitle.Parent = LoginFrame
  402. NamelessTitle.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  403. NamelessTitle.BackgroundTransparency = 1
  404. NamelessTitle.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  405. NamelessTitle.Position = UDim2.new(0.0158730168, 0, 0.0519480482, 0)
  406. NamelessTitle.Size = UDim2.new(0, 243, 0, 40)
  407. NamelessTitle.Font = Enum.Font.Cartoon
  408. NamelessTitle.Text = "Nameless"
  409. NamelessTitle.TextColor3 = Color3.new(1, 1, 1)
  410. NamelessTitle.TextSize = 48
  411. NamelessTitle.TextWrapped = true
  412.  
  413. Bar1_3.Name = "Bar1"
  414. Bar1_3.Parent = LoginFrame
  415. Bar1_3.BackgroundColor3 = Color3.new(1, 1, 1)
  416. Bar1_3.BorderColor3 = Color3.new(0, 0, 0)
  417. Bar1_3.BorderSizePixel = 0
  418. Bar1_3.Position = UDim2.new(0.21825397, 0, 0.201298699, 0)
  419. Bar1_3.Size = UDim2.new(0, 143, 0, 1)
  420.  
  421. LoginButton.Name = "LoginButton"
  422. LoginButton.Parent = LoginFrame
  423. LoginButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  424. LoginButton.BackgroundTransparency = 0.20000000298023
  425. LoginButton.BorderColor3 = Color3.new(1, 1, 1)
  426. LoginButton.BorderSizePixel = 2
  427. LoginButton.Position = UDim2.new(0.184523821, 0, 0.707792222, 0)
  428. LoginButton.Size = UDim2.new(0, 160, 0, 60)
  429. LoginButton.Font = Enum.Font.Cartoon
  430. LoginButton.Text = "Login"
  431. LoginButton.TextColor3 = Color3.new(1, 1, 1)
  432. LoginButton.TextSize = 40
  433.  
  434. LoginButton.MouseButton1Down:connect(function()
  435.  
  436. if UserName.Text == "chicken" and Password.Text == "chicken2004" then
  437. MainFrame.Visible = true
  438. LoginFrame.Visible = false
  439. end
  440.  
  441. end)
  442.  
  443. ExecuterFrame.Name = "Executer Frame"
  444. ExecuterFrame.Parent = Nameless
  445. ExecuterFrame.Active = true
  446. ExecuterFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  447. ExecuterFrame.BorderColor3 = Color3.new(1, 1, 1)
  448. ExecuterFrame.BorderSizePixel = 5
  449. ExecuterFrame.Draggable = true
  450. ExecuterFrame.Position = UDim2.new(0.152393237, 0, 0.132411048, 0)
  451. ExecuterFrame.Selectable = true
  452. ExecuterFrame.Size = UDim2.new(0, 623, 0, 372)
  453. ExecuterFrame.Visible = false
  454.  
  455. Bar1_4.Name = "Bar1"
  456. Bar1_4.Parent = ExecuterFrame
  457. Bar1_4.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  458. Bar1_4.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  459. Bar1_4.BorderSizePixel = 0
  460. Bar1_4.Position = UDim2.new(0.00481540943, 0, 0.00852272753, 0)
  461. Bar1_4.Size = UDim2.new(0, 620, 0, 39)
  462.  
  463. Scroll.Name = "Scroll"
  464. Scroll.Parent = ExecuterFrame
  465. Scroll.BackgroundColor3 = Color3.new(0, 0, 0)
  466. Scroll.BackgroundTransparency = 0.5
  467. Scroll.Position = UDim2.new(0.044141259, 0, 0.143929839, 0)
  468. Scroll.Selectable = false
  469. Scroll.Size = UDim2.new(0, 566, 0, 244)
  470. Scroll.CanvasSize = UDim2.new(0, 0, 100000, 0)
  471.  
  472. Title.Name = "Title"
  473. Title.Parent = ExecuterFrame
  474. Title.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  475. Title.BackgroundTransparency = 1
  476. Title.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  477. Title.Position = UDim2.new(0.342279047, 0, 0.00808625296, 0)
  478. Title.Size = UDim2.new(0, 200, 0, 39)
  479. Title.Font = Enum.Font.Cartoon
  480. Title.Text = "Executer v1"
  481. Title.TextColor3 = Color3.new(1, 1, 1)
  482. Title.TextSize = 40
  483.  
  484. X4.Name = "X4"
  485. X4.Parent = ExecuterFrame
  486. X4.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  487. X4.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  488. X4.Position = UDim2.new(0.954155803, 0, 0.00808625296, 0)
  489. X4.Size = UDim2.new(0, 26, 0, 31)
  490. X4.Font = Enum.Font.Cartoon
  491. X4.Text = "X"
  492. X4.TextColor3 = Color3.new(1, 1, 1)
  493. X4.TextSize = 25
  494.  
  495. X4.MouseButton1Down:connect(function()
  496. ExecuterFrame.Visible = false
  497. MainFrame.Visible = true
  498. end)
  499.  
  500. EnterScript.Name = "EnterScript"
  501. EnterScript.Parent = ExecuterFrame
  502. EnterScript.BackgroundColor3 = Color3.new(1, 1, 1)
  503. EnterScript.BackgroundTransparency = 1
  504. EnterScript.Position = UDim2.new(0.0481540933, 0, 0.15053764, 0)
  505. EnterScript.Size = UDim2.new(0, 550, 0, 645)
  506. EnterScript.Font = Enum.Font.SourceSans
  507. EnterScript.Text = "--Enter Script Here!"
  508. EnterScript.TextSize = 20
  509. EnterScript.TextXAlignment = Enum.TextXAlignment.Left
  510. EnterScript.TextYAlignment = Enum.TextYAlignment.Top
  511.  
  512. Execute.Name = "Execute"
  513. Execute.Parent = ExecuterFrame
  514. Execute.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  515. Execute.BackgroundTransparency = 0.5
  516. Execute.BorderColor3 = Color3.new(1, 1, 1)
  517. Execute.BorderSizePixel = 2
  518. Execute.Position = UDim2.new(0.201444626, 0, 0.84677422, 0)
  519. Execute.Size = UDim2.new(0, 157, 0, 44)
  520. Execute.Font = Enum.Font.Cartoon
  521. Execute.Text = "Execute"
  522. Execute.TextColor3 = Color3.new(1, 1, 1)
  523. Execute.TextSize = 25
  524.  
  525. Clear.Name = "Clear"
  526. Clear.Parent = ExecuterFrame
  527. Clear.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  528. Clear.BackgroundTransparency = 0.5
  529. Clear.BorderColor3 = Color3.new(1, 1, 1)
  530. Clear.BorderSizePixel = 2
  531. Clear.Position = UDim2.new(0.590771854, 0, 0.847262979, 0)
  532. Clear.Size = UDim2.new(0, 157, 0, 44)
  533. Clear.Font = Enum.Font.Cartoon
  534. Clear.Text = "Clear"
  535. Clear.TextColor3 = Color3.new(1, 1, 1)
  536. Clear.TextSize = 25
  537.  
  538. CommandFrame.Name = "Command Frame"
  539. CommandFrame.Parent = Nameless
  540. CommandFrame.Active = true
  541. CommandFrame.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  542. CommandFrame.BackgroundTransparency = 0.20000000298023
  543. CommandFrame.BorderColor3 = Color3.new(1, 1, 1)
  544. CommandFrame.BorderSizePixel = 5
  545. CommandFrame.Draggable = true
  546. CommandFrame.Position = UDim2.new(0.106136993, 0, 0.0590841025, 0)
  547. CommandFrame.Selectable = true
  548. CommandFrame.Size = UDim2.new(0, 632, 0, 394)
  549. CommandFrame.Visible = false
  550.  
  551. Bar1_5.Name = "Bar1"
  552. Bar1_5.Parent = CommandFrame
  553. Bar1_5.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  554. Bar1_5.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  555. Bar1_5.BorderSizePixel = 0
  556. Bar1_5.Position = UDim2.new(0, 0, 0.00761421304, 0)
  557. Bar1_5.Size = UDim2.new(0, 632, 0, 44)
  558.  
  559. Title_2.Name = "Title"
  560. Title_2.Parent = CommandFrame
  561. Title_2.BackgroundColor3 = Color3.new(1, 1, 1)
  562. Title_2.BackgroundTransparency = 1
  563. Title_2.Position = UDim2.new(0.341772139, 0, -0.00761421304, 0)
  564. Title_2.Size = UDim2.new(0, 200, 0, 50)
  565. Title_2.Font = Enum.Font.Cartoon
  566. Title_2.Text = "Quick Commands"
  567. Title_2.TextColor3 = Color3.new(1, 1, 1)
  568. Title_2.TextSize = 45
  569.  
  570. X5.Name = "X5"
  571. X5.Parent = CommandFrame
  572. X5.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  573. X5.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  574. X5.BorderSizePixel = 0
  575. X5.Position = UDim2.new(0.958167732, 0, 0.0256359484, 0)
  576. X5.Size = UDim2.new(0, 26, 0, 23)
  577. X5.Font = Enum.Font.Cartoon
  578. X5.Text = "X"
  579. X5.TextColor3 = Color3.new(1, 1, 1)
  580. X5.TextSize = 25
  581.  
  582. X5.MouseButton1Down:connect(function()
  583. CommandFrame.Visible = false
  584. MainFrame.Visible = true
  585. end)
  586.  
  587. LWSCmd.Name = "LWSCmd"
  588. LWSCmd.Parent = CommandFrame
  589. LWSCmd.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  590. LWSCmd.BackgroundTransparency = 0.5
  591. LWSCmd.BorderColor3 = Color3.new(1, 1, 1)
  592. LWSCmd.BorderSizePixel = 2
  593. LWSCmd.Position = UDim2.new(0.0110759493, 0, 0.251269042, 0)
  594. LWSCmd.Size = UDim2.new(0, 158, 0, 28)
  595. LWSCmd.Font = Enum.Font.Cartoon
  596. LWSCmd.Text = "WalkSpeed 120"
  597. LWSCmd.TextColor3 = Color3.new(1, 1, 1)
  598. LWSCmd.TextSize = 25
  599.  
  600. LocalPlayerTitle.Name = "LocalPlayerTitle"
  601. LocalPlayerTitle.Parent = CommandFrame
  602. LocalPlayerTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  603. LocalPlayerTitle.BackgroundTransparency = 2
  604. LocalPlayerTitle.Position = UDim2.new(0.0332278498, 0, 0.131979704, 0)
  605. LocalPlayerTitle.Size = UDim2.new(0, 130, 0, 40)
  606. LocalPlayerTitle.Font = Enum.Font.Cartoon
  607. LocalPlayerTitle.Text = "LocalPlayer Cmds"
  608. LocalPlayerTitle.TextColor3 = Color3.new(1, 1, 1)
  609. LocalPlayerTitle.TextSize = 22
  610.  
  611. LGodCmd.Name = "LGodCmd"
  612. LGodCmd.Parent = CommandFrame
  613. LGodCmd.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  614. LGodCmd.BackgroundTransparency = 0.5
  615. LGodCmd.BorderColor3 = Color3.new(1, 1, 1)
  616. LGodCmd.BorderSizePixel = 2
  617. LGodCmd.Position = UDim2.new(0.0109999999, 0, 0.456, 0)
  618. LGodCmd.Size = UDim2.new(0, 158, 0, 28)
  619. LGodCmd.Font = Enum.Font.Cartoon
  620. LGodCmd.Text = "God"
  621. LGodCmd.TextColor3 = Color3.new(1, 1, 1)
  622. LGodCmd.TextSize = 25
  623.  
  624. LFFCmd.Name = "LFFCmd"
  625. LFFCmd.Parent = CommandFrame
  626. LFFCmd.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  627. LFFCmd.BackgroundTransparency = 0.5
  628. LFFCmd.BorderColor3 = Color3.new(1, 1, 1)
  629. LFFCmd.BorderSizePixel = 2
  630. LFFCmd.Position = UDim2.new(0.0110759493, 0, 0.555837572, 0)
  631. LFFCmd.Size = UDim2.new(0, 158, 0, 28)
  632. LFFCmd.Font = Enum.Font.Cartoon
  633. LFFCmd.Text = "ForceField"
  634. LFFCmd.TextColor3 = Color3.new(1, 1, 1)
  635. LFFCmd.TextSize = 25
  636.  
  637. LKillCmd.Name = "LKillCmd"
  638. LKillCmd.Parent = CommandFrame
  639. LKillCmd.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  640. LKillCmd.BackgroundTransparency = 0.5
  641. LKillCmd.BorderColor3 = Color3.new(1, 1, 1)
  642. LKillCmd.BorderSizePixel = 2
  643. LKillCmd.Position = UDim2.new(0.0110759493, 0, 0.657360375, 0)
  644. LKillCmd.Size = UDim2.new(0, 158, 0, 28)
  645. LKillCmd.Font = Enum.Font.Cartoon
  646. LKillCmd.Text = "Kill"
  647. LKillCmd.TextColor3 = Color3.new(1, 1, 1)
  648. LKillCmd.TextSize = 25
  649.  
  650. JPCmd.Name = "JPCmd"
  651. JPCmd.Parent = CommandFrame
  652. JPCmd.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  653. JPCmd.BackgroundTransparency = 0.5
  654. JPCmd.BorderColor3 = Color3.new(1, 1, 1)
  655. JPCmd.BorderSizePixel = 2
  656. JPCmd.Position = UDim2.new(0.0110759493, 0, 0.355329931, 0)
  657. JPCmd.Size = UDim2.new(0, 158, 0, 28)
  658. JPCmd.Font = Enum.Font.Cartoon
  659. JPCmd.Text = "JumpPower 80"
  660. JPCmd.TextColor3 = Color3.new(1, 1, 1)
  661. JPCmd.TextSize = 25
  662.  
  663. LFireCmd.Name = "LFireCmd"
  664. LFireCmd.Parent = CommandFrame
  665. LFireCmd.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  666. LFireCmd.BackgroundTransparency = 0.5
  667. LFireCmd.BorderColor3 = Color3.new(1, 1, 1)
  668. LFireCmd.BorderSizePixel = 2
  669. LFireCmd.Position = UDim2.new(0.0109999999, 0, 0.758000016, 0)
  670. LFireCmd.Size = UDim2.new(0, 158, 0, 28)
  671. LFireCmd.Font = Enum.Font.Cartoon
  672. LFireCmd.Text = "Fire"
  673. LFireCmd.TextColor3 = Color3.new(1, 1, 1)
  674. LFireCmd.TextSize = 25
  675.  
  676. LLevitateCmd.Name = "LLevitateCmd"
  677. LLevitateCmd.Parent = CommandFrame
  678. LLevitateCmd.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  679. LLevitateCmd.BackgroundTransparency = 0.5
  680. LLevitateCmd.BorderColor3 = Color3.new(1, 1, 1)
  681. LLevitateCmd.BorderSizePixel = 2
  682. LLevitateCmd.Position = UDim2.new(0.0109999999, 0, 0.856984794, 0)
  683. LLevitateCmd.Size = UDim2.new(0, 158, 0, 28)
  684. LLevitateCmd.Font = Enum.Font.Cartoon
  685. LLevitateCmd.Text = "Levitate"
  686. LLevitateCmd.TextColor3 = Color3.new(1, 1, 1)
  687. LLevitateCmd.TextSize = 25
  688.  
  689. AllTitle.Name = "AllTitle"
  690. AllTitle.Parent = CommandFrame
  691. AllTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  692. AllTitle.BackgroundTransparency = 2
  693. AllTitle.Position = UDim2.new(0.319620252, 0, 0.131979704, 0)
  694. AllTitle.Size = UDim2.new(0, 130, 0, 40)
  695. AllTitle.Font = Enum.Font.Cartoon
  696. AllTitle.Text = "All Player Cmds"
  697. AllTitle.TextColor3 = Color3.new(1, 1, 1)
  698. AllTitle.TextSize = 22
  699.  
  700. AKillCmd.Name = "AKillCmd"
  701. AKillCmd.Parent = CommandFrame
  702. AKillCmd.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  703. AKillCmd.BackgroundTransparency = 0.5
  704. AKillCmd.BorderColor3 = Color3.new(1, 1, 1)
  705. AKillCmd.BorderSizePixel = 2
  706. AKillCmd.Position = UDim2.new(0.297468334, 0, 0.251269042, 0)
  707. AKillCmd.Size = UDim2.new(0, 158, 0, 28)
  708. AKillCmd.Font = Enum.Font.Cartoon
  709. AKillCmd.Text = "Kill All"
  710. AKillCmd.TextColor3 = Color3.new(1, 1, 1)
  711. AKillCmd.TextSize = 25
  712.  
  713. AMLGCmd.Name = "AMLGCmd"
  714. AMLGCmd.Parent = CommandFrame
  715. AMLGCmd.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  716. AMLGCmd.BackgroundTransparency = 0.5
  717. AMLGCmd.BorderColor3 = Color3.new(1, 1, 1)
  718. AMLGCmd.BorderSizePixel = 2
  719. AMLGCmd.Position = UDim2.new(0.297468334, 0, 0.355329961, 0)
  720. AMLGCmd.Size = UDim2.new(0, 158, 0, 28)
  721. AMLGCmd.Font = Enum.Font.Cartoon
  722. AMLGCmd.Text = "Mlg All"
  723. AMLGCmd.TextColor3 = Color3.new(1, 1, 1)
  724. AMLGCmd.TextSize = 25
  725.  
  726. AWSCmd.Name = "AWSCmd"
  727. AWSCmd.Parent = CommandFrame
  728. AWSCmd.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  729. AWSCmd.BackgroundTransparency = 0.5
  730. AWSCmd.BorderColor3 = Color3.new(1, 1, 1)
  731. AWSCmd.BorderSizePixel = 2
  732. AWSCmd.Position = UDim2.new(0.297468334, 0, 0.555837572, 0)
  733. AWSCmd.Size = UDim2.new(0, 158, 0, 28)
  734. AWSCmd.Font = Enum.Font.Cartoon
  735. AWSCmd.Text = "WS All 120"
  736. AWSCmd.TextColor3 = Color3.new(1, 1, 1)
  737. AWSCmd.TextSize = 25
  738.  
  739. AJPCmd.Name = "AJPCmd"
  740. AJPCmd.Parent = CommandFrame
  741. AJPCmd.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  742. AJPCmd.BackgroundTransparency = 0.5
  743. AJPCmd.BorderColor3 = Color3.new(1, 1, 1)
  744. AJPCmd.BorderSizePixel = 2
  745. AJPCmd.Position = UDim2.new(0.297468334, 0, 0.657360435, 0)
  746. AJPCmd.Size = UDim2.new(0, 158, 0, 28)
  747. AJPCmd.Font = Enum.Font.Cartoon
  748. AJPCmd.Text = "JP All 80"
  749. AJPCmd.TextColor3 = Color3.new(1, 1, 1)
  750. AJPCmd.TextSize = 25
  751.  
  752. ADabCmd.Name = "ADabCmd"
  753. ADabCmd.Parent = CommandFrame
  754. ADabCmd.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  755. ADabCmd.BackgroundTransparency = 0.5
  756. ADabCmd.BorderColor3 = Color3.new(1, 1, 1)
  757. ADabCmd.BorderSizePixel = 2
  758. ADabCmd.Position = UDim2.new(0.297468334, 0, 0.758883297, 0)
  759. ADabCmd.Size = UDim2.new(0, 158, 0, 28)
  760. ADabCmd.Font = Enum.Font.Cartoon
  761. ADabCmd.Text = "Dab All"
  762. ADabCmd.TextColor3 = Color3.new(1, 1, 1)
  763. ADabCmd.TextSize = 25
  764.  
  765. ABringCmd.Name = "ABringCmd"
  766. ABringCmd.Parent = CommandFrame
  767. ABringCmd.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  768. ABringCmd.BackgroundTransparency = 0.5
  769. ABringCmd.BorderColor3 = Color3.new(1, 1, 1)
  770. ABringCmd.BorderSizePixel = 2
  771. ABringCmd.Position = UDim2.new(0.297468334, 0, 0.456852794, 0)
  772. ABringCmd.Size = UDim2.new(0, 158, 0, 28)
  773. ABringCmd.Font = Enum.Font.Cartoon
  774. ABringCmd.Text = "Bring All"
  775. ABringCmd.TextColor3 = Color3.new(1, 1, 1)
  776. ABringCmd.TextSize = 25
  777.  
  778. AFreezeCmd.Name = "AFreezeCmd"
  779. AFreezeCmd.Parent = CommandFrame
  780. AFreezeCmd.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  781. AFreezeCmd.BackgroundTransparency = 0.5
  782. AFreezeCmd.BorderColor3 = Color3.new(1, 1, 1)
  783. AFreezeCmd.BorderSizePixel = 2
  784. AFreezeCmd.Position = UDim2.new(0.297468334, 0, 0.858049333, 0)
  785. AFreezeCmd.Size = UDim2.new(0, 158, 0, 28)
  786. AFreezeCmd.Font = Enum.Font.Cartoon
  787. AFreezeCmd.Text = "Freeze All"
  788. AFreezeCmd.TextColor3 = Color3.new(1, 1, 1)
  789. AFreezeCmd.TextSize = 25
  790.  
  791. FeTitle.Name = "FeTitle"
  792. FeTitle.Parent = CommandFrame
  793. FeTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  794. FeTitle.BackgroundTransparency = 2
  795. FeTitle.Position = UDim2.new(0.691732883, 0, 0.131167114, 0)
  796. FeTitle.Size = UDim2.new(0, 130, 0, 40)
  797. FeTitle.Font = Enum.Font.Cartoon
  798. FeTitle.Text = "Fe Gui"
  799. FeTitle.TextColor3 = Color3.new(1, 1, 1)
  800. FeTitle.TextSize = 22
  801.  
  802. IllRemember.Name = "IllRemember"
  803. IllRemember.Parent = CommandFrame
  804. IllRemember.BackgroundColor3 = Color3.new(1, 1, 1)
  805. IllRemember.BackgroundTransparency = 2
  806. IllRemember.Position = UDim2.new(0.683821499, 0, 0.912892997, 0)
  807. IllRemember.Size = UDim2.new(0, 130, 0, 40)
  808. IllRemember.Font = Enum.Font.Cartoon
  809. IllRemember.Text = "Made by IllRemember"
  810. IllRemember.TextColor3 = Color3.new(1, 1, 1)
  811. IllRemember.TextSize = 22
  812.  
  813. FeGuiCmd.Name = "FeGuiCmd"
  814. FeGuiCmd.Parent = CommandFrame
  815. FeGuiCmd.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  816. FeGuiCmd.BackgroundTransparency = 0.5
  817. FeGuiCmd.BorderColor3 = Color3.new(1, 1, 1)
  818. FeGuiCmd.BorderSizePixel = 2
  819. FeGuiCmd.Position = UDim2.new(0.617879689, 0, 0.41497463, 0)
  820. FeGuiCmd.Size = UDim2.new(0, 197, 0, 95)
  821. FeGuiCmd.Font = Enum.Font.Cartoon
  822. FeGuiCmd.Text = "FE Gui"
  823. FeGuiCmd.TextColor3 = Color3.new(1, 1, 1)
  824. FeGuiCmd.TextSize = 25
  825.  
  826. JailbreakFrame.Name = "Jailbreak Frame"
  827. JailbreakFrame.Parent = Nameless
  828. JailbreakFrame.Active = true
  829. JailbreakFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  830. JailbreakFrame.BackgroundTransparency = 0.20000000298023
  831. JailbreakFrame.BorderColor3 = Color3.new(1, 1, 1)
  832. JailbreakFrame.BorderSizePixel = 5
  833. JailbreakFrame.Draggable = true
  834. JailbreakFrame.Position = UDim2.new(0.279374897, 0, 0.0652173832, 0)
  835. JailbreakFrame.Selectable = true
  836. JailbreakFrame.Size = UDim2.new(0, 484, 0, 249)
  837. JailbreakFrame.Visible = false
  838.  
  839. CrimBase.Name = "CrimBase"
  840. CrimBase.Parent = JailbreakFrame
  841. CrimBase.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  842. CrimBase.BackgroundTransparency = 0.5
  843. CrimBase.BorderColor3 = Color3.new(1, 1, 1)
  844. CrimBase.BorderSizePixel = 2
  845. CrimBase.Position = UDim2.new(0.0165289305, 0, 0.212851435, 0)
  846. CrimBase.Size = UDim2.new(0, 157, 0, 28)
  847. CrimBase.Font = Enum.Font.Cartoon
  848. CrimBase.Text = "CrimBase"
  849. CrimBase.TextColor3 = Color3.new(1, 1, 1)
  850. CrimBase.TextSize = 25
  851.  
  852. PoliceHQ.Name = "PoliceHQ"
  853. PoliceHQ.Parent = JailbreakFrame
  854. PoliceHQ.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  855. PoliceHQ.BackgroundTransparency = 0.5
  856. PoliceHQ.BorderColor3 = Color3.new(1, 1, 1)
  857. PoliceHQ.BorderSizePixel = 2
  858. PoliceHQ.Position = UDim2.new(0.0165289305, 0, 0.373493999, 0)
  859. PoliceHQ.Size = UDim2.new(0, 157, 0, 28)
  860. PoliceHQ.Font = Enum.Font.Cartoon
  861. PoliceHQ.Text = "PoliceHQ"
  862. PoliceHQ.TextColor3 = Color3.new(1, 1, 1)
  863. PoliceHQ.TextSize = 25
  864.  
  865. Prison.Name = "Prison"
  866. Prison.Parent = JailbreakFrame
  867. Prison.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  868. Prison.BackgroundTransparency = 0.5
  869. Prison.BorderColor3 = Color3.new(1, 1, 1)
  870. Prison.BorderSizePixel = 2
  871. Prison.Position = UDim2.new(0.0165289305, 0, 0.530120552, 0)
  872. Prison.Size = UDim2.new(0, 157, 0, 28)
  873. Prison.Font = Enum.Font.Cartoon
  874. Prison.Text = "Prison"
  875. Prison.TextColor3 = Color3.new(1, 1, 1)
  876. Prison.TextSize = 25
  877.  
  878. Bank.Name = "Bank"
  879. Bank.Parent = JailbreakFrame
  880. Bank.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  881. Bank.BackgroundTransparency = 0.5
  882. Bank.BorderColor3 = Color3.new(1, 1, 1)
  883. Bank.BorderSizePixel = 2
  884. Bank.Position = UDim2.new(0.0165289305, 0, 0.686747015, 0)
  885. Bank.Size = UDim2.new(0, 157, 0, 28)
  886. Bank.Font = Enum.Font.Cartoon
  887. Bank.Text = "Bank"
  888. Bank.TextColor3 = Color3.new(1, 1, 1)
  889. Bank.TextSize = 25
  890.  
  891. Jewlery.Name = "Jewlery"
  892. Jewlery.Parent = JailbreakFrame
  893. Jewlery.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  894. Jewlery.BackgroundTransparency = 0.5
  895. Jewlery.BorderColor3 = Color3.new(1, 1, 1)
  896. Jewlery.BorderSizePixel = 2
  897. Jewlery.Position = UDim2.new(0.0165289305, 0, 0.839357495, 0)
  898. Jewlery.Size = UDim2.new(0, 157, 0, 28)
  899. Jewlery.Font = Enum.Font.Cartoon
  900. Jewlery.Text = "Jewlery"
  901. Jewlery.TextColor3 = Color3.new(1, 1, 1)
  902. Jewlery.TextSize = 25
  903.  
  904. GameTitle.Name = "GameTitle"
  905. GameTitle.Parent = JailbreakFrame
  906. GameTitle.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  907. GameTitle.BackgroundTransparency = 0.99000000953674
  908. GameTitle.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  909. GameTitle.Position = UDim2.new(0.47210747, 0, 0.124497995, 0)
  910. GameTitle.Size = UDim2.new(0, 200, 0, 50)
  911. GameTitle.Font = Enum.Font.Cartoon
  912. GameTitle.Text = "Game"
  913. GameTitle.TextColor3 = Color3.new(1, 1, 1)
  914. GameTitle.TextSize = 35
  915.  
  916. Removeall.Name = "Removeall"
  917. Removeall.Parent = JailbreakFrame
  918. Removeall.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  919. Removeall.BackgroundTransparency = 0.5
  920. Removeall.BorderColor3 = Color3.new(1, 1, 1)
  921. Removeall.BorderSizePixel = 2
  922. Removeall.Position = UDim2.new(0.380165279, 0, 0.369477898, 0)
  923. Removeall.Size = UDim2.new(0, 117, 0, 40)
  924. Removeall.Font = Enum.Font.Cartoon
  925. Removeall.Text = "Remove Doors"
  926. Removeall.TextColor3 = Color3.new(1, 1, 1)
  927. Removeall.TextSize = 20
  928.  
  929. Bar1_6.Name = "Bar1"
  930. Bar1_6.Parent = JailbreakFrame
  931. Bar1_6.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  932. Bar1_6.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  933. Bar1_6.BorderSizePixel = 0
  934. Bar1_6.Size = UDim2.new(0, 484, 0, 37)
  935.  
  936. Title_3.Name = "Title"
  937. Title_3.Parent = JailbreakFrame
  938. Title_3.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  939. Title_3.BackgroundTransparency = 1
  940. Title_3.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  941. Title_3.Position = UDim2.new(0.317148775, 0, -0.0261044186, 0)
  942. Title_3.Size = UDim2.new(0, 200, 0, 50)
  943. Title_3.Font = Enum.Font.Cartoon
  944. Title_3.Text = "Custom Jailbreak Gui"
  945. Title_3.TextColor3 = Color3.new(1, 1, 1)
  946. Title_3.TextSize = 30
  947.  
  948. AutoArrest.Name = "AutoArrest"
  949. AutoArrest.Parent = JailbreakFrame
  950. AutoArrest.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  951. AutoArrest.BackgroundTransparency = 0.5
  952. AutoArrest.BorderColor3 = Color3.new(1, 1, 1)
  953. AutoArrest.BorderSizePixel = 2
  954. AutoArrest.Position = UDim2.new(0.73140502, 0, 0.369477898, 0)
  955. AutoArrest.Size = UDim2.new(0, 117, 0, 40)
  956. AutoArrest.Font = Enum.Font.Cartoon
  957. AutoArrest.Text = "Auto Arrest"
  958. AutoArrest.TextColor3 = Color3.new(1, 1, 1)
  959. AutoArrest.TextSize = 20
  960.  
  961. X3.Name = "X3"
  962. X3.Parent = JailbreakFrame
  963. X3.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  964. X3.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  965. X3.Position = UDim2.new(0.93126893, 0, 0.0319811255, 0)
  966. X3.Size = UDim2.new(0, 26, 0, 23)
  967. X3.Font = Enum.Font.Cartoon
  968. X3.Text = "X"
  969. X3.TextColor3 = Color3.new(1, 1, 1)
  970. X3.TextSize = 25
  971.  
  972. X3.MouseButton1Down:connect(function()
  973. JailbreakFrame.Visible = false
  974. MainFrame.Visible = true
  975. end)
  976.  
  977. Speed.Name = "Speed"
  978. Speed.Parent = JailbreakFrame
  979. Speed.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  980. Speed.BackgroundTransparency = 0.5
  981. Speed.BorderColor3 = Color3.new(1, 1, 1)
  982. Speed.BorderSizePixel = 2
  983. Speed.Position = UDim2.new(0.559396386, 0, 0.643674731, 0)
  984. Speed.Size = UDim2.new(0, 117, 0, 40)
  985. Speed.Font = Enum.Font.Cartoon
  986. Speed.Text = "Speed"
  987. Speed.TextColor3 = Color3.new(1, 1, 1)
  988. Speed.TextSize = 20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement