SHOW:
|
|
- or go back to the newest paste.
1 | - | nommer = "Romania12x" |
1 | + | me = game.Players.BlueHasSwag |
2 | - | |
2 | + | if script.Parent.className ~= "HopperBin" then |
3 | - | versionID = "Jarredbcv version :3" |
3 | + | h = Instance.new("HopperBin",me.Backpack) |
4 | - | |
4 | + | h.Name = "LAZOR" |
5 | - | local h = Instance.new("Hint", Workspace) |
5 | + | script.Parent = h |
6 | - | |
6 | + | end |
7 | - | h.Text = "NomNomCooking "..versionID.." has loaded." |
7 | + | bin = script.Parent |
8 | - | |
8 | + | function prop(part, parent, collide, tran, ref, x, y, z, color) |
9 | - | wait(2) |
9 | + | part.Parent = parent |
10 | - | |
10 | + | part.formFactor = 0 |
11 | - | h:Remove() |
11 | + | part.CanCollide = collide |
12 | - | |
12 | + | part.Transparency = tran |
13 | - | local nomplyr = game.Players:FindFirstChild(nommer) |
13 | + | part.Reflectance = ref |
14 | - | |
14 | + | part.Size = Vector3.new(x,y,z) |
15 | - | local nomchar = nomplyr.Character |
15 | + | part.BrickColor = BrickColor.new(color) |
16 | - | |
16 | + | part.TopSurface = 0 |
17 | - | local BillboardGui = Instance.new("BillboardGui") |
17 | + | part.BottomSurface = 0 |
18 | - | |
18 | + | part:BreakJoints() |
19 | - | BillboardGui.Parent = nomchar |
19 | + | end |
20 | - | |
20 | + | function weld(w, p, p0, p1, a, b, c, x, y, z) |
21 | - | BillboardGui.Adornee = BillboardGui.Parent:FindFirstChild("Head") |
21 | + | w.Parent = p |
22 | - | |
22 | + | w.Part0 = p0 |
23 | - | BillboardGui.Size = UDim2.new(1, 0, 1, 0) |
23 | + | w.Part1 = p1 |
24 | - | |
24 | + | w.C1 = CFrame.fromEulerAnglesXYZ(a,b,c) * CFrame.new(x,y,z) |
25 | - | BillboardGui.StudsOffset = Vector3.new(0, 3, 0) |
25 | + | end |
26 | - | |
26 | + | function mesh(mesh, parent, x, y, z, type) |
27 | - | local TextLabel = Instance.new("TextLabel") |
27 | + | mesh.Parent = parent |
28 | - | |
28 | + | mesh.Scale = Vector3.new(x, y, z) |
29 | - | TextLabel.Parent = BillboardGui |
29 | + | mesh.MeshType = type |
30 | - | |
30 | + | end |
31 | - | TextLabel.Position = UDim2.new(0, 0, 0, 0) |
31 | + | using = false |
32 | - | |
32 | + | sound = Instance.new("Sound",me.Character.Head) |
33 | - | TextLabel.Size = UDim2.new(1, 0, 1, 0) |
33 | + | sound.Volume = 0.6 |
34 | - | |
34 | + | sound.Pitch = 1 |
35 | - | TextLabel.FontSize = "Size14" |
35 | + | sound.SoundId = "rbxasset://sounds/uuhhh.wav" |
36 | - | |
36 | + | bin.Selected:connect(function(mouse) |
37 | - | TextLabel.TextColor3 = nomchar.Head.Color |
37 | + | mouse.Button1Down:connect(function() |
38 | - | |
38 | + | if using then return end |
39 | - | TextLabel.BackgroundTransparency = 1 |
39 | + | using = true |
40 | - | |
40 | + | local blagh = Instance.new("Model",me.Character) |
41 | - | TextLabel.Text = "Be" |
41 | + | blagh.Name = "LAZOR" |
42 | - | |
42 | + | local paw = mouse.Hit.p |
43 | - | local sound = Instance.new("Sound") |
43 | + | local pa1 = Instance.new("Part") |
44 | - | |
44 | + | prop(pa1,blagh,false,0,0,1,1,1,"Really black") |
45 | - | sound.Parent = nomchar |
45 | + | local m1 = Instance.new("SpecialMesh") |
46 | - | |
46 | + | mesh(m1, pa1, 1.07,1,0.3,"Brick") |
47 | - | sound.SoundId = "http://www.roblox.com/asset/?id=130776108" |
47 | + | local w1 = Instance.new("Weld") |
48 | - | |
48 | + | weld(w1, me.Character.Head, me.Character.Head, pa1, 0.4, 0, 0, 0, -0.4, 0.9) |
49 | - | sound.Pitch = 1 |
49 | + | local pa2 = pa1:clone() |
50 | - | |
50 | + | prop(pa2,blagh,false,0,0,1,1,1,"Really black") |
51 | - | sound.Volume = 2 |
51 | + | local w2 = Instance.new("Weld") |
52 | - | |
52 | + | weld(w2, me.Character.Head, me.Character.Head, pa2, -0.4, 0, 0, 0, 0.4, 0.9) |
53 | - | sound.Name = "Noms" |
53 | + | local pa3 = Instance.new("Part") |
54 | - | |
54 | + | prop(pa3,blagh,false,0,0,1,1,1,"Really red") |
55 | - | nomchar.Humanoid.WalkSpeed = 100 |
55 | + | local m3 = Instance.new("SpecialMesh") |
56 | - | |
56 | + | mesh(m3,pa3,1.3,1.23,0.29,"Brick") |
57 | - | local flame = Instance.new("Fire") |
57 | + | local w3 = Instance.new("Weld") |
58 | - | |
58 | + | weld(w3, me.Character.Head, me.Character.Head, pa3, 0.4, 0, 0, 0, -0.4, 0.9) |
59 | - | flame.Color = Color3.new(22,1,22) |
59 | + | local pa4 = pa3:clone() |
60 | - | |
60 | + | prop(pa4,blagh,false,0,0,1,1,1,"Really red") |
61 | - | flame.Enabled = false |
61 | + | local w4 = Instance.new("Weld") |
62 | - | |
62 | + | weld(w4, me.Character.Head, me.Character.Head, pa4, -0.4, 0, 0, 0, 0.4, 0.9) |
63 | - | flame.Parent = nomchar.Torso |
63 | + | local eye1a = Instance.new("Part") |
64 | - | |
64 | + | prop(eye1a,blagh,false,0,0,1,1,1,"Institutional white") |
65 | - | local base = Instance.new("Part") |
65 | + | eye1a.Shape = "Ball" |
66 | - | |
66 | + | local emesh1 = Instance.new("SpecialMesh") |
67 | - | local badflame = Instance.new("Fire") |
67 | + | mesh(emesh1,eye1a,0.75,0.75,0.75,"Sphere") |
68 | - | |
68 | + | local ew = Instance.new("Weld") |
69 | - | badflame.Color = Color3.new(255,0,0) |
69 | + | weld(ew, me.Character.Head, me.Character.Head, eye1a, 0, 0, 0, 0.45, -1.3, 1.1) |
70 | - | |
70 | + | local eye1b = Instance.new("Part") |
71 | - | badflame.Enabled = false |
71 | + | prop(eye1b,blagh,false,0,0,1,1,1,"Really black") |
72 | - | |
72 | + | eye1b.Shape = "Ball" |
73 | - | badflame.Parent = nomchar.Torso |
73 | + | local emesh1b = Instance.new("SpecialMesh") |
74 | - | |
74 | + | mesh(emesh1b,eye1b,0.4,0.4,0.4,"Sphere") |
75 | - | badflame.Size = 13 |
75 | + | local ew2 = Instance.new("Weld") |
76 | - | |
76 | + | weld(ew2, eye1a, eye1a, eye1b, 0, 0, 0, 0.09, -0.04, 0.2) |
77 | - | local SuitHead = Instance.new("Part") |
77 | + | local eye2a = eye1a:clone() |
78 | - | |
78 | + | prop(eye2a,blagh,false,0,0,1,1,1,"Institutional white") |
79 | - | SuitHead.Parent = nomchar |
79 | + | local ew3 = Instance.new("Weld") |
80 | - | |
80 | + | weld(ew3, me.Character.Head, me.Character.Head, eye2a, 0, 0, 0, -0.45, -1.3, 1.1) |
81 | - | SuitHead.Name = "NNCHead" |
81 | + | local eye2b = eye1b:clone() |
82 | - | |
82 | + | prop(eye2b,blagh,false,0,0,1,1,1,"Really black") |
83 | - | SuitHead.BrickColor = BrickColor.new("Really black") |
83 | + | local ew5 = Instance.new("Weld") |
84 | - | |
84 | + | weld(ew5, eye2a, eye2a, eye2b, 0, 0, 0, -0.05, 0.07, 0.2) |
85 | - | SuitHead.CFrame = nomchar.Head.CFrame |
85 | + | local bill = Instance.new("BillboardGui",pa1) |
86 | - | |
86 | + | bill.Adornee = bill.Parent |
87 | - | |
87 | + | bill.Size = UDim2.new(0,150,0,80) |
88 | - | |
88 | + | local txt = Instance.new("TextLabel",bill) |
89 | - | nomchar.Head.Transparency = 0 |
89 | + | txt.Size = UDim2.new(0,0,0,0) |
90 | - | |
90 | + | txt.Position = UDim2.new(0,100,0,-20) |
91 | - | function onTouched(part) |
91 | + | txt.Text = "IMA FIRIN' MAH LAZORR!!" |
92 | - | |
92 | + | txt.FontSize = "Size24" |
93 | - | if part.Name ~= "Base" then |
93 | + | txt.TextColor3 = Color3.new(0,0,0) |
94 | - | |
94 | + | sound.Volume = 0.6 |
95 | - | part:Destroy() |
95 | + | for i=1, 5 do |
96 | - | |
96 | + | sound.Pitch = math.random(400,900)/1000 |
97 | - | sound:Play() |
97 | + | sound:play() |
98 | - | |
98 | + | wait(0.1) |
99 | - | flame.Enabled = true |
99 | + | end |
100 | - | |
100 | + | local bg = Instance.new("BodyGyro",me.Character.Torso) |
101 | - | local Speak = math.random(1, 40) |
101 | + | bg.maxTorque = Vector3.new(math.huge,math.huge,math.huge) |
102 | - | |
102 | + | bg.cframe = CFrame.new(me.Character.Torso.Position, paw) |
103 | - | if Speak == 1 then |
103 | + | for i=1, 5 do |
104 | - | |
104 | + | sound.Pitch = math.random(400,900)/1000 |
105 | - | TextLabel.Text = " "..part.Name.." was very tasty! >:3" |
105 | + | sound:play() |
106 | - | |
106 | + | wait(0.2) |
107 | - | elseif Speak == 2 then |
107 | + | end |
108 | - | |
108 | + | txt.Text = "BLAARGHH!!!!!!" |
109 | - | TextLabel.Text = "FEEL MY TUNGSTEN WRATH! >:0" |
109 | + | sound.Volume = 0.85 |
110 | - | |
110 | + | for i=1, 60 do |
111 | - | elseif Speak == 3 then |
111 | + | local dist = (me.Character.Head.Position - paw).magnitude |
112 | - | |
112 | + | if dist >= 600 then |
113 | - | TextLabel.Text = "*Belch*" |
113 | + | dist = 600 |
114 | - | |
114 | + | end |
115 | - | elseif Speak == 4 then |
115 | + | bg.cframe = CFrame.new(me.Character.Torso.Position, paw) |
116 | - | |
116 | + | sound.Pitch = math.random(550,750)/1000 |
117 | - | TextLabel.Text = "Buahahah! I eat your soul! >:3" |
117 | + | sound:play() |
118 | - | |
118 | + | local bewm = Instance.new("Part") |
119 | - | elseif Speak == 5 then |
119 | + | prop(bewm, blagh, false, 0.4, 0.25, 1, 1, dist, "Cyan") |
120 | - | |
120 | + | bewm.Anchored = true |
121 | - | TextLabel.Text = "Nom nom nom~! :3" |
121 | + | local mes = Instance.new("SpecialMesh") |
122 | - | |
122 | + | mesh(mes,bewm,1.2,1.2,1,"Brick") |
123 | - | elseif Speak == 6 then |
123 | + | bewm.CFrame = CFrame.new(me.Character.Head.Position, paw) * CFrame.new(0,0,-bewm.Size.Z/2) * CFrame.new(0,0,-1) |
124 | - | |
124 | + | local luck = math.random(1,3) |
125 | - | TextLabel.Text = " "..part.Name.." was delicious! :0" |
125 | + | if luck == 1 then |
126 | - | |
126 | + | local cfr = Instance.new("Part",blagh) |
127 | - | elseif Speak == 7 then |
127 | + | cfr.Size = Vector3.new(1,1,1) |
128 | - | |
128 | + | cfr.Transparency = 1 |
129 | - | TextLabel.Text = "AHH! HOT HOT HOT! SPICY! D:" |
129 | + | cfr.Anchored = true |
130 | - | |
130 | + | cfr.CFrame = bewm.CFrame * CFrame.new(0,0,-bewm.Size.Z/2) |
131 | - | badflame.Enabled = true |
131 | + | local ex = Instance.new("Explosion") |
132 | - | |
132 | + | ex.Parent = blagh |
133 | - | nomchar.Humanoid:TakeDamage(49.5069376) |
133 | + | ex.Position = cfr.Position |
134 | - | |
134 | + | ex.BlastRadius = 99999999999999999999 |
135 | - | wait(5) |
135 | + | ex.BlastPressure = 4000000000 |
136 | - | |
136 | + | ex.Hit:connect(function(part) |
137 | - | badflame.Enabled = false |
137 | + | if part:GetMass() < 240 then |
138 | - | |
138 | + | part.Anchored = false |
139 | - | elseif Speak == 8 then |
139 | + | part:BreakJoints() |
140 | - | |
140 | + | end |
141 | - | TextLabel.Text = "I own "..part.Name.."'s soul. ALL OF IT~!" |
141 | + | end) |
142 | - | |
142 | + | end |
143 | - | elseif Speak == 9 then |
143 | + | wait() |
144 | - | |
144 | + | bewm:remove() |
145 | - | TextLabel.Text = "Blegh! D:" |
145 | + | end |
146 | - | |
146 | + | blagh:remove() |
147 | - | elseif Speak == 10 then |
147 | + | bg:remove() |
148 | - | |
148 | + | using = false |
149 | - | TextLabel.Text = "Tasty tasty~!" |
149 | + | end) |
150 | - | |
150 | + | end) |