howie9983

Apocalypse Rising GUI SecondGenDev

Sep 14th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.49 KB | None | 0 0
  1. --Don't use anything in this without asking me first--
  2. --Proxima Gui by SecondGenDev--
  3. --Variables--
  4.  
  5. math.randomseed(tick())
  6. main = Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui)
  7. tab = Instance.new("Frame",main)
  8. frame = Instance.new("Frame",tab)
  9. xout = Instance.new("TextButton",tab)
  10. minus = Instance.new("TextButton",tab)
  11. logo = Instance.new("ImageLabel",tab)
  12. creds = Instance.new("TextLabel",tab)
  13.  
  14. lcl = Instance.new("TextButton",frame)
  15. others = Instance.new("TextButton",frame)
  16. serv = Instance.new("TextButton",frame)
  17. spwn = Instance.new("TextButton",frame)
  18.  
  19. lclf = Instance.new("Frame",frame)
  20. othersf = Instance.new("Frame",frame)
  21. servf = Instance.new("Frame",frame)
  22. spwnf = Instance.new("Frame",frame)
  23.  
  24. god = Instance.new("TextButton",lclf)
  25. loopheal = Instance.new("TextButton",lclf)
  26. tpbods = Instance.new("TextButton",lclf)
  27. tpcrates = Instance.new("TextButton",lclf)
  28. esp = Instance.new("TextButton",lclf)
  29. kickgroups = Instance.new("TextButton",lclf)
  30.  
  31. plrname1 = Instance.new("TextBox",othersf)
  32. killothr = Instance.new("TextButton",othersf)
  33. killplr = Instance.new("TextButton",othersf)
  34. kickothr = Instance.new("TextButton",othersf)
  35. kickplr = Instance.new("TextButton",othersf)
  36. tptoplr = Instance.new("TextButton",othersf)
  37. stealothrstuff = Instance.new("TextButton",othersf)
  38. stealplrstuff = Instance.new("TextButton",othersf)
  39. spect = Instance.new("TextButton",othersf)
  40. punsh = Instance.new("TextButton",othersf)
  41. infstat = Instance.new("TextButton",othersf)
  42.  
  43. plrname2 = Instance.new("TextBox",servf)
  44. red = Instance.new("TextButton",servf)
  45. yellow = Instance.new("TextButton",servf)
  46. blue = Instance.new("TextButton",servf)
  47. green = Instance.new("TextButton",servf)
  48. white = Instance.new("TextButton",servf)
  49. msgspam = Instance.new("TextButton",servf)
  50. killzombs = Instance.new("TextButton",servf)
  51. destroymap = Instance.new("TextButton",servf)
  52.  
  53. plrname3 = Instance.new("TextBox",spwnf)
  54. itemsp = Instance.new("TextBox",spwnf)
  55. val = Instance.new("TextBox",spwnf)
  56. spwnitem = Instance.new("TextButton",spwnf)
  57. spwnveh = Instance.new("TextButton",spwnf)
  58. spwnitemall = Instance.new("TextButton",spwnf)
  59. falkit = Instance.new("TextButton",spwnf)
  60. gkit = Instance.new("TextButton",spwnf)
  61. carkit = Instance.new("TextButton",spwnf)
  62. buildkit = Instance.new("TextButton",spwnf)
  63. godcar = Instance.new("TextButton",spwnf)
  64. carspeed = Instance.new("TextButton",spwnf)
  65.  
  66. current = lclf
  67.  
  68. --Layout--
  69.  
  70. main.ResetOnSpawn = false
  71.  
  72. tab.AnchorPoint = Vector2.new(0.5,0.5)
  73. tab.Position = UDim2.new(0.5,0,0.3,0)
  74. tab.Size = UDim2.new(0,450,0,40)
  75. tab.BackgroundColor3 = Color3.new(210/255,210/255,277/255)
  76. tab.BorderSizePixel = 0
  77. tab.Active = true
  78. tab.Draggable = true
  79.  
  80. frame.Position = UDim2.new(0,0,0,40)
  81. frame.Size = UDim2.new(0,450,0,350)
  82. frame.BackgroundColor3 = Color3.new(210/255,210/255,277/255)
  83. frame.BorderSizePixel = 0
  84.  
  85. xout.Position = UDim2.new(0,430,0,0)
  86. xout.Size = UDim2.new(0,20,0,20)
  87. xout.BackgroundColor3 = Color3.new(178/255,0/255,247/255)
  88. xout.BorderSizePixel = 0
  89. xout.TextColor3 = Color3.new(255/255,255/255,255/255)
  90. xout.TextSize = 15
  91. xout.Font = ("ArialBold")
  92. xout.Text = ("X")
  93.  
  94. minus.Position = UDim2.new(0,410,0,0)
  95. minus.Size = UDim2.new(0,20,0,20)
  96. minus.BackgroundColor3 = Color3.new(178/255,0/255,247/255)
  97. minus.BorderSizePixel = 0
  98. minus.TextColor3 = Color3.new(255/255,255/255,255/255)
  99. minus.TextSize = 15
  100. minus.Font = ("ArialBold")
  101. minus.Text = ("-")
  102.  
  103. creds.AnchorPoint = Vector2.new(0.5,0)
  104. creds.Position = UDim2.new(0.5,0,0,10)
  105. creds.Size = UDim2.new(0,20,0,20)
  106. creds.BackgroundTransparency = 1
  107. creds.BackgroundColor3 = Color3.new(0/255,140/255,185/255)
  108. creds.BorderSizePixel = 0
  109. creds.TextColor3 = Color3.new(0/255,0/255,0/255)
  110. creds.TextSize = 15
  111. creds.Font = ("ArialBold")
  112. creds.Text = ("by SecondGenDev - Big Tyrone#3335")
  113.  
  114.  
  115. lcl.Position = UDim2.new(0,0,0,10)
  116. lcl.Size = UDim2.new(0,100,0,25)
  117. lcl.BackgroundColor3 = Color3.new(178/255,0/255,247/255)
  118. lcl.BorderSizePixel = 0
  119. lcl.TextColor3 = Color3.new(255/255,255/255,255/255)
  120. lcl.TextSize = 13
  121. lcl.Font = ("ArialBold")
  122. lcl.Text = ("Local")
  123.  
  124. others.Position = UDim2.new(0,0,0,45)
  125. others.Size = UDim2.new(0,100,0,25)
  126. others.BackgroundColor3 = Color3.new(178/255,0/255,247/255)
  127. others.BorderSizePixel = 0
  128. others.TextColor3 = Color3.new(255/255,255/255,255/255)
  129. others.TextSize = 13
  130. others.Font = ("ArialBold")
  131. others.Text = ("Players")
  132.  
  133. serv.Position = UDim2.new(0,0,0,80)
  134. serv.Size = UDim2.new(0,100,0,25)
  135. serv.BackgroundColor3 = Color3.new(178/255,0/255,247/255)
  136. serv.BorderSizePixel = 0
  137. serv.TextColor3 = Color3.new(255/255,255/255,255/255)
  138. serv.TextSize = 13
  139. serv.Font = ("ArialBold")
  140. serv.Text = ("Server")
  141.  
  142. spwn.Position = UDim2.new(0,0,0,115)
  143. spwn.Size = UDim2.new(0,100,0,25)
  144. spwn.BackgroundColor3 = Color3.new(178/255,0/255,247/255)
  145. spwn.BorderSizePixel = 0
  146. spwn.TextColor3 = Color3.new(255/255,255/255,255/255)
  147. spwn.TextSize = 13
  148. spwn.Font = ("ArialBold")
  149. spwn.Text = ("Spawning")
  150.  
  151.  
  152. lclf.Position = UDim2.new(0,110,0,10)
  153. lclf.Size = UDim2.new(0,330,0,330)
  154. lclf.BackgroundTransparency = 1
  155. lclf.BorderSizePixel = 0
  156.  
  157. othersf.Position = UDim2.new(5,110,0,10)
  158. othersf.Size = UDim2.new(0,330,0,330)
  159. othersf.BackgroundTransparency = 1
  160. othersf.BorderSizePixel = 0
  161.  
  162. servf.Position = UDim2.new(5,110,0,10)
  163. servf.Size = UDim2.new(0,330,0,330)
  164. servf.BackgroundTransparency = 1
  165. servf.BorderSizePixel = 0
  166.  
  167. spwnf.Position = UDim2.new(5,110,0,10)
  168. spwnf.Size = UDim2.new(0,330,0,330)
  169. spwnf.BackgroundTransparency = 1
  170. spwnf.BorderSizePixel = 0
  171.  
  172.  
  173. god.Position = UDim2.new(0,10,0,10)
  174. god.Size = UDim2.new(0,150,0,35)
  175. god.BackgroundColor3 = Color3.new(178/255,0/255,247/255)
  176. god.BorderSizePixel = 0
  177. god.TextColor3 = Color3.new(255/255,255/255,255/255)
  178. god.TextSize = 15
  179. god.Font = ("ArialBold")
  180. god.Text = ("God")
  181.  
  182. loopheal.Position = UDim2.new(0,170,0,10)
  183. loopheal.Size = UDim2.new(0,150,0,35)
  184. loopheal.BackgroundColor3 = Color3.new(178/255,0/255,247/255)
  185. loopheal.BorderSizePixel = 0
  186. loopheal.TextColor3 = Color3.new(255/255,255/255,255/255)
  187. loopheal.TextSize = 15
  188. loopheal.Font = ("ArialBold")
  189. loopheal.Text = ("Enable Loop Heal")
  190.  
  191. tpbods.Position = UDim2.new(0,10,0,55)
  192. tpbods.Size = UDim2.new(0,150,0,35)
  193. tpbods.BackgroundColor3 = Color3.new(178/255,0/255,247/255)
  194. tpbods.BorderSizePixel = 0
  195. tpbods.TextColor3 = Color3.new(255/255,255/255,255/255)
  196. tpbods.TextSize = 15
  197. tpbods.Font = ("ArialBold")
  198. tpbods.Text = ("TP Bodies")
  199.  
  200. tpcrates.Position = UDim2.new(0,170,0,55)
  201. tpcrates.Size = UDim2.new(0,150,0,35)
  202. tpcrates.BackgroundColor3 = Color3.new(178/255,0/255,247/255)
  203. tpcrates.BorderSizePixel = 0
  204. tpcrates.TextColor3 = Color3.new(255/255,255/255,255/255)
  205. tpcrates.TextSize = 15
  206. tpcrates.Font = ("ArialBold")
  207. tpcrates.Text = ("TP Crates")
  208.  
  209. esp.Position = UDim2.new(0,10,0,100)
  210. esp.Size = UDim2.new(0,150,0,35)
  211. esp.BackgroundColor3 = Color3.new(178/255,0/255,247/255)
  212. esp.BorderSizePixel = 0
  213. esp.TextColor3 = Color3.new(255/255,255/255,255/255)
  214. esp.TextSize = 15
  215. esp.Font = ("ArialBold")
  216. esp.Text = ("Enable ESP")
  217.  
  218. kickgroups.Position = UDim2.new(0,10,0,100)
  219. kickgroups.Size = UDim2.new(0,150,0,35)
  220. kickgroups.BackgroundColor3 = Color3.new(178/255,0/255,247/255)
  221. kickgroups.BorderSizePixel = 0
  222. kickgroups.TextColor3 = Color3.new(255/255,255/255,255/255)
  223. kickgroups.TextSize = 15
  224. kickgroups.Font = ("ArialBold")
  225. kickgroups.Text = ("Kick All Groups")
  226.  
  227. ------------------------------------------------------------------------------
  228.  
  229. plrname1.AnchorPoint = Vector2.new(0.5,0.5)
  230. plrname1.Position = UDim2.new(0.5,0,0,20)
  231. plrname1.Size = UDim2.new(0,125,0,25)
  232. plrname1.BackgroundColor3 = Color3.new(178/255,0/255,247/255)
  233. plrname1.BorderSizePixel = 0
  234. plrname1.TextColor3 = Color3.new(255/255,255/255,255/255)
  235. plrname1.TextSize = 15
  236. plrname1.Font = ("ArialBold")
  237. plrname1.Text = ("Player")
  238. plrname1.TextScaled = true
  239.  
  240. killothr.Position = UDim2.new(0,10,0,50)
  241. killothr.Size = UDim2.new(0,150,0,35)
  242. killothr.BackgroundColor3 = Color3.new(178/255,0/255,247/255)
  243. killothr.BorderSizePixel = 0
  244. killothr.TextColor3 = Color3.new(255/255,255/255,255/255)
  245. killothr.TextSize = 15
  246. killothr.Font = ("ArialBold")
  247. killothr.Text = ("Kill Others")
  248.  
  249. killplr.Position = UDim2.new(0,170,0,50)
  250. killplr.Size = UDim2.new(0,150,0,35)
  251. killplr.BackgroundColor3 = Color3.new(178/255,0/255,247/255)
  252. killplr.BorderSizePixel = 0
  253. killplr.TextColor3 = Color3.new(255/255,255/255,255/255)
  254. killplr.TextSize = 15
  255. killplr.Font = ("ArialBold")
  256. killplr.Text = ("Kill Player")
  257.  
  258. kickothr.Position = UDim2.new(0,10,0,95)
  259. kickothr.Size = UDim2.new(0,150,0,35)
  260. kickothr.BackgroundColor3 = Color3.new(178/255,0/255,247/255)
  261. kickothr.BorderSizePixel = 0
  262. kickothr.TextColor3 = Color3.new(255/255,255/255,255/255)
  263. kickothr.TextSize = 15
  264. kickothr.Font = ("ArialBold")
  265. kickothr.Text = ("Kick Others")
  266.  
  267. kickplr.Position = UDim2.new(0,170,0,95)
  268. kickplr.Size = UDim2.new(0,150,0,35)
  269. kickplr.BackgroundColor3 = Color3.new(178/255,0/255,247/255)
  270. kickplr.BorderSizePixel = 0
  271. kickplr.TextColor3 = Color3.new(255/255,255/255,255/255)
  272. kickplr.TextSize = 15
  273. kickplr.Font = ("ArialBold")
  274. kickplr.Text = ("Kick Player")
  275.  
  276. tptoplr.Position = UDim2.new(0,10,0,140)
  277. tptoplr.Size = UDim2.new(0,150,0,35)
  278. tptoplr.BackgroundColor3 = Color3.new(178/255,0/255,247/255)
  279. tptoplr.BorderSizePixel = 0
  280. tptoplr.TextColor3 = Color3.new(255/255,255/255,255/255)
  281. tptoplr.TextSize = 15
  282. tptoplr.Font = ("ArialBold")
  283. tptoplr.Text = ("TP to Player")
  284.  
  285. stealothrstuff.Position = UDim2.new(0,170,0,140)
  286. stealothrstuff.Size = UDim2.new(0,150,0,35)
  287. stealothrstuff.BackgroundColor3 = Color3.new(178/255,0/255,247/255)
  288. stealothrstuff.BorderSizePixel = 0
  289. stealothrstuff.TextColor3 = Color3.new(255/255,255/255,255/255)
  290. stealothrstuff.TextSize = 15
  291. stealothrstuff.Font = ("ArialBold")
  292. stealothrstuff.Text = ("Steal Other's Items")
  293.  
  294. stealplrstuff.Position = UDim2.new(0,10,0,185)
  295. stealplrstuff.Size = UDim2.new(0,150,0,35)
  296. stealplrstuff.BackgroundColor3 = Color3.new(178/255,0/255,247/255)
  297. stealplrstuff.BorderSizePixel = 0
  298. stealplrstuff.TextColor3 = Color3.new(255/255,255/255,255/255)
  299. stealplrstuff.TextSize = 15
  300. stealplrstuff.Font = ("ArialBold")
  301. stealplrstuff.Text = ("Steal Player's Items")
  302.  
  303. spect.Position = UDim2.new(0,170,0,185)
  304. spect.Size = UDim2.new(0,150,0,35)
  305. spect.BackgroundColor3 = Color3.new(178/255,0/255,247/255)
  306. spect.BorderSizePixel = 0
  307. spect.TextColor3 = Color3.new(255/255,255/255,255/255)
  308. spect.TextSize = 15
  309. spect.Font = ("ArialBold")
  310. spect.Text = ("Spectate Player")
  311.  
  312. punsh.Position = UDim2.new(0,10,0,230)
  313. punsh.Size = UDim2.new(0,150,0,35)
  314. punsh.BackgroundColor3 = Color3.new(178/255,0/255,247/255)
  315. punsh.BorderSizePixel = 0
  316. punsh.TextColor3 = Color3.new(255/255,255/255,255/255)
  317. punsh.TextSize = 12
  318. punsh.Font = ("ArialBold")
  319. punsh.Text = ("Punish/Unpunish Player")
  320.  
  321. infstat.Position = UDim2.new(0,170,0,230)
  322. infstat.Size = UDim2.new(0,150,0,35)
  323. infstat.BackgroundColor3 = Color3.new(178/255,0/255,247/255)
  324. infstat.BorderSizePixel = 0
  325. infstat.TextColor3 = Color3.new(255/255,255/255,255/255)
  326. infstat.TextSize = 12
  327. infstat.Font = ("ArialBold")
  328. infstat.Text = ("Infinite Stats Player")
  329.  
  330. ------------------------------------------------------------------------------
  331.  
  332. plrname2.AnchorPoint = Vector2.new(0.5,0.5)
  333. plrname2.Position = UDim2.new(0.5,0,0,20)
  334. plrname2.Size = UDim2.new(0,125,0,25)
  335. plrname2.BackgroundColor3 = Color3.new(178/255,0/255,247/255)
  336. plrname2.BorderSizePixel = 0
  337. plrname2.TextColor3 = Color3.new(255/255,255/255,255/255)
  338. plrname2.TextSize = 15
  339. plrname2.Font = ("ArialBold")
  340. plrname2.Text = ("Message")
  341. plrname2.TextScaled = true
  342.  
  343. red.Position = UDim2.new(0,103,0,33)
  344. red.Size = UDim2.new(0,25,0,25)
  345. red.BackgroundColor3 = Color3.new(255/255,0/255,0/255)
  346. red.BorderSizePixel = 0
  347. red.Text = ("")
  348.  
  349. yellow.Position = UDim2.new(0,128,0,33)
  350. yellow.Size = UDim2.new(0,25,0,25)
  351. yellow.BackgroundColor3 = Color3.new(255/255,255/255,0/255)
  352. yellow.BorderSizePixel = 0
  353. yellow.Text = ("")
  354.  
  355. blue.Position = UDim2.new(0,153,0,33)
  356. blue.Size = UDim2.new(0,25,0,25)
  357. blue.BackgroundColor3 = Color3.new(0/255,0/255,255/255)
  358. blue.BorderSizePixel = 0
  359. blue.Text = ("")
  360.  
  361. green.Position = UDim2.new(0,178,0,33)
  362. green.Size = UDim2.new(0,25,0,25)
  363. green.BackgroundColor3 = Color3.new(0/255,255/255,0/255)
  364. green.BorderSizePixel = 0
  365. green.Text = ("")
  366.  
  367. white.Position = UDim2.new(0,203,0,33)
  368. white.Size = UDim2.new(0,25,0,25)
  369. white.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  370. white.BorderSizePixel = 0
  371. white.Text = ("")
  372.  
  373. msgspam.Position = UDim2.new(0,10,0,95)
  374. msgspam.Size = UDim2.new(0,150,0,35)
  375. msgspam.BackgroundColor3 = Color3.new(178/255,0/255,247/255)
  376. msgspam.BorderSizePixel = 0
  377. msgspam.TextColor3 = Color3.new(255/255,255/255,255/255)
  378. msgspam.TextSize = 15
  379. msgspam.Font = ("ArialBold")
  380. msgspam.Text = ("Enable Chat Spam")
  381.  
  382. killzombs.Position = UDim2.new(0,170,0,95)
  383. killzombs.Size = UDim2.new(0,150,0,35)
  384. killzombs.BackgroundColor3 = Color3.new(178/255,0/255,247/255)
  385. killzombs.BorderSizePixel = 0
  386. killzombs.TextColor3 = Color3.new(255/255,255/255,255/255)
  387. killzombs.TextSize = 15
  388. killzombs.Font = ("ArialBold")
  389. killzombs.Text = ("Kill All Zombies")
  390.  
  391. destroymap.Position = UDim2.new(0,10,0,140)
  392. destroymap.Size = UDim2.new(0,150,0,35)
  393. destroymap.BackgroundColor3 = Color3.new(178/255,0/255,247/255)
  394. destroymap.BorderSizePixel = 0
  395. destroymap.TextColor3 = Color3.new(255/255,255/255,255/255)
  396. destroymap.TextSize = 15
  397. destroymap.Font = ("ArialBold")
  398. destroymap.Text = ("Destroy Map")
  399.  
  400. ------------------------------------------------------------------------------
  401.  
  402. plrname3.Position = UDim2.new(0,35,0,10)
  403. plrname3.Size = UDim2.new(0,80,0,25)
  404. plrname3.BackgroundColor3 = Color3.new(178/255,0/255,247/255)
  405. plrname3.BorderSizePixel = 0
  406. plrname3.TextColor3 = Color3.new(255/255,255/255,255/255)
  407. plrname3.TextSize = 15
  408. plrname3.Font = ("ArialBold")
  409. plrname3.Text = (game.Players.LocalPlayer.Name)
  410. plrname3.TextScaled = true
  411.  
  412. itemsp.Position = UDim2.new(0,130,0,10)
  413. itemsp.Size = UDim2.new(0,80,0,25)
  414. itemsp.BackgroundColor3 = Color3.new(178/255,0/255,247/255)
  415. itemsp.BorderSizePixel = 0
  416. itemsp.TextColor3 = Color3.new(255/255,255/255,255/255)
  417. itemsp.TextSize = 15
  418. itemsp.Font = ("ArialBold")
  419. itemsp.Text = ("Item / Vehicle")
  420. itemsp.TextScaled = true
  421.  
  422. val.Position = UDim2.new(0,225,0,10)
  423. val.Size = UDim2.new(0,25,0,25)
  424. val.BackgroundColor3 = Color3.new(178/255,0/255,247/255)
  425. val.BorderSizePixel = 0
  426. val.TextColor3 = Color3.new(255/255,255/255,255/255)
  427. val.TextSize = 12
  428. val.Font = ("ArialBold")
  429. val.Text = ("1")
  430.  
  431. spwnitem.Position = UDim2.new(0,10,0,50)
  432. spwnitem.Size = UDim2.new(0,150,0,35)
  433. spwnitem.BackgroundColor3 = Color3.new(178/255,0/255,247/255)
  434. spwnitem.BorderSizePixel = 0
  435. spwnitem.TextColor3 = Color3.new(255/255,255/255,255/255)
  436. spwnitem.TextSize = 15
  437. spwnitem.Font = ("ArialBold")
  438. spwnitem.Text = ("Spawn Item")
  439.  
  440. spwnveh.Position = UDim2.new(0,170,0,50)
  441. spwnveh.Size = UDim2.new(0,150,0,35)
  442. spwnveh.BackgroundColor3 = Color3.new(178/255,0/255,247/255)
  443. spwnveh.BorderSizePixel = 0
  444. spwnveh.TextColor3 = Color3.new(255/255,255/255,255/255)
  445. spwnveh.TextSize = 15
  446. spwnveh.Font = ("ArialBold")
  447. spwnveh.Text = ("Teleport to Vehicle")
  448.  
  449. spwnitemall.Position = UDim2.new(0,10,0,95)
  450. spwnitemall.Size = UDim2.new(0,150,0,35)
  451. spwnitemall.BackgroundColor3 = Color3.new(178/255,0/255,247/255)
  452. spwnitemall.BorderSizePixel = 0
  453. spwnitemall.TextColor3 = Color3.new(255/255,255/255,255/255)
  454. spwnitemall.TextSize = 12
  455. spwnitemall.Font = ("ArialBold")
  456. spwnitemall.Text = ("Spawn Item All Players")
  457.  
  458. falkit.Position = UDim2.new(0,170,0,95)
  459. falkit.Size = UDim2.new(0,150,0,35)
  460. falkit.BackgroundColor3 = Color3.new(178/255,0/255,247/255)
  461. falkit.BorderSizePixel = 0
  462. falkit.TextColor3 = Color3.new(255/255,255/255,255/255)
  463. falkit.TextSize = 15
  464. falkit.Font = ("ArialBold")
  465. falkit.Text = ("Spawn FAL Kit")
  466.  
  467. gkit.Position = UDim2.new(0,10,0,140)
  468. gkit.Size = UDim2.new(0,150,0,35)
  469. gkit.BackgroundColor3 = Color3.new(178/255,0/255,247/255)
  470. gkit.BorderSizePixel = 0
  471. gkit.TextColor3 = Color3.new(255/255,255/255,255/255)
  472. gkit.TextSize = 15
  473. gkit.Font = ("ArialBold")
  474. gkit.Text = ("Spawn G36K Kit")
  475.  
  476. carkit.Position = UDim2.new(0,170,0,140)
  477. carkit.Size = UDim2.new(0,150,0,35)
  478. carkit.BackgroundColor3 = Color3.new(178/255,0/255,247/255)
  479. carkit.BorderSizePixel = 0
  480. carkit.TextColor3 = Color3.new(255/255,255/255,255/255)
  481. carkit.TextSize = 15
  482. carkit.Font = ("ArialBold")
  483. carkit.Text = ("Spawn Car Kit")
  484.  
  485. buildkit.Position = UDim2.new(0,10,0,185)
  486. buildkit.Size = UDim2.new(0,150,0,35)
  487. buildkit.BackgroundColor3 = Color3.new(178/255,0/255,247/255)
  488. buildkit.BorderSizePixel = 0
  489. buildkit.TextColor3 = Color3.new(255/255,255/255,255/255)
  490. buildkit.TextSize = 15
  491. buildkit.Font = ("ArialBold")
  492. buildkit.Text = ("Spawn Build Kit")
  493.  
  494. godcar.Position = UDim2.new(0,170,0,185)
  495. godcar.Size = UDim2.new(0,150,0,35)
  496. godcar.BackgroundColor3 = Color3.new(178/255,0/255,247/255)
  497. godcar.BorderSizePixel = 0
  498. godcar.TextColor3 = Color3.new(255/255,255/255,255/255)
  499. godcar.TextSize = 15
  500. godcar.Font = ("ArialBold")
  501. godcar.Text = ("God Car")
  502.  
  503. carspeed.Position = UDim2.new(0,10,0,230)
  504. carspeed.Size = UDim2.new(0,150,0,35)
  505. carspeed.BackgroundColor3 = Color3.new(178/255,0/255,247/255)
  506. carspeed.BorderSizePixel = 0
  507. carspeed.TextColor3 = Color3.new(255/255,255/255,255/255)
  508. carspeed.TextSize = 15
  509. carspeed.Font = ("ArialBold")
  510. carspeed.Text = ("Set Car Speed")
  511.  
  512.  
  513.  
  514. --Buttons / Functions--
  515.  
  516. for _, p in pairs(game.Players:GetPlayers()) do
  517. if p.Character.Humanoid.Health < 0 then
  518. game.Workspace.Remote.SendMessage:FireServer(game.Players.LocalPlayer,"Yellow","Detected Godder: "..p.Name)
  519. end
  520. end
  521.  
  522.  
  523. function getplr(thing)
  524. for _, v in pairs(game.Players:GetPlayers()) do
  525. if string.find(string.lower(v.Name),string.lower(thing)) then
  526. return v
  527. end
  528. end
  529. end
  530.  
  531. function getitem(thing)
  532. for _, v in pairs(game.Lighting.LootDrops:GetChildren()) do
  533. if string.find(string.lower(v.Name),string.lower(thing)) then
  534. return v
  535. end
  536. end
  537. end
  538.  
  539. function gun()
  540. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  541. if v:FindFirstChild("Magazine") then
  542. return v
  543. end
  544. end
  545. end
  546.  
  547. function createmessage(color, text)
  548. for _, v in pairs(game.Players:GetChildren()) do
  549. game.Workspace.Remote.SendMessage:FireServer(v,color,text)
  550. end
  551. end
  552.  
  553. function spawnitem(plr, item, amount)
  554. for i = 1, amount do
  555. game.Workspace.Remote.PlaceMaterial:FireServer(item, plr.Character.HumanoidRootPart.Position-item.PrimaryPart.Position + Vector3.new(math.random(-7.5,7.5),0,math.random(-7.5,7.5)))
  556. end
  557. end
  558.  
  559. function getvehicle(nam)
  560. for _, v in pairs(game.Workspace.Vehicles:GetChildren()) do
  561. if string.find(string.lower(v.Name),string.lower(nam)) then
  562. return v
  563. end
  564. end
  565. end
  566.  
  567. function changeval(value,amount)
  568. workspace.Remote.GroupLeader:FireServer({Name = amount}, {member1 = value} , nil)
  569. end
  570. function changeparent(instance,parent)
  571. workspace.Remote.GrabItem:FireServer(parent, nil, instance)
  572. end
  573.  
  574.  
  575. lcl.MouseButton1Up:connect(function()
  576. current.Position = UDim2.new(5,0,0,0)
  577. lclf.Position = UDim2.new(0,110,0,10)
  578. current = lclf
  579. end)
  580. others.MouseButton1Up:connect(function()
  581. current.Position = UDim2.new(5,0,0,0)
  582. othersf.Position = UDim2.new(0,110,0,10)
  583. current = othersf
  584. end)
  585. serv.MouseButton1Up:connect(function()
  586. current.Position = UDim2.new(5,0,0,0)
  587. servf.Position = UDim2.new(0,110,0,10)
  588. current = servf
  589. end)
  590. spwn.MouseButton1Up:connect(function()
  591. current.Position = UDim2.new(5,0,0,0)
  592. spwnf.Position = UDim2.new(0,110,0,10)
  593. current = spwnf
  594. end)
  595.  
  596. xout.MouseButton1Up:connect(function()
  597. main:Destroy()
  598. end)
  599. minused = false
  600. minus.MouseButton1Up:connect(function()
  601. if minused == false then
  602. minused = true
  603. frame.Position = UDim2.new(30,0,0,40)
  604. else
  605. minused = false
  606. frame.Position = UDim2.new(0,0,0,40)
  607. end
  608. end)
  609.  
  610.  
  611.  
  612. god.MouseButton1Up:connect(function()
  613. workspace.Remote.AddDamageSelf:FireServer(game.Players.LocalPlayer.Character.Humanoid,math.huge)
  614. game.Players.LocalPlayer.Character.Humanoid.Health = 100
  615. game:GetService("RunService").RenderStepped:connect(function()
  616. game.Players.LocalPlayer.Character.Humanoid.Health = 100
  617. end)
  618. end)
  619. looped = false
  620. loopheal.MouseButton1Up:connect(function()
  621. if looped == true then
  622. looped = false
  623. loopheal.Text = ("Enable Loop Heal")
  624. else
  625. looped = true
  626. loopheal.Text = ("Disable Loop Heal")
  627. game:GetService("RunService").RenderStepped:connect(function()
  628. if looped == true then
  629. workspace.Remote.AddDamageSelf:FireServer(game.Players.LocalPlayer.Character.Humanoid,-100)
  630. end
  631. end)
  632. end
  633. end)
  634.  
  635. tpbods.MouseButton1Up:connect(function()
  636. for _, v in pairs(game.Workspace:GetChildren()) do
  637. if v.Name == ("Corpse") then
  638. v:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(math.random(-15,15),-2,math.random(-15,15)))
  639. end
  640. end
  641. end)
  642. tpcrates.MouseButton1Up:connect(function()
  643. for _, v in pairs(game.Workspace:GetChildren()) do
  644. if v.Name == ("LargeCrateOpen") or v.Name == ("SmallCrateOpen") then
  645. v:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(math.random(-15,15),-2,math.random(-15,15)))
  646. end
  647. end
  648. end)
  649. kickgroups.MouseButton1Up:connect(function()
  650. for _, v in pairs(game.Lighting.Groups:GetChildren()) do
  651. if v.Name ~= ("GlobalGroups") then
  652. for _, p in pairs(game.Players:GetPlayers()) do
  653. game.Workspace.Remote.GroupKick:FireServer(v,p)
  654. end
  655. end
  656. end
  657. end)
  658.  
  659. ---------------------------
  660.  
  661. killothr.MouseButton1Up:connect(function()
  662.  
  663. for _, p in pairs(game.Players:GetChildren()) do
  664. if p.Name ~= game.Players.LocalPlayer.Name and gun() ~= nil and p.Character.Humanoid.Health > 1 then
  665. for i = 1, 12 do
  666. game.Workspace.Remote.DoHitLogic:FireServer(gun(),p.Character.Head)
  667. end
  668. wait(0.01)
  669. game.Workspace.Remote.GrabItem:FireServer(nil,nil,p.Character.Head)
  670. end
  671. end
  672. end)
  673.  
  674. killplr.MouseButton1Up:connect(function()
  675. if getplr(plrname1.Text).Character.Humanoid.Health > 1 and gun() ~= nil then
  676. for i = 1, 12 do
  677. game.Workspace.Remote.DoHitLogic:FireServer(gun(),getplr(plrname1.Text).Character.Head)
  678. end
  679. wait(0.1)
  680. else
  681. game.Workspace.Remote.GrabItem:FireServer(nil,nil,getplr(plrname1.Text).Character.Head)
  682. end
  683. end)
  684.  
  685. kickothr.MouseButton1Up:connect(function()
  686. for _, v in pairs(game.Players:GetPlayers()) do
  687. if v.Name ~= game.Players.LocalPlayer.Name then
  688. game.Workspace.Remote.GrabItem:FireServer(nil,nil,v)
  689. end
  690. end
  691. end)
  692.  
  693. kickplr.MouseButton1Up:connect(function()
  694. game.Workspace.Remote.GrabItem:FireServer(nil,nil,getplr(plrname1.Text))
  695. end)
  696.  
  697. tptoplr.MouseButton1Up:connect(function()
  698. workspace.Remote.AddDamageSelf:FireServer(game.Players.LocalPlayer.Character.Humanoid,math.huge)
  699. wait(0.5)
  700. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = getplr(plrname1.Text).Character.HumanoidRootPart.CFrame
  701. while game.Players.LocalPlayer.Character.Humanoid.Health > 1 do
  702. wait(0.5)
  703. game.Players.LocalPlayer.Character.Humanoid.Health = 100
  704. end
  705. end)
  706.  
  707. stealothrstuff.MouseButton1Up:connect(function()
  708. for _, p in pairs(game.Players:GetPlayers()) do
  709. for _, v in pairs(p.playerstats.slots:GetChildren()) do
  710. if v:FindFirstChild("ObjectID") and p.Name ~= game.Players.LocalPlayer.Name then
  711. game.Workspace.Remote.DropItem:FireServer(v,v.ObjectID)
  712. end
  713. end
  714. end
  715. end)
  716.  
  717. stealplrstuff.MouseButton1Up:connect(function()
  718. for _, v in pairs(getplr(plrname1.Text).playerstats.slots:GetChildren()) do
  719. if v:FindFirstChild("ObjectID") and getplr(plrname1.Text).Name ~= game.Players.LocalPlayer.Name then
  720. game.Workspace.Remote.DropItem:FireServer(v,v.ObjectID)
  721. end
  722. end
  723. end)
  724.  
  725. spect.MouseButton1Up:connect(function()
  726. game.Workspace.CurrentCamera.CameraSubject = getplr(plrname1.Text).Character.Humanoid
  727. end)
  728.  
  729. punsh.MouseButton1Up:connect(function()
  730. if getplr(plrname1.Text).Character.Parent == game.Workspace then
  731. changeparent(getplr(plrname1.Text).Character,game.Lighting)
  732. else
  733. changeparent(getplr(plrname1.Text).Character,game.Workspace)
  734. end
  735. end)
  736.  
  737. infstat.MouseButton1Up:connect(function()
  738. changeval(getplr(plrname1.Text).playerstats.Days, 9999999)
  739. changeval(getplr(plrname1.Text).playerstats.PlayerKill.Aggressive, 9999999)
  740. changeval(getplr(plrname1.Text).playerstats.ZombieKill.Civilian, 9999999)
  741. end)
  742.  
  743. ---------------------------
  744.  
  745. red.MouseButton1Up:connect(function()
  746. createmessage("Red",plrname2.Text)
  747. end)
  748. yellow.MouseButton1Up:connect(function()
  749. createmessage("Yellow",plrname2.Text)
  750. end)
  751. blue.MouseButton1Up:connect(function()
  752. createmessage("Blue",plrname2.Text)
  753. end)
  754. green.MouseButton1Up:connect(function()
  755. createmessage("Green",plrname2.Text)
  756. end)
  757. white.MouseButton1Up:connect(function()
  758. createmessage("White",plrname2.Text)
  759. end)
  760. spamm = false
  761. msgspam.MouseButton1Up:connect(function()
  762. if spamm == false then
  763. spamm = true
  764. msgspam.Text = ("Disable Chat Spam")
  765. while spamm == true do
  766. wait(0.1)
  767. game.Workspace.Remote.Chat:FireServer("Global",plrname2.Text)
  768. game.Workspace.Remote.Chat:FireServer("Global"," ")
  769. end
  770. else
  771. spamm = false
  772. msgspam.Text = ("Enable Chat Spam")
  773. end
  774. end)
  775.  
  776. killzombs.MouseButton1Up:connect(function()
  777. for _, v in pairs(game.Workspace.Zombies:GetDescendants()) do
  778. if v:FindFirstChild("Humanoid") then
  779. game.Workspace.Remote.DamageZombie:FireServer(v:FindFirstChild("Humanoid"), 1000)
  780. end
  781. end
  782. end)
  783.  
  784. destroymap.MouseButton1Up:connect(function()
  785. game.Workspace.Remote.GrabItem:FireServer(nil,nil,game.Workspace["Anchored Objects"])
  786. end)
  787.  
  788. ---------------------------
  789.  
  790. spwnitem.MouseButton1Up:connect(function()
  791. spawnitem(getplr(plrname3.Text), getitem(itemsp.Text), tonumber(val.Text))
  792. end)
  793.  
  794. spwnveh.MouseButton1Up:connect(function()
  795. workspace.Remote.AddDamageSelf:FireServer(game.Players.LocalPlayer.Character.Humanoid,math.huge)
  796. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = getvehicle(itemsp.Text):GetPrimaryPartCFrame() + Vector3.new(0,10,0)
  797. while game.Players.LocalPlayer.Character.Humanoid.Health > 1 do
  798. wait(0.5)
  799. game.Players.LocalPlayer.Character.Humanoid.Health = 100
  800. end
  801. wait(0.1)
  802. end)
  803.  
  804. spwnitemall.MouseButton1Up:connect(function()
  805. for _, v in pairs(game.Players:GetPlayers()) do
  806. spawnitem(v, getitem(itemsp.Text), tonumber(val.Text))
  807. end
  808. end)
  809.  
  810. --[[falkit = Instance.new("TextButton",spwnf)
  811. gkit = Instance.new("TextButton",spwnf)
  812. carkit = Instance.new("TextButton",spwnf)
  813. buildkit = Instance.new("TextButton",spwnf)]]
  814.  
  815. falkit.MouseButton1Up:connect(function()
  816. spawnitem(getplr(plrname3.Text),getitem("fal"),1)
  817. spawnitem(getplr(plrname3.Text),getitem("acog"),1)
  818. spawnitem(getplr(plrname3.Text),getitem("grip"),1)
  819. spawnitem(getplr(plrname3.Text),getitem("packblack"),1)
  820. spawnitem(getplr(plrname3.Text),getitem("m14ammo50"),6)
  821. end)
  822. gkit.MouseButton1Up:connect(function()
  823. spawnitem(getplr(plrname3.Text),getitem("g36k"),1)
  824. spawnitem(getplr(plrname3.Text),getitem("acog"),1)
  825. spawnitem(getplr(plrname3.Text),getitem("grip"),1)
  826. spawnitem(getplr(plrname3.Text),getitem("packblack"),1)
  827. spawnitem(getplr(plrname3.Text),getitem("stanagammo100"),6)
  828. end)
  829. carkit.MouseButton1Up:connect(function()
  830. spawnitem(getplr(plrname3.Text),getitem("ballisticglass"),1)
  831. spawnitem(getplr(plrname3.Text),getitem("reinforcedwheel"),4)
  832. spawnitem(getplr(plrname3.Text),getitem("plates"),1)
  833. spawnitem(getplr(plrname3.Text),getitem("fuel"),1)
  834. spawnitem(getplr(plrname3.Text),getitem("engine"),1)
  835. spawnitem(getplr(plrname3.Text),getitem("jerry"),2)
  836. spawnitem(getplr(plrname3.Text),getitem("scrap"),1)
  837.  
  838. end)
  839. buildkit.MouseButton1Up:connect(function()
  840. spawnitem(getplr(plrname3.Text),getitem("entrencher"),1)
  841. spawnitem(getplr(plrname3.Text),getitem("material1"),1)
  842. spawnitem(getplr(plrname3.Text),getitem("material2"),1)
  843. spawnitem(getplr(plrname3.Text),getitem("material3"),1)
  844. spawnitem(getplr(plrname3.Text),getitem("material4"),1)
  845. spawnitem(getplr(plrname3.Text),getitem("material5"),1)
  846. spawnitem(getplr(plrname3.Text),getitem("material6"),1)
  847. spawnitem(getplr(plrname3.Text),getitem("material7"),1)
  848. end)
  849.  
  850. godcar.MouseButton1Up:connect(function()
  851. while true do
  852. wait(0.001)
  853. local v = getvehicle(itemsp.Text)
  854. if v:FindFirstChild("Stats") then
  855. for _, m in pairs(v.Stats:GetChildren()) do
  856. if m:FindFirstChild("Max") then
  857. changeval(m.Max,900000)
  858. changeval(m, 900000)
  859. end
  860. end
  861. end
  862. end
  863. end)
  864.  
  865. carspeed.MouseButton1Up:connect(function()
  866. changeval(getvehicle(itemsp.Text).Stats.MaxSpeed,tonumber(val.Text))
  867. changeval(getvehicle(itemsp.Text).Stats.MaxSpeed.Offroad,tonumber(val.Text))
  868. end)
  869.  
  870.  
  871. game.Workspace.Remote.SendMessage:FireServer(game.Players.LocalPlayer,"Blue","--Successfully loaded Proxima GUI V1.1.0 by RelentlessRaptor--")
  872. wait()
  873. game.Workspace.Remote.SendMessage:FireServer(game.Players.LocalPlayer,"Green","--1/28 Updates: Serverside car functions, Punish players, Infinite Stats player--")
Add Comment
Please, Sign In to add comment