SHOW:
|
|
- or go back to the newest paste.
1 | - | ----------------------- |
1 | + | |
2 | - | --WhAT ANOTHER ONE????????!-- |
2 | + | image = "rbxassetid://2333454655" |
3 | - | ------------------------------------------------------- |
3 | + | math.randomseed(tick() % 1 * 1e6) |
4 | - | --A script By makhail07 |
4 | + | sky = coroutine.create(function() |
5 | while wait(0.3) do | |
6 | - | --This edit by 2003boobear |
6 | + | s = Instance.new("Sky",game.Lighting) |
7 | s.SkyboxBk,s.SkyboxDn,s.SkyboxFt,s.SkyboxLf,s.SkyboxRt,s.SkyboxUp = image,image,image,image,image,image | |
8 | - | --Discord Creterisk#2958 |
8 | + | s.CelestialBodiesShown = false |
9 | end | |
10 | end) | |
11 | - | --https://cdn.discordapp.com/attachments/424766294303309844/424769047436197888/e41a6cbd-23cb-4553-bd39-1338429743a7.png |
11 | + | |
12 | - | ------------------------------------------------------- |
12 | + | sound = coroutine.create(function() |
13 | a = Instance.new("Sound",workspace) | |
14 | - | local FavIDs = { |
14 | + | a.SoundId = "rbxassetid://2538467220" |
15 | - | 340106355, --Nefl Crystals |
15 | + | a.Name = "RAINING MEN" |
16 | - | 927529620, --Dimension |
16 | + | a.Volume = 58359 |
17 | - | 876981900, --Fantasy |
17 | + | a.Looped = true |
18 | - | 398987889, --Ordinary Days |
18 | + | a:Play() |
19 | - | 1117396305, --Oh wait, it's you. |
19 | + | while wait(0.2) do |
20 | - | 885996042, --Action Winter Journey |
20 | + | rainin = workspace:FindFirstChild("RAINING MEN") |
21 | - | 919231299, --Sprawling Idiot Effigy |
21 | + | if not rainin then |
22 | - | 743466274, --Good Day Sunshine |
22 | + | a = Instance.new("Sound",workspace) |
23 | - | 727411183, --Knife Fight |
23 | + | a.SoundId = "rbxassetid://2538467220" |
24 | - | 1402748531, --The Earth Is Counting On You! |
24 | + | a.Name = "RAINING MEN" |
25 | - | 595230126 --Robot Language |
25 | + | a.Volume = 58359 |
26 | - | } |
26 | + | a.Looped = true |
27 | a:Play() | |
28 | end | |
29 | end | |
30 | - | --The reality of my life isn't real but a Universe -makhail07 |
30 | + | |
31 | - | wait() |
31 | + | |
32 | - | local Player = game.Players.localPlayer |
32 | + | msg = coroutine.create(function() |
33 | - | local Character = Player.Character |
33 | + | while wait(0.4) do |
34 | - | local plr = game:service'Players'.LocalPlayer |
34 | + | msg = Instance.new("Message",workspace) |
35 | - | local char = plr.Character |
35 | + | msg.Text = "HACKED BOI" |
36 | - | local hum = char.Humanoid |
36 | + | wait(0.4) |
37 | - | local ra = char["Right Arm"] |
37 | + | msg:Destroy() |
38 | - | local la= char["Left Arm"] |
38 | + | |
39 | - | local rl= char["Right Leg"] |
39 | + | end) |
40 | - | local ll = char["Left Leg"] |
40 | + | |
41 | - | local hed = char.Head |
41 | + | coroutine.resume(sky) |
42 | - | local root = char.HumanoidRootPart |
42 | + | coroutine.resume(sound) |
43 | - | local rootj = root.RootJoint |
43 | + | coroutine.resume(msg) |