Advertisement
970dawqdwuyadusadyhs

Untitled

Jul 28th, 2020
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.38 KB | None | 0 0
  1. _G.afk = false
  2. _G.global_chatlog = false
  3. _G.chatlogs = {}
  4. _G.serverlock = false
  5. _G.skids = {"migeul40"}
  6. _G.loopvoid = {}
  7.  
  8.  
  9. for i,v in pairs(game.Players:GetChildren()) do
  10. v.CharacterAdded:connect(function(char)
  11. for i,o in pairs(_G.loopvoid) do
  12. if char.Name == o then
  13. print("targets " .. char.Name)
  14.  
  15. game:GetService("Workspace").GuiEvent:FireServer("#")
  16. local rpname = game.Players.LocalPlayer.Character:WaitForChild("#")
  17. local effcloud = rpname:WaitForChild("Head")
  18. game.Players.LocalPlayer.Character.PompousTheCloud.ServerControl:InvokeServer("SetProperty",{["Value"]="EffectCloud",["Property"]="Name",["Object"]=effcloud})
  19. game.Players.LocalPlayer.Character.PompousTheCloud.ServerControl:InvokeServer("SetProperty",{["Value"]=game.Players.LocalPlayer.Character.HumanoidRootPart,["Property"]="Parent",["Object"]=effcloud})
  20.  
  21. for i,v in pairs(game.Players.LocalPlayer.Character.HumanoidRootPart.EffectCloud:GetChildren()) do
  22. if v.Name == "Mesh" then
  23.  
  24. else
  25. if v.Name == "Weld" then
  26.  
  27. else
  28. v:Destroy()
  29. end
  30. end
  31.  
  32. end
  33.  
  34. game.Players.LocalPlayer.Character.PompousTheCloud.ServerControl:InvokeServer("SetProperty",{["Value"]=game.Lighting,["Property"]="Parent",["Object"]=game.Players.LocalPlayer.Character["#"]})
  35. game.Players.LocalPlayer.Character.PompousTheCloud.ServerControl:InvokeServer("SetProperty",{["Value"]=0,["Property"]="Transparency",["Object"]=game.Players.LocalPlayer.Character.Head})
  36.  
  37. game.Players.LocalPlayer.Character.PompousTheCloud.ServerControl:InvokeServer("SetProperty",{["Value"]=1,["Property"]="Transparency",["Object"]=effcloud})
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45. game.Players.LocalPlayer.Character.PompousTheCloud.ServerControl:InvokeServer("SetProperty",{["Value"]=effcloud,["Property"]="Part0",["Object"]=effcloud.Parent})
  46. game.Players.LocalPlayer.Character.PompousTheCloud.ServerControl:InvokeServer("SetProperty",{["Value"]=effcloud,["Property"]="Part1",["Object"]=effcloud.Weld})
  47. game.Players.LocalPlayer.Character.PompousTheCloud.ServerControl:InvokeServer("SetProperty",{["Value"]=char.HumanoidRootPart,["Property"]="Part0",["Object"]=effcloud.Weld})
  48.  
  49. game.Players.LocalPlayer.Character.PompousTheCloud.ServerControl:InvokeServer("SetProperty",{["Value"]=true,["Property"]="Anchored",["Object"]=effcloud})
  50. game.Players.LocalPlayer.Character.PompousTheCloud.ServerControl:InvokeServer("SetProperty",{["Value"]=Vector3.new(0,-450, 0),["Property"]="Position",["Object"]=effcloud})
  51. wait(1)
  52. effcloud:Destroy()
  53. end
  54. end
  55. end)
  56. end
  57.  
  58. game.Players.ChildAdded:connect(function(plr)
  59. plr.CharacterAdded:connect(function(char)
  60. for i,o in pairs(_G.loopvoid) do
  61. if char.Name == o then
  62. print("targets " .. char.Name)
  63. local Remote = game.Players.LocalPlayer.Character.PompousTheCloud['ServerControl']
  64.  
  65. local Arguments = {
  66. [1] = "Fly",
  67. [2] = {["Flying"] = true}
  68. }
  69.  
  70. Remote:InvokeServer(unpack(Arguments))
  71. local effcloud = game.Players.LocalPlayer.Character.PompousTheCloud:WaitForChild("EffectCloud")
  72.  
  73. game.Players.LocalPlayer.Character.PompousTheCloud.ServerControl:InvokeServer("SetProperty",{["Value"]=true,["Property"]="Anchored",["Object"]=game.Players.LocalPlayer.Character.PompousTheCloud.EffectCloud})
  74. game.Players.LocalPlayer.Character.PompousTheCloud.ServerControl:InvokeServer("SetProperty",{["Value"]=char.HumanoidRootPart,["Property"]="Part0",["Object"]=game.Players.LocalPlayer.Character.PompousTheCloud.EffectCloud.Weld})
  75. game.Players.LocalPlayer.Character.PompousTheCloud.ServerControl:InvokeServer("SetProperty",{["Value"]=Vector3.new(1297.3, -180.956, 3691.73),["Property"]="Position",["Object"]=game.Players.LocalPlayer.Character.PompousTheCloud.EffectCloud})
  76. wait(0.5)
  77. local Remote = game.Players.LocalPlayer.Character.PompousTheCloud['ServerControl']
  78.  
  79. local Arguments = {
  80. [1] = "Fly",
  81. [2] = {["Flying"] = false}
  82. }
  83.  
  84. Remote:InvokeServer(unpack(Arguments))
  85. end
  86. end
  87. end)
  88. end)
  89.  
  90.  
  91. local function PlaySound(id, volume, pitch)
  92. local s = Instance.new("Sound", game.Players.LocalPlayer.PlayerGui)
  93. s.Volume = volume
  94. s.SoundId = "rbxassetid://" .. id
  95. s.Looped = false
  96. s:Play()
  97.  
  98. end
  99.  
  100. function isInTable(tableValue, toFind)
  101. local found = false
  102. for _,v in pairs(tableValue) do
  103. if v==toFind then
  104. found = true
  105. break;
  106. end
  107. end
  108. return found
  109. end
  110.  
  111.  
  112. game.Players.ChildRemoved:connect(function(v)
  113. rconsoleprint('@@CYAN@@')
  114. rconsoleprint(v.Name .. " has left the server.\n")
  115. rconsoleprint('@@WHITE@@')
  116. end)
  117. game.Players.ChildAdded:connect(function(plr)
  118. if isInTable(_G.skids, plr.Name) then
  119. else
  120. rconsoleprint('@@CYAN@@')
  121. rconsoleprint(plr.Name .. " has joined the server.\n")
  122. rconsoleprint('@@WHITE@@')
  123. end
  124. for i,v in ipairs(_G.skids) do
  125. if plr.Name == v then
  126. rconsoleprint('@@RED@@')
  127. rconsoleprint(plr.Name .. " has joined the server.\n")
  128. PlaySound("130840811", 5)
  129. rconsoleprint('@@WHITE@@')
  130. end
  131. end
  132. wait()
  133. if _G.serverlock == true then
  134. local v2 = game.Players:FindFirstChild(plr.Name);
  135. game.ReplicatedStorage.DeleteCar:FireServer(v2)
  136. end
  137. end)
  138.  
  139. for i,v in pairs(game.Players:GetChildren()) do
  140.  
  141. v.Chatted:connect(function(c)
  142. for i,t in pairs(_G.chatlogs) do
  143. if v.Name == t then
  144. rconsoleprint('@@YELLOW@@')
  145. rconsoleprint("[" .. v.Name .. "]: " .. c .. "\n")
  146. rconsoleprint('@@WHITE@@')
  147. end
  148. end
  149. end)
  150.  
  151.  
  152.  
  153.  
  154. end
  155.  
  156.  
  157. local function loop()
  158. print("Loop started")
  159. while true do
  160. wait()
  161. if _G.afk == true then
  162. game.Players.LocalPlayer.Character.Head.Anchored = true
  163. keypress(87)
  164. wait()
  165. keyrelease(87)
  166. wait()
  167. keypress(83)
  168. wait()
  169. keyrelease(83)
  170. wait()
  171. end
  172. end
  173. end
  174. spawn(loop)
  175.  
  176. if DCO then
  177. rconsoleprint('@@CYAN@@')
  178. rconsoleprint("\nDelta Console is already running.")
  179. rconsoleprint('@@WHITE@@')
  180. return
  181. end
  182.  
  183. pcall(function() getgenv().DCO = true end)
  184.  
  185.  
  186. local Players = game:GetService("Players")
  187. local LocalPlayer = Players.LocalPlayer
  188. local Character = LocalPlayer.Character
  189. local Mouse = LocalPlayer:GetMouse()
  190.  
  191.  
  192.  
  193.  
  194. local function RemoveSpaces(String)
  195. return String:gsub("%s+", "") or String
  196. end
  197.  
  198. local function FindPlayer(String)
  199. String = RemoveSpaces(String)
  200. for _, _Player in pairs(Players:GetPlayers()) do
  201. if _Player.Name:lower():match('^'.. String:lower()) then
  202. return _Player
  203. end
  204. end
  205. return nil
  206. end
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214. rconsoleprint('@@GREEN@@')
  215. rconsoleprint('Please note that this is an early version of Delta Console.\n')
  216. rconsoleprint('@@WHITE@@')
  217.  
  218. rconsoleprint("")
  219.  
  220. rconsoleprint('@@MAGENTA@@')
  221. rconsoleprint('Currently playing game: ' .. tostring(game:GetService("MarketplaceService"):GetProductInfo(game.PlaceId).Name) .. "\n")
  222. rconsoleprint('@@WHITE@@')
  223.  
  224. spawn(function()
  225. while wait(0.5) do
  226. local table = {"D", "DE", "DEL", "DELT", "DELTA", " DELTA", " DELTA", " DELTA", " DELTA", " DELTA", " DELTA", " DELTA", " DELTA", " DELT", " DEL", " DE", " D", ""}
  227. for i,v in pairs(table) do
  228. wait(0.1)
  229. rconsolename(v)
  230. end
  231. end
  232. end)
  233. makefolder("Delta")
  234. local script = game:HttpGet("https://pastebin.com/raw/3ExFe4ah", true)
  235. loadstring(script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement