Advertisement
DontDoItIDareU

Apocalypse rising Script

Sep 9th, 2018
11,705
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.41 KB | None | 0 0
  1. -- By Gambit
  2.  
  3. local ApocGUI = Instance.new("ScreenGui")
  4. local background = Instance.new("Frame")
  5. local title = Instance.new("TextLabel")
  6. local scroll = Instance.new("ScrollingFrame")
  7. local killbutton = Instance.new("TextButton")
  8. local kickbutton = Instance.new("TextButton")
  9. local gotobutton = Instance.new("TextButton")
  10. local banbutton = Instance.new("TextButton")
  11. local specplayer = Instance.new("TextButton")
  12. local bringplayer = Instance.new("TextButton")
  13. local loopkillplr = Instance.new("TextButton")
  14. local namemessage = Instance.new("TextBox")
  15. local bluemsg = Instance.new("TextButton")
  16. local yellowmsg = Instance.new("TextButton")
  17. local greenmsg = Instance.new("TextButton")
  18. local redmsg = Instance.new("TextButton")
  19. local credits = Instance.new("TextLabel")
  20. local localgod = Instance.new("TextButton")
  21. local tpcorpses = Instance.new("TextButton")
  22. local localspawnfal = Instance.new("TextButton")
  23. local localspawng36 = Instance.new("TextButton")
  24. local localspawnak12 = Instance.new("TextButton")
  25. local localspawnan94 = Instance.new("TextButton")
  26. local localspawnpat = Instance.new("TextButton")
  27. local killall = Instance.new("TextButton")
  28. local esp = Instance.new("TextButton")
  29. local printhealth = Instance.new("Frame")
  30. local godtitle = Instance.new("TextLabel")
  31. local namemessagehealth = Instance.new("TextBox")
  32. local healthamount = Instance.new("TextLabel")
  33. local check = Instance.new("TextButton")
  34. local aimlock = Instance.new("TextButton")
  35. local LP = game.Players.LocalPlayer
  36.  
  37. delremote=workspace.Remote.GrabItem
  38. function delobj(parent, instance)
  39. local _p=parent
  40. local _i=instance
  41. delremote:FireServer(_p,nil,_i)
  42. end
  43. local banned={}
  44.  
  45. ApocGUI.Name = "ApocGUI"
  46. ApocGUI.Parent = game.CoreGui
  47.  
  48. background.Name = "background"
  49. background.Parent = ApocGUI
  50. background.Active = true
  51. background.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  52. background.BackgroundTransparency = 0.5
  53. background.BorderColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  54. background.BorderSizePixel = 0
  55. background.Draggable = true
  56. background.Position = UDim2.new(0, 169, 0, 132)
  57. background.Size = UDim2.new(0, 469, 0, 267)
  58.  
  59. title.Name = "title"
  60. title.Parent = background
  61. title.BackgroundColor3 = Color3.new(1, 1, 1)
  62. title.BackgroundTransparency = 1
  63. title.Position = UDim2.new(0, 78, 0, -2)
  64. title.Size = UDim2.new(0, 312, 0, 50)
  65. title.Font = Enum.Font.SourceSansBold
  66. title.FontSize = Enum.FontSize.Size28
  67. title.Text = "Apocalypse Rising GUI"
  68. title.TextColor3 = Color3.new(1, 1, 1)
  69. title.TextSize = 28
  70. title.TextStrokeTransparency = 0
  71. title.TextWrapped = true
  72.  
  73. scroll.Name = "scroll"
  74. scroll.Parent = background
  75. scroll.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  76. scroll.BackgroundTransparency = 0.5
  77. scroll.BorderColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  78. scroll.BorderSizePixel = 0
  79. scroll.Position = UDim2.new(0, 469, 0, 0)
  80. scroll.Size = UDim2.new(0, 100, 0, 267)
  81.  
  82. killbutton.Name = "killbutton"
  83. killbutton.Parent = scroll
  84. killbutton.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  85. killbutton.BackgroundTransparency = 0.69999998807907
  86. killbutton.Position = UDim2.new(0, 6, 0, 6)
  87. killbutton.Size = UDim2.new(0, 76, 0, 30)
  88. killbutton.Font = Enum.Font.SourceSansBold
  89. killbutton.FontSize = Enum.FontSize.Size14
  90. killbutton.Text = "KILL"
  91. killbutton.TextColor3 = Color3.new(1, 1, 1)
  92. killbutton.TextScaled = true
  93. killbutton.TextSize = 14
  94. killbutton.TextWrapped = true
  95.  
  96. kickbutton.Name = "kickbutton"
  97. kickbutton.Parent = scroll
  98. kickbutton.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  99. kickbutton.BackgroundTransparency = 0.69999998807907
  100. kickbutton.Position = UDim2.new(0, 6, 0, 44)
  101. kickbutton.Size = UDim2.new(0, 76, 0, 30)
  102. kickbutton.Font = Enum.Font.SourceSansBold
  103. kickbutton.FontSize = Enum.FontSize.Size14
  104. kickbutton.Text = "KICK"
  105. kickbutton.TextColor3 = Color3.new(1, 1, 1)
  106. kickbutton.TextScaled = true
  107. kickbutton.TextSize = 14
  108. kickbutton.TextWrapped = true
  109.  
  110. gotobutton.Name = "gotobutton"
  111. gotobutton.Parent = scroll
  112. gotobutton.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  113. gotobutton.BackgroundTransparency = 0.69999998807907
  114. gotobutton.Position = UDim2.new(0, 6, 0, 82)
  115. gotobutton.Size = UDim2.new(0, 76, 0, 30)
  116. gotobutton.Font = Enum.Font.SourceSansBold
  117. gotobutton.FontSize = Enum.FontSize.Size14
  118. gotobutton.Text = "GOTO"
  119. gotobutton.TextColor3 = Color3.new(1, 1, 1)
  120. gotobutton.TextScaled = true
  121. gotobutton.TextSize = 14
  122. gotobutton.TextWrapped = true
  123.  
  124. banbutton.Name = "banbutton"
  125. banbutton.Parent = scroll
  126. banbutton.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  127. banbutton.BackgroundTransparency = 0.69999998807907
  128. banbutton.Position = UDim2.new(0, 6, 0, 120)
  129. banbutton.Size = UDim2.new(0, 76, 0, 30)
  130. banbutton.Font = Enum.Font.SourceSansBold
  131. banbutton.FontSize = Enum.FontSize.Size14
  132. banbutton.Text = "BAN"
  133. banbutton.TextColor3 = Color3.new(1, 1, 1)
  134. banbutton.TextScaled = true
  135. banbutton.TextSize = 14
  136. banbutton.TextWrapped = true
  137.  
  138. specplayer.Name = "specplayer"
  139. specplayer.Parent = scroll
  140. specplayer.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  141. specplayer.BackgroundTransparency = 0.69999998807907
  142. specplayer.Position = UDim2.new(0, 6, 0, 196)
  143. specplayer.Size = UDim2.new(0, 76, 0, 30)
  144. specplayer.Font = Enum.Font.SourceSansBold
  145. specplayer.FontSize = Enum.FontSize.Size14
  146. specplayer.Text = "SPECTATE"
  147. specplayer.TextColor3 = Color3.new(1, 1, 1)
  148. specplayer.TextScaled = true
  149. specplayer.TextSize = 14
  150. specplayer.TextWrapped = true
  151.  
  152. bringplayer.Name = "bringplayer"
  153. bringplayer.Parent = scroll
  154. bringplayer.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  155. bringplayer.BackgroundTransparency = 0.69999998807907
  156. bringplayer.Position = UDim2.new(0, 6, 0, 158)
  157. bringplayer.Size = UDim2.new(0, 76, 0, 30)
  158. bringplayer.Font = Enum.Font.SourceSansBold
  159. bringplayer.FontSize = Enum.FontSize.Size14
  160. bringplayer.Text = "BRING"
  161. bringplayer.TextColor3 = Color3.new(1, 1, 1)
  162. bringplayer.TextScaled = true
  163. bringplayer.TextSize = 14
  164. bringplayer.TextWrapped = true
  165.  
  166. loopkillplr.Name = "loopkillplr"
  167. loopkillplr.Parent = scroll
  168. loopkillplr.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  169. loopkillplr.BackgroundTransparency = 0.69999998807907
  170. loopkillplr.Position = UDim2.new(0, 6, 0, 234)
  171. loopkillplr.Size = UDim2.new(0, 76, 0, 30)
  172. loopkillplr.Font = Enum.Font.SourceSansBold
  173. loopkillplr.FontSize = Enum.FontSize.Size14
  174. loopkillplr.Text = "LOOPKILL"
  175. loopkillplr.TextColor3 = Color3.new(1, 1, 1)
  176. loopkillplr.TextScaled = true
  177. loopkillplr.TextSize = 14
  178. loopkillplr.TextWrapped = true
  179.  
  180. namemessage.Name = "namemessage"
  181. namemessage.Parent = background
  182. namemessage.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  183. namemessage.BackgroundTransparency = 0.69999998807907
  184. namemessage.BorderColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  185. namemessage.Position = UDim2.new(0, 95, 0, 52)
  186. namemessage.Size = UDim2.new(0, 280, 0, 82)
  187. namemessage.Font = Enum.Font.SourceSansBold
  188. namemessage.FontSize = Enum.FontSize.Size24
  189. namemessage.Text = "PLAYERNAME/MESSAGE"
  190. namemessage.TextColor3 = Color3.new(1, 1, 1)
  191. namemessage.TextSize = 22
  192. namemessage.TextWrapped = true
  193.  
  194. bluemsg.Name = "bluemsg"
  195. bluemsg.Parent = background
  196. bluemsg.BackgroundColor3 = Color3.new(0, 0, 1)
  197. bluemsg.BackgroundTransparency = 0.69999998807907
  198. bluemsg.BorderSizePixel = 0
  199. bluemsg.Position = UDim2.new(0, 95, 0, 140)
  200. bluemsg.Size = UDim2.new(0, 65, 0, 20)
  201. bluemsg.Font = Enum.Font.SourceSansBold
  202. bluemsg.FontSize = Enum.FontSize.Size14
  203. bluemsg.Text = "MSG"
  204. bluemsg.TextColor3 = Color3.new(1, 1, 1)
  205. bluemsg.TextScaled = true
  206. bluemsg.TextSize = 14
  207. bluemsg.TextWrapped = true
  208.  
  209. yellowmsg.Name = "yellowmsg"
  210. yellowmsg.Parent = background
  211. yellowmsg.BackgroundColor3 = Color3.new(1, 1, 0)
  212. yellowmsg.BackgroundTransparency = 0.69999998807907
  213. yellowmsg.BorderSizePixel = 0
  214. yellowmsg.Position = UDim2.new(0, 167, 0, 140)
  215. yellowmsg.Size = UDim2.new(0, 65, 0, 20)
  216. yellowmsg.Font = Enum.Font.SourceSansBold
  217. yellowmsg.FontSize = Enum.FontSize.Size14
  218. yellowmsg.Text = "MSG"
  219. yellowmsg.TextColor3 = Color3.new(1, 1, 1)
  220. yellowmsg.TextScaled = true
  221. yellowmsg.TextSize = 14
  222. yellowmsg.TextWrapped = true
  223.  
  224. greenmsg.Name = "greenmsg"
  225. greenmsg.Parent = background
  226. greenmsg.BackgroundColor3 = Color3.new(0, 1, 0)
  227. greenmsg.BackgroundTransparency = 0.69999998807907
  228. greenmsg.BorderSizePixel = 0
  229. greenmsg.Position = UDim2.new(0, 238, 0, 140)
  230. greenmsg.Size = UDim2.new(0, 65, 0, 20)
  231. greenmsg.Font = Enum.Font.SourceSansBold
  232. greenmsg.FontSize = Enum.FontSize.Size14
  233. greenmsg.Text = "MSG"
  234. greenmsg.TextColor3 = Color3.new(1, 1, 1)
  235. greenmsg.TextScaled = true
  236. greenmsg.TextSize = 14
  237. greenmsg.TextWrapped = true
  238.  
  239. redmsg.Name = "redmsg"
  240. redmsg.Parent = background
  241. redmsg.BackgroundColor3 = Color3.new(1, 0, 0)
  242. redmsg.BackgroundTransparency = 0.69999998807907
  243. redmsg.BorderSizePixel = 0
  244. redmsg.Position = UDim2.new(0, 310, 0, 140)
  245. redmsg.Size = UDim2.new(0, 65, 0, 20)
  246. redmsg.Font = Enum.Font.SourceSansBold
  247. redmsg.FontSize = Enum.FontSize.Size14
  248. redmsg.Text = "MSG"
  249. redmsg.TextColor3 = Color3.new(1, 1, 1)
  250. redmsg.TextScaled = true
  251. redmsg.TextSize = 14
  252. redmsg.TextWrapped = true
  253.  
  254. credits.Name = "credits"
  255. credits.Parent = background
  256. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  257. credits.BackgroundTransparency = 1
  258. credits.Position = UDim2.new(0, 78, 0, 217)
  259. credits.Size = UDim2.new(0, 312, 0, 50)
  260. credits.Font = Enum.Font.SourceSansBold
  261. credits.FontSize = Enum.FontSize.Size28
  262. credits.Text = "Made by Gambit#8884"
  263. credits.TextColor3 = Color3.new(1, 1, 1)
  264. credits.TextSize = 28
  265. credits.TextStrokeTransparency = 0
  266. credits.TextWrapped = true
  267.  
  268. localgod.Name = "localgod"
  269. localgod.Parent = background
  270. localgod.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  271. localgod.BackgroundTransparency = 0.69999998807907
  272. localgod.BorderSizePixel = 0
  273. localgod.Position = UDim2.new(0, 95, 0, 168)
  274. localgod.Size = UDim2.new(0, 134, 0, 33)
  275. localgod.Font = Enum.Font.SourceSansBold
  276. localgod.FontSize = Enum.FontSize.Size24
  277. localgod.Text = "GOD"
  278. localgod.TextColor3 = Color3.new(1, 1, 1)
  279. localgod.TextSize = 24
  280. localgod.TextWrapped = true
  281.  
  282. tpcorpses.Name = "tpcorpses"
  283. tpcorpses.Parent = background
  284. tpcorpses.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  285. tpcorpses.BackgroundTransparency = 0.69999998807907
  286. tpcorpses.BorderSizePixel = 0
  287. tpcorpses.Position = UDim2.new(0, 241, 0, 168)
  288. tpcorpses.Size = UDim2.new(0, 134, 0, 33)
  289. tpcorpses.Font = Enum.Font.SourceSansBold
  290. tpcorpses.FontSize = Enum.FontSize.Size24
  291. tpcorpses.Text = "TP CORPSE"
  292. tpcorpses.TextColor3 = Color3.new(1, 1, 1)
  293. tpcorpses.TextSize = 24
  294. tpcorpses.TextWrapped = true
  295.  
  296. localspawnfal.Name = "localspawnfal"
  297. localspawnfal.Parent = background
  298. localspawnfal.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  299. localspawnfal.BackgroundTransparency = 0.69999998807907
  300. localspawnfal.BorderSizePixel = 0
  301. localspawnfal.Position = UDim2.new(0, 5, 0, 52)
  302. localspawnfal.Size = UDim2.new(0, 82, 0, 33)
  303. localspawnfal.Font = Enum.Font.SourceSansBold
  304. localspawnfal.FontSize = Enum.FontSize.Size24
  305. localspawnfal.Text = "FALKIT"
  306. localspawnfal.TextColor3 = Color3.new(1, 1, 1)
  307. localspawnfal.TextSize = 24
  308. localspawnfal.TextWrapped = true
  309.  
  310. localspawng36.Name = "localspawng36"
  311. localspawng36.Parent = background
  312. localspawng36.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  313. localspawng36.BackgroundTransparency = 0.69999998807907
  314. localspawng36.BorderSizePixel = 0
  315. localspawng36.Position = UDim2.new(0, 5, 0, 90)
  316. localspawng36.Size = UDim2.new(0, 82, 0, 33)
  317. localspawng36.Font = Enum.Font.SourceSansBold
  318. localspawng36.FontSize = Enum.FontSize.Size24
  319. localspawng36.Text = "G36KIT"
  320. localspawng36.TextColor3 = Color3.new(1, 1, 1)
  321. localspawng36.TextSize = 24
  322. localspawng36.TextWrapped = true
  323.  
  324. localspawnak12.Name = "localspawnak12"
  325. localspawnak12.Parent = background
  326. localspawnak12.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  327. localspawnak12.BackgroundTransparency = 0.69999998807907
  328. localspawnak12.BorderSizePixel = 0
  329. localspawnak12.Position = UDim2.new(0, 5, 0, 128)
  330. localspawnak12.Size = UDim2.new(0, 82, 0, 33)
  331. localspawnak12.Font = Enum.Font.SourceSansBold
  332. localspawnak12.FontSize = Enum.FontSize.Size24
  333. localspawnak12.Text = "AK12KIT"
  334. localspawnak12.TextColor3 = Color3.new(1, 1, 1)
  335. localspawnak12.TextSize = 24
  336. localspawnak12.TextWrapped = true
  337.  
  338. localspawnan94.Name = "localspawnan94"
  339. localspawnan94.Parent = background
  340. localspawnan94.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  341. localspawnan94.BackgroundTransparency = 0.69999998807907
  342. localspawnan94.BorderSizePixel = 0
  343. localspawnan94.Position = UDim2.new(0, 5, 0, 166)
  344. localspawnan94.Size = UDim2.new(0, 82, 0, 33)
  345. localspawnan94.Font = Enum.Font.SourceSansBold
  346. localspawnan94.FontSize = Enum.FontSize.Size24
  347. localspawnan94.Text = "AN94KIT"
  348. localspawnan94.TextColor3 = Color3.new(1, 1, 1)
  349. localspawnan94.TextSize = 24
  350. localspawnan94.TextWrapped = true
  351.  
  352. localspawnpat.Name = "localspawnpat"
  353. localspawnpat.Parent = background
  354. localspawnpat.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  355. localspawnpat.BackgroundTransparency = 0.69999998807907
  356. localspawnpat.BorderSizePixel = 0
  357. localspawnpat.Position = UDim2.new(0, 5, 0, 204)
  358. localspawnpat.Size = UDim2.new(0, 82, 0, 33)
  359. localspawnpat.Font = Enum.Font.SourceSansBold
  360. localspawnpat.FontSize = Enum.FontSize.Size24
  361. localspawnpat.Text = "SSB"
  362. localspawnpat.TextColor3 = Color3.new(1, 1, 1)
  363. localspawnpat.TextSize = 24
  364. localspawnpat.TextWrapped = true
  365.  
  366. killall.Name = "killall"
  367. killall.Parent = background
  368. killall.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  369. killall.BackgroundTransparency = 0.69999998807907
  370. killall.BorderSizePixel = 0
  371. killall.Position = UDim2.new(0, 384, 0, 52)
  372. killall.Size = UDim2.new(0, 82, 0, 60)
  373. killall.Font = Enum.Font.SourceSansBold
  374. killall.FontSize = Enum.FontSize.Size24
  375. killall.Text = "KILL ALL"
  376. killall.TextColor3 = Color3.new(1, 1, 1)
  377. killall.TextSize = 24
  378. killall.TextWrapped = true
  379.  
  380. esp.Name = "esp"
  381. esp.Parent = background
  382. esp.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  383. esp.BackgroundTransparency = 0.69999998807907
  384. esp.BorderSizePixel = 0
  385. esp.Position = UDim2.new(0, 384, 0, 117)
  386. esp.Size = UDim2.new(0, 82, 0, 60)
  387. esp.Font = Enum.Font.SourceSansBold
  388. esp.FontSize = Enum.FontSize.Size24
  389. esp.Text = "ESP"
  390. esp.TextColor3 = Color3.new(1, 1, 1)
  391. esp.TextSize = 24
  392. esp.TextWrapped = true
  393.  
  394. printhealth.Name = "printhealth"
  395. printhealth.Parent = background
  396. printhealth.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  397. printhealth.BackgroundTransparency = 0.5
  398. printhealth.BorderSizePixel = 0
  399. printhealth.Position = UDim2.new(0, -100, 0, 0)
  400. printhealth.Size = UDim2.new(0, 100, 0, 267)
  401.  
  402. godtitle.Name = "godtitle"
  403. godtitle.Parent = printhealth
  404. godtitle.BackgroundColor3 = Color3.new(1, 1, 1)
  405. godtitle.BackgroundTransparency = 1
  406. godtitle.Position = UDim2.new(0, 0, 0, 20)
  407. godtitle.Size = UDim2.new(0, 100, 0, 50)
  408. godtitle.Font = Enum.Font.SourceSansBold
  409. godtitle.FontSize = Enum.FontSize.Size24
  410. godtitle.Text = "GOD CHECK"
  411. godtitle.TextColor3 = Color3.new(1, 1, 1)
  412. godtitle.TextSize = 20
  413. godtitle.TextStrokeTransparency = 0
  414.  
  415. namemessagehealth.Name = "namemessagehealth"
  416. namemessagehealth.Parent = printhealth
  417. namemessagehealth.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  418. namemessagehealth.BackgroundTransparency = 0.69999998807907
  419. namemessagehealth.BorderColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  420. namemessagehealth.Position = UDim2.new(0, 7, 0, 72)
  421. namemessagehealth.Size = UDim2.new(0, 90, 0, 23)
  422. namemessagehealth.Font = Enum.Font.SourceSansBold
  423. namemessagehealth.FontSize = Enum.FontSize.Size11
  424. namemessagehealth.Text = "PLAYERNAME"
  425. namemessagehealth.TextColor3 = Color3.new(1, 1, 1)
  426. namemessagehealth.TextSize = 11
  427. namemessagehealth.TextWrapped = true
  428.  
  429. healthamount.Name = "healthamount"
  430. healthamount.Parent = printhealth
  431. healthamount.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  432. healthamount.BackgroundTransparency = 0.5
  433. healthamount.BorderSizePixel = 0
  434. healthamount.Position = UDim2.new(0, 7, 0, 106)
  435. healthamount.Size = UDim2.new(0, 90, 0, 90)
  436. healthamount.Font = Enum.Font.SourceSansBold
  437. healthamount.FontSize = Enum.FontSize.Size24
  438. healthamount.Text = "HEALTH"
  439. healthamount.TextColor3 = Color3.new(1, 1, 1)
  440. healthamount.TextSize = 20
  441.  
  442. check.Name = "check"
  443. check.Parent = printhealth
  444. check.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  445. check.BackgroundTransparency = 0.69999998807907
  446. check.Position = UDim2.new(0, 7, 0, 206)
  447. check.Size = UDim2.new(0, 90, 0, 30)
  448. check.Font = Enum.Font.SourceSansBold
  449. check.FontSize = Enum.FontSize.Size18
  450. check.Text = "CHECK"
  451. check.TextColor3 = Color3.new(1, 1, 1)
  452. check.TextSize = 18
  453.  
  454. aimlock.Name = "aimlock"
  455. aimlock.Parent = background
  456. aimlock.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  457. aimlock.BackgroundTransparency = 0.69999998807907
  458. aimlock.BorderSizePixel = 0
  459. aimlock.Position = UDim2.new(0, 384, 0, 182)
  460. aimlock.Size = UDim2.new(0, 82, 0, 60)
  461. aimlock.Font = Enum.Font.SourceSansBold
  462. aimlock.FontSize = Enum.FontSize.Size24
  463. aimlock.Text = "AIMLOCK"
  464. aimlock.TextColor3 = Color3.new(1, 1, 1)
  465. aimlock.TextSize = 24
  466. aimlock.TextWrapped = true
  467.  
  468. kickbutton.MouseButton1Click:connect(function()
  469. local state, err = pcall(function()delobj(nil, game.Players[namemessage.Text])end)
  470. if state then print(err) end
  471. end)
  472.  
  473. banbutton.MouseButton1Click:connect(function()
  474. while wait() do
  475. local state, err = pcall(function()delobj(nil, game.Players[namemessage.Text])end)
  476. if state then print(err) end
  477. wait(3)
  478. end
  479. end)
  480.  
  481. localgod.MouseButton1Click:connect(function()
  482. game.Workspace.Remote.AddDamageSelf:FireServer(game.Players.LocalPlayer.Character.Humanoid, math.huge)
  483. end)
  484.  
  485. killbutton.MouseButton1Click:connect(function()
  486. player = game.Players.LocalPlayer
  487.  
  488. local function findergun()
  489. local back = player.Backpack:GetChildren()
  490. for a = 1, #back do
  491. if back[a]:IsA("Model") and back[a]:FindFirstChild("Shooter") then return back[a] end
  492. end
  493. return nil
  494. end
  495.  
  496. local findgun = findergun()
  497.  
  498. for i, v in ipairs(game.Players:GetChildren()) do
  499. if findgun and v.Character and v ~= player then
  500. if v.Name == namemessage.Text then
  501. for i = 1, 10 do game.Workspace.Remote.DoHitLogic:FireServer(findgun, v.Character.Head) end
  502. end
  503. end
  504. end
  505. end)
  506.  
  507. killall.MouseButton1Click:connect(function()
  508. player = game.Players.LocalPlayer
  509.  
  510. local function findergun()
  511. local back = player.Backpack:GetChildren()
  512. for a = 1, #back do
  513. if back[a]:IsA("Model") and back[a]:FindFirstChild("Shooter") then return back[a] end
  514. end
  515. return nil
  516. end
  517.  
  518. local findgun = findergun()
  519.  
  520. for i, v in ipairs(game.Players:GetChildren()) do
  521. if findgun and v.Character and v ~= player then
  522. for i = 1, 10 do game.Workspace.Remote.DoHitLogic:FireServer(findgun, v.Character.Head) end
  523. end
  524. end
  525. end)
  526.  
  527. gotobutton.MouseButton1Click:connect(function()
  528. game.Workspace.CurrentCamera.CameraSubject = LP.Character.Humanoid
  529. game.Workspace.Remote.AddDamageSelf:FireServer(game.Players.LocalPlayer.Character.Humanoid, math.huge)
  530. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players[namemessage.Text].Character.HumanoidRootPart.Position)
  531. end)
  532.  
  533. loopkillplr.MouseButton1Click:connect(function()
  534. while true do
  535. player = game.Players.LocalPlayer
  536.  
  537. local function findergun()
  538. local back = player.Backpack:GetChildren()
  539. for a = 1, #back do
  540. if back[a]:IsA("Model") and back[a]:FindFirstChild("Shooter") then return back[a] end
  541. end
  542. return nil
  543. end
  544.  
  545.  
  546. local findgun = findergun()
  547. for i, v in ipairs(game.Players:GetChildren()) do
  548. if findgun and v.Character and v ~= player then
  549. if v.Name == namemessage.Text then
  550. for i = 1, 10 do game.Workspace.Remote.DoHitLogic:FireServer(findgun, v.Character.Head) end
  551. wait(5)
  552. end
  553. end
  554. end
  555. end
  556. end)
  557.  
  558. specplayer.MouseButton1Down:connect(function()
  559. game.Workspace.CurrentCamera.CameraSubject = game.Players[namemessage.Text].Character.Humanoid
  560. end)
  561.  
  562. aimlock.MouseButton1Down:connect(function()
  563. ENABLED = false
  564. PLAYER = game.Players.LocalPlayer
  565. MOUSE = PLAYER:GetMouse()
  566. CC = game.Workspace.CurrentCamera
  567. _G.FREE_FOR_ALL = true
  568. _G.BIND = 50
  569. _G.AIM_AT = 'Head'
  570. local player = game.Players.LocalPlayer
  571. local track = false
  572.  
  573. function GetNearestPlayerToMouse()
  574. local PLAYERS = {}
  575. local PLAYER_HOLD = {}
  576. local DISTANCES = {}
  577. for i, v in pairs(game.Players:GetPlayers()) do
  578. if v ~= PLAYER then
  579. table.insert(PLAYERS, v)
  580. end
  581. end
  582. for i, v in pairs(PLAYERS) do
  583. if _G.FREE_FOR_ALL == false then
  584. if v and (v.Character) ~= nil and v.TeamColor ~= PLAYER.TeamColor then
  585. local AIM = v.Character:FindFirstChild(_G.AIM_AT)
  586. if AIM ~= nil then
  587. local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
  588. local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
  589. local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
  590. local DIFF = math.floor((POS - AIM.Position).magnitude)
  591. PLAYER_HOLD[v.Name .. i] = {}
  592. PLAYER_HOLD[v.Name .. i].dist = DISTANCE
  593. PLAYER_HOLD[v.Name .. i].plr = v
  594. PLAYER_HOLD[v.Name .. i].diff = DIFF
  595. table.insert(DISTANCES, DIFF)
  596. end
  597. end
  598. elseif _G.FREE_FOR_ALL == true then
  599. local AIM = v.Character:FindFirstChild(_G.AIM_AT)
  600. if AIM ~= nil then
  601. local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
  602. local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
  603. local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
  604. local DIFF = math.floor((POS - AIM.Position).magnitude)
  605. PLAYER_HOLD[v.Name .. i] = {}
  606. PLAYER_HOLD[v.Name .. i].dist = DISTANCE
  607. PLAYER_HOLD[v.Name .. i].plr = v
  608. PLAYER_HOLD[v.Name .. i].diff = DIFF
  609. table.insert(DISTANCES, DIFF)
  610. end
  611. end
  612. end
  613.  
  614. if unpack(DISTANCES) == nil then
  615. return false
  616. end
  617.  
  618. local L_DISTANCE = math.floor(math.min(unpack(DISTANCES)))
  619. if L_DISTANCE > 20 then
  620. return false
  621. end
  622.  
  623. for i, v in pairs(PLAYER_HOLD) do
  624. if v.diff == L_DISTANCE then
  625. return v.plr
  626. end
  627. end
  628. return false
  629. end
  630.  
  631. local TRACK = false
  632.  
  633.  
  634. MOUSE.KeyDown:connect(function(KEY)
  635. KEY = KEY:lower():byte()
  636. if KEY == _G.BIND then
  637. ENABLED = true
  638. end
  639. end)
  640. MOUSE.KeyUp:connect(function(KEY)
  641. KEY = KEY:lower():byte()
  642. if KEY == _G.BIND then
  643. ENABLED = false
  644. end
  645. end)
  646.  
  647. game:GetService('RunService').RenderStepped:connect(function()
  648. if ENABLED then
  649. local TARGET = GetNearestPlayerToMouse()
  650. if TARGET.Name == "rsxk20" then
  651. else
  652.  
  653. if (TARGET ~= false) then
  654. local AIM = TARGET.Character:FindFirstChild(_G.AIM_AT)
  655. if AIM then
  656. CC.CoordinateFrame = CFrame.new(CC.CoordinateFrame.p, AIM.CFrame.p)
  657. end
  658. end
  659. end
  660. end
  661. end)
  662. end)
  663.  
  664. esp.MouseButton1Click:connect(function()
  665. for i,v in pairs(game.Players:GetChildren()) do
  666. if v.Name ~= game.Players.LocalPlayer.Name then
  667. if v ~= game.Players.LocalPlayer.Character.Torso then
  668.  
  669. local base = Instance.new('BillboardGui', workspace.Camera)
  670. local esP = Instance.new('Frame', base)
  671. base.AlwaysOnTop = true
  672. base.Enabled = true
  673. base.Size = UDim2.new(4.5,0,6,0)
  674. base.Name = 'ESP'
  675. base.Adornee = v.Character.Torso
  676. base.StudsOffset = Vector3.new(0, -0.6, 0)
  677. esP.BackgroundColor3 = Color3.new(75, 0, 0)
  678. esP.BackgroundTransparency = 0.8
  679. esP.BorderColor3 = Color3.new(0,0,0)
  680. esP.BorderSizePixel = 1
  681. esP.Size = UDim2.new(1,0,1,0)
  682. local name = Instance.new('TextLabel',base)
  683. name.Size = UDim2.new(1,0,1,0)
  684. name.BackgroundTransparency = 1
  685. name.Position = UDim2.new(0,0,0,0)
  686. name.Text = v.Name
  687. name.TextScaled = true
  688. name.TextColor3 = Color3.new(255,255,255)
  689. name.TextXAlignment = 'Center'
  690. name.TextYAlignment = 'Top'
  691. name.Font = 'Highway'
  692. name.Position = UDim2.new(0,0,0,-100)
  693. end
  694. end
  695. end
  696. end)
  697.  
  698. bringplayer.MouseButton1Click:connect(function()
  699. local plr = game.Workspace[namemessage.Text]
  700. local lol = 'Left Leg'
  701. local omg = 'Torso'
  702. local lpChar = game.Players.LocalPlayer.Character[omg]
  703.  
  704. wait()
  705. local w = Instance.new('Weld', lpChar)
  706. w.Part0 = plr[lol]
  707. w.Part1 = lpChar
  708. w.C0 = lpChar.CFrame + CFrame.new(1,2,1)
  709. w.C1 = lpChar.CFrame
  710. plr.Humanoid.WalkSpeed = 0
  711. wait(.1)
  712. lpChar.CFrame = CFrame.new(0.1,0.1,0.1)
  713. end)
  714.  
  715. redmsg.MouseButton1Down:connect(function()
  716. for i,v in pairs(game.Players:GetChildren())do
  717. workspace.Remote.SendMessage:FireServer(game.Players[v.Name], 'Red', namemessage.Text)
  718. end
  719. end)
  720.  
  721. bluemsg.MouseButton1Down:connect(function()
  722. for i,v in pairs(game.Players:GetChildren())do
  723. workspace.Remote.SendMessage:FireServer(game.Players[v.Name], 'Blue', namemessage.Text)
  724. end
  725. end)
  726.  
  727. greenmsg.MouseButton1Down:connect(function()
  728. for i,v in pairs(game.Players:GetChildren())do
  729. workspace.Remote.SendMessage:FireServer(game.Players[v.Name], 'Green', namemessage.Text)
  730. end
  731. end)
  732.  
  733. yellowmsg.MouseButton1Down:connect(function()
  734. for i,v in pairs(game.Players:GetChildren())do
  735. workspace.Remote.SendMessage:FireServer(game.Players[v.Name], 'Yellow', namemessage.Text)
  736. end
  737. end)
  738.  
  739. tpcorpses.MouseButton1Click:connect(function()
  740. for _, corpse in pairs(workspace:GetChildren()) do
  741. if corpse.Name == "Corpse" then
  742. corpse:MoveTo(workspace[game.Players.LocalPlayer.Name].Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  743. end
  744. end
  745. end)
  746.  
  747. check.MouseButton1Click:connect(function()
  748. healthamount.Text = game.Workspace[namemessagehealth.Text].Humanoid.Health
  749. end)
  750.  
  751. localspawnak12.MouseButton1Click:connect(function()
  752. local item = game.Lighting.LootDrops["AK-12"]
  753. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  754.  
  755. item = game.Lighting.LootDrops["AK47Ammo75"]
  756. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  757.  
  758. item = game.Lighting.LootDrops["AK47Ammo75"]
  759. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  760.  
  761. item = game.Lighting.LootDrops["AK47Ammo75"]
  762. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  763.  
  764. item = game.Lighting.LootDrops["AK47Ammo75"]
  765. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  766.  
  767. item = game.Lighting.LootDrops["AK47Ammo75"]
  768. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  769.  
  770. item = game.Lighting.LootDrops["AK47Ammo75"]
  771. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  772.  
  773. item = game.Lighting.LootDrops["AK47Ammo75"]
  774. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  775.  
  776. item = game.Lighting.LootDrops["AK47Ammo75"]
  777. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  778.  
  779. item = game.Lighting.LootDrops["MilitaryPackBlack"]
  780. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  781.  
  782. item = game.Lighting.LootDrops["BloodBag"]
  783. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  784. item = game.Lighting.LootDrops["BloodBag"]
  785. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  786. item = game.Lighting.LootDrops["BloodBag"]
  787. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  788. item = game.Lighting.LootDrops["BloodBag"]
  789. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  790. item = game.Lighting.LootDrops["BloodBag"]
  791. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  792. item = game.Lighting.LootDrops["BloodBag"]
  793. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  794. item = game.Lighting.LootDrops["BloodBag"]
  795. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  796. item = game.Lighting.LootDrops["BloodBag"]
  797. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  798.  
  799. item = game.Lighting.LootDrops["Suppressor762"]
  800. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  801. item = game.Lighting.LootDrops["ACOG"]
  802. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  803. item = game.Lighting.LootDrops["Grip"]
  804. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  805. end)
  806.  
  807. localspawnan94.MouseButton1Click:connect(function()
  808. local item = game.Lighting.LootDrops["AN-94"]
  809. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  810.  
  811. item = game.Lighting.LootDrops["AKAmmo75"]
  812. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  813.  
  814. item = game.Lighting.LootDrops["AKAmmo75"]
  815. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  816.  
  817. item = game.Lighting.LootDrops["AKAmmo75"]
  818. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  819.  
  820. item = game.Lighting.LootDrops["AKAmmo75"]
  821. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  822.  
  823. item = game.Lighting.LootDrops["AKAmmo75"]
  824. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  825.  
  826. item = game.Lighting.LootDrops["AKAmmo75"]
  827. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  828.  
  829. item = game.Lighting.LootDrops["AKAmmo75"]
  830. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  831.  
  832. item = game.Lighting.LootDrops["AKAmmo75"]
  833. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  834.  
  835. item = game.Lighting.LootDrops["MilitaryPackBlack"]
  836. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  837.  
  838. item = game.Lighting.LootDrops["BloodBag"]
  839. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  840. item = game.Lighting.LootDrops["BloodBag"]
  841. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  842. item = game.Lighting.LootDrops["BloodBag"]
  843. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  844. item = game.Lighting.LootDrops["BloodBag"]
  845. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  846. item = game.Lighting.LootDrops["BloodBag"]
  847. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  848. item = game.Lighting.LootDrops["BloodBag"]
  849. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  850. item = game.Lighting.LootDrops["BloodBag"]
  851. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  852. item = game.Lighting.LootDrops["BloodBag"]
  853. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  854.  
  855. item = game.Lighting.LootDrops["Suppressor545"]
  856. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  857. item = game.Lighting.LootDrops["ACOG"]
  858. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  859. item = game.Lighting.LootDrops["Grip"]
  860. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  861. end)
  862.  
  863. localspawnpat.MouseButton1Click:connect(function()
  864. local item = game.Lighting.LootDrops["SilencedSquadBeret"]
  865. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  866. end)
  867.  
  868. localspawnfal.MouseButton1Click:connect(function()
  869. local item = game.Lighting.LootDrops["FAL"]
  870. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  871.  
  872. item = game.Lighting.LootDrops["M14Ammo50"]
  873. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  874.  
  875. item = game.Lighting.LootDrops["M14Ammo50"]
  876. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  877.  
  878. item = game.Lighting.LootDrops["M14Ammo50"]
  879. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  880.  
  881. item = game.Lighting.LootDrops["M14Ammo50"]
  882. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  883.  
  884. item = game.Lighting.LootDrops["M14Ammo50"]
  885. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  886.  
  887. item = game.Lighting.LootDrops["M14Ammo50"]
  888. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  889.  
  890. item = game.Lighting.LootDrops["M14Ammo50"]
  891. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  892.  
  893. item = game.Lighting.LootDrops["M14Ammo50"]
  894. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  895.  
  896. item = game.Lighting.LootDrops["MilitaryPackBlack"]
  897. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  898.  
  899. item = game.Lighting.LootDrops["BloodBag"]
  900. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  901. item = game.Lighting.LootDrops["BloodBag"]
  902. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  903. item = game.Lighting.LootDrops["BloodBag"]
  904. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  905. item = game.Lighting.LootDrops["BloodBag"]
  906. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  907. item = game.Lighting.LootDrops["BloodBag"]
  908. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  909. item = game.Lighting.LootDrops["BloodBag"]
  910. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  911. item = game.Lighting.LootDrops["BloodBag"]
  912. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  913. item = game.Lighting.LootDrops["BloodBag"]
  914. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  915.  
  916. item = game.Lighting.LootDrops["Suppressor762"]
  917. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  918. item = game.Lighting.LootDrops["ACOG"]
  919. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  920. item = game.Lighting.LootDrops["Grip"]
  921. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  922. end)
  923.  
  924. localspawng36.MouseButton1Click:connect(function()
  925. local item = game.Lighting.LootDrops["G36K"]
  926. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  927.  
  928. item = game.Lighting.LootDrops["STANAGAmmo100"]
  929. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  930.  
  931. item = game.Lighting.LootDrops["STANAGAmmo100"]
  932. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  933.  
  934. item = game.Lighting.LootDrops["STANAGAmmo100"]
  935. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  936.  
  937. item = game.Lighting.LootDrops["STANAGAmmo100"]
  938. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  939.  
  940. item = game.Lighting.LootDrops["STANAGAmmo100"]
  941. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  942.  
  943. item = game.Lighting.LootDrops["STANAGAmmo100"]
  944. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  945.  
  946. item = game.Lighting.LootDrops["STANAGAmmo100"]
  947. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  948.  
  949. item = game.Lighting.LootDrops["STANAGAmmo100"]
  950. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  951.  
  952. item = game.Lighting.LootDrops["MilitaryPackBlack"]
  953. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  954.  
  955. item = game.Lighting.LootDrops["BloodBag"]
  956. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  957. item = game.Lighting.LootDrops["BloodBag"]
  958. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  959. item = game.Lighting.LootDrops["BloodBag"]
  960. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  961. item = game.Lighting.LootDrops["BloodBag"]
  962. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  963. item = game.Lighting.LootDrops["BloodBag"]
  964. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  965. item = game.Lighting.LootDrops["BloodBag"]
  966. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  967. item = game.Lighting.LootDrops["BloodBag"]
  968. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  969. item = game.Lighting.LootDrops["BloodBag"]
  970. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  971.  
  972. item = game.Lighting.LootDrops["Suppressor556"]
  973. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  974. item = game.Lighting.LootDrops["ACOG"]
  975. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  976. item = game.Lighting.LootDrops["Grip"]
  977. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players.LocalPlayer.Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  978. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement