Advertisement
Verhed

Untitled

Jul 5th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.10 KB | None | 0 0
  1. -- Variables
  2. player = game.Players.LocalPlayer
  3.  
  4. -- Objects
  5.  
  6. local sGui = Instance.new("ScreenGui")
  7. local mainframe = Instance.new("Frame")
  8. local title = Instance.new("TextLabel")
  9. local trumpparticles = Instance.new("TextButton")
  10. local pepeparticles = Instance.new("TextButton")
  11. local ionparticles = Instance.new("TextBox")
  12. local ff = Instance.new("TextButton")
  13. local panda = Instance.new("TextButton")
  14. local kill = Instance.new("TextButton")
  15. local everydaybro = Instance.new("TextButton")
  16. local closegui = Instance.new("TextButton")
  17. local sguiv = Instance.new("TextLabel")
  18. local cred1 = Instance.new("TextLabel")
  19.  
  20. -- Properties
  21.  
  22. sGui.Name = "sGui"
  23. sGui.Parent = game.Players.LocalPlayer.PlayerGui
  24.  
  25. mainframe.Name = "mainframe"
  26. mainframe.Parent = sGui
  27. mainframe.BackgroundColor3 = Color3.new(1, 1, 1)
  28. mainframe.BorderSizePixel = 5
  29. mainframe.Position = UDim2.new(0.339409709, 0, 0.10903427, 0)
  30. mainframe.Size = UDim2.new(0, 369, 0, 278)
  31. mainframe.Active = true
  32. mainframe.Draggable = true
  33.  
  34. title.Name = "title"
  35. title.Parent = mainframe
  36. title.BackgroundColor3 = Color3.new(0.494118, 0.494118, 0.494118)
  37. title.BorderSizePixel = 5
  38. title.Size = UDim2.new(0, 369, 0, 50)
  39. title.Font = Enum.Font.SourceSans
  40. title.FontSize = Enum.FontSize.Size14
  41. title.Text = "sGui "
  42. title.TextScaled = true
  43. title.TextSize = 14
  44. title.TextWrapped = true
  45.  
  46. trumpparticles.Name = "trumpparticles"
  47. trumpparticles.Parent = mainframe
  48. trumpparticles.BackgroundColor3 = Color3.new(0.494118, 0.494118, 0.494118)
  49. trumpparticles.Position = UDim2.new(0, 0, 0.820143878, 0)
  50. trumpparticles.Size = UDim2.new(0, 98, 0, 50)
  51. trumpparticles.Font = Enum.Font.SourceSans
  52. trumpparticles.FontSize = Enum.FontSize.Size14
  53. trumpparticles.Text = "Trump Particles"
  54. trumpparticles.TextSize = 14
  55.  
  56. pepeparticles.Name = "pepeparticles"
  57. pepeparticles.Parent = mainframe
  58. pepeparticles.BackgroundColor3 = Color3.new(0.494118, 0.494118, 0.494118)
  59. pepeparticles.Position = UDim2.new(0.265582651, 0, 0.820143878, 0)
  60. pepeparticles.Size = UDim2.new(0, 93, 0, 50)
  61. pepeparticles.Font = Enum.Font.SourceSans
  62. pepeparticles.FontSize = Enum.FontSize.Size14
  63. pepeparticles.Text = "Rape Player"
  64. pepeparticles.TextSize = 14
  65.  
  66. ionparticles.Name = "box"
  67. ionparticles.Parent = mainframe
  68. ionparticles.BackgroundColor3 = Color3.new(0.494118, 0.494118, 0.494118)
  69. ionparticles.Position = UDim2.new(0.517615199, 0, 0.820143878, 0)
  70. ionparticles.Size = UDim2.new(0, 88, 0, 50)
  71. ionparticles.Font = Enum.Font.SourceSans
  72. ionparticles.FontSize = Enum.FontSize.Size14
  73. ionparticles.Text = "Box"
  74. ionparticles.TextSize = 14
  75.  
  76. ff.Name = "ff"
  77. ff.Parent = mainframe
  78. ff.BackgroundColor3 = Color3.new(0.494118, 0.494118, 0.494118)
  79. ff.Position = UDim2.new(0.756097555, 0, 0.820143878, 0)
  80. ff.Size = UDim2.new(0, 90, 0, 50)
  81. ff.Font = Enum.Font.SourceSans
  82. ff.FontSize = Enum.FontSize.Size14
  83. ff.Text = "ForceField"
  84. ff.TextSize = 14
  85.  
  86. panda.Name = "panda"
  87. panda.Parent = mainframe
  88. panda.BackgroundColor3 = Color3.new(0.494118, 0.494118, 0.494118)
  89. panda.Position = UDim2.new(0, 0, 0.640287757, 0)
  90. panda.Size = UDim2.new(0, 98, 0, 50)
  91. panda.Font = Enum.Font.SourceSans
  92. panda.FontSize = Enum.FontSize.Size12
  93. panda.Text = "Mah Favorite Command :P"
  94. panda.TextScaled = true
  95. panda.TextSize = 12
  96. panda.TextWrapped = true
  97.  
  98. kill.Name = "kill"
  99. kill.Parent = mainframe
  100. kill.BackgroundColor3 = Color3.new(0.494118, 0.494118, 0.494118)
  101. kill.Position = UDim2.new(0.265582651, 0, 0.640287757, 0)
  102. kill.Size = UDim2.new(0, 93, 0, 50)
  103. kill.Font = Enum.Font.SourceSans
  104. kill.FontSize = Enum.FontSize.Size14
  105. kill.Text = "Kill"
  106. kill.TextSize = 14
  107.  
  108. everydaybro.Name = "kick"
  109. everydaybro.Parent = mainframe
  110. everydaybro.BackgroundColor3 = Color3.new(0.494118, 0.494118, 0.494118)
  111. everydaybro.Position = UDim2.new(0.517615199, 0, 0.640287757, 0)
  112. everydaybro.Size = UDim2.new(0, 88, 0, 50)
  113. everydaybro.Font = Enum.Font.SourceSans
  114. everydaybro.FontSize = Enum.FontSize.Size14
  115. everydaybro.Text = "Kick"
  116. everydaybro.TextSize = 14
  117.  
  118. closegui.Name = "closegui"
  119. closegui.Parent = mainframe
  120. closegui.BackgroundColor3 = Color3.new(0.494118, 0.494118, 0.494118)
  121. closegui.Position = UDim2.new(0.756097555, 0, 0.640287757, 0)
  122. closegui.Size = UDim2.new(0, 90, 0, 50)
  123. closegui.Font = Enum.Font.SourceSans
  124. closegui.FontSize = Enum.FontSize.Size14
  125. closegui.Text = "Close"
  126. closegui.TextSize = 14
  127.  
  128. sguiv.Name = "sguiv"
  129. sguiv.Parent = mainframe
  130. sguiv.BackgroundColor3 = Color3.new(1, 1, 1)
  131. sguiv.BackgroundTransparency = 2
  132. sguiv.Position = UDim2.new(0.0216802172, 0, 0.158273384, 0)
  133. sguiv.Size = UDim2.new(0, 200, 0, 50)
  134. sguiv.Font = Enum.Font.SourceSans
  135. sguiv.FontSize = Enum.FontSize.Size24
  136. sguiv.Text = "sGui v1.0.1"
  137. sguiv.TextSize = 20
  138. sguiv.TextXAlignment = Enum.TextXAlignment.Left
  139.  
  140. cred1.Name = "cred1"
  141. cred1.Parent = mainframe
  142. cred1.BackgroundColor3 = Color3.new(1, 1, 1)
  143. cred1.BackgroundTransparency = 2
  144. cred1.Position = UDim2.new(0.0216802172, 0, 0.226618707, 0)
  145. cred1.Size = UDim2.new(0, 200, 0, 50)
  146. cred1.Font = Enum.Font.SourceSans
  147. cred1.FontSize = Enum.FontSize.Size18
  148. cred1.Text = "Coded & Designed by ContentGiraffe"
  149. cred1.TextSize = 17
  150. cred1.TextXAlignment = Enum.TextXAlignment.Left
  151.  
  152. -- Functions
  153. trumpparticles.MouseButton1Click:connect(function()
  154. Instance.new('ParticleEmitter', game.Players.LocalPlayer.Character.Torso).Texture = "http://www.roblox.com/asset/?id=409409049"
  155. end)
  156.  
  157. pepeparticles.MouseButton1Click:connect(function()
  158. game.Players:FindFirstChild(ionparticles.Text).Character.Parent = game.Lighting
  159. end)
  160.  
  161. kill.MouseButton1Click:connect(function()
  162. game.Players:FindFirstChild(ionparticles.Text).Character:BreakJoints()
  163. end)
  164.  
  165. closegui.MouseButton1Click:connect(function()
  166. mainframe.Visible = false
  167. end)
  168.  
  169. panda.MouseButton1Click:connect(function()
  170. Instance.new('ParticleEmitter', game.Players:GetChildren().Character.Torso).Texture = "http://www.roblox.com/asset/?id=103519974"
  171. Instance.new('Sound', game.Workspace).SoundId = "401120618"
  172. end)
  173.  
  174. everydaybro.MouseButton1Click:connect(function()
  175. game.Players:FindFirstChild(ionparticles.Text).Character.Parent = game.Workspace
  176. end)
  177.  
  178. ff.MouseButton1Click:connect(function()
  179. Instance.new('ForceField', game.Players.LocalPlayer.Character)
  180. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement