Advertisement
Veno

Just for Banana

Nov 25th, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.39 KB | None | 0 0
  1. iPlayer = game.Players.LocalPlayer.Name
  2. local Gui = Instance.new('ScreenGui', game.Players[iPlayer].PlayerGui)
  3. Gui.Name = 'Hub'
  4. local Grab_f = Instance.new('Frame', Gui)
  5. Grab_f.Name = 'Grab'
  6. Grab_f.Active = true
  7. Grab_f.BackgroundColor3 = Color3.new(255,255,127/255)
  8. Grab_f.BackgroundTransparency = 0.5
  9. Grab_f.BorderSizePixel = 0
  10. Grab_f.Position = UDim2.new(0.5,-150,0.5,-92)
  11. Grab_f.Size = UDim2.new(0,300,0,24)
  12. Grab_f.Draggable = true
  13. local Close = Instance.new('TextButton', Grab_f)
  14. Close.Name = 'Close'
  15. Close.BackgroundTransparency = 1
  16. Close.Position = UDim2.new(1,-23,0,1)
  17. Close.Size = UDim2.new(0,22,0,22)
  18. Close.Font = 'SourceSans'
  19. Close.FontSize = 'Size18'
  20. Close.TextColor3 = Color3.new(255,255,255)
  21. Close.Text = 'x'
  22. local Body_f = Instance.new('Frame', Grab_f)
  23. Body_f.Name = 'Body'
  24. Body_f.BackgroundColor3 = Color3.new(60/255,60/255,60/255)
  25. Body_f.BackgroundTransparency = 0.5
  26. Body_f.BorderSizePixel = 0
  27. Body_f.Position = UDim2.new(0,0,0,25)
  28. Body_f.Size = UDim2.new(0,300,0,170)
  29.  
  30. Close.TextStrokeTransparency = 0.8
  31. local Title = Instance.new('TextLabel', Grab_f)
  32. Title.Name = 'Title'
  33. Title.BackgroundTransparency = 1
  34. Title.Position = UDim2.new(0,5,0,0)
  35. Title.Size = UDim2.new(0,200,1,0)
  36. Title.Font = 'SourceSansLight'
  37. Title.FontSize = 'Size18'
  38. Title.Text = "Riley's Apoc Gui Edit"
  39. Title.TextColor3 = Color3.new(255,255,255)
  40. Title.TextStrokeColor3 = Color3.new(60/255,60/255,60/255)
  41. Title.TextStrokeTransparency = 0.6
  42. local PlayerName = Instance.new('TextBox', Body_f)
  43. PlayerName.Name = 'PlayerName'
  44. PlayerName.BorderSizePixel = 0
  45. PlayerName.Position = UDim2.new(0,10,0,10)
  46. PlayerName.Size = UDim2.new(0,280,0,30)
  47. PlayerName.Font = 'SourceSans'
  48. PlayerName.FontSize = 'Size18'
  49. PlayerName.Text = 'Player name [plr]'
  50. PlayerName.BackgroundColor3 = Color3.new(255,255,255)
  51. PlayerName.TextColor3 = Color3.new(60/255,60/255,60/255)
  52. PlayerName.TextWrapped = true
  53.  
  54. local Credits = Instance.new('TextLabel', Body_f)
  55. Credits.BackgroundTransparency = 1
  56. Credits.Text = 'Version 1.0.0'
  57. Credits.Position = UDim2.new(0,0,1,0)
  58. Credits.Size = UDim2.new(1,0,0,20)
  59.  
  60. local Command_TpBodies = Instance.new('TextButton', Body_f)
  61. Command_TpBodies.Name = 'Bodies'
  62. Command_TpBodies.BackgroundColor3 = Color3.new(255,170/255,255)
  63. Command_TpBodies.BackgroundTransparency = 0.1
  64. Command_TpBodies.BorderSizePixel = 0
  65. Command_TpBodies.Position = UDim2.new(0,10,0,50)
  66. Command_TpBodies.Size = UDim2.new(0,135,0,30)
  67. Command_TpBodies.Font = 'SourceSansItalic'
  68. Command_TpBodies.FontSize = 'Size18'
  69. Command_TpBodies.Text = 'TP BODIES'
  70. Command_TpBodies.TextColor3 = Color3.new(80/255,80/255,80/255)
  71. Command_TpBodies.TextWrapped = true
  72.  
  73. local Command_KillAll = Command_TpBodies:Clone()
  74. Command_KillAll.Name = 'KillAll'
  75. Command_KillAll.Parent = Body_f
  76. Command_KillAll.Position = UDim2.new(0,155,0,50)
  77. Command_KillAll.Text = 'KILL ALL'
  78.  
  79. local Command_KillPlr = Command_TpBodies:Clone()
  80. Command_KillPlr.Name = 'KillPlr'
  81. Command_KillPlr.Parent = Body_f
  82. Command_KillPlr.Position = UDim2.new(0,10,0,90)
  83. Command_KillPlr.Text = 'KILL [plr]'
  84.  
  85. local Command_TpMe = Command_TpBodies:Clone()
  86. Command_TpMe.Name = 'TpMe'
  87. Command_TpMe.Parent = Body_f
  88. Command_TpMe.Position = UDim2.new(0,10,0,130)
  89. Command_TpMe.Text = 'TP [plr] ME'
  90.  
  91. local Command_TpTo = Command_TpBodies:Clone()
  92. Command_TpTo.Name = 'TpTo'
  93. Command_TpTo.Parent = Body_f
  94. Command_TpTo.Position = UDim2.new(0,155,0,130)
  95. Command_TpTo.Text = 'TP ME [plr]'
  96.  
  97. local Command_TpAllMe = Command_TpBodies:Clone()
  98. Command_TpAllMe.Name = 'TpAllMe'
  99. Command_TpAllMe.Parent = Body_f
  100. Command_TpAllMe.Position = UDim2.new(0,155,0,90)
  101. Command_TpAllMe.Text = 'TP ALL ME'
  102.  
  103. Command_TpBodies.MouseButton1Down:connect(function()
  104. for _, corpse in pairs(workspace:GetChildren()) do
  105. if corpse.Name == "Corpse" then
  106. corpse:MoveTo(workspace[game.Players.LocalPlayer.Name].Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  107. end
  108. end
  109. end)
  110.  
  111.  
  112. Command_KillAll.MouseButton1Down:connect(function()
  113. for i,v in pairs(game.Players:GetPlayers()) do
  114. if v.Name == game.Players.LocalPlayer.Name then
  115. print('nope')
  116. else
  117. getPlayer = game.Workspace:FindFirstChild(v.Name)
  118. wait(.01)
  119. game.Lighting.Remote.AddHealth:FireServer(getPlayer.Humanoid, -5345355)
  120. end
  121. end
  122. end)
  123.  
  124. Command_KillPlr.MouseButton1Down:connect(function()
  125. gitPlayer = game.Workspace:FindFirstChild(PlayerName.Text)
  126. game.Lighting.Remote.AddHealth:FireServer(gitPlayer.Humanoid, -5000000)
  127. end)
  128.  
  129. Command_TpMe.MouseButton1Down:connect(function()
  130. gitPlayer = PlayerName.Text
  131. game.Lighting.Remote:WaitForChild("TeleportRequest"):InvokeServer("To Me", math.floor(tick() % 1 * 100000), gitPlayer)
  132. end)
  133.  
  134. Command_TpTo.MouseButton1Down:connect(function()
  135. gitPlayer = PlayerName.Text
  136. game.Lighting.Remote:WaitForChild("TeleportRequest"):InvokeServer("Me To", math.floor(tick() % 1 * 100000), gitPlayer)
  137. end)
  138.  
  139. Command_TpAllMe.MouseButton1Down:connect(function()
  140. for i,v in pairs(game.Players:GetPlayers()) do
  141. if v.Name == game.Players.LocalPlayer.Name then
  142. print'nope'
  143. else
  144. wait(.01)
  145. game.Lighting.Remote:WaitForChild("TeleportRequest"):InvokeServer("To Me", math.floor(tick() % 1 * 100000), v.Name)
  146. end
  147. end
  148. end)
  149.  
  150.  
  151.  
  152. Close.MouseButton1Down:connect(function()
  153. if Body_f.Visible == true then
  154. Body_f.Visible = false
  155. Close.Text = '+'
  156. elseif Body_f.Visible == false then
  157. Body_f.Visible = true
  158. Close.Text = 'X'
  159. end
  160. end)
  161.  
  162. --
  163.  
  164. while wait() do
  165. Credits.TextColor3 = Color3.new(1,0,0)
  166. for i=1,15 do
  167. game:GetService("RunService").RenderStepped:wait()
  168. Credits.TextColor3 = Color3.new(Credits.TextColor3.r,Credits.TextColor3.g+(17/255),Credits.TextColor3.b)
  169. end
  170. for i=1,15 do
  171. game:GetService("RunService").RenderStepped:wait()
  172. Credits.TextColor3 = Color3.new(Credits.TextColor3.r-(17/255),Credits.TextColor3.g,Credits.TextColor3.b)
  173. end
  174. for i=1,15 do
  175. game:GetService("RunService").RenderStepped:wait()
  176. Credits.TextColor3 = Color3.new(Credits.TextColor3.r,Credits.TextColor3.g,Credits.TextColor3.b+(17/255))
  177. end
  178. for i=1,15 do
  179. game:GetService("RunService").RenderStepped:wait()
  180. Credits.TextColor3 = Color3.new(Credits.TextColor3.r,Credits.TextColor3.g-(17/255),Credits.TextColor3.b)
  181. end
  182. for i=1,15 do
  183. game:GetService("RunService").RenderStepped:wait()
  184. Credits.TextColor3 = Color3.new(Credits.TextColor3.r+(17/255),Credits.TextColor3.g,Credits.TextColor3.b)
  185. end
  186. for i=1,15 do
  187. game:GetService("RunService").RenderStepped:wait()
  188. Credits.TextColor3 = Color3.new(Credits.TextColor3.r,Credits.TextColor3.g,Credits.TextColor3.b-(17/255))
  189. end
  190. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement