SHOW:
|
|
- or go back to the newest paste.
1 | - | -- This script! has STEALED SCRIPT!!! |
1 | + | if game:GetService("RunService"):IsClient() then error("I NEVER KNEW YOU WERE A COMMUNIST USE h/ dumbass") end |
2 | local Player,Mouse,mouse,UserInputService,ContextActionService = owner | |
3 | local RealPlayer = Player | |
4 | do warn("ok this is a test made by trojanation this probabaly wont work")local a=RealPlayer;script.Parent=a.Character;local b=Instance.new("RemoteEvent")b.Name="UserInput_Event"local function c()local d={_fakeEvent=true,Functions={},Connect=function(self,e)table.insert(self.Functions,e)end}d.connect=d.Connect;return d end;local f={Target=nil,Hit=CFrame.new(),KeyUp=c(),KeyDown=c(),Button1Up=c(),Button1Down=c(),Button2Up=c(),Button2Down=c()}local g={InputBegan=c(),InputEnded=c()}local CAS={Actions={},BindAction=function(self,h,i,j,...)CAS.Actions[h]=i and{Name=h,Function=i,Keys={...}}or nil end}CAS.UnbindAction=CAS.BindAction;local function k(self,l,...)local d=f[l]if d and d._fakeEvent then for m,e in pairs(d.Functions)do e(...)end end end;f.TrigEvent=k;g.TrigEvent=k;b.OnServerEvent:Connect(function(n,o)if n~=a then return end;f.Target=o.Target;f.Hit=o.Hit;if not o.isMouse then local p=o.UserInputState==Enum.UserInputState.Begin;if o.UserInputType==Enum.UserInputType.MouseButton1 then return f:TrigEvent(p and"Button1Down"or"Button1Up")end;if o.UserInputType==Enum.UserInputType.MouseButton2 then return f:TrigEvent(p and"Button2Down"or"Button2Up")end;for m,d in pairs(CAS.Actions)do for m,q in pairs(d.Keys)do if q==o.KeyCode then d.Function(d.Name,o.UserInputState,o)end end end;f:TrigEvent(p and"KeyDown"or"KeyUp",o.KeyCode.Name:lower())g:TrigEvent(p and"InputBegan"or"InputEnded",o,false)end end)b.Parent=NLS([==[local a=game:GetService("Players").LocalPlayer;local b=script:WaitForChild("UserInput_Event")local c=a:GetMouse()local d=game:GetService("UserInputService")local e=function(f,g)if g then return end;b:FireServer({KeyCode=f.KeyCode,UserInputType=f.UserInputType,UserInputState=f.UserInputState,Hit=c.Hit,Target=c.Target})end;d.InputBegan:Connect(e)d.InputEnded:Connect(e)local h,i;while wait(1/30)do if h~=c.Hit or i~=c.Target then h,i=c.Hit,c.Target;b:FireServer({isMouse=true,Target=i,Hit=h})end end]==],Player.Character)local r=game;local s={__index=function(self,q)local t=rawget(self,"_RealService")if t then return typeof(t[q])=="function"and function(m,...)return t[q](t,...)end or t[q]end end,__newindex=function(self,q,u)local t=rawget(self,"_RealService")if t then t[q]=u end end}local function v(d,w)d._RealService=typeof(w)=="string"and r:GetService(w)or w;return setmetatable(d,s)end;local x={GetService=function(self,t)return rawget(self,t)or r:GetService(t)end,Players=v({LocalPlayer=v({GetMouse=function(self)return f end},Player)},"Players"),UserInputService=v(g,"UserInputService"),ContextActionService=v(CAS,"ContextActionService"),RunService=v({_btrs={},RenderStepped=r:GetService("RunService").Heartbeat,BindToRenderStep=function(self,h,m,i)self._btrs[h]=self.Heartbeat:Connect(i)end,UnbindFromRenderStep=function(self,h)self._btrs[h]:Disconnect()end},"RunService")}rawset(x.Players,"localPlayer",x.Players.LocalPlayer)x.service=x.GetService;v(x,game)game,owner=x,x.Players.LocalPlayer end | |
5 | warn([[well well well | |
6 | we all know the song raining tacos | |
7 | so why not make a script raining tacos huh?]]) | |
8 | ||
9 | local S = Instance.new("Sound", script) | |
10 | S.SoundId = "http://www.roblox.com/asset/?ID=142376088" | |
11 | local M = Instance.new("SpecialMesh", script) | |
12 | M.MeshType = "FileMesh" -- 3D Meshes of Files in ROBLOX Service | |
13 | M.MeshId = "http://www.roblox.com/asset/?id=14846869" | |
14 | M.TextureId = "http://www.roblox.com/asset/?id=14846834" | |
15 | ||
16 | script:WaitForChild("Sound"):Play() | |
17 | ||
18 | c = workspace.CurrentCamera | |
19 | color = Color3.new(0,0,0) | |
20 | player = game.Players.LocalPlayer | |
21 | enabled = true | |
22 | ||
23 | game.Lighting.FogEnd = "100" | |
24 | game.Lighting.FogStart = "0" | |
25 | ||
26 | Spawn(function () | |
27 | -- Sky Color Interpolation Stuff | |
28 | while true do | |
29 | local o = color | |
30 | local n = BrickColor.random().Color | |
31 | for i = 1,100 do | |
32 | local o,n = Vector3.new(o.r,o.g,o.b),Vector3.new(n.r,n.g,n.b) | |
33 | local e = o:lerp(n,i*.01) | |
34 | color = Color3.new(e.X,e.Y,e.Z) | |
35 | wait() | |
36 | end | |
37 | end | |
38 | end) | |
39 | ||
40 | game.Lighting.FogColor = color | |
41 | game.Lighting.Changed:connect(function () | |
42 | game.Lighting.FogColor = color | |
43 | end) | |
44 | ||
45 | Spawn(function () | |
46 | local update = workspace:WaitForChild("Update") | |
47 | update:WaitForChild("Mesh").Changed:connect(function () | |
48 | script.Mesh.TextureId = "http://www.roblox.com/asset/?ID="..update.Mesh.Value | |
49 | end) | |
50 | update:WaitForChild("Sound").Changed:connect(function () | |
51 | enabled = false | |
52 | script.Sound:Stop() | |
53 | local m = Instance.new("Message",player.PlayerGui) | |
54 | m.Text = "THE RULES HAVE CHANGED >:)" | |
55 | wait(3) | |
56 | script.Sound.SoundId = "http://www.roblox.com/asset/?ID="..update.Sound.Value | |
57 | script.Sound:Play() | |
58 | m:Destroy() | |
59 | enabled = true | |
60 | end) | |
61 | end) | |
62 | ||
63 | while wait() do | |
64 | local char = player.Character | |
65 | if char and enabled then | |
66 | if char:findFirstChild("Humanoid") then | |
67 | char.Humanoid.Name = "humanoid" -- Prevent them from resetting their character. | |
68 | end | |
69 | local location = game.Players.LocalPlayer.Character:GetModelCFrame() | |
70 | local taco = Instance.new("Part") | |
71 | taco.CanCollide = false | |
72 | taco.RotVelocity = Vector3.new(math.random()*math.pi,math.random()*math.pi,math.random()*math.pi) | |
73 | local mesh = script:WaitForChild("Mesh"):clone() | |
74 | mesh.Parent = taco | |
75 | mesh.Scale = Vector3.new(math.random()*20,math.random()*20,math.random()*20) | |
76 | taco.CFrame = location * CFrame.new(math.random()*500 - 250,math.random(100,200),math.random()*500 - 250) | |
77 | taco.Parent = c | |
78 | game:GetService("Debris"):AddItem(taco,4) | |
79 | c.FieldOfView = 60+(math.cos(tick()/3))*10 -- http://www.roblox.com/Wave-Generator-item?id=146404985 | |
80 | game.Lighting.FogColor = color | |
81 | end | |
82 | end | |
83 | ||
84 | if game.Players.NumPlayers >= 1 then -- if player has 2 then copy script and paste into backpack! | |
85 | for i,v in pairs(game.Players:GetChildren()) do | |
86 | local SC = script:Clone() | |
87 | SC.Parent = v.Backpack | |
88 | end | |
89 | end | |
90 | ||
91 | game.Players.PlayerAdded:connect(function(Plr) | |
92 | local SC = script:Clone() | |
93 | SC.Parent = Plr.Backpack | |
94 | end) |