Zomething

mnn

Mar 16th, 2021
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.35 KB | None | 0 0
  1. players = game.Players.jesseanwa08
  2.  
  3.  
  4. function Gui()
  5. local EternalApocGUI = Instance.new("ScreenGui", game:GetService("Players").LocalPlayer.PlayerGui)
  6. EternalApocGUI.Name = "EternalApocGUI"
  7. -------
  8. local Frame = Instance.new("Frame")
  9. Frame.Active = true
  10. Frame.BorderSizePixel = 0
  11. Frame.Position = UDim2.new(0.273514837, 0, 0.161572054, 0)
  12. Frame.Size = UDim2.new(0, 380, 0, 40)
  13. Frame.Draggable = true
  14. Frame.Parent = EternalApocGUI
  15. -------
  16. local MainFrame = Instance.new("Frame")
  17. MainFrame.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  18. MainFrame.BorderSizePixel = 0
  19. MainFrame.Name = "MainFrame"
  20. MainFrame.Size = UDim2.new(0, 380, 0, 542)
  21. MainFrame.ClipsDescendants = true
  22. MainFrame.Draggable = true
  23. MainFrame.Parent = Frame
  24. -------
  25. local CenterFrame = Instance.new("Frame")
  26. CenterFrame.BackgroundTransparency = 1
  27. CenterFrame.Name = "CenterFrame"
  28. CenterFrame.Size = UDim2.new(0, 380, 0, 542)
  29. CenterFrame.Parent = MainFrame
  30. -------
  31. local Welcome = Instance.new("TextLabel")
  32. Welcome.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  33. Welcome.BackgroundTransparency = 0.60000002384186
  34. Welcome.BorderColor3 = Color3.new(0, 0, 0)
  35. Welcome.BorderSizePixel = 2
  36. Welcome.Name = "Welcome"
  37. Welcome.Position = UDim2.new(0.0289473683, 0, 0.0885608867, 0)
  38. Welcome.Size = UDim2.new(0, 361, 0, 22)
  39. Welcome.FontSize = "Size18"
  40. Welcome.Font = "SourceSansLight"
  41. Welcome.Text = "Welcome [plr] name"
  42. Welcome.TextColor3 = Color3.new(1, 1, 1)
  43. Welcome.Parent = CenterFrame
  44. -------
  45. local BottomBar = Instance.new("Frame")
  46. BottomBar.BackgroundColor3 = Color3.new(0.509804, 0.509804, 0.509804)
  47. BottomBar.BorderSizePixel = 0
  48. BottomBar.Name = "BottomBar"
  49. BottomBar.Position = UDim2.new(-0.00131578976, 0, 0.925653458, 0)
  50. BottomBar.Size = UDim2.new(0, 380, 0, 40)
  51. BottomBar.Parent = CenterFrame
  52. -------
  53. local Credits = Instance.new("TextLabel")
  54. Credits.BackgroundTransparency = 1
  55. Credits.BorderSizePixel = 0
  56. Credits.Position = UDim2.new(0.0552631579, 0, 0, 0)
  57. Credits.Size = UDim2.new(0, 338, 0, 40)
  58. Credits.FontSize = Enum.FontSize.Size28
  59. Credits.Text = "Made by Aldanium ( EternalFrequency)"
  60. Credits.Font = "SourceSansLight"
  61. Credits.TextColor3 = Color3.new(1, 1, 1)
  62. Credits.Parent = BottomBar
  63. -------
  64. local Version = Instance.new("TextLabel")
  65. Version.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  66. Version.BorderColor3 = Color3.new(1, 1, 1)
  67. Version.BorderSizePixel = 3
  68. Version.Position = UDim2.new(0.0289473683, 0, 0.789667904, 0)
  69. Version.Size = UDim2.new(0, 361, 0, 63)
  70. Version.Font = Enum.Font.SourceSansLight
  71. Version.FontSize = Enum.FontSize.Size32
  72. Version.Text = "Version 1.0"
  73. Version.TextColor3 = Color3.new(1, 1, 1)
  74. Version.Parent = CenterFrame
  75. -------
  76. local InsertPlrName = Instance.new("TextBox")
  77. InsertPlrName.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  78. InsertPlrName.BackgroundTransparency = 0.5
  79. InsertPlrName.BorderSizePixel = 0
  80. InsertPlrName.Name = "InsertPlrName"
  81. InsertPlrName.Position = UDim2.new(0.0289473683, 0, 0.143039152, 0)
  82. InsertPlrName.Size = UDim2.new(0, 168, 0, 34)
  83. InsertPlrName.Font = Enum.Font.SourceSansLight
  84. InsertPlrName.FontSize = Enum.FontSize.Size18
  85. InsertPlrName.Text = "Insert [plr] name"
  86. InsertPlrName.TextColor3 = Color3.new(1, 1, 1)
  87. InsertPlrName.Parent = CenterFrame
  88. -------
  89. local KillAll = Instance.new("TextButton")
  90. KillAll.Active = true
  91. KillAll.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  92. KillAll.BorderSizePixel = 0
  93. KillAll.Name = "KillAll"
  94. KillAll.Position = UDim2.new(0.0289473683, 0, 0.296973109, 0)
  95. KillAll.Selectable = true
  96. KillAll.Size = UDim2.new(0, 78, 0, 30)
  97. KillAll.Style = Enum.ButtonStyle.Custom
  98. KillAll.Font = "SourceSansLight"
  99. KillAll.FontSize = Enum.FontSize.Size18
  100. KillAll.Text = "Kill [ALL]"
  101. KillAll.TextColor3 = Color3.new(1, 1, 1)
  102. KillAll.Parent = CenterFrame
  103. -------
  104. local KillPlr = Instance.new("TextButton")
  105. KillPlr.Active = true
  106. KillPlr.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  107. KillPlr.BorderSizePixel = 0
  108. KillPlr.Name = "KillPlr"
  109. KillPlr.Font = "SourceSansLight"
  110. KillPlr.Position = UDim2.new(0.0289473683, 0, 0.224830732, 0)
  111. KillPlr.Selectable = true
  112. KillPlr.Size = UDim2.new(0, 78, 0, 30)
  113. KillPlr.Style = Enum.ButtonStyle.Custom
  114. KillPlr.FontSize = Enum.FontSize.Size18
  115. KillPlr.Text = "Kill [plr]"
  116. KillPlr.TextColor3 = Color3.new(1, 1, 1)
  117. KillPlr.Parent = CenterFrame
  118. -------
  119. local GodPlr = Instance.new("TextButton")
  120. GodPlr.Active = true
  121. GodPlr.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  122. GodPlr.BorderSizePixel = 0
  123. GodPlr.Name = "GodPlr"
  124. GodPlr.Position = UDim2.new(0.268421054, 0, 0.224830732, 0)
  125. GodPlr.Selectable = true
  126. GodPlr.Size = UDim2.new(0, 77, 0, 30)
  127. GodPlr.Style = Enum.ButtonStyle.Custom
  128. GodPlr.FontSize = Enum.FontSize.Size18
  129. GodPlr.Text = "God [ME]"
  130. GodPlr.Font = "SourceSansLight"
  131. GodPlr.TextColor3 = Color3.new(1, 1, 1)
  132. GodPlr.Parent = CenterFrame
  133. -------
  134. local TPCrates = Instance.new("TextButton")
  135. TPCrates.Active = true
  136. TPCrates.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  137. TPCrates.BorderSizePixel = 0
  138. TPCrates.Name = "TPCrates"
  139. TPCrates.Position = UDim2.new(0.0289473683, 0, 0.364488006, 0)
  140. TPCrates.Selectable = true
  141. TPCrates.Font = "SourceSansLight"
  142. TPCrates.Size = UDim2.new(0, 168, 0, 30)
  143. TPCrates.Style = Enum.ButtonStyle.Custom
  144. TPCrates.FontSize = Enum.FontSize.Size18
  145. TPCrates.Text = "TP [Crates]"
  146. TPCrates.TextColor3 = Color3.new(1, 1, 1)
  147. TPCrates.Parent = CenterFrame
  148. -------
  149. local TPBodies = Instance.new("TextButton")
  150. TPBodies.Active = true
  151. TPBodies.Font = "SourceSansLight"
  152. TPBodies.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  153. TPBodies.BorderSizePixel = 0
  154. TPBodies.Name = "TPBodies"
  155. TPBodies.Position = UDim2.new(0.0289473683, 0, 0.431095302, 0)
  156. TPBodies.Selectable = true
  157. TPBodies.Size = UDim2.new(0, 168, 0, 30)
  158. TPBodies.Style = Enum.ButtonStyle.Custom
  159. TPBodies.FontSize = Enum.FontSize.Size18
  160. TPBodies.Text = "TP [Bodies]"
  161. TPBodies.TextColor3 = Color3.new(1, 1, 1)
  162. TPBodies.Parent = CenterFrame
  163. -------
  164. local TPTo = Instance.new("TextButton")
  165. TPTo.Active = true
  166. TPTo.Font = "SourceSansLight"
  167. TPTo.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  168. TPTo.BorderSizePixel = 0
  169. TPTo.Name = "TpTo"
  170. TPTo.Position = UDim2.new(0.268421054, 0, 0.296973109, 0)
  171. TPTo.Selectable = true
  172. TPTo.Size = UDim2.new(0, 77, 0, 30)
  173. TPTo.Style = Enum.ButtonStyle.Custom
  174. TPTo.FontSize = Enum.FontSize.Size18
  175. TPTo.Text = "Bring [plr]"
  176. TPTo.TextColor3 = Color3.new(1, 1, 1)
  177. TPTo.Parent = CenterFrame
  178. -------
  179. local InsertMSG = Instance.new("TextBox")
  180. InsertMSG.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  181. InsertMSG.BackgroundTransparency = 0.5
  182. InsertMSG.BorderSizePixel = 0
  183. InsertMSG.Font = "SourceSansLight"
  184. InsertMSG.Name = "InsertMSG"
  185. InsertMSG.Position = UDim2.new(0.536842108, 0, 0.143039152, 0)
  186. InsertMSG.Size = UDim2.new(0, 168, 0, 34)
  187. InsertMSG.Font = Enum.Font.SourceSansLight
  188. InsertMSG.FontSize = Enum.FontSize.Size18
  189. InsertMSG.Text = "Insert [message]"
  190. InsertMSG.TextColor3 = Color3.new(1, 1, 1)
  191. InsertMSG.Parent = CenterFrame
  192. -------
  193. local Yellow = Instance.new("TextButton")
  194. Yellow.Active = true
  195. Yellow.Font = "SourceSansLight"
  196. Yellow.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  197. Yellow.BorderSizePixel = 0
  198. Yellow.Name = "Yellow"
  199. Yellow.Position = UDim2.new(0.536842108, 0, 0.224830732, 0)
  200. Yellow.Selectable = true
  201. Yellow.Size = UDim2.new(0, 168, 0, 30)
  202. Yellow.Style = Enum.ButtonStyle.Custom
  203. Yellow.FontSize = Enum.FontSize.Size18
  204. Yellow.Text = "Yellow"
  205. Yellow.TextColor3 = Color3.new(1, 1, 0)
  206. Yellow.Parent = CenterFrame
  207. -------
  208. local Blue = Instance.new("TextButton")
  209. Blue.Active = true
  210. Blue.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  211. Blue.BorderSizePixel = 0
  212. Blue.Name = "Blue"
  213. Blue.Font = "SourceSansLight"
  214. Blue.Position = UDim2.new(0.536842108, 0, 0.431790888, 0)
  215. Blue.Selectable = true
  216. Blue.Size = UDim2.new(0, 168, 0, 30)
  217. Blue.Style = Enum.ButtonStyle.Custom
  218. Blue.FontSize = Enum.FontSize.Size18
  219. Blue.Text = "Blue"
  220. Blue.TextColor3 = Color3.new(0, 0, 1)
  221. Blue.Parent = CenterFrame
  222. -------
  223. local Green = Instance.new("TextButton")
  224. Green.Active = true
  225. Green.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  226. Green.BorderSizePixel = 0
  227. Green.Name = "Green"
  228. Green.Position = UDim2.new(0.536842108, 0, 0.364488006, 0)
  229. Green.Selectable = true
  230. Green.Size = UDim2.new(0, 168, 0, 30)
  231. Green.Style = Enum.ButtonStyle.Custom
  232. Green.FontSize = Enum.FontSize.Size18
  233. Green.Text = "Green"
  234. Green.Font = "SourceSansLight"
  235. Green.TextColor3 = Color3.new(0, 0.666667, 0)
  236. Green.Parent = CenterFrame
  237. -------
  238. local Red = Instance.new("TextButton")
  239. Red.Active = true
  240. Red.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  241. Red.BorderSizePixel = 0
  242. Red.Name = "Red"
  243. Red.Position = UDim2.new(0.536842108, 0, 0.296973109, 0)
  244. Red.Selectable = true
  245. Red.Size = UDim2.new(0, 168, 0, 30)
  246. Red.Style = Enum.ButtonStyle.Custom
  247. Red.FontSize = Enum.FontSize.Size18
  248. Red.Text = "Red"
  249. Red.Font = "SourceSansLight"
  250. Red.TextColor3 = Color3.new(1, 0, 0)
  251. Red.Parent = CenterFrame
  252. -------
  253. local GK = Instance.new("TextButton")
  254. GK.Active = true
  255. GK.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  256. GK.BorderSizePixel = 0
  257. GK.Name = "GK"
  258. GK.Position = UDim2.new(0.0289473683, 0, 0.613947213, 0)
  259. GK.Selectable = true
  260. GK.Size = UDim2.new(0, 168, 0, 21)
  261. GK.Style = Enum.ButtonStyle.Custom
  262. GK.FontSize = Enum.FontSize.Size18
  263. GK.Text = "G36K"
  264. GK.Font = "SourceSansLight"
  265. GK.TextColor3 = Color3.new(1, 1, 1)
  266. GK.Parent = CenterFrame
  267. -------
  268. local M4A1 = Instance.new("TextButton")
  269. M4A1.Active = true
  270. M4A1.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  271. M4A1.BorderSizePixel = 0
  272. M4A1.Name = "M4A1"
  273. M4A1.Position = UDim2.new(0.0289473683, 0, 0.668636024, 0)
  274. M4A1.Selectable = true
  275. M4A1.Size = UDim2.new(0, 168, 0, 21)
  276. M4A1.Style = Enum.ButtonStyle.Custom
  277. M4A1.FontSize = Enum.FontSize.Size18
  278. M4A1.Text = "M4A1"
  279. M4A1.Font = "SourceSansLight"
  280. M4A1.TextColor3 = Color3.new(1, 1, 1)
  281. M4A1.Parent = CenterFrame
  282. -------
  283. local OTs = Instance.new("TextButton")
  284. OTs.Active = true
  285. OTs.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  286. OTs.BorderSizePixel = 0
  287. OTs.Name = "OTs"
  288. OTs.Position = UDim2.new(0.536842108, 0, 0.613947213, 0)
  289. OTs.Selectable = true
  290. OTs.Size = UDim2.new(0, 168, 0, 21)
  291. OTs.Style = Enum.ButtonStyle.Custom
  292. OTs.FontSize = Enum.FontSize.Size18
  293. OTs.Text = "OTs - 14"
  294. OTs.Font = "SourceSansLight"
  295. OTs.TextColor3 = Color3.new(1, 1, 1)
  296. OTs.Parent = CenterFrame
  297. -------
  298. local PATRIOT = Instance.new("TextButton")
  299. PATRIOT.Active = true
  300. PATRIOT.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  301. PATRIOT.BorderSizePixel = 0
  302. PATRIOT.Name = "PATRIOT"
  303. PATRIOT.Position = UDim2.new(0.536842108, 0, 0.668636024, 0)
  304. PATRIOT.Selectable = true
  305. PATRIOT.Size = UDim2.new(0, 168, 0, 21)
  306. PATRIOT.Style = Enum.ButtonStyle.Custom
  307. PATRIOT.FontSize = Enum.FontSize.Size18
  308. PATRIOT.Font = "SourceSansLight"
  309. PATRIOT.Text = "PATRIOT"
  310. PATRIOT.TextColor3 = Color3.new(1, 1, 1)
  311. PATRIOT.Parent = CenterFrame
  312. -------
  313. local PlrKitName = Instance.new("TextBox")
  314. PlrKitName.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  315. PlrKitName.BackgroundTransparency = 0.5
  316. PlrKitName.BorderSizePixel = 0
  317. PlrKitName.Name = "PlrKitName"
  318. PlrKitName.Position = UDim2.new(0.0289473683, 0, 0.558350682, 0)
  319. PlrKitName.Size = UDim2.new(0, 361, 0, 23)
  320. PlrKitName.Font = Enum.Font.SourceSansLight
  321. PlrKitName.FontSize = Enum.FontSize.Size18
  322. PlrKitName.Text = "Insert [plr] name to give kit to"
  323. PlrKitName.TextColor3 = Color3.new(1, 1, 1)
  324. PlrKitName.Font = "SourceSansLight"
  325. PlrKitName.Parent = CenterFrame
  326. -------
  327. local SpawnItems = Instance.new("TextButton")
  328. SpawnItems.Active = true
  329. SpawnItems.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  330. SpawnItems.BorderSizePixel = 0
  331. SpawnItems.Name = "SpawnItems"
  332. SpawnItems.Position = UDim2.new(0.0289473683, 0, 0.720280945, 0)
  333. SpawnItems.Selectable = true
  334. SpawnItems.Size = UDim2.new(0, 327, 0, 27)
  335. SpawnItems.Style = Enum.ButtonStyle.Custom
  336. SpawnItems.FontSize = Enum.FontSize.Size18
  337. SpawnItems.Text = "Spawn Items ( WIP )"
  338. SpawnItems.Font = "SourceSansLight"
  339. SpawnItems.TextColor3 = Color3.new(1, 1, 1)
  340. SpawnItems.Parent = CenterFrame
  341. -------
  342. local Kits = Instance.new("TextLabel")
  343. Kits.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  344. Kits.BorderSizePixel = 0
  345. Kits.Name = "Kits"
  346. Kits.Font = "SourceSansLight"
  347. Kits.Position = UDim2.new(0.0289473683, 0, 0.500001431, 0)
  348. Kits.Size = UDim2.new(0, 361, 0, 24)
  349. Kits.Font = Enum.Font.SourceSansLight
  350. Kits.FontSize = Enum.FontSize.Size28
  351. Kits.Text = "Kits"
  352. Kits.TextColor3 = Color3.new(1, 1, 1)
  353. Kits.Parent = CenterFrame
  354. -------
  355. local SpawnArrow = Instance.new("TextLabel")
  356. SpawnArrow.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  357. SpawnArrow.BorderSizePixel = 0
  358. SpawnArrow.Name = "SpawnArrow"
  359. SpawnArrow.Font = "SourceSansLight"
  360. SpawnArrow.Position = UDim2.new(0.905263186, 0, 0.720280945, 0)
  361. SpawnArrow.Size = UDim2.new(0, 28, 0, 27)
  362. SpawnArrow.Font = Enum.Font.SourceSansLight
  363. SpawnArrow.FontSize = Enum.FontSize.Size48
  364. SpawnArrow.Text = ">"
  365. SpawnArrow.TextColor3 = Color3.new(1, 1, 1)
  366. SpawnArrow.Parent = CenterFrame
  367. -------
  368. local TopBar = Instance.new("Frame")
  369. TopBar.BackgroundColor3 = Color3.new(0.509804, 0.509804, 0.509804)
  370. TopBar.BorderSizePixel = 0
  371. TopBar.Name = "TopBar"
  372. TopBar.Position = UDim2.new(0.000143289566, 0, -0.000190712512, 0)
  373. TopBar.Size = UDim2.new(0, 380, 0, 40)
  374. TopBar.ClipsDescendants = true
  375. TopBar.Draggable = true
  376. TopBar.Parent = MainFrame
  377. -------
  378. local TopText = Instance.new("TextLabel")
  379. TopText.BackgroundTransparency = 1
  380. TopText.BorderSizePixel = 0
  381. TopText.Position = UDim2.new(0.144736841, 0, 0, 0)
  382. TopText.Size = UDim2.new(0, 270, 0, 40)
  383. TopText.FontSize = Enum.FontSize.Size28
  384. TopText.Text = "Astriol GUI Cracked by Avn"
  385. TopText.TextColor3 = Color3.new(1, 1, 1)
  386. TopText.Font = "SourceSansLight"
  387. TopText.Parent = TopBar
  388. -------
  389. local Close = Instance.new("TextButton")
  390. Close.Active = true
  391. Close.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  392. Close.BorderSizePixel = 0
  393. Close.Name = "Close"
  394. Close.Position = UDim2.new(0.905263186, 0, 0, 0)
  395. Close.Selectable = true
  396. Close.Size = UDim2.new(0, 36, 0, 40)
  397. Close.Style = Enum.ButtonStyle.Custom
  398. Close.Font = Enum.Font.SourceSansBold
  399. Close.FontSize = Enum.FontSize.Size32
  400. Close.Text = "X"
  401. Close.Font = "SourceSansBold"
  402. Close.TextColor3 = Color3.new(1, 1, 1)
  403. Close.Parent = TopBar
  404.  
  405. KillPlr.MouseButton1Down:connect(function()
  406. player = game.Players.LocalPlayer
  407.  
  408. function findergun()
  409. local back = player.Backpack:GetChildren()
  410. for a = 1, #back do
  411. if back[a]:IsA("Model") and back[a]:FindFirstChild("Shooter") then return back[a] end
  412. end
  413. return nil
  414. end
  415.  
  416. local findgun = findergun()
  417.  
  418. for i,v in ipairs(game:GetService("Players"):GetChildren()) do
  419. if findgun and v.Character and v ~= player then
  420. if v.Name == InsertPlrName.Text then
  421. for i = 1, 10 do game:GetService("Workspace").Remote.DoHitLogic:FireServer(findgun, v.Character.Head) end
  422. end
  423. end
  424. end
  425. end)
  426.  
  427.  
  428. KillAll.MouseButton1Down:connect(function()
  429. player = game.Players.LocalPlayer
  430.  
  431. function findergun()
  432. local back = player.Backpack:GetChildren()
  433. for a = 1, #back do
  434. if back[a]:IsA("Model") and back[a]:FindFirstChild("Shooter") then return back[a] end
  435. end
  436. return nil
  437. end
  438.  
  439. local findgun = findergun()
  440.  
  441. for i,v in ipairs(game:GetService("Players"):GetChildren()) do
  442. if findgun and v.Character and v ~= player then
  443. if v.Name ~= player.Name then
  444. for i = 1, 10 do game:GetService("Workspace").Remote.DoHitLogic:FireServer(findgun, v.Character.Head) end
  445. end
  446. end
  447. end
  448. end)
  449.  
  450. GodPlr.MouseButton1Down:connect(function()
  451. game:GetService("RunService").RenderStepped:connect(function()
  452. player = game:GetService("Players").LocalPlayer
  453. local Health = player.Character.Humanoid.Health
  454. if Health < 100 then
  455. game.Workspace.Remote.AddDamageSelf:FireServer(Health, Health - 500)
  456. end
  457. end)
  458. end)
  459.  
  460. TPBodies.MouseButton1Down:connect(function()
  461. player = game.Players.LocalPlayer
  462. for i,v in pairs(game:GetService("Workspace"):GetChildren()) do
  463. if v.Name == "Corpse" then
  464. v:MoveTo(game:GetService("Workspace")[player.Name].Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  465. end
  466. end
  467. end)
  468.  
  469. TPCrates.MouseButton1Down:connect(function()
  470. player = game.Players.LocalPlayer
  471. for i,v in pairs(game:GetService("Workspace"):GetChildren()) do
  472. if v.Name == "LargeCrateOpen" or v.Name == "SmallCrateOpen" then
  473. v:MoveTo(game:GetService("Players").LocalPlayer.Character.Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  474. end
  475. end
  476. end)
  477.  
  478. GuiVisible = true
  479. local time = 0.5
  480.  
  481. Close.MouseButton1Down:connect(function()
  482. if GuiVisible == true then
  483. CenterFrame:TweenSize(UDim2.new(0,380,0,0), "Out", "Quad", time)
  484. MainFrame:TweenSize(UDim2.new(0,380,0,40), "Out", "Quad", time)
  485. wait(time)
  486. Close.Text = "+"
  487. GuiVisible = false
  488. else
  489. CenterFrame:TweenSize(UDim2.new(0, 380, 0, 542), "Out", "Quad", time)
  490. MainFrame:TweenSize(UDim2.new(0, 380, 0, 542), "Out", "Quad", time)
  491. wait(time)
  492. Close.Text = "X"
  493. GuiVisible = true
  494. end
  495. end)
  496.  
  497. InsertMSG.InputEnded:connect(function()
  498. if InsertMSG.Text == "" then
  499. InsertMSG.Text = "Server Message"
  500. end
  501. end)
  502.  
  503. Yellow.MouseButton1Down:connect(function()
  504. for i, v in pairs(game.Players:GetChildren()) do
  505. local var = Instance.new("StringValue")
  506. var.Value = "Yellow"
  507. game:GetService("Workspace").Remote.SendMessage:FireServer(v, tostring(var.Value), tostring(InsertMSG.Text))
  508. end
  509. end)
  510.  
  511. Blue.MouseButton1Down:connect(function()
  512. for i, v in pairs(game.Players:GetChildren()) do
  513. local var = Instance.new("StringValue")
  514. var.Value = "Blue"
  515. game:GetService("Workspace").Remote.SendMessage:FireServer(v, tostring(var.Value), tostring(InsertMSG.Text))
  516. end
  517. end)
  518.  
  519. Red.MouseButton1Down:connect(function()
  520. for i, v in pairs(game.Players:GetChildren()) do
  521. local var = Instance.new("StringValue")
  522. var.Value = "Red"
  523. game:GetService("Workspace").Remote.SendMessage:FireServer(v, tostring(var.Value), tostring(InsertMSG.Text))
  524. end
  525. end)
  526.  
  527. Green.MouseButton1Down:connect(function()
  528. for i, v in pairs(game.Players:GetChildren()) do
  529. local var = Instance.new("StringValue")
  530. var.Value = "Green"
  531. game:GetService("Workspace").Remote.SendMessage:FireServer(v, tostring(var.Value), tostring(InsertMSG.Text))
  532. end
  533. end)
  534.  
  535. function Rainbow(H, S, V)
  536. local C = S * V
  537. local HP = H / 60
  538. local X = C * (1 - math.abs((HP % 2) - 1))
  539. local F = math.floor(HP) + 1
  540. local CP = {1,2,2,3,3,1}
  541. local XP = {2,1,3,2,1,3}
  542. local COLOR = {0,0,0}
  543. COLOR[CP[F]] = C
  544. COLOR[XP[F]] = X
  545. local R1, G1, B1 = unpack(COLOR)
  546. local M = V - C
  547. return R1 + M, G1 + M, B1 + M
  548. end
  549.  
  550. while wait() do
  551. player = game.Players.LocalPlayer
  552. for i = 0, 255, 15 do wait()
  553. Welcome.TextColor3 = Color3.new(Rainbow(i, 1, 1))
  554. Welcome.Text = "Welcome "..player.Name
  555. Version.TextColor3 = Color3.new(Rainbow(i, 1, 1))
  556. end
  557. end
  558. end
  559.  
  560. Gui();
Add Comment
Please, Sign In to add comment