Advertisement
Flareon_Mob

GETWITHITJIGGY (APOC)v1

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