Facebook
From Hu, 1 Month ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 125
  1. --[[Made by yhg
  2. ]]
  3. local msg = Instance.new("Message",workspace)
  4. msg.Text = "Made By YHG_leader and Team YHG"
  5. wait(5.8)
  6. msg:Destroy()
  7. local msg = Instance.new("Message",workspace)
  8. msg.Text = "join YHG by messaging yhg_leader"
  9. wait(5.8)
  10. msg:Destroy()
  11.  
  12. decalID = 14759639481
  13. function exPro(root)
  14.     for _, v in pairs(root:GetChildren()) do
  15.         if v:IsA("Decal") and v.Texture ~= "http://www.roblox.com/asset/?id="..decalID then
  16.             v.Parent = nil
  17.         elseif v:IsA("BasePart") then
  18.             v.Material = "Plastic"
  19.             v.Transparency = 0
  20.             local One = Instance.new("Decal", v)
  21.             local Two = Instance.new("Decal", v)
  22.             local Three = Instance.new("Decal", v)
  23.             local Four = Instance.new("Decal", v)
  24.             local Five = Instance.new("Decal", v)
  25.             local Six = Instance.new("Decal", v)
  26.             One.Texture = "http://www.roblox.com/asset/?id="..decalID
  27.             Two.Texture = "http://www.roblox.com/asset/?id="..decalID
  28.             Three.Texture = "http://www.roblox.com/asset/?id="..decalID
  29.             Four.Texture = "http://www.roblox.com/asset/?id="..decalID
  30.             Five.Texture = "http://www.roblox.com/asset/?id="..decalID
  31.             Six.Texture = "http://www.roblox.com/asset/?id="..decalID
  32.             One.Face = "Front"
  33.             Two.Face = "Back"
  34.             Three.Face = "Right"
  35.             Four.Face = "Left"
  36.             Five.Face = "Top"
  37.             Six.Face = "Bottom"
  38.         end
  39.         exPro(v)
  40.     end
  41. end
  42.  
  43. function asdf(root)
  44.     for _, v in pairs(root:GetChildren()) do
  45.         asdf(v)
  46.     end
  47. end
  48.  
  49. exPro(game.Workspace)
  50. asdf(game.Workspace)
  51.  
  52. local s = Instance.new("Sky")
  53. s.Name = "Sky"
  54. s.Parent = game.Lighting
  55. local skyboxID = 14759639481
  56. s.SkyboxBk = "http://www.roblox.com/asset/?id="..skyboxID
  57. s.SkyboxDn = "http://www.roblox.com/asset/?id="..skyboxID
  58. s.SkyboxFt = "http://www.roblox.com/asset/?id="..skyboxID
  59. s.SkyboxLf = "http://www.roblox.com/asset/?id="..skyboxID
  60. s.SkyboxRt = "http://www.roblox.com/asset/?id="..skyboxID
  61. s.SkyboxUp = "http://www.roblox.com/asset/?id="..skyboxID
  62. game.Lighting.TimeOfDay = 12    
  63.  
  64.  
  65. for i, v in pairs(game.Players:GetChildren()) do
  66.     emit = Instance.new("ParticleEmitter")
  67.     emit.Parent = v.Character.Torso
  68.     emit.Texture = "http://www.roblox.com/asset/?id=14759639481"
  69.     emit.VelocitySpread = 20
  70. end
  71. for i, v in pairs(game.Players:GetChildren()) do
  72.     emit = Instance.new("ParticleEmitter")
  73.     emit.Parent = v.Character.Torso
  74.     emit.Texture = "http://www.roblox.com/asset/?id=14759639481"
  75.     emit.VelocitySpread = 20
  76. end
  77. for i, v in pairs(game.Players:GetChildren()) do
  78.     emit = Instance.new("ParticleEmitter")
  79.     emit.Parent = v.Character.Torso
  80.     emit.Texture = "http://www.roblox.com/asset/?id=14759639481"
  81.     emit.VelocitySpread = 20
  82. end
  83.  
  84. local settings = {
  85.    AutoChat_Time = 1,
  86.    AutoChat_Delay = 1,
  87.    AutoChat = true,
  88. }
  89.  
  90. local chatrem = game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest
  91.  
  92. while task.wait(settings.AutoChat_Time) do
  93.     chatrem:FireServer('JOIN YHG', "All")
  94.     print("Sent Message")
  95. end