Advertisement
Guest User

Dank GUI scipt

a guest
Mar 25th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.59 KB | None | 0 0
  1.  
  2. -- Made by CiniMadness
  3. iPlayer = game.Players.LocalPlayer.Name
  4. local Gui = Instance.new('ScreenGui', game.Players[iPlayer].PlayerGui)
  5. Gui.Name = 'DankMemes'
  6. local Pull = Instance.new('Frame', Gui)
  7. Pull.Name = 'Grab'
  8. Pull.Active = true
  9. Pull.BackgroundColor3 = Color3.new(97/255,97/255,97/255)
  10. Pull.BackgroundTransparency = 0
  11. Pull.BorderSizePixel = 0
  12. Pull.Position = UDim2.new(0.5,-318,0.5,-92)
  13. Pull.Size = UDim2.new(0,447,0,50)
  14. Pull.Draggable = true
  15. -- =====================================================================
  16. local Close = Instance.new('TextButton', Pull)
  17. Close.Name = 'Close'
  18. Close.BackgroundTransparency = 1
  19. Close.Position = UDim2.new(1,-23,0,1)
  20. Close.Size = UDim2.new(0,22,0,22)
  21. Close.Font = 'SourceSans'
  22. Close.FontSize = 'Size24'
  23. Close.TextColor3 = Color3.new(255,255,255)
  24. Close.Text = 'X'
  25. Close.TextStrokeTransparency = 0.8
  26. -- =====================================================================
  27. local Body = Instance.new('Frame', Pull)
  28. Body.Name = 'Body'
  29. Body.BackgroundColor3 = Color3.new(60/255,60/255,60/255)
  30. Body.BackgroundTransparency = 0
  31. Body.BorderSizePixel = 0
  32. Body.Position = UDim2.new(0,0,0,52)
  33. Body.Size = UDim2.new(0,447,0,212)
  34. -- =====================================================================
  35. local Title = Instance.new('TextLabel', Pull)
  36. Title.Name = 'Title'
  37. Title.BackgroundTransparency = 1
  38. Title.Position = UDim2.new(0,20,0,0)
  39. Title.Size = UDim2.new(0,200,1,0)
  40. Title.Font = 'SourceSansLight'
  41. Title.FontSize = 'Size48'
  42. Title.Text = "DankMemesv2"
  43. Title.TextColor3 = Color3.new(255,255,255)
  44. Title.TextStrokeColor3 = Color3.new(74/255,74/255,74/255)
  45. Title.TextStrokeTransparency = 0
  46. -- =====================================================================
  47. local PlayerName = Instance.new('TextBox', Body)
  48. PlayerName.Name = 'PlayerName'
  49. PlayerName.BorderSizePixel = 0
  50. PlayerName.Position = UDim2.new(0,245,0,-40)
  51. PlayerName.Size = UDim2.new(0,180,0,30)
  52. PlayerName.Font = 'SourceSans'
  53. PlayerName.FontSize = 'Size18'
  54. PlayerName.Text = 'PLAYERNAME'
  55. PlayerName.BackgroundColor3 = Color3.new(255,255,255)
  56. PlayerName.TextColor3 = Color3.new(0,0,0)
  57. PlayerName.TextWrapped = true
  58. -- =====================================================================
  59. local Credits = Instance.new('TextLabel', Body)
  60. Credits.BackgroundTransparency = 1
  61. Credits.Text = 'Made by CiniMadness'
  62. Credits.Position = UDim2.new(0,0,0,15)
  63. Credits.Size = UDim2.new(1,0,0,20)
  64. Credits.TextColor3 = Color3.new(255,255,255)
  65. Credits.FontSize = 'Size24'
  66. Credits.Font = 'Arial'
  67. -- =====================================================================
  68. local God = Instance.new('TextButton', Body)
  69. God.Name = 'God'
  70. God.BackgroundColor3 = Color3.new(21/255,142/255,255)
  71. God.BackgroundTransparency = 0
  72. God.BorderSizePixel = 2
  73. God.Position = UDim2.new(0,10,0,50)
  74. God.Size = UDim2.new(0,135,0,30)
  75. God.Font = 'SourceSansBold'
  76. God.FontSize = 'Size28'
  77. God.Text = 'GOD'
  78. God.TextColor3 = Color3.new(255,255,255)
  79. God.TextWrapped = true
  80. God.BorderColor3 = Color3.new(97/255,97/255,97/255)
  81. God.TextStrokeTransparency = 1
  82. -- =====================================================================
  83. local KillAll = God:Clone()
  84. KillAll.Name = 'KillAll'
  85. KillAll.Parent = Body
  86. KillAll.Position = UDim2.new(0,10,0,90)
  87. KillAll.Text = 'KILL ALL'
  88. -- =====================================================================
  89. local KillPlr = God:Clone()
  90. KillPlr.Name = 'KillPlr'
  91. KillPlr.Parent = Body
  92. KillPlr.Position = UDim2.new(0,155,0,50)
  93. KillPlr.Text = 'KILL'
  94. -- =====================================================================
  95. local TpMe = God:Clone()
  96. TpMe.Name = 'TpMe'
  97. TpMe.Parent = Body
  98. TpMe.Position = UDim2.new(0,10,0,130)
  99. TpMe.Text = 'PLR > ME'
  100. -- =====================================================================
  101. local TpTo = God:Clone()
  102. TpTo.Name = 'TpTo'
  103. TpTo.Parent = Body
  104. TpTo.Position = UDim2.new(0,155,0,130)
  105. TpTo.Text = 'ME > PLR'
  106. -- =====================================================================
  107. local TpAllMe = God:Clone()
  108. TpAllMe.Name = 'TpAllMe'
  109. TpAllMe.Parent = Body
  110. TpAllMe.Position = UDim2.new(0,155,0,90)
  111. TpAllMe.Text = 'TPALL > ME'
  112. -- =====================================================================
  113. local GiveBadges = God:Clone()
  114. GiveBadges.Name = 'GiveBadges'
  115. GiveBadges.Parent = Body
  116. GiveBadges.Position = UDim2.new(0,300,0,50)
  117. GiveBadges.Text = 'GiveBadges'
  118. -- =====================================================================
  119. local FALKIT = God:Clone()
  120. FALKIT.Name = 'SpawnFal'
  121. FALKIT.Parent = Body
  122. FALKIT.Position = UDim2.new(0,300,0,90)
  123. FALKIT.Text = 'Fal Kit'
  124. -- =====================================================================
  125. local G36K = God:Clone()
  126. G36K.Name = 'SpawnG36k'
  127. G36K.Parent = Body
  128. G36K.Position = UDim2.new(0,300,0,130)
  129. G36K.Text = 'G36k Kit'
  130.  
  131. local HungerThirst = God:Clone()
  132. HungerThirst.Name = 'HT'
  133. HungerThirst.Parent = Body
  134. HungerThirst.Position = UDim2.new(0,300,0,170)
  135. HungerThirst.Text = 'HungerThirst'
  136.  
  137. local CarGod = God:Clone()
  138. CarGod.Name = 'CarGod'
  139. CarGod.Parent = Body
  140. CarGod.Position = UDim2.new(0,10,0,170)
  141. CarGod.Text = 'Car God'
  142.  
  143. local CarSpeed = God:Clone()
  144. CarSpeed.Name = 'CarSpeed'
  145. CarSpeed.Parent = Body
  146. CarSpeed.Position = UDim2.new(0,155,0,170)
  147. CarSpeed.Text = 'Car Speed'
  148. -- *********************************************************************
  149. God.MouseButton1Down:connect(function()
  150. Player = game.Workspace:FindFirstChild(PlayerName.Text)
  151. while wait() do
  152. game.Lighting.Remote.AddHealth:FireServer(Player.Humanoid, 420699001)
  153. end
  154. end)
  155. -- =====================================================================
  156. KillAll.MouseButton1Down:connect(function()
  157. for i,v in pairs(game.Players:GetPlayers()) do
  158. if v.Name == game.Players.LocalPlayer.Name then
  159. print('nope')
  160. else
  161. getPlayer = game.Workspace:FindFirstChild(v.Name)
  162. wait(.01)
  163. game.Lighting.Remote.AddHealth:FireServer(getPlayer.Humanoid, -420699001)
  164. end
  165. end
  166. end)
  167. -- =====================================================================
  168. KillPlr.MouseButton1Down:connect(function()
  169. gitPlayer = game.Workspace:FindFirstChild(PlayerName.Text)
  170. game.Lighting.Remote.AddHealth:FireServer(gitPlayer.Humanoid, -420699001)
  171. end)
  172. -- =====================================================================
  173. TpMe.MouseButton1Down:connect(function()
  174. gitPlayer = PlayerName.Text
  175. game.Lighting.Remote:WaitForChild("TeleportRequest"):InvokeServer("To Me", math.floor(tick() % 1 * 100000), gitPlayer)
  176. end)
  177. -- =====================================================================
  178. TpTo.MouseButton1Down:connect(function()
  179. gitPlayer = PlayerName.Text
  180. game.Lighting.Remote:WaitForChild("TeleportRequest"):InvokeServer("Me To", math.floor(tick() % 1 * 100000), gitPlayer)
  181. end)
  182. -- =====================================================================
  183. TpAllMe.MouseButton1Down:connect(function()
  184. for i,v in pairs(game.Players:GetPlayers()) do
  185. if v.Name ~= game.Players.LocalPlayer.Name then
  186. wait(.01)
  187. game.Lighting.Remote:WaitForChild("TeleportRequest"):InvokeServer("To Me", math.floor(tick() % 1 * 100000), v.Name)
  188. else
  189. print('there are no players in the server!')
  190. end
  191. end
  192. end)
  193. -- =====================================================================
  194. GiveBadges.MouseButton1Down:connect(function()
  195. game.Players.LocalPlayer.playerstats.PlayerKill.Defensive.Value = 75
  196. game.Players.LocalPlayer.playerstats.ZombieKill.Military.Value = 751
  197. game.Players.LocalPlayer.playerstats.Days.Value = 30
  198. end)
  199. -- =====================================================================
  200. FALKIT.MouseButton1Down:connect(function()
  201. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slotbackpack, 4016)
  202. wait(.1)
  203. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slotprimary, 1029)
  204. wait(.1)
  205. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot1, 9013)
  206. wait(.1)
  207. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot2, 9010)
  208. wait(.1)
  209. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot3, 9005)
  210. wait(.1)
  211. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot4, 64)
  212. wait(.1)
  213. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot5, 64)
  214. wait(.1)
  215. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot6, 64)
  216. wait(.1)
  217. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot7, 64)
  218. wait(.1)
  219. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot8, 64)
  220. wait(.1)
  221. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot9, 64)
  222. wait(.1)
  223. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot10, 64)
  224. wait(.1)
  225. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot11, 64)
  226. wait(.1)
  227. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot12, 11)
  228. wait(.1)
  229. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot13, 11)
  230. wait(.1)
  231. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot14, 11)
  232. wait(.1)
  233. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot15, 11)
  234. wait(.1)
  235. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot16, 11)
  236. wait(.1)
  237. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot17, 11)
  238. wait(.1)
  239. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot18, 11)
  240. wait(.1)
  241. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot19, 11)
  242. wait(.1)
  243. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot20, 11)
  244. wait(.1)
  245. print("stuff spawned")
  246. end)
  247. -- =====================================================================
  248. G36K.MouseButton1Down:connect(function()
  249. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slotbackpack, 4016)
  250. wait(.1)
  251. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slotprimary, 1023)
  252. wait(.1)
  253. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot1, 9013)
  254. wait(.1)
  255. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot2, 9009)
  256. wait(.1)
  257. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot3, 9005)
  258. wait(.1)
  259. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot4, 53)
  260. wait(.1)
  261. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot5, 53)
  262. wait(.1)
  263. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot6, 53)
  264. wait(.1)
  265. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot7, 53)
  266. wait(.1)
  267. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot8, 53)
  268. wait(.1)
  269. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot9, 53)
  270. wait(.1)
  271. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot10, 53)
  272. wait(.1)
  273. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot11, 53)
  274. wait(.1)
  275. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot12, 11)
  276. wait(.1)
  277. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot13, 11)
  278. wait(.1)
  279. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot14, 11)
  280. wait(.1)
  281. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot15, 11)
  282. wait(.1)
  283. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot16, 11)
  284. wait(.1)
  285. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot17, 11)
  286. wait(.1)
  287. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot18, 11)
  288. wait(.1)
  289. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot19, 11)
  290. wait(.1)
  291. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot20, 11)
  292. wait(.1)
  293. print("stuff spawned")
  294. end)
  295.  
  296. HungerThirst.MouseButton1Down:connect(function()
  297. game.Players.LocalPlayer.playerstats.Hunger.Value = 1000
  298. wait(1)
  299. game.Players.LocalPlayer.playerstats.Thirst.Value = 1000
  300. end)
  301.  
  302. CarGod.MouseButton1Down:connect(function()
  303. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  304. if v.Name ~= "Holder" or v.Name ~= "VehicleWreck" then
  305. if v:findFirstChild("Stats") then
  306. v.Stats.Engine.Value = 420699001
  307. v.Stats.Tank.Value = 420699001
  308. v.Stats.Hull.Value = 420699001
  309. v.Stats.Armor.Value = 420699001
  310. v.Stats.Fuel.Value = 420
  311. end
  312. end
  313. end
  314. end)
  315.  
  316. CarSpeed.MouseButton1Down:connect(function()
  317. local MaxSpeed = 200
  318. for i,v in pairs(workspace.Vehicles:GetChildren()) do
  319. if v.Name ~= 'VehicleWreck' then
  320. v.Stats.MaxSpeed.Value = MaxSpeed
  321. v.Stats.MaxSpeed.Offroad.Value = MaxSpeed
  322. end
  323. end
  324. end)
  325.  
  326. Close.MouseButton1Down:connect(function()
  327. if Body.Visible == true then
  328. Body.Visible = false
  329. Close.Text = '+'
  330. Title.FontSize = 'Size24'
  331. Pull.Size = UDim2(0,125,0,12.5)
  332. elseif Body.Visible == false then
  333. Body.Visible = true
  334. Close.Text = 'X'
  335. Title.FontSize = 'Size48'
  336. Graf_f.Size = UDim2(0,500,0,50)
  337. end
  338. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement