Advertisement
ItzGamerModzYT

arcade

Jan 5th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.40 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ArcadeGui = Instance.new("ScreenGui")
  4. local OpenFrame = Instance.new("Frame")
  5. local OpenBtn = Instance.new("TextButton")
  6. local MainFrame = Instance.new("Frame")
  7. local ArcadeLabel = Instance.new("TextLabel")
  8. local Frame = Instance.new("Frame")
  9. local FEBtn = Instance.new("TextButton")
  10. local ScriptEXEBtn = Instance.new("TextButton")
  11. local GrabBtn = Instance.new("TextButton")
  12. local BackBtn = Instance.new("TextButton")
  13. local GrabBtn_2 = Instance.new("TextButton")
  14. local ScriptEXE = Instance.new("Frame")
  15. local ScriptEXELabel = Instance.new("TextLabel")
  16. local Frame_2 = Instance.new("Frame")
  17. local ScrollingFrame = Instance.new("ScrollingFrame")
  18. local Input = Instance.new("TextBox")
  19. local BackBtn_2 = Instance.new("TextButton")
  20. local ClearBtn = Instance.new("TextButton")
  21. local ExecuteBtn = Instance.new("TextButton")
  22. local LoginFrame = Instance.new("Frame")
  23. local LoginLabel = Instance.new("TextLabel")
  24. local Frame_3 = Instance.new("Frame")
  25. local UsernameLabel = Instance.new("TextLabel")
  26. local TextBox = Instance.new("TextBox")
  27. local TextBox_2 = Instance.new("TextBox")
  28. local LoginBtn = Instance.new("TextButton")
  29. local XBtn = Instance.new("TextButton")
  30. local PasswordLabel = Instance.new("TextLabel")
  31. local VIPAccess = Instance.new("Frame")
  32. local TextLabel = Instance.new("TextLabel")
  33. local TextLabel_2 = Instance.new("TextLabel")
  34. local Frame_4 = Instance.new("Frame")
  35. local TextLabel_3 = Instance.new("TextLabel")
  36. local InputN = Instance.new("TextBox")
  37. local BackBtn_3 = Instance.new("TextButton")
  38. local ffBtn = Instance.new("TextButton")
  39. local killBtn = Instance.new("TextButton")
  40. local GodBtn = Instance.new("TextButton")
  41. local lpkBtn = Instance.new("TextButton")
  42. local TextButton = Instance.new("TextButton")
  43. local TextButton_2 = Instance.new("TextButton")
  44. local TextButton_3 = Instance.new("TextButton")
  45. local TextButton_4 = Instance.new("TextButton")
  46. local unffBtn = Instance.new("TextButton")
  47.  
  48. -- Properties
  49.  
  50. ArcadeGui.Name = "ArcadeGui"
  51. ArcadeGui.Parent = game.CoreGui
  52.  
  53. OpenFrame.Name = "OpenFrame"
  54. OpenFrame.Parent = ArcadeGui
  55. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  56. OpenFrame.BackgroundTransparency = 1
  57. OpenFrame.Position = UDim2.new(0.00956284162, 0, 0.632224202, 0)
  58. OpenFrame.Size = UDim2.new(0, 171, 0, 47)
  59.  
  60. OpenBtn.Name = "OpenBtn"
  61. OpenBtn.Parent = OpenFrame
  62. OpenBtn.BackgroundColor3 = Color3.new(0, 0, 0)
  63. OpenBtn.BackgroundTransparency = 0.5
  64. OpenBtn.BorderSizePixel = 0
  65. OpenBtn.Position = UDim2.new(0, 0, -0.0638297871, 0)
  66. OpenBtn.Size = UDim2.new(0, 171, 0, 50)
  67. OpenBtn.Font = Enum.Font.Arcade
  68. OpenBtn.Text = "Open"
  69. OpenBtn.TextColor3 = Color3.new(0.333333, 1, 1)
  70. OpenBtn.TextScaled = true
  71. OpenBtn.TextSize = 20
  72. OpenBtn.TextWrapped = true
  73. OpenBtn.MouseButton1Down:connect(function()
  74. game.CoreGui.ArcadeGui.OpenFrame.Visible = false
  75. game.CoreGui.ArcadeGui.LoginFrame.Visible = true
  76. end)
  77.  
  78. MainFrame.Name = "MainFrame"
  79. MainFrame.Parent = ArcadeGui
  80. MainFrame.Active = true
  81. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  82. MainFrame.BackgroundTransparency = 0.5
  83. MainFrame.Draggable = true
  84. MainFrame.Position = UDim2.new(0.137868449, 0, 0.080560416, 0)
  85. MainFrame.Size = UDim2.new(0, 370, 0, 479)
  86. MainFrame.Visible = false
  87.  
  88. ArcadeLabel.Name = "ArcadeLabel"
  89. ArcadeLabel.Parent = MainFrame
  90. ArcadeLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  91. ArcadeLabel.BackgroundTransparency = 1
  92. ArcadeLabel.Size = UDim2.new(0, 370, 0, 50)
  93. ArcadeLabel.Font = Enum.Font.Arcade
  94. ArcadeLabel.Text = "Arcade FE Gui[1.0]"
  95. ArcadeLabel.TextColor3 = Color3.new(0.333333, 1, 1)
  96. ArcadeLabel.TextScaled = true
  97. ArcadeLabel.TextSize = 20
  98. ArcadeLabel.TextWrapped = true
  99.  
  100. Frame.Parent = MainFrame
  101. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  102. Frame.Position = UDim2.new(0.0081081083, 0, 0.104384132, 0)
  103. Frame.Size = UDim2.new(0, 364, 0, 6)
  104.  
  105. FEBtn.Name = "FEBtn"
  106. FEBtn.Parent = MainFrame
  107. FEBtn.BackgroundColor3 = Color3.new(1, 1, 1)
  108. FEBtn.BackgroundTransparency = 1
  109. FEBtn.Position = UDim2.new(0.181081086, 0, 0.194154486, 0)
  110. FEBtn.Size = UDim2.new(0, 237, 0, 56)
  111. FEBtn.Font = Enum.Font.Arcade
  112. FEBtn.Text = "FE Checker"
  113. FEBtn.TextColor3 = Color3.new(0.333333, 1, 1)
  114. FEBtn.TextScaled = true
  115. FEBtn.TextSize = 20
  116. FEBtn.TextWrapped = true
  117.  
  118. ScriptEXEBtn.Name = "ScriptEXEBtn"
  119. ScriptEXEBtn.Parent = MainFrame
  120. ScriptEXEBtn.BackgroundColor3 = Color3.new(1, 1, 1)
  121. ScriptEXEBtn.BackgroundTransparency = 1
  122. ScriptEXEBtn.Position = UDim2.new(0.181081086, 0, 0.367432266, 0)
  123. ScriptEXEBtn.Size = UDim2.new(0, 237, 0, 56)
  124. ScriptEXEBtn.Font = Enum.Font.Arcade
  125. ScriptEXEBtn.Text = "Script EXE"
  126. ScriptEXEBtn.TextColor3 = Color3.new(0.333333, 1, 1)
  127. ScriptEXEBtn.TextScaled = true
  128. ScriptEXEBtn.TextSize = 20
  129. ScriptEXEBtn.TextWrapped = true
  130.  
  131. GrabBtn.Name = "GrabBtn"
  132. GrabBtn.Parent = MainFrame
  133. GrabBtn.BackgroundColor3 = Color3.new(1, 1, 1)
  134. GrabBtn.BackgroundTransparency = 1
  135. GrabBtn.Position = UDim2.new(0.17972973, 0, 0.534446836, 0)
  136. GrabBtn.Size = UDim2.new(0, 237, 0, 56)
  137. GrabBtn.Font = Enum.Font.Arcade
  138. GrabBtn.Text = "Grab Knife v4"
  139. GrabBtn.TextColor3 = Color3.new(0.333333, 1, 1)
  140. GrabBtn.TextScaled = true
  141. GrabBtn.TextSize = 20
  142. GrabBtn.TextWrapped = true
  143.  
  144. BackBtn.Name = "BackBtn"
  145. BackBtn.Parent = MainFrame
  146. BackBtn.BackgroundColor3 = Color3.new(1, 1, 1)
  147. BackBtn.BackgroundTransparency = 1
  148. BackBtn.Position = UDim2.new(0.0081081083, 0, 0.903966606, 0)
  149. BackBtn.Size = UDim2.new(0, 79, 0, 40)
  150. BackBtn.Font = Enum.Font.Arcade
  151. BackBtn.Text = "< Back"
  152. BackBtn.TextColor3 = Color3.new(0.333333, 1, 1)
  153. BackBtn.TextScaled = true
  154. BackBtn.TextSize = 20
  155. BackBtn.TextWrapped = true
  156. BackBtn.MouseButton1Down:connect(function()
  157. game.CoreGui.ArcadeGui.MainFrame.Visible = false
  158. game.CoreGui.ArcadeGui.LoginFrame.Visible = true
  159. end)
  160.  
  161. GrabBtn_2.Name = "GrabBtn"
  162. GrabBtn_2.Parent = MainFrame
  163. GrabBtn_2.BackgroundColor3 = Color3.new(1, 1, 1)
  164. GrabBtn_2.BackgroundTransparency = 1
  165. GrabBtn_2.Position = UDim2.new(0.181081086, 0, 0.722338259, 0)
  166. GrabBtn_2.Size = UDim2.new(0, 237, 0, 56)
  167. GrabBtn_2.Font = Enum.Font.Arcade
  168. GrabBtn_2.Text = "VIPAccess"
  169. GrabBtn_2.TextColor3 = Color3.new(0.333333, 1, 1)
  170. GrabBtn_2.TextScaled = true
  171. GrabBtn_2.TextSize = 20
  172. GrabBtn_2.TextWrapped = true
  173. GrabBtn_2.MouseButton1Down:connect(function()
  174. game.CoreGui.ArcadeGui.MainFrame.Visible = false
  175. game.CoreGui.ArcadeGui.VIPAccess.Visible = true
  176. end)
  177.  
  178. ScriptEXE.Name = "Script EXE"
  179. ScriptEXE.Parent = ArcadeGui
  180. ScriptEXE.Active = true
  181. ScriptEXE.BackgroundColor3 = Color3.new(0, 0, 0)
  182. ScriptEXE.BackgroundTransparency = 0.5
  183. ScriptEXE.Draggable = true
  184. ScriptEXE.Position = UDim2.new(0.417238027, 0, 0.080560416, 0)
  185. ScriptEXE.Size = UDim2.new(0, 364, 0, 479)
  186.  
  187. ScriptEXELabel.Name = "ScriptEXELabel"
  188. ScriptEXELabel.Parent = ScriptEXE
  189. ScriptEXELabel.BackgroundColor3 = Color3.new(1, 1, 1)
  190. ScriptEXELabel.BackgroundTransparency = 1
  191. ScriptEXELabel.Size = UDim2.new(0, 364, 0, 50)
  192. ScriptEXELabel.Font = Enum.Font.Arcade
  193. ScriptEXELabel.Text = "Script Executer"
  194. ScriptEXELabel.TextColor3 = Color3.new(0.333333, 1, 1)
  195. ScriptEXELabel.TextScaled = true
  196. ScriptEXELabel.TextSize = 20
  197. ScriptEXELabel.TextWrapped = true
  198.  
  199. Frame_2.Parent = ScriptEXE
  200. Frame_2.BackgroundColor3 = Color3.new(1, 1, 1)
  201. Frame_2.Position = UDim2.new(0.0178571418, 0, 0.104384132, 0)
  202. Frame_2.Size = UDim2.new(0, 351, 0, 6)
  203.  
  204. ScrollingFrame.Parent = ScriptEXE
  205. ScrollingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  206. ScrollingFrame.BackgroundTransparency = 1
  207. ScrollingFrame.Position = UDim2.new(0.0260989014, 0, 0.131524011, 0)
  208. ScrollingFrame.Size = UDim2.new(0, 348, 0, 375)
  209. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 200000000, 0)
  210. ScrollingFrame.ScrollBarThickness = 10
  211.  
  212. Input.Name = "Input"
  213. Input.Parent = ScrollingFrame
  214. Input.BackgroundColor3 = Color3.new(1, 1, 1)
  215. Input.BackgroundTransparency = 1
  216. Input.Size = UDim2.new(0, 336, 0, 1000000)
  217. Input.ClearTextOnFocus = false
  218. Input.Font = Enum.Font.Arcade
  219. Input.MultiLine = true
  220. Input.Text = "print(\"Subscribe to ItzGamerModz\");"
  221. Input.TextColor3 = Color3.new(0.333333, 1, 1)
  222. Input.TextSize = 20
  223. Input.TextWrapped = true
  224. Input.TextXAlignment = Enum.TextXAlignment.Left
  225. Input.TextYAlignment = Enum.TextYAlignment.Top
  226.  
  227. BackBtn_2.Name = "BackBtn"
  228. BackBtn_2.Parent = ScriptEXE
  229. BackBtn_2.BackgroundColor3 = Color3.new(1, 1, 1)
  230. BackBtn_2.BackgroundTransparency = 1
  231. BackBtn_2.Position = UDim2.new(0.0178571437, 0, 0.914404988, 0)
  232. BackBtn_2.Size = UDim2.new(0, 74, 0, 35)
  233. BackBtn_2.Font = Enum.Font.Arcade
  234. BackBtn_2.Text = "< Back"
  235. BackBtn_2.TextColor3 = Color3.new(0.333333, 1, 1)
  236. BackBtn_2.TextScaled = true
  237. BackBtn_2.TextSize = 20
  238. BackBtn_2.TextWrapped = true
  239.  
  240. ClearBtn.Name = "ClearBtn"
  241. ClearBtn.Parent = ScriptEXE
  242. ClearBtn.BackgroundColor3 = Color3.new(1, 1, 1)
  243. ClearBtn.BackgroundTransparency = 1
  244. ClearBtn.Position = UDim2.new(0.252747267, 0, 0.924843431, 0)
  245. ClearBtn.Size = UDim2.new(0, 129, 0, 30)
  246. ClearBtn.Font = Enum.Font.Arcade
  247. ClearBtn.Text = "Clear"
  248. ClearBtn.TextColor3 = Color3.new(0.333333, 1, 1)
  249. ClearBtn.TextScaled = true
  250. ClearBtn.TextSize = 20
  251. ClearBtn.TextWrapped = true
  252. ClearBtn.MouseButton1Down:connect(function()
  253. Input.Text = ""
  254. end)
  255.  
  256. ExecuteBtn.Name = "ExecuteBtn"
  257. ExecuteBtn.Parent = ScriptEXE
  258. ExecuteBtn.BackgroundColor3 = Color3.new(1, 1, 1)
  259. ExecuteBtn.BackgroundTransparency = 1
  260. ExecuteBtn.Position = UDim2.new(0.627747238, 0, 0.924843431, 0)
  261. ExecuteBtn.Size = UDim2.new(0, 129, 0, 30)
  262. ExecuteBtn.Font = Enum.Font.Arcade
  263. ExecuteBtn.Text = "Execute"
  264. ExecuteBtn.TextColor3 = Color3.new(0.333333, 1, 1)
  265. ExecuteBtn.TextScaled = true
  266. ExecuteBtn.TextSize = 20
  267. ExecuteBtn.TextWrapped = true
  268. ExecuteBtn.MouseButton1Down:connect(function()
  269. loadstring(Input.Text)()
  270. end)
  271.  
  272. LoginFrame.Name = "LoginFrame"
  273. LoginFrame.Parent = ArcadeGui
  274. LoginFrame.Active = true
  275. LoginFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  276. LoginFrame.BackgroundTransparency = 0.5
  277. LoginFrame.Draggable = true
  278. LoginFrame.Position = UDim2.new(0.368034959, 0, 0.0700524747, 0)
  279. LoginFrame.Size = UDim2.new(0, 364, 0, 479)
  280. LoginFrame.Visible = false
  281.  
  282. LoginLabel.Name = "LoginLabel"
  283. LoginLabel.Parent = LoginFrame
  284. LoginLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  285. LoginLabel.BackgroundTransparency = 1
  286. LoginLabel.Position = UDim2.new(-9.31322575e-09, 0, -2.05318784e-09, 0)
  287. LoginLabel.Size = UDim2.new(0, 364, 0, 50)
  288. LoginLabel.Font = Enum.Font.Arcade
  289. LoginLabel.Text = "Login"
  290. LoginLabel.TextColor3 = Color3.new(0.333333, 1, 1)
  291. LoginLabel.TextScaled = true
  292. LoginLabel.TextSize = 20
  293. LoginLabel.TextWrapped = true
  294.  
  295. Frame_3.Parent = LoginFrame
  296. Frame_3.BackgroundColor3 = Color3.new(1, 1, 1)
  297. Frame_3.Position = UDim2.new(0.0178571418, 0, 0.104384132, 0)
  298. Frame_3.Size = UDim2.new(0, 351, 0, 6)
  299.  
  300. UsernameLabel.Name = "UsernameLabel"
  301. UsernameLabel.Parent = LoginFrame
  302. UsernameLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  303. UsernameLabel.BackgroundTransparency = 1
  304. UsernameLabel.Position = UDim2.new(0, 0, 0.292275578, 0)
  305. UsernameLabel.Size = UDim2.new(0, 147, 0, 28)
  306. UsernameLabel.Font = Enum.Font.Arcade
  307. UsernameLabel.Text = "Username:"
  308. UsernameLabel.TextColor3 = Color3.new(0.333333, 1, 1)
  309. UsernameLabel.TextScaled = true
  310. UsernameLabel.TextSize = 20
  311. UsernameLabel.TextWrapped = true
  312.  
  313. TextBox.Parent = LoginFrame
  314. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  315. TextBox.BackgroundTransparency = 0.5
  316. TextBox.BorderSizePixel = 3
  317. TextBox.Position = UDim2.new(0.432692319, 0, 0.292275578, 0)
  318. TextBox.Size = UDim2.new(0, 200, 0, 28)
  319. TextBox.ClearTextOnFocus = false
  320. TextBox.Font = Enum.Font.Arcade
  321. TextBox.MultiLine = true
  322. TextBox.Text = "UsernameHere..."
  323. TextBox.TextColor3 = Color3.new(0.333333, 1, 1)
  324. TextBox.TextScaled = true
  325. TextBox.TextSize = 14
  326. TextBox.TextWrapped = true
  327.  
  328. TextBox_2.Parent = LoginFrame
  329. TextBox_2.BackgroundColor3 = Color3.new(1, 1, 1)
  330. TextBox_2.BackgroundTransparency = 0.5
  331. TextBox_2.BorderSizePixel = 3
  332. TextBox_2.Position = UDim2.new(0.432692319, 0, 0.427974939, 0)
  333. TextBox_2.Size = UDim2.new(0, 200, 0, 28)
  334. TextBox_2.ClearTextOnFocus = false
  335. TextBox_2.Font = Enum.Font.Arcade
  336. TextBox_2.MultiLine = true
  337. TextBox_2.Text = "PasswordHere..."
  338. TextBox_2.TextColor3 = Color3.new(0.333333, 1, 1)
  339. TextBox_2.TextScaled = true
  340. TextBox_2.TextSize = 14
  341. TextBox_2.TextWrapped = true
  342.  
  343. LoginBtn.Name = "LoginBtn"
  344. LoginBtn.Parent = LoginFrame
  345. LoginBtn.BackgroundColor3 = Color3.new(1, 1, 1)
  346. LoginBtn.BackgroundTransparency = 1
  347. LoginBtn.Position = UDim2.new(0.225274727, 0, 0.62212944, 0)
  348. LoginBtn.Size = UDim2.new(0, 200, 0, 50)
  349. LoginBtn.Font = Enum.Font.Arcade
  350. LoginBtn.Text = "Login"
  351. LoginBtn.TextColor3 = Color3.new(0.333333, 1, 1)
  352. LoginBtn.TextScaled = true
  353. LoginBtn.TextSize = 14
  354. LoginBtn.TextWrapped = true
  355. LoginBtn.MouseButton1Down:connect(function()
  356. if TextBox.text == "hi" and TextBox_2.Text == "boi" then
  357. game.CoreGui.ArcadeGui.LoginFrame.Visible = false
  358. game.CoreGui.ArcadeGui.MainFrame.Visible = true
  359. end
  360. end)
  361.  
  362. XBtn.Name = "XBtn"
  363. XBtn.Parent = LoginFrame
  364. XBtn.BackgroundColor3 = Color3.new(1, 1, 1)
  365. XBtn.BackgroundTransparency = 1
  366. XBtn.Position = UDim2.new(0.0178571437, 0, 0.882045925, 0)
  367. XBtn.Size = UDim2.new(0, 76, 0, 50)
  368. XBtn.Font = Enum.Font.Arcade
  369. XBtn.Text = "X"
  370. XBtn.TextColor3 = Color3.new(0.333333, 1, 1)
  371. XBtn.TextScaled = true
  372. XBtn.TextSize = 14
  373. XBtn.TextWrapped = true
  374.  
  375. PasswordLabel.Name = "PasswordLabel"
  376. PasswordLabel.Parent = LoginFrame
  377. PasswordLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  378. PasswordLabel.BackgroundTransparency = 1
  379. PasswordLabel.Position = UDim2.new(0, 0, 0.427974939, 0)
  380. PasswordLabel.Size = UDim2.new(0, 147, 0, 28)
  381. PasswordLabel.Font = Enum.Font.Arcade
  382. PasswordLabel.Text = "Password:"
  383. PasswordLabel.TextColor3 = Color3.new(0.333333, 1, 1)
  384. PasswordLabel.TextScaled = true
  385. PasswordLabel.TextSize = 20
  386. PasswordLabel.TextWrapped = true
  387.  
  388. VIPAccess.Name = "VIPAccess"
  389. VIPAccess.Parent = ArcadeGui
  390. VIPAccess.Active = true
  391. VIPAccess.BackgroundColor3 = Color3.new(0, 0, 0)
  392. VIPAccess.Draggable = true
  393. VIPAccess.BackgroundTransparency = 0.5
  394. VIPAccess.Position = UDim2.new(0.735063672, 0, 0.127845883, 0)
  395. VIPAccess.Size = UDim2.new(0, 564, 0, 397)
  396. VIPAccess.Visible = false
  397.  
  398. TextLabel.Parent = VIPAccess
  399. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  400. TextLabel.BackgroundTransparency = 1
  401. TextLabel.Size = UDim2.new(0, 564, 0, 40)
  402. TextLabel.Font = Enum.Font.Arcade
  403. TextLabel.Text = "VIP"
  404. TextLabel.TextColor3 = Color3.new(0.333333, 1, 1)
  405. TextLabel.TextScaled = true
  406. TextLabel.TextSize = 14
  407. TextLabel.TextWrapped = true
  408.  
  409. TextLabel_2.Parent = VIPAccess
  410. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  411. TextLabel_2.BackgroundTransparency = 1
  412. TextLabel_2.Position = UDim2.new(0.0141843967, 0, 0.100755669, 0)
  413. TextLabel_2.Size = UDim2.new(0, 564, 0, 20)
  414. TextLabel_2.Font = Enum.Font.Arcade
  415. TextLabel_2.Text = "Made By ItzGamerModz"
  416. TextLabel_2.TextColor3 = Color3.new(0.333333, 1, 1)
  417. TextLabel_2.TextScaled = true
  418. TextLabel_2.TextSize = 14
  419. TextLabel_2.TextWrapped = true
  420.  
  421. Frame_4.Parent = VIPAccess
  422. Frame_4.BackgroundColor3 = Color3.new(1, 1, 1)
  423. Frame_4.Position = UDim2.new(0.0141843967, 0, 0.176322415, 0)
  424. Frame_4.Size = UDim2.new(0, 547, 0, 6)
  425.  
  426. TextLabel_3.Parent = VIPAccess
  427. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  428. TextLabel_3.BackgroundTransparency = 1
  429. TextLabel_3.Position = UDim2.new(0.0283687934, 0, 0.249370277, 0)
  430. TextLabel_3.Size = UDim2.new(0, 189, 0, 20)
  431. TextLabel_3.Font = Enum.Font.Arcade
  432. TextLabel_3.Text = "Player Name Here:"
  433. TextLabel_3.TextColor3 = Color3.new(0.333333, 1, 1)
  434. TextLabel_3.TextScaled = true
  435. TextLabel_3.TextSize = 14
  436. TextLabel_3.TextWrapped = true
  437.  
  438. InputN.Name = "InputN"
  439. InputN.Parent = VIPAccess
  440. InputN.BackgroundColor3 = Color3.new(1, 1, 1)
  441. InputN.BackgroundTransparency = 0.5
  442. InputN.BorderSizePixel = 3
  443. InputN.Position = UDim2.new(0.416666687, 0, 0.231738031, 0)
  444. InputN.Size = UDim2.new(0, 305, 0, 34)
  445. InputN.ClearTextOnFocus = false
  446. InputN.Font = Enum.Font.SourceSans
  447. InputN.MultiLine = true
  448. InputN.TextSize = 14
  449.  
  450. BackBtn_3.Name = "BackBtn"
  451. BackBtn_3.Parent = VIPAccess
  452. BackBtn_3.BackgroundColor3 = Color3.new(1, 1, 1)
  453. BackBtn_3.BackgroundTransparency = 1
  454. BackBtn_3.Position = UDim2.new(0.0141843967, 0, 0.889168739, 0)
  455. BackBtn_3.Size = UDim2.new(0, 84, 0, 36)
  456. BackBtn_3.Font = Enum.Font.Arcade
  457. BackBtn_3.Text = "< Back"
  458. BackBtn_3.TextColor3 = Color3.new(0.333333, 1, 1)
  459. BackBtn_3.TextScaled = true
  460. BackBtn_3.TextSize = 14
  461. BackBtn_3.TextWrapped = true
  462. BackBtn_3.MouseButton1Down:connect(function()
  463. game.CoreGui.ArcadeGui.VIPAccess.Visible = false
  464. game.CoreGui.ArcadeGui.MainFrame.Visible = true
  465. end)
  466.  
  467. ffBtn.Name = "ffBtn"
  468. ffBtn.Parent = VIPAccess
  469. ffBtn.BackgroundColor3 = Color3.new(1, 1, 1)
  470. ffBtn.BackgroundTransparency = 1
  471. ffBtn.Position = UDim2.new(0, 0, 0.36272037, 0)
  472. ffBtn.Size = UDim2.new(0, 143, 0, 61)
  473. ffBtn.Font = Enum.Font.Arcade
  474. ffBtn.Text = "force field"
  475. ffBtn.TextColor3 = Color3.new(0.333333, 1, 1)
  476. ffBtn.TextScaled = true
  477. ffBtn.TextSize = 14
  478. ffBtn.TextWrapped = true
  479. ffBtn.MouseButton1Down:connect(function()
  480. Instance.new("ForceField", game.Players[InputN.Text].Character)
  481. end)
  482.  
  483. killBtn.Name = "killBtn"
  484. killBtn.Parent = VIPAccess
  485. killBtn.BackgroundColor3 = Color3.new(1, 1, 1)
  486. killBtn.BackgroundTransparency = 1
  487. killBtn.Position = UDim2.new(0.273936182, 0, 0.357682586, 0)
  488. killBtn.Size = UDim2.new(0, 97, 0, 63)
  489. killBtn.Font = Enum.Font.Arcade
  490. killBtn.Text = "kill"
  491. killBtn.TextColor3 = Color3.new(0.333333, 1, 1)
  492. killBtn.TextScaled = true
  493. killBtn.TextSize = 10
  494. killBtn.TextWrapped = true
  495. killBtn.MouseButton1Down:connect(function()
  496. game.Workspace[InputN.Text]:BreakJoints()
  497. end)
  498.  
  499. GodBtn.Name = "GodBtn"
  500. GodBtn.Parent = VIPAccess
  501. GodBtn.BackgroundColor3 = Color3.new(1, 1, 1)
  502. GodBtn.BackgroundTransparency = 1
  503. GodBtn.Position = UDim2.new(0.71808511, 0, 0.362720549, 0)
  504. GodBtn.Size = UDim2.new(0, 135, 0, 61)
  505. GodBtn.Font = Enum.Font.Arcade
  506. GodBtn.Text = "GodMode"
  507. GodBtn.TextColor3 = Color3.new(0.333333, 1, 1)
  508. GodBtn.TextScaled = true
  509. GodBtn.TextSize = 14
  510. GodBtn.TextWrapped = true
  511. GodBtn.MouseButton1Down:connect(function()
  512. game.Players[InputN.Text].Character.Humanoid.MaxHealth = math.huge
  513. end)
  514.  
  515. lpkBtn.Name = "lpkBtn"
  516. lpkBtn.Parent = VIPAccess
  517. lpkBtn.BackgroundColor3 = Color3.new(1, 1, 1)
  518. lpkBtn.BackgroundTransparency = 1
  519. lpkBtn.Position = UDim2.new(0.0283687934, 0, 0.521626711, 0)
  520. lpkBtn.Size = UDim2.new(0, 138, 0, 61)
  521. lpkBtn.Font = Enum.Font.Arcade
  522. lpkBtn.Text = "loopkill"
  523. lpkBtn.TextColor3 = Color3.new(0.333333, 1, 1)
  524. lpkBtn.TextScaled = true
  525. lpkBtn.TextSize = 14
  526. lpkBtn.TextWrapped = true
  527.  
  528. TextButton.Parent = VIPAccess
  529. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  530. TextButton.BackgroundTransparency = 1
  531. TextButton.Position = UDim2.new(0.673758864, 0, 0.521626711, 0)
  532. TextButton.Size = UDim2.new(0, 174, 0, 61)
  533. TextButton.Font = Enum.Font.Arcade
  534. TextButton.Text = "< Back"
  535. TextButton.TextColor3 = Color3.new(0.333333, 1, 1)
  536. TextButton.TextScaled = true
  537. TextButton.TextSize = 14
  538. TextButton.TextWrapped = true
  539.  
  540. TextButton_2.Parent = VIPAccess
  541. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  542. TextButton_2.BackgroundTransparency = 1
  543. TextButton_2.Position = UDim2.new(0.0141843557, 0, 0.67527914, 0)
  544. TextButton_2.Size = UDim2.new(0, 174, 0, 61)
  545. TextButton_2.Font = Enum.Font.Arcade
  546. TextButton_2.Text = "< Back"
  547. TextButton_2.TextColor3 = Color3.new(0.333333, 1, 1)
  548. TextButton_2.TextScaled = true
  549. TextButton_2.TextSize = 14
  550. TextButton_2.TextWrapped = true
  551.  
  552. TextButton_3.Parent = VIPAccess
  553. TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
  554. TextButton_3.BackgroundTransparency = 1
  555. TextButton_3.Position = UDim2.new(0.306737661, 0, 0.521626711, 0)
  556. TextButton_3.Size = UDim2.new(0, 174, 0, 61)
  557. TextButton_3.Font = Enum.Font.Arcade
  558. TextButton_3.Text = "< Back"
  559. TextButton_3.TextColor3 = Color3.new(0.333333, 1, 1)
  560. TextButton_3.TextScaled = true
  561. TextButton_3.TextSize = 14
  562. TextButton_3.TextWrapped = true
  563.  
  564. TextButton_4.Parent = VIPAccess
  565. TextButton_4.BackgroundColor3 = Color3.new(1, 1, 1)
  566. TextButton_4.BackgroundTransparency = 1
  567. TextButton_4.Position = UDim2.new(0.363475144, 0, 0.67527914, 0)
  568. TextButton_4.Size = UDim2.new(0, 174, 0, 61)
  569. TextButton_4.Font = Enum.Font.Arcade
  570. TextButton_4.Text = "< Back"
  571. TextButton_4.TextColor3 = Color3.new(0.333333, 1, 1)
  572. TextButton_4.TextScaled = true
  573. TextButton_4.TextSize = 14
  574. TextButton_4.TextWrapped = true
  575.  
  576. unffBtn.Name = "unffBtn"
  577. unffBtn.Parent = VIPAccess
  578. unffBtn.BackgroundColor3 = Color3.new(1, 1, 1)
  579. unffBtn.BackgroundTransparency = 1
  580. unffBtn.Position = UDim2.new(0.479609936, 0, 0.362720549, 0)
  581. unffBtn.Size = UDim2.new(0, 117, 0, 61)
  582. unffBtn.Font = Enum.Font.Arcade
  583. unffBtn.Text = "unforce field"
  584. unffBtn.TextColor3 = Color3.new(0.333333, 1, 1)
  585. unffBtn.TextScaled = true
  586. unffBtn.TextSize = 14
  587. unffBtn.TextWrapped = true
  588. unffBtn.MouseButton1Down:connect(function()
  589. game.Players[InputN.Text].Character.ForceField:Destroy()
  590. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement