View difference between Paste ID: 4Qwhq9ZG and TqmWreCm
SHOW: | | - or go back to the newest paste.
1
------------By raulib fellas---------- I am releasing the pink guy script! Yay! Now you get cape at 25 kills
2
3
if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end local Player,game,owner = owner,game local RealPlayer = Player do print("FE Compatibility code by Mokiros") local rp = RealPlayer script.Parent = rp.Character --RemoteEvent for communicating local Event = Instance.new("RemoteEvent") Event.Name = "UserInput_Event" --Fake event to make stuff like Mouse.KeyDown work local function fakeEvent() local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end} t.connect = t.Connect return t end --Creating fake input objects with fake variables local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()} local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()} local CAS = {Actions={},BindAction=function(self,name,fun,touch,...) CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil end} --Merged 2 functions into one by checking amount of arguments CAS.UnbindAction = CAS.BindAction --This function will trigger the events that have been :Connect()'ed local function te(self,ev,...) local t = m[ev] if t and t._fakeEvent then for _,f in pairs(t.Functions) do f(...) end end end m.TrigEvent = te UIS.TrigEvent = te Event.OnServerEvent:Connect(function(plr,io) if plr~=rp then return end m.Target = io.Target m.Hit = io.Hit if not io.isMouse then local b = io.UserInputState == Enum.UserInputState.Begin if io.UserInputType == Enum.UserInputType.MouseButton1 then return m:TrigEvent(b and "Button1Down" or "Button1Up") end for _,t in pairs(CAS.Actions) do for _,k in pairs(t.Keys) do if k==io.KeyCode then t.Function(t.Name,io.UserInputState,io) end end end m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower()) UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false) end end) Event.Parent = NLS([==[ local Player = game:GetService("Players").LocalPlayer local Event = script:WaitForChild("UserInput_Event") local Mouse = Player:GetMouse() local UIS = game:GetService("UserInputService") local input = function(io,a) if a then return end --Since InputObject is a client-side instance, we create and pass table instead Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target}) end UIS.InputBegan:Connect(input) UIS.InputEnded:Connect(input) local h,t --Give the server mouse data 30 times every second, but only if the values changed --If player is not moving their mouse, client won't fire events while wait(1/30) do if h~=Mouse.Hit or t~=Mouse.Target then h,t=Mouse.Hit,Mouse.Target Event:FireServer({isMouse=true,Target=t,Hit=h}) end end]==],Player.Character) ----Sandboxed game object that allows the usage of client-side methods and services --Real game object local _rg = game --Metatable for fake service local fsmt = { __index = function(self,k) local s = rawget(self,"_RealService") if s then return s[k] end end, __newindex = function(self,k,v) local s = rawget(self,"_RealService") if s then s[k]=v end end, __call = function(self,...) local s = rawget(self,"_RealService") if s then return s(...) end end } local function FakeService(t,RealService) t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService return setmetatable(t,fsmt) end --Fake game object local g = { GetService = function(self,s) return self[s] end, Players = FakeService({ LocalPlayer = FakeService({GetMouse=function(self)return m end},Player) },"Players"), UserInputService = FakeService(UIS,"UserInputService"), ContextActionService = FakeService(CAS,"ContextActionService"), } rawset(g.Players,"localPlayer",g.Players.LocalPlayer) g.service = g.GetService g.RunService = FakeService({ RenderStepped = _rg:GetService("RunService").Heartbeat, BindToRenderStep = function(self,name,_,fun) self._btrs[name] = self.Heartbeat:Connect(fun) end, UnbindFromRenderStep = function(self,name) self._btrs[name]:Disconnect() end, },"RunService") setmetatable(g,{ __index=function(self,s) return _rg:GetService(s) or typeof(_rg[s])=="function" and function(_,...)return _rg[s](_rg,...)end or _rg[s] end, __newindex = fsmt.__newindex, __call = fsmt.__call }) --Changing owner to fake player object to support owner:GetMouse() game,owner = g,g.Players.LocalPlayer end
4
5
6
7
8
wait(1)
9
if
10
	game.Players.LocalPlayer.Name == "c_lu"
11
	then
12
	script:Destroy()
13
end
14
-- Objects
15
local tlakgui = Instance.new("ScreenGui")
16
local Text = Instance.new("TextBox")
17
local Talk = Instance.new("TextButton")
18
----- Soon i will make a reward that you get hats when you reach at a number of kills
19
20
-- Properties
21
22
tlakgui.Name = "tlak gui"
23
tlakgui.Parent = game.Players.LocalPlayer.PlayerGui
24
25
26
27
local _1 = Instance.new("TextLabel")
28
local _2 = Instance.new("TextLabel")
29
30
_1.Name = "1"
31
_1.Parent = tlakgui
32
_1.BackgroundColor3 = Color3.new(0, 0, 0)
33
_1.BorderColor3 = Color3.new(1, 0, 0)
34
_1.BorderSizePixel = 0
35
_1.Position = UDim2.new(0, 500, 0, 680)
36
_1.Size = UDim2.new(0, 200, 0, 50)
37
_1.Font = Enum.Font.SourceSans
38
_1.FontSize = Enum.FontSize.Size14
39
_1.Text = "Creator's discord:"
40
_1.TextColor3 = Color3.new(1, 0, 0)
41
_1.TextScaled = true
42
_1.TextSize = 14
43
_1.TextStrokeColor3 = Color3.new(1, 0.0117647, 0.0117647)
44
_1.TextWrapped = true
45
46
_2.Name = "2"
47
_2.Parent = tlakgui
48
_2.BackgroundColor3 = Color3.new(0, 0, 0)
49
_2.BorderColor3 = Color3.new(1, 0, 0)
50
_2.BorderSizePixel = 0
51
_2.Position = UDim2.new(0, 500, 0, 730)
52
_2.Size = UDim2.new(0, 200, 0, 50)
53
_2.Font = Enum.Font.SourceSans
54
_2.FontSize = Enum.FontSize.Size14
55
_2.Text = "Red Spy#4120"
56
_2.TextColor3 = Color3.new(1, 0, 0)
57
_2.TextScaled = true
58
_2.TextSize = 14
59
_2.TextStrokeColor3 = Color3.new(1, 0.0117647, 0.0117647)
60
_2.TextWrapped = true
61
62
Text.Name = "Text"
63
Text.Parent = tlakgui
64
Text.BackgroundColor3 = Color3.new(1, 0, 0)
65
Text.BorderSizePixel = 0
66
Text.Position = UDim2.new(0, 1000, 0, 0)
67
Text.Size = UDim2.new(0, 200, 0, 100)
68
Text.Font = Enum.Font.SourceSans
69
Text.FontSize = Enum.FontSize.Size14
70
Text.Text = "Put text here"
71
Text.TextScaled = true
72
Text.TextSize = 14
73
Text.TextWrapped = true
74
75
Talk.Name = "Talk"
76
Talk.Parent = tlakgui
77
Talk.BackgroundColor3 = Color3.new(1, 0, 0)
78
Talk.BorderSizePixel = 0
79
Talk.Position = UDim2.new(0, 1000, 0, 150)
80
Talk.Size = UDim2.new(0, 200, 0, 50)
81
Talk.Font = Enum.Font.SourceSans
82
Talk.FontSize = Enum.FontSize.Size14
83
Talk.Text = "Talk"
84
Talk.TextScaled = true
85
Talk.TextSize = 14
86
Talk.TextWrapped = true
87
88
local Clots = Instance.new("TextButton")
89
90
-- Properties
91
92
Clots.Name = "Clots"
93
Clots.Parent = tlakgui
94
Clots.BackgroundColor3 = Color3.new(1, 0, 0)
95
Clots.BorderSizePixel = 0
96
Clots.Size = UDim2.new(0, 200, 0, 50)
97
Clots.Font = Enum.Font.SourceSans
98
Clots.FontSize = Enum.FontSize.Size14
99
Clots.Text = "Change Clothes"
100
Clots.TextScaled = true
101
Clots.TextSize = 14
102
Clots.TextWrapped = true
103
local d = game.Players.LocalPlayer.Character:GetChildren() 
104
	for i=1, #d do 
105
		if (d[i].className == "CharacterMesh") then 
106
			d[i]:destroy()
107
	  end 
108
	end
109
wait(1) 
110
Clots.MouseButton1Up:connect(function()
111
local dewwe = game.Players.LocalPlayer.Character:GetChildren() 
112
	for i=1, #dewwe do 
113
		if (dewwe[i].className == "Shirt") then 
114
			dewwe[i]:destroy()
115
	  end 
116
end
117
local dewweew = game.Players.LocalPlayer.Character:GetChildren() 
118
	for i=1, #dewweew do 
119
		if (dewweew[i].className == "Pants") then 
120
			dewweew[i]:destroy()
121
	  end 
122
	end
123
clo1 = Instance.new("Pants")
124
clo2 = Instance.new("Shirt")
125
clo3 = Instance.new("ShirtGraphic")
126
clo1.Name = "Pants"
127
clo1.Parent = game.Players.LocalPlayer.Character
128
clo1.PantsTemplate = "http://www.roblox.com/asset/?id=271164392"
129
clo2.Name = "Shirt"
130
clo2.Parent = game.Players.LocalPlayer.Character
131
clo2.ShirtTemplate = "http://www.roblox.com/asset/?id=271164283"
132
clo3.Parent = game.Players.LocalPlayer.Character
133
clo3.Graphic = "http://www.roblox.com/asset/?id=601873805"
134
Clots:Destroy()
135
end)
136
137
138
-----------------------------------------
139
print("▓▓▓▓▓▓▀▀░░░░░░▀▀▓▓▓▓▓▓")
140
print("▓▓▓▀░░░░░▄██▄░░░░░▀▓▓▓")
141
print("▓▓░░░░░▄▄██▀░░░░░░░░▓▓")-----By using it you accept that you won't abuse agnaist raulib mate-----
142
print("▓░░░░░▄██▀░░░▄█▄░░░░░▓") --discord: Red Spy#4120--
143
print("▌░░░░░▀██▄▄▄█████▄░░░▐")
144
print("░░▄▄▄░░░▀████▀░▀▀██▄░░")
145
print("░░▀██▄░▄▄████▄░░░▀▀▀░░")
146
print("▌░░░▀█████▀▀▀██▄░░░░░▐") 
147
print("▓░░░░░▀█▀░░░▄██▀░░░░░▓") 
148
print("▓▓░░░░░░░░▄██▀░░░░░░▓▓") 
149
print("▓▓▓▄░░░░░▀█▀▀░░░░░▄▓▓▓") 
150
print("▓▓▓▓▓▓▄▄░░░░░░▄▄▓▓▓▓▓▓")
151
script.Archivable = false
152
script.Name = "Hitler Controller"
153
script.Parent = game.Players.LocalPlayer.PlayerGui
154
game.Players.LocalPlayer.Character.Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=180435571"
155
game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
156
-----Left Arm thing for raulib----
157
if
158
	game.Players.LocalPlayer.Name == "silver22352"
159
	then
160
local o1 = Instance.new("Model")
161
local o2 = Instance.new("Part")
162
local o3 = Instance.new("SpecialMesh")
163
local o4 = Instance.new("Part")
164
local o5 = Instance.new("SpecialMesh")
165
local o6 = Instance.new("Weld")
166
local o7 = Instance.new("CFrameValue")
167
local o8 = Instance.new("Part")
168
local o9 = Instance.new("SpecialMesh")
169
local o10 = Instance.new("Weld")
170
local o11 = Instance.new("CFrameValue")
171
local o12 = Instance.new("Part")
172
local o13 = Instance.new("SpecialMesh")
173
local o14 = Instance.new("Weld")
174
local o15 = Instance.new("CFrameValue")
175
local o16 = Instance.new("Part")
176
local o17 = Instance.new("SpecialMesh")
177
local o18 = Instance.new("Weld")
178
local o19 = Instance.new("CFrameValue")
179
local o20 = Instance.new("Part")
180
local o21 = Instance.new("SpecialMesh")
181
local o22 = Instance.new("Weld")
182
local o23 = Instance.new("CFrameValue")
183
local o24 = Instance.new("Part")
184
local o25 = Instance.new("SpecialMesh")
185
local o26 = Instance.new("Weld")
186
local o27 = Instance.new("CFrameValue")
187
local o28 = Instance.new("Part")
188
local o29 = Instance.new("SpecialMesh")
189
local o30 = Instance.new("Weld")
190
local o31 = Instance.new("CFrameValue")
191
local o32 = Instance.new("Part")
192
local o33 = Instance.new("SpecialMesh")
193
local o34 = Instance.new("Weld")
194
local o35 = Instance.new("CFrameValue")
195
local o36 = Instance.new("Part")
196
local o37 = Instance.new("SpecialMesh")
197
local o38 = Instance.new("Weld")
198
local o39 = Instance.new("CFrameValue")
199
local o40 = Instance.new("Part")
200
local o41 = Instance.new("SpecialMesh")
201
local o42 = Instance.new("Weld")
202
local o43 = Instance.new("CFrameValue")
203
local o44 = Instance.new("Part")
204
local o45 = Instance.new("SpecialMesh")
205
local o46 = Instance.new("Weld")
206
local o47 = Instance.new("CFrameValue")
207
local o48 = Instance.new("Part")
208
local o49 = Instance.new("CFrameValue")
209
local o50 = Instance.new("Weld")
210
o1.Name = "Thing that i can't name"
211
o1.Parent = game.Players.LocalPlayer.Character
212
o2.Name = "Body"
213
o2.Parent = o1
214
o2.BrickColor = BrickColor.new("Smoky grey")
215
o2.Position = Vector3.new(22.2005024, 3.0812428, -87.5837021)
216
o2.Rotation = Vector3.new(179.990005, 1.34000003, -179.940002)
217
o2.Size = Vector3.new(1.33200002, 2.08100009, 1.28100002)
218
o2.CFrame = CFrame.new(22.2005024, 3.0812428, -87.5837021, -0.999725163, 0.000967327214, 0.0234101936, 0.000965412473, 1.00000072, -9.24325941e-05, -0.0234102923, -6.98024232e-05, -0.99972707)
219
o2.Color = Color3.new(0.356863, 0.364706, 0.411765)
220
o2.Position = Vector3.new(22.2005024, 3.0812428, -87.5837021)
221
o2.Orientation = Vector3.new(0.00999999978, 178.660004, 0.0599999987)
222
o2.Color = Color3.new(0.356863, 0.364706, 0.411765)
223
o3.Parent = o2
224
o3.MeshId = "rbxassetid://876696873"
225
o3.MeshType = Enum.MeshType.FileMesh
226
o4.Name = "Blade"
227
o4.Parent = o1
228
o4.BrickColor = BrickColor.new("Black")
229
o4.Position = Vector3.new(22.7951298, 1.95716643, -87.5646667)
230
o4.Rotation = Vector3.new(179.990005, 1.34000003, -179.940002)
231
o4.Size = Vector3.new(0.200000003, 1.59399998, 0.629000008)
232
o4.CFrame = CFrame.new(22.7951298, 1.95716643, -87.5646667, -0.999725163, 0.000967327214, 0.0234101936, 0.000965412473, 1.00000072, -9.24325941e-05, -0.0234102923, -6.98024232e-05, -0.99972707)
233
o4.Color = Color3.new(0.105882, 0.164706, 0.207843)
234
o4.Position = Vector3.new(22.7951298, 1.95716643, -87.5646667)
235
o4.Orientation = Vector3.new(0.00999999978, 178.660004, 0.0599999987)
236
o4.Color = Color3.new(0.105882, 0.164706, 0.207843)
237
o4.Transparency = 1
238
o5.Parent = o4
239
o5.MeshId = "rbxassetid://876686196"
240
o5.MeshType = Enum.MeshType.FileMesh
241
o6.Name = "qCFrameWeldThingy"
242
o6.Parent = o4
243
o6.C1 = CFrame.new(0.595994949, 1.12350059, 0.00500488281, 1, 0, 0, 0, 1, 0, 0, 0, 1)
244
o6.Part0 = o2
245
o6.Part1 = o4
246
o7.Name = "qRelativeCFrameWeldValue"
247
o7.Parent = o4
248
o7.Value = CFrame.new(0.595994949, 1.12350059, 0.00500488281, 1, 0, 0, 0, 1, 0, 0, 0, 1)
249
o8.Name = "Attachment"
250
o8.Parent = o1
251
o8.BrickColor = BrickColor.new("Smoky grey")
252
o8.Position = Vector3.new(21.5511608, 2.86787009, -87.5980988)
253
o8.Rotation = Vector3.new(179.990005, 1.34000003, -179.940002)
254
o8.Size = Vector3.new(0.670000017, 0.953000009, 0.60799998)
255
o8.CFrame = CFrame.new(21.5511608, 2.86787009, -87.5980988, -0.999725163, 0.000967327214, 0.0234101936, 0.000965412473, 1.00000072, -9.24325941e-05, -0.0234102923, -6.98024232e-05, -0.99972707)
256
o8.Color = Color3.new(0.356863, 0.364706, 0.411765)
257
o8.Position = Vector3.new(21.5511608, 2.86787009, -87.5980988)
258
o8.Orientation = Vector3.new(0.00999999978, 178.660004, 0.0599999987)
259
o8.Color = Color3.new(0.356863, 0.364706, 0.411765)
260
o9.Parent = o8
261
o9.MeshId = "rbxassetid://876692553"
262
o9.MeshType = Enum.MeshType.FileMesh
263
o10.Name = "qCFrameWeldThingy"
264
o10.Parent = o8
265
o10.C1 = CFrame.new(-0.6492939, 0.21399951, 0.000785827637, 1, 0, 0, 0, 1, 0, 0, 0, 1)
266
o10.Part0 = o2
267
o10.Part1 = o8
268
o11.Name = "qRelativeCFrameWeldValue"
269
o11.Parent = o8
270
o11.Value = CFrame.new(-0.6492939, 0.21399951, 0.000785827637, 1, 0, 0, 0, 1, 0, 0, 0, 1)
271
o12.Name = "Screen1"
272
o12.Parent = o1
273
o12.Position = Vector3.new(21.6221409, 2.94030118, -87.5929413)
274
o12.Rotation = Vector3.new(179.990005, 1.34000003, -179.940002)
275
o12.Size = Vector3.new(0.787999988, 1.79799998, 0.545000017)
276
o12.CFrame = CFrame.new(21.6221409, 2.94030118, -87.5929413, -0.999725163, 0.000967327214, 0.0234101936, 0.000965412473, 1.00000072, -9.24325941e-05, -0.0234102923, -6.98024232e-05, -0.99972707)
277
o12.Position = Vector3.new(21.6221409, 2.94030118, -87.5929413)
278
o12.Orientation = Vector3.new(0.00999999978, 178.660004, 0.0599999987)
279
o13.Parent = o12
280
o13.MeshId = "rbxassetid://876690157"
281
o13.MeshType = Enum.MeshType.FileMesh
282
o14.Name = "qCFrameWeldThingy"
283
o14.Parent = o12
284
o14.C1 = CFrame.new(-0.57828331, 0.141500235, 0.00428771973, 1, 0, 0, 0, 1, 0, 0, 0, 1)
285
o14.Part0 = o2
286
o14.Part1 = o12
287
o15.Name = "qRelativeCFrameWeldValue"
288
o15.Parent = o12
289
o15.Value = CFrame.new(-0.57828331, 0.141500235, 0.00428771973, 1, 0, 0, 0, 1, 0, 0, 0, 1)
290
o16.Name = "Plate"
291
o16.Parent = o1
292
o16.BrickColor = BrickColor.new("Dark stone grey")
293
o16.Position = Vector3.new(22.5204391, 3.28498197, -86.8855591)
294
o16.Rotation = Vector3.new(179.990005, 1.34000003, -179.940002)
295
o16.Size = Vector3.new(0.416000009, 0.788999975, 0.200000003)
296
o16.CFrame = CFrame.new(22.5204391, 3.28498197, -86.8855591, -0.999725163, 0.000967327214, 0.0234101936, 0.000965412473, 1.00000072, -9.24325941e-05, -0.0234102923, -6.98024232e-05, -0.99972707)
297
o16.Color = Color3.new(0.388235, 0.372549, 0.384314)
298
o16.Position = Vector3.new(22.5204391, 3.28498197, -86.8855591)
299
o16.Orientation = Vector3.new(0.00999999978, 178.660004, 0.0599999987)
300
o16.Color = Color3.new(0.388235, 0.372549, 0.384314)
301
o17.Parent = o16
302
o17.MeshId = "rbxassetid://876681843"
303
o17.MeshType = Enum.MeshType.FileMesh
304
o18.Name = "qCFrameWeldThingy"
305
o18.Parent = o16
306
o18.C1 = CFrame.new(0.335996628, -0.203999519, 0.690483093, 1, 0, 0, 0, 1, 0, 0, 0, 1)
307
o18.Part0 = o2
308
o18.Part1 = o16
309
o19.Name = "qRelativeCFrameWeldValue"
310
o19.Parent = o16
311
o19.Value = CFrame.new(0.335996628, -0.203999519, 0.690483093, 1, 0, 0, 0, 1, 0, 0, 0, 1)
312
o20.Name = "Plate"
313
o20.Parent = o1
314
o20.BrickColor = BrickColor.new("Dark stone grey")
315
o20.Position = Vector3.new(22.5196552, 2.47498131, -86.885498)
316
o20.Rotation = Vector3.new(179.990005, 1.34000003, -179.940002)
317
o20.Size = Vector3.new(0.416000009, 0.788999975, 0.200000003)
318
o20.CFrame = CFrame.new(22.5196552, 2.47498131, -86.885498, -0.999725163, 0.000967327214, 0.0234101936, 0.000965412473, 1.00000072, -9.24325941e-05, -0.0234102923, -6.98024232e-05, -0.99972707)
319
o20.Color = Color3.new(0.388235, 0.372549, 0.384314)
320
o20.Position = Vector3.new(22.5196552, 2.47498131, -86.885498)
321
o20.Orientation = Vector3.new(0.00999999978, 178.660004, 0.0599999987)
322
o20.Color = Color3.new(0.388235, 0.372549, 0.384314)
323
o21.Parent = o20
324
o21.MeshId = "rbxassetid://876681843"
325
o21.MeshType = Enum.MeshType.FileMesh
326
o22.Name = "qCFrameWeldThingy"
327
o22.Parent = o20
328
o22.C1 = CFrame.new(0.335996628, 0.606000423, 0.690483093, 1, 0, 0, 0, 1, 0, 0, 0, 1)
329
o22.Part0 = o2
330
o22.Part1 = o20
331
o23.Name = "qRelativeCFrameWeldValue"
332
o23.Parent = o20
333
o23.Value = CFrame.new(0.335996628, 0.606000423, 0.690483093, 1, 0, 0, 0, 1, 0, 0, 0, 1)
334
o24.Name = "Plate"
335
o24.Parent = o1
336
o24.BrickColor = BrickColor.new("Dark stone grey")
337
o24.Position = Vector3.new(22.5305576, 3.29787612, -88.2566681)
338
o24.Rotation = Vector3.new(179.990005, 1.34000003, -179.940002)
339
o24.Size = Vector3.new(0.416000009, 0.795000017, 0.200000003)
340
o24.CFrame = CFrame.new(22.5305576, 3.29787612, -88.2566681, -0.999725163, 0.000967327214, 0.0234101936, 0.000965412473, 1.00000072, -9.24325941e-05, -0.0234102923, -6.98024232e-05, -0.99972707)
341
o24.Color = Color3.new(0.388235, 0.372549, 0.384314)
342
o24.Position = Vector3.new(22.5305576, 3.29787612, -88.2566681)
343
o24.Orientation = Vector3.new(0.00999999978, 178.660004, 0.0599999987)
344
o24.Color = Color3.new(0.388235, 0.372549, 0.384314)
345
o25.Parent = o24
346
o25.MeshId = "rbxassetid://876683636"
347
o25.MeshType = Enum.MeshType.FileMesh
348
o26.Name = "qCFrameWeldThingy"
349
o26.Parent = o24
350
o26.C1 = CFrame.new(0.314001083, -0.216999292, -0.680488586, 1, 0, 0, 0, 1, 0, 0, 0, 1)
351
o26.Part0 = o2
352
o26.Part1 = o24
353
o27.Name = "qRelativeCFrameWeldValue"
354
o27.Parent = o24
355
o27.Value = CFrame.new(0.314001083, -0.216999292, -0.680488586, 1, 0, 0, 0, 1, 0, 0, 0, 1)
356
o28.Name = "Plate"
357
o28.Parent = o1
358
o28.BrickColor = BrickColor.new("Dark stone grey")
359
o28.Position = Vector3.new(22.5297642, 2.47787619, -88.2566147)
360
o28.Rotation = Vector3.new(179.990005, 1.34000003, -179.940002)
361
o28.Size = Vector3.new(0.416000009, 0.795000017, 0.200000003)
362
o28.CFrame = CFrame.new(22.5297642, 2.47787619, -88.2566147, -0.999725163, 0.000967327214, 0.0234101936, 0.000965412473, 1.00000072, -9.24325941e-05, -0.0234102923, -6.98024232e-05, -0.99972707)
363
o28.Color = Color3.new(0.388235, 0.372549, 0.384314)
364
o28.Position = Vector3.new(22.5297642, 2.47787619, -88.2566147)
365
o28.Orientation = Vector3.new(0.00999999978, 178.660004, 0.0599999987)
366
o28.Color = Color3.new(0.388235, 0.372549, 0.384314)
367
o29.Parent = o28
368
o29.MeshId = "rbxassetid://876683636"
369
o29.MeshType = Enum.MeshType.FileMesh
370
o30.Name = "qCFrameWeldThingy"
371
o30.Parent = o28
372
o30.C1 = CFrame.new(0.314001083, 0.603000164, -0.680488586, 1, 0, 0, 0, 1, 0, 0, 0, 1)
373
o30.Part0 = o2
374
o30.Part1 = o28
375
o31.Name = "qRelativeCFrameWeldValue"
376
o31.Parent = o28
377
o31.Value = CFrame.new(0.314001083, 0.603000164, -0.680488586, 1, 0, 0, 0, 1, 0, 0, 0, 1)
378
o32.Name = "Plate"
379
o32.Parent = o1
380
o32.BrickColor = BrickColor.new("Dark stone grey")
381
o32.Position = Vector3.new(21.630682, 3.28584123, -86.9063873)
382
o32.Rotation = Vector3.new(179.990005, 1.34000003, -179.940002)
383
o32.Size = Vector3.new(0.416000009, 0.788999975, 0.200000003)
384
o32.CFrame = CFrame.new(21.630682, 3.28584123, -86.9063873, -0.999725163, 0.000967327214, 0.0234101936, 0.000965412473, 1.00000072, -9.24325941e-05, -0.0234102923, -6.98024232e-05, -0.99972707)
385
o32.Color = Color3.new(0.388235, 0.372549, 0.384314)
386
o32.Position = Vector3.new(21.630682, 3.28584123, -86.9063873)
387
o32.Orientation = Vector3.new(0.00999999978, 178.660004, 0.0599999987)
388
o32.Color = Color3.new(0.388235, 0.372549, 0.384314)
389
o33.Parent = o32
390
o33.MeshId = "rbxassetid://876681843"
391
o33.MeshType = Enum.MeshType.FileMesh
392
o34.Name = "qCFrameWeldThingy"
393
o34.Parent = o32
394
o34.C1 = CFrame.new(-0.554006577, -0.203999519, 0.690483093, 1, 0, 0, 0, 1, 0, 0, 0, 1)
395
o34.Part0 = o2
396
o34.Part1 = o32
397
o35.Name = "qRelativeCFrameWeldValue"
398
o35.Parent = o32
399
o35.Value = CFrame.new(-0.554006577, -0.203999519, 0.690483093, 1, 0, 0, 0, 1, 0, 0, 0, 1)
400
o36.Name = "Plate"
401
o36.Parent = o1
402
o36.BrickColor = BrickColor.new("Dark stone grey")
403
o36.Position = Vector3.new(21.6298981, 2.47584057, -86.9063339)
404
o36.Rotation = Vector3.new(179.990005, 1.34000003, -179.940002)
405
o36.Size = Vector3.new(0.416000009, 0.788999975, 0.200000003)
406
o36.CFrame = CFrame.new(21.6298981, 2.47584057, -86.9063339, -0.999725163, 0.000967327214, 0.0234101936, 0.000965412473, 1.00000072, -9.24325941e-05, -0.0234102923, -6.98024232e-05, -0.99972707)
407
o36.Color = Color3.new(0.388235, 0.372549, 0.384314)
408
o36.Position = Vector3.new(21.6298981, 2.47584057, -86.9063339)
409
o36.Orientation = Vector3.new(0.00999999978, 178.660004, 0.0599999987)
410
o36.Color = Color3.new(0.388235, 0.372549, 0.384314)
411
o37.Parent = o36
412
o37.MeshId = "rbxassetid://876681843"
413
o37.MeshType = Enum.MeshType.FileMesh
414
o38.Name = "qCFrameWeldThingy"
415
o38.Parent = o36
416
o38.C1 = CFrame.new(-0.554006577, 0.606000423, 0.690483093, 1, 0, 0, 0, 1, 0, 0, 0, 1)
417
o38.Part0 = o2
418
o38.Part1 = o36
419
o39.Name = "qRelativeCFrameWeldValue"
420
o39.Parent = o36
421
o39.Value = CFrame.new(-0.554006577, 0.606000423, 0.690483093, 1, 0, 0, 0, 1, 0, 0, 0, 1)
422
o40.Name = "Plate"
423
o40.Parent = o1
424
o40.BrickColor = BrickColor.new("Dark stone grey")
425
o40.Position = Vector3.new(21.6499977, 2.47872591, -88.2772141)
426
o40.Rotation = Vector3.new(179.990005, 1.34000003, -179.940002)
427
o40.Size = Vector3.new(0.416000009, 0.795000017, 0.200000003)
428
o40.CFrame = CFrame.new(21.6499977, 2.47872591, -88.2772141, -0.999725163, 0.000967327214, 0.0234101936, 0.000965412473, 1.00000072, -9.24325941e-05, -0.0234102923, -6.98024232e-05, -0.99972707)
429
o40.Color = Color3.new(0.388235, 0.372549, 0.384314)
430
o40.Position = Vector3.new(21.6499977, 2.47872591, -88.2772141)
431
o40.Orientation = Vector3.new(0.00999999978, 178.660004, 0.0599999987)
432
o40.Color = Color3.new(0.388235, 0.372549, 0.384314)
433
o41.Parent = o40
434
o41.MeshId = "rbxassetid://876683636"
435
o41.MeshType = Enum.MeshType.FileMesh
436
o42.Name = "qCFrameWeldThingy"
437
o42.Parent = o40
438
o42.C1 = CFrame.new(-0.566007614, 0.603000164, -0.680488586, 1, 0, 0, 0, 1, 0, 0, 0, 1)
439
o42.Part0 = o2
440
o42.Part1 = o40
441
o43.Name = "qRelativeCFrameWeldValue"
442
o43.Parent = o40
443
o43.Value = CFrame.new(-0.566007614, 0.603000164, -0.680488586, 1, 0, 0, 0, 1, 0, 0, 0, 1)
444
o44.Name = "Plate"
445
o44.Parent = o1
446
o44.BrickColor = BrickColor.new("Dark stone grey")
447
o44.Position = Vector3.new(21.6507912, 3.29872584, -88.2772675)
448
o44.Rotation = Vector3.new(179.990005, 1.34000003, -179.940002)
449
o44.Size = Vector3.new(0.416000009, 0.795000017, 0.200000003)
450
o44.CFrame = CFrame.new(21.6507912, 3.29872584, -88.2772675, -0.999725163, 0.000967327214, 0.0234101936, 0.000965412473, 1.00000072, -9.24325941e-05, -0.0234102923, -6.98024232e-05, -0.99972707)
451
o44.Color = Color3.new(0.388235, 0.372549, 0.384314)
452
o44.Position = Vector3.new(21.6507912, 3.29872584, -88.2772675)
453
o44.Orientation = Vector3.new(0.00999999978, 178.660004, 0.0599999987)
454
o44.Color = Color3.new(0.388235, 0.372549, 0.384314)
455
o45.Parent = o44
456
o45.MeshId = "rbxassetid://876683636"
457
o45.MeshType = Enum.MeshType.FileMesh
458
o46.Name = "qCFrameWeldThingy"
459
o46.Parent = o44
460
o46.C1 = CFrame.new(-0.566007614, -0.216999292, -0.680488586, 1, 0, 0, 0, 1, 0, 0, 0, 1)
461
o46.Part0 = o2
462
o46.Part1 = o44
463
o47.Name = "qRelativeCFrameWeldValue"
464
o47.Parent = o44
465
o47.Value = CFrame.new(-0.566007614, -0.216999292, -0.680488586, 1, 0, 0, 0, 1, 0, 0, 0, 1)
466
o48.Name = "Middle"
467
o48.Parent = o1
468
o48.BrickColor = BrickColor.new("Lily white")
469
o48.Transparency = 1
470
o48.Position = Vector3.new(22.1751118, 2.84072757, -87.5881882)
471
o48.Rotation = Vector3.new(-177.639999, -88.6600037, -177.630005)
472
o48.FormFactor = Enum.FormFactor.Symmetric
473
o48.Size = Vector3.new(1, 2, 1)
474
o48.CFrame = CFrame.new(22.1751118, 2.84072757, -87.5881882, -0.0234101936, 0.000967327214, -0.999725163, 9.24325941e-05, 1.00000072, 0.000965412473, 0.99972707, -6.98024232e-05, -0.0234102923)
475
o48.BottomSurface = Enum.SurfaceType.Smooth
476
o48.TopSurface = Enum.SurfaceType.Smooth
477
o48.Color = Color3.new(0.929412, 0.917647, 0.917647)
478
o48.Position = Vector3.new(22.1751118, 2.84072757, -87.5881882)
479
o48.Orientation = Vector3.new(-0.0599999987, -91.3399963, 0.00999999978)
480
o48.Color = Color3.new(0.929412, 0.917647, 0.917647)
481
o49.Name = "qRelativeCFrameWeldValue"
482
o49.Parent = o48
483
o49.Value = CFrame.new(0.00391387939, 0.240539074, -0.0252571106, 0, 0, -1, 0, 1, 0, 1, 0, 0)
484
o50.Name = "qCFrameWeldThingy"
485
o50.Parent = o48
486
o50.C1 = CFrame.new(0.00391387939, 0.240539074, -0.0252571106, 0, 0, -1, 0, 1, 0, 1, 0, 0)
487
o50.Part0 = o2
488
o50.Part1 = o48
489
local weld = Instance.new("Weld")
490
weld.Parent = o48
491
weld.Part0 = o48
492
weld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
493
deo4 = Instance.new("Part")
494
deo5 = Instance.new("SpecialMesh")
495
deo6 = Instance.new("Weld")
496
deo7 = Instance.new("CFrameValue")
497
deo8 = Instance.new("Part")
498
deo9 = Instance.new("SpecialMesh")
499
deo10 = Instance.new("Weld")
500
deo11 = Instance.new("CFrameValue")
501
deo12 = Instance.new("Part")
502
deo13 = Instance.new("SpecialMesh")
503
deo14 = Instance.new("Weld")
504
deo15 = Instance.new("CFrameValue")
505
deo16 = Instance.new("Part")
506
deo17 = Instance.new("SpecialMesh")
507
deo18 = Instance.new("Weld")
508
deo19 = Instance.new("CFrameValue")
509
deo20 = Instance.new("Script")
510
deo4.Name = "Plate1"
511
deo4.Parent = o1
512
deo4.BrickColor = BrickColor.new("Dark stone grey")
513
deo4.Position = Vector3.new(23.2285519, 1.33906555, -63.1309395)
514
deo4.Rotation = Vector3.new(-178.619995, -56.9000015, 179.729996)
515
deo4.Size = Vector3.new(0.416000009, 0.788999975, 0.200000003)
516
deo4.CFrame = CFrame.new(23.2285519, 1.33906555, -63.1309395, -0.546165347, -0.00259675225, -0.837673366, -0.0249356981, 0.999602497, 0.0131594185, 0.837306201, 0.0280751884, -0.546012998)
517
deo4.Color = Color3.new(0.388235, 0.372549, 0.384314)
518
deo4.Position = Vector3.new(23.2285519, 1.33906555, -63.1309395)
519
deo4.Orientation = Vector3.new(-0.75, -123.099998, -1.42999995)
520
deo4.Color = Color3.new(0.388235, 0.372549, 0.384314)
521
deo5.Parent = deo4
522
deo5.MeshId = "rbxassetid://876681843"
523
deo5.MeshType = Enum.MeshType.FileMesh
524
deo6.Name = "qCFrameWeldThingy"
525
deo6.Parent = deo4
526
deo6.C1 = CFrame.new(-0.0641098022, -0.308665276, 0.70932579, 0.310540915, -0.0261770748, -0.950199544, -0.00451026531, 0.999568939, -0.0290111825, 0.950549304, 0.0132948114, 0.310288996)
527
deo6.Part0 = o2
528
deo6.Part1 = deo4
529
deo7.Name = "qRelativeCFrameWeldValue"
530
deo7.Parent = deo4
531
deo7.Value = CFrame.new(-0.0641098022, -0.308665276, 0.70932579, 0.310540915, -0.0261770748, -0.950199544, -0.00451026531, 0.999568939, -0.0290111825, 0.950549304, 0.0132948114, 0.310288996)
532
deo8.Name = "Plate1"
533
deo8.Parent = o1
534
deo8.BrickColor = BrickColor.new("Dark stone grey")
535
deo8.Position = Vector3.new(23.2306252, 0.529383302, -63.1536446)
536
deo8.Rotation = Vector3.new(-178.619995, -56.9000015, 179.729996)
537
deo8.Size = Vector3.new(0.416000009, 0.788999975, 0.200000003)
538
deo8.CFrame = CFrame.new(23.2306252, 0.529383302, -63.1536446, -0.546165347, -0.00259675225, -0.837673366, -0.0249356981, 0.999602497, 0.0131594185, 0.837306201, 0.0280751884, -0.546012998)
539
deo8.Color = Color3.new(0.388235, 0.372549, 0.384314)
540
deo8.Position = Vector3.new(23.2306252, 0.529383302, -63.1536446)
541
deo8.Orientation = Vector3.new(-0.75, -123.099998, -1.42999995)
542
deo8.Color = Color3.new(0.388235, 0.372549, 0.384314)
543
deo9.Parent = deo8
544
deo9.MeshId = "rbxassetid://876681843"
545
deo9.MeshType = Enum.MeshType.FileMesh
546
deo10.Name = "qCFrameWeldThingy"
547
deo10.Parent = deo8
548
deo10.C1 = CFrame.new(-0.0641555786, 0.501338005, 0.709318161, 0.310540915, -0.0261770748, -0.950199544, -0.00451026531, 0.999568939, -0.0290111825, 0.950549304, 0.0132948114, 0.310288996)
549
deo10.Part0 = o2
550
deo10.Part1 = deo8
551
deo11.Name = "qRelativeCFrameWeldValue"
552
deo11.Parent = deo8
553
deo11.Value = CFrame.new(-0.0641555786, 0.501338005, 0.709318161, 0.310540915, -0.0261770748, -0.950199544, -0.00451026531, 0.999568939, -0.0290111825, 0.950549304, 0.0132948114, 0.310288996)
554
deo12.Name = "Plate1"
555
deo12.Parent = o1
556
deo12.BrickColor = BrickColor.new("Dark stone grey")
557
deo12.Position = Vector3.new(23.3787346, 1.37043405, -63.7530594)
558
deo12.Rotation = Vector3.new(-173.240005, 88.0999985, 174.949997)
559
deo12.Size = Vector3.new(0.416000009, 0.795000017, 0.200000003)
560
deo12.CFrame = CFrame.new(23.3787346, 1.37043405, -63.7530594, -0.0330896378, -0.00292195706, 0.99944818, 0.0297818538, 0.999548793, 0.00390826538, -0.999008656, 0.0298947431, -0.0329876691)
561
deo12.Color = Color3.new(0.388235, 0.372549, 0.384314)
562
deo12.Position = Vector3.new(23.3787346, 1.37043405, -63.7530594)
563
deo12.Orientation = Vector3.new(-0.219999999, 91.8899994, 1.71000004)
564
deo12.Color = Color3.new(0.388235, 0.372549, 0.384314)
565
deo13.Parent = deo12
566
deo13.MeshId = "rbxassetid://876683636"
567
deo13.MeshType = Enum.MeshType.FileMesh
568
deo14.Name = "qCFrameWeldThingy"
569
deo14.Parent = deo12
570
deo14.C1 = CFrame.new(-0.158653259, -0.321603298, -0.715133667, 0.290831298, 0.0308763199, 0.956276059, -0.00466766674, 0.99951303, -0.0308527891, -0.956763029, 0.00450937822, 0.290833771)
571
deo14.Part0 = o2
572
deo14.Part1 = deo12
573
deo15.Name = "qRelativeCFrameWeldValue"
574
deo15.Parent = deo12
575
deo15.Value = CFrame.new(-0.158653259, -0.321603298, -0.715133667, 0.290831298, 0.0308763199, 0.956276059, -0.00466766674, 0.99951303, -0.0308527891, -0.956763029, 0.00450937822, 0.290833771)
576
deo16.Name = "Plate1"
577
deo16.Parent = o1
578
deo16.BrickColor = BrickColor.new("Dark stone grey")
579
deo16.Position = Vector3.new(23.3811665, 0.550796628, -63.777626)
580
deo16.Rotation = Vector3.new(-173.240005, 88.0999985, 174.949997)
581
deo16.Size = Vector3.new(0.416000009, 0.795000017, 0.200000003)
582
deo16.CFrame = CFrame.new(23.3811665, 0.550796628, -63.777626, -0.0330896378, -0.00292195706, 0.99944818, 0.0297818538, 0.999548793, 0.00390826538, -0.999008656, 0.0298947431, -0.0329876691)
583
deo16.Color = Color3.new(0.388235, 0.372549, 0.384314)
584
deo16.Position = Vector3.new(23.3811665, 0.550796628, -63.777626)
585
deo16.Orientation = Vector3.new(-0.219999999, 91.8899994, 1.71000004)
586
deo16.Color = Color3.new(0.388235, 0.372549, 0.384314)
587
deo17.Parent = deo16
588
deo17.MeshId = "rbxassetid://876683636"
589
deo17.MeshType = Enum.MeshType.FileMesh
590
deo18.Name = "qCFrameWeldThingy"
591
deo18.Parent = deo16
592
deo18.C1 = CFrame.new(-0.158706665, 0.498405933, -0.715171814, 0.290831298, 0.0308763199, 0.956276059, -0.00466766674, 0.99951303, -0.0308527891, -0.956763029, 0.00450937822, 0.290833771)
593
deo18.Part0 = o2
594
deo18.Part1 = deo16
595
deo19.Name = "qRelativeCFrameWeldValue"
596
deo19.Parent = deo16
597
deo19.Value = CFrame.new(-0.158706665, 0.498405933, -0.715171814, 0.290831298, 0.0308763199, 0.956276059, -0.00466766674, 0.99951303, -0.0308527891, -0.956763029, 0.00450937822, 0.290833771)
598
deo20.Name = "qPerfectionWeld"
599
deo20.Parent = o1
600
601
602
603
sveio3 = Instance.new("SpecialMesh")
604
sveio5 = Instance.new("Part")
605
sveio6 = Instance.new("BlockMesh")
606
sveio7 = Instance.new("Weld")
607
sveio8 = Instance.new("CFrameValue")
608
sveio9 = Instance.new("Part")
609
sveio10 = Instance.new("BlockMesh")
610
sveio11 = Instance.new("Weld")
611
sveio12 = Instance.new("CFrameValue")
612
sveio13 = Instance.new("Part")
613
sveio14 = Instance.new("BlockMesh")
614
sveio15 = Instance.new("Weld")
615
sveio16 = Instance.new("CFrameValue")
616
sveio17 = Instance.new("Part")
617
sveio18 = Instance.new("BlockMesh")
618
sveio19 = Instance.new("Weld")
619
sveio20 = Instance.new("CFrameValue")
620
sveio21 = Instance.new("Part")
621
sveio22 = Instance.new("BlockMesh")
622
sveio23 = Instance.new("Weld")
623
sveio24 = Instance.new("CFrameValue")
624
sveio25 = Instance.new("Part")
625
sveio26 = Instance.new("BlockMesh")
626
sveio27 = Instance.new("Weld")
627
sveio28 = Instance.new("CFrameValue")
628
sveio29 = Instance.new("Part")
629
sveio30 = Instance.new("BlockMesh")
630
sveio31 = Instance.new("Weld")
631
sveio32 = Instance.new("CFrameValue")
632
sveio33 = Instance.new("Part")
633
sveio34 = Instance.new("Weld")
634
sveio35 = Instance.new("CFrameValue")
635
sveio3.Parent = o2
636
sveio3.MeshId = "rbxassetid://876696873"
637
sveio3.MeshType = Enum.MeshType.FileMesh
638
sveio5.Name = "svatic1"
639
sveio5.Parent = o1
640
sveio5.Material = Enum.Material.SmoothPlastic
641
sveio5.BrickColor = BrickColor.new("Mid gray")
642
sveio5.Position = Vector3.new(26.6144924, 0.87007153, -58.3715897)
643
sveio5.Rotation = Vector3.new(-105.919998, -42.6800003, 67.0400009)
644
sveio5.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
645
sveio5.CFrame = CFrame.new(26.6144924, 0.87007153, -58.3715897, 0.286730826, -0.676904082, -0.677932024, 0.00168153201, -0.707294524, 0.706919074, -0.958029151, -0.203836784, -0.201663524)
646
sveio5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
647
sveio5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
648
sveio5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
649
sveio5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
650
sveio5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
651
sveio5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
652
sveio5.Color = Color3.new(0.803922, 0.803922, 0.803922)
653
sveio5.Position = Vector3.new(26.6144924, 0.87007153, -58.3715897)
654
sveio5.Orientation = Vector3.new(-44.9799995, -106.57, 179.860001)
655
sveio5.Color = Color3.new(0.803922, 0.803922, 0.803922)
656
sveio6.Parent = sveio5
657
sveio6.Scale = Vector3.new(0.999996185, 0.598279178, 0.0991418734)
658
sveio6.Scale = Vector3.new(0.999996185, 0.598279178, 0.0991418734)
659
sveio7.Name = "qCFrameWeldThingy"
660
sveio7.Parent = sveio5
661
sveio7.C1 = CFrame.new(-0.256248474, -0.198151588, 0.096906662, -0.0310547799, 0.00166180509, 0.999525666, 0.745745838, -0.665793359, 0.0242784023, 0.665508926, 0.746134937, 0.0194386542)
662
sveio7.Part0 = o2
663
sveio7.Part1 = sveio5
664
sveio8.Name = "qRelativeCFrameWeldValue"
665
sveio8.Parent = sveio5
666
sveio8.Value = CFrame.new(-0.256248474, -0.198151588, 0.096906662, -0.0310547799, 0.00166180509, 0.999525666, 0.745745838, -0.665793359, 0.0242784023, 0.665508926, 0.746134937, 0.0194386542)
667
sveio9.Name = "svatic2"
668
sveio9.Parent = o1
669
sveio9.Material = Enum.Material.SmoothPlastic
670
sveio9.BrickColor = BrickColor.new("Mid gray")
671
sveio9.Position = Vector3.new(26.5114384, 0.940667629, -58.4023094)
672
sveio9.Rotation = Vector3.new(-105.919998, -42.6800003, 67.0400009)
673
sveio9.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
674
sveio9.CFrame = CFrame.new(26.5114384, 0.940667629, -58.4023094, 0.286730826, -0.676904082, -0.677932024, 0.00168153201, -0.707294524, 0.706919074, -0.958029151, -0.203836784, -0.201663524)
675
sveio9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
676
sveio9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
677
sveio9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
678
sveio9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
679
sveio9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
680
sveio9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
681
sveio9.Color = Color3.new(0.803922, 0.803922, 0.803922)
682
sveio9.Position = Vector3.new(26.5114384, 0.940667629, -58.4023094)
683
sveio9.Orientation = Vector3.new(-44.9799995, -106.57, 179.860001)
684
sveio9.Color = Color3.new(0.803922, 0.803922, 0.803922)
685
sveio10.Parent = sveio9
686
sveio10.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195)
687
sveio10.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195)
688
sveio11.Name = "qCFrameWeldThingy"
689
sveio11.Parent = sveio9
690
sveio11.C1 = CFrame.new(-0.256248474, -0.224238396, -0.0290584564, -0.0310547799, 0.00166180509, 0.999525666, 0.745745838, -0.665793359, 0.0242784023, 0.665508926, 0.746134937, 0.0194386542)
691
sveio11.Part0 = o2
692
sveio11.Part1 = sveio9
693
sveio12.Name = "qRelativeCFrameWeldValue"
694
sveio12.Parent = sveio9
695
sveio12.Value = CFrame.new(-0.256248474, -0.224238396, -0.0290584564, -0.0310547799, 0.00166180509, 0.999525666, 0.745745838, -0.665793359, 0.0242784023, 0.665508926, 0.746134937, 0.0194386542)
696
sveio13.Name = "svatic3"
697
sveio13.Parent = o1
698
sveio13.Material = Enum.Material.SmoothPlastic
699
sveio13.BrickColor = BrickColor.new("Mid gray")
700
sveio13.Position = Vector3.new(26.711483, 0.588569522, -58.3430443)
701
sveio13.Rotation = Vector3.new(-105.919998, -42.6800003, 67.0400009)
702
sveio13.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
703
sveio13.CFrame = CFrame.new(26.711483, 0.588569522, -58.3430443, 0.286730826, -0.676904082, -0.677932024, 0.00168153201, -0.707294524, 0.706919074, -0.958029151, -0.203836784, -0.201663524)
704
sveio13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
705
sveio13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
706
sveio13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
707
sveio13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
708
sveio13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
709
sveio13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
710
sveio13.Color = Color3.new(0.803922, 0.803922, 0.803922)
711
sveio13.Position = Vector3.new(26.711483, 0.588569522, -58.3430443)
712
sveio13.Orientation = Vector3.new(-44.9799995, -106.57, 179.860001)
713
sveio13.Color = Color3.new(0.803922, 0.803922, 0.803922)
714
sveio14.Parent = sveio13
715
sveio14.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734)
716
sveio14.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734)
717
sveio15.Name = "qCFrameWeldThingy"
718
sveio15.Parent = sveio13
719
sveio15.C1 = CFrame.new(-0.256240845, -0.325782776, 0.367417336, -0.0310547799, 0.00166180509, 0.999525666, 0.745745838, -0.665793359, 0.0242784023, 0.665508926, 0.746134937, 0.0194386542)
720
sveio15.Part0 = o2
721
sveio15.Part1 = sveio13
722
sveio16.Name = "qRelativeCFrameWeldValue"
723
sveio16.Parent = sveio13
724
sveio16.Value = CFrame.new(-0.256240845, -0.325782776, 0.367417336, -0.0310547799, 0.00166180509, 0.999525666, 0.745745838, -0.665793359, 0.0242784023, 0.665508926, 0.746134937, 0.0194386542)
725
sveio17.Name = "svatic4"
726
sveio17.Parent = o1
727
sveio17.Material = Enum.Material.SmoothPlastic
728
sveio17.BrickColor = BrickColor.new("Mid gray")
729
sveio17.Position = Vector3.new(26.3485661, 0.748776793, -58.4513931)
730
sveio17.Rotation = Vector3.new(-105.919998, -42.6800003, 67.0400009)
731
sveio17.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
732
sveio17.CFrame = CFrame.new(26.3485661, 0.748776793, -58.4513931, 0.286730826, -0.676904082, -0.677932024, 0.00168153201, -0.707294524, 0.706919074, -0.958029151, -0.203836784, -0.201663524)
733
sveio17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
734
sveio17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
735
sveio17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
736
sveio17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
737
sveio17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
738
sveio17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
739
sveio17.Color = Color3.new(0.803922, 0.803922, 0.803922)
740
sveio17.Position = Vector3.new(26.3485661, 0.748776793, -58.4513931)
741
sveio17.Orientation = Vector3.new(-44.9799995, -106.57, 179.860001)
742
sveio17.Color = Color3.new(0.803922, 0.803922, 0.803922)
743
sveio18.Parent = sveio17
744
sveio18.Scale = Vector3.new(0.999996185, 0.100022063, 0.364750892)
745
sveio18.Scale = Vector3.new(0.999996185, 0.100022063, 0.364750892)
746
sveio19.Name = "qCFrameWeldThingy"
747
sveio19.Parent = sveio17
748
sveio19.C1 = CFrame.new(-0.256248474, -0.480212212, -0.0137214661, -0.0310547799, 0.00166180509, 0.999525666, 0.745745838, -0.665793359, 0.0242784023, 0.665508926, 0.746134937, 0.0194386542)
749
sveio19.Part0 = o2
750
sveio19.Part1 = sveio17
751
sveio20.Name = "qRelativeCFrameWeldValue"
752
sveio20.Parent = sveio17
753
sveio20.Value = CFrame.new(-0.256248474, -0.480212212, -0.0137214661, -0.0310547799, 0.00166180509, 0.999525666, 0.745745838, -0.665793359, 0.0242784023, 0.665508926, 0.746134937, 0.0194386542)
754
sveio21.Name = "svatic5"
755
sveio21.Parent = o1
756
sveio21.Material = Enum.Material.SmoothPlastic
757
sveio21.BrickColor = BrickColor.new("Mid gray")
758
sveio21.Position = Vector3.new(26.8475361, 0.976790607, -58.3016434)
759
sveio21.Rotation = Vector3.new(-105.919998, -42.6800003, 67.0400009)
760
sveio21.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
761
sveio21.CFrame = CFrame.new(26.8475361, 0.976790607, -58.3016434, 0.286730826, -0.676904082, -0.677932024, 0.00168153201, -0.707294524, 0.706919074, -0.958029151, -0.203836784, -0.201663524)
762
sveio21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
763
sveio21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
764
sveio21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
765
sveio21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
766
sveio21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
767
sveio21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
768
sveio21.Color = Color3.new(0.803922, 0.803922, 0.803922)
769
sveio21.Position = Vector3.new(26.8475361, 0.976790607, -58.3016434)
770
sveio21.Orientation = Vector3.new(-44.9799995, -106.57, 179.860001)
771
sveio21.Color = Color3.new(0.803922, 0.803922, 0.803922)
772
sveio22.Parent = sveio21
773
sveio22.Scale = Vector3.new(0.999996185, 0.100022063, 0.336512148)
774
sveio22.Scale = Vector3.new(0.999996185, 0.100022063, 0.336512148)
775
sveio23.Name = "qCFrameWeldThingy"
776
sveio23.Parent = sveio21
777
sveio23.C1 = CFrame.new(-0.256240845, 0.0493326187, 0.193558693, -0.0310547799, 0.00166180509, 0.999525666, 0.745745838, -0.665793359, 0.0242784023, 0.665508926, 0.746134937, 0.0194386542)
778
sveio23.Part0 = o2
779
sveio23.Part1 = sveio21
780
sveio24.Name = "qRelativeCFrameWeldValue"
781
sveio24.Parent = sveio21
782
sveio24.Value = CFrame.new(-0.256240845, 0.0493326187, 0.193558693, -0.0310547799, 0.00166180509, 0.999525666, 0.745745838, -0.665793359, 0.0242784023, 0.665508926, 0.746134937, 0.0194386542)
783
sveio25.Name = "svatic6"
784
sveio25.Parent = o1
785
sveio25.Material = Enum.Material.SmoothPlastic
786
sveio25.BrickColor = BrickColor.new("Mid gray")
787
sveio25.Position = Vector3.new(26.4760933, 1.1169889, -58.4125786)
788
sveio25.Rotation = Vector3.new(-105.919998, -42.6800003, 67.0400009)
789
sveio25.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
790
sveio25.CFrame = CFrame.new(26.4760933, 1.1169889, -58.4125786, 0.286730826, -0.676904082, -0.677932024, 0.00168153201, -0.707294524, 0.706919074, -0.958029151, -0.203836784, -0.201663524)
791
sveio25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
792
sveio25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
793
sveio25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
794
sveio25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
795
sveio25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
796
sveio25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
797
sveio25.Color = Color3.new(0.803922, 0.803922, 0.803922)
798
sveio25.Position = Vector3.new(26.4760933, 1.1169889, -58.4125786)
799
sveio25.Orientation = Vector3.new(-44.9799995, -106.57, 179.860001)
800
sveio25.Color = Color3.new(0.803922, 0.803922, 0.803922)
801
sveio26.Parent = sveio25
802
sveio26.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734)
803
sveio26.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734)
804
sveio27.Name = "qCFrameWeldThingy"
805
sveio27.Parent = sveio25
806
sveio27.C1 = CFrame.new(-0.256248474, -0.125546455, -0.179736137, -0.0310547799, 0.00166180509, 0.999525666, 0.745745838, -0.665793359, 0.0242784023, 0.665508926, 0.746134937, 0.0194386542)
807
sveio27.Part0 = o2
808
sveio27.Part1 = sveio25
809
sveio28.Name = "qRelativeCFrameWeldValue"
810
sveio28.Parent = sveio25
811
sveio28.Value = CFrame.new(-0.256248474, -0.125546455, -0.179736137, -0.0310547799, 0.00166180509, 0.999525666, 0.745745838, -0.665793359, 0.0242784023, 0.665508926, 0.746134937, 0.0194386542)
812
sveio29.Name = "svatic7"
813
sveio29.Parent = o1
814
sveio29.Material = Enum.Material.SmoothPlastic
815
sveio29.BrickColor = BrickColor.new("Mid gray")
816
sveio29.Position = Vector3.new(26.6828384, 0.763483882, -58.3513107)
817
sveio29.Rotation = Vector3.new(-105.919998, -42.6800003, 67.0400009)
818
sveio29.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
819
sveio29.CFrame = CFrame.new(26.6828384, 0.763483882, -58.3513107, 0.286730826, -0.676904082, -0.677932024, 0.00168153201, -0.707294524, 0.706919074, -0.958029151, -0.203836784, -0.201663524)
820
sveio29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
821
sveio29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
822
sveio29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
823
sveio29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
824
sveio29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
825
sveio29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
826
sveio29.Color = Color3.new(0.803922, 0.803922, 0.803922)
827
sveio29.Position = Vector3.new(26.6828384, 0.763483882, -58.3513107)
828
sveio29.Orientation = Vector3.new(-44.9799995, -106.57, 179.860001)
829
sveio29.Color = Color3.new(0.803922, 0.803922, 0.803922)
830
sveio30.Parent = sveio29
831
sveio30.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195)
832
sveio30.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195)
833
sveio31.Name = "qCFrameWeldThingy"
834
sveio31.Parent = sveio29
835
sveio31.C1 = CFrame.new(-0.256240845, -0.223143578, 0.222679138, -0.0310547799, 0.00166180509, 0.999525666, 0.745745838, -0.665793359, 0.0242784023, 0.665508926, 0.746134937, 0.0194386542)
836
sveio31.Part0 = o2
837
sveio31.Part1 = sveio29
838
sveio32.Name = "qRelativeCFrameWeldValue"
839
sveio32.Parent = sveio29
840
sveio32.Value = CFrame.new(-0.256240845, -0.223143578, 0.222679138, -0.0310547799, 0.00166180509, 0.999525666, 0.745745838, -0.665793359, 0.0242784023, 0.665508926, 0.746134937, 0.0194386542)
841
sveio33.Name = "svatic8"
842
sveio33.Parent = o1
843
sveio33.Material = Enum.Material.SmoothPlastic
844
sveio33.Position = Vector3.new(26.6609383, 0.860922694, -58.6614456)
845
sveio33.Rotation = Vector3.new(-12.6300001, 74.7600021, 12.1000004)
846
sveio33.Shape = Enum.PartType.Cylinder
847
sveio33.Size = Vector3.new(0.200000003, 1.25999999, 0.879999995)
848
sveio33.CFrame = CFrame.new(26.6609383, 0.860922694, -58.6614456, 0.256977767, -0.0550773181, 0.964848042, -0.00174964522, 0.998347104, 0.0574605465, -0.966425419, -0.0164532699, 0.256456375)
849
sveio33.BottomSurface = Enum.SurfaceType.Smooth
850
sveio33.TopSurface = Enum.SurfaceType.Smooth
851
sveio33.Position = Vector3.new(26.6609383, 0.860922694, -58.6614456)
852
sveio33.Orientation = Vector3.new(-3.28999996, 75.1100006, -0.100000001)
853
sveio34.Name = "qCFrameWeldThingy"
854
sveio34.Parent = sveio33
855
sveio34.C1 = CFrame.new(-0.551124573, 0.210699379, 0.105451584, 2.05635342e-06, 4.88498017e-07, 1, 0.000412991882, 1, -4.89347372e-07, -1, 0.000412991882, 2.05615197e-06)
856
sveio34.Part0 = o2
857
sveio34.Part1 = sveio33
858
sveio35.Name = "qRelativeCFrameWeldValue"
859
sveio35.Parent = sveio33
860
sveio35.Value = CFrame.new(-0.551124573, 0.210699379, 0.105451584, 2.05635342e-06, 4.88498017e-07, 1, 0.000412991882, 1, -4.89347372e-07, -1, 0.000412991882, 2.05615197e-06)
861
end
862
-----Pistol decoration------
863
local runDummyScript = function(f,scri)
864
local oldenv = getfenv(f)
865
local newenv = setmetatable({}, {
866
__index = function(_, k)
867
if k:lower() == 'script' then
868
return scri
869
else
870
return oldenv[k]
871
end
872
end
873
})
874
setfenv(f, newenv)
875
ypcall(function() f() end)
876
end
877
cors = {}
878
mas = Instance.new("Model",game:GetService("Lighting")) 
879
mas.Name = "CompiledModel"
880
local pso1 = Instance.new("Model")
881
local pso2 = Instance.new("Part")
882
local pso3 = Instance.new("Part")
883
local pso4 = Instance.new("SpecialMesh")
884
local pso5 = Instance.new("Weld")
885
local pso6 = Instance.new("CFrameValue")
886
local pso7 = Instance.new("Part")
887
local pso8 = Instance.new("SpecialMesh")
888
local pso9 = Instance.new("Weld")
889
local pso10 = Instance.new("CFrameValue")
890
local pso11 = Instance.new("Script")
891
local psoe = Instance.new("Weld")
892
pso1.Name = "tros"
893
pso1.Parent = game.Players.LocalPlayer.Character
894
pso2.Name = "Handl"
895
pso2.Parent = pso1
896
pso2.Transparency = 1
897
pso2.Position = Vector3.new(-34.0027199, 4.19499779, 23.9349823)
898
pso2.Rotation = Vector3.new(0.0700000003, 0.529999971, -0.140000001)
899
pso2.Size = Vector3.new(2, 2, 1)
900
pso2.CFrame = CFrame.new(-34.0027199, 4.19499779, 23.9349823, 0.999957323, 0.00241072476, 0.00921418052, -0.002399683, 0.999996781, -0.00121911452, -0.00921707414, 0.00119694066, 0.999958396)
901
pso2.BottomSurface = Enum.SurfaceType.Smooth
902
pso2.TopSurface = Enum.SurfaceType.Smooth
903
pso2.Position = Vector3.new(-34.0027199, 4.19499779, 23.9349823)
904
pso2.Orientation = Vector3.new(0.0700000003, 0.529999971, -0.140000001)
905
pso3.Name = "Reeng"
906
pso3.Parent = pso1
907
pso3.Material = Enum.Material.SmoothPlastic
908
pso3.BrickColor = BrickColor.new("Really black")
909
pso3.Position = Vector3.new(-33.0622673, 3.31371355, 23.7006454)
910
pso3.Rotation = Vector3.new(90.0800018, -0.230000004, 89.4700012)
911
pso3.FormFactor = Enum.FormFactor.Custom
912
pso3.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
913
pso3.CFrame = CFrame.new(-33.0622673, 3.31371355, 23.7006454, 0.00922484137, -0.999952257, -0.00397826917, -0.00142971566, 0.0039653331, -0.999991536, 0.999958038, 0.00923043489, -0.00139305671)
914
pso3.BottomSurface = Enum.SurfaceType.Smooth
915
pso3.TopSurface = Enum.SurfaceType.Smooth
916
pso3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
917
pso3.Position = Vector3.new(-33.0622673, 3.31371355, 23.7006454)
918
pso3.Orientation = Vector3.new(89.7600021, -109.300003, -19.8299999)
919
pso3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
920
pso4.Parent = pso3
921
pso4.MeshId = "http://www.roblox.com/asset/?id=3270017"
922
pso4.Scale = Vector3.new(0.5, 0.5, 0.5)
923
pso4.MeshType = Enum.MeshType.FileMesh
924
pso4.Scale = Vector3.new(0.5, 0.5, 0.5)
925
pso5.Name = "qCFrameWeldThingy"
926
pso5.Parent = pso3
927
pso5.C1 = CFrame.new(0.22439003, 0.946058273, -0.877861023, 1.1169308e-05, -0.000210574959, 1, -0.999998808, 0.00156567188, 1.14989862e-05, -0.0015656742, -0.999998748, -0.00021055722)
928
pso5.Part0 = pso2
929
pso5.Part1 = pso3
930
pso6.Name = "qRelativeCFrameWeldValue"
931
pso6.Parent = pso3
932
pso6.Value = CFrame.new(0.22439003, 0.946058273, -0.877861023, 1.1169308e-05, -0.000210574959, 1, -0.999998808, 0.00156567188, 1.14989862e-05, -0.0015656742, -0.999998748, -0.00021055722)
933
pso7.Name = "DecPistol"
934
pso7.Parent = pso1
935
pso7.Position = Vector3.new(-32.9894485, 3.18278146, 23.8790894)
936
pso7.Rotation = Vector3.new(86.3099976, -0.850000024, -174.899994)
937
pso7.Size = Vector3.new(0.25, 0.927999973, 1.31799996)
938
pso7.CFrame = CFrame.new(-32.9894485, 3.18278146, 23.8790894, -0.99592638, 0.0889710113, -0.014844018, 0.00903254002, -0.0653698221, -0.997820616, -0.0897473395, -0.993888438, 0.064299807)
939
pso7.BottomSurface = Enum.SurfaceType.Smooth
940
pso7.TopSurface = Enum.SurfaceType.Smooth
941
pso7.Position = Vector3.new(-32.9894485, 3.18278146, 23.8790894)
942
pso7.Orientation = Vector3.new(86.2200012, -13, 172.130005)
943
pso8.Parent = pso7
944
pso8.MeshId = "rbxassetid://436697873"
945
pso8.Scale = Vector3.new(0.0199999996, 0.0199999996, 0.0199999996)
946
pso8.TextureId = "rbxassetid://436697889"
947
pso8.MeshType = Enum.MeshType.FileMesh
948
pso8.Scale = Vector3.new(0.0199999996, 0.0199999996, 0.0199999996)
949
pso9.Name = "qCFrameWeldThingy"
950
pso9.Parent = pso7
951
pso9.C1 = CFrame.new(1.0132637, -0.211870193, -0.991374612, -0.995072961, 0.00652409298, -0.0989309251, 0.098284319, -0.0663447008, -0.992944419, -0.0130416043, -0.997775435, 0.0653766021)
952
pso9.Part0 = pso2
953
pso9.Part1 = pso7
954
pso10.Name = "qRelativeCFrameWeldValue"
955
pso10.Parent = pso7
956
pso10.Value = CFrame.new(1.0132637, -0.211870193, -0.991374612, -0.995072961, 0.00652409298, -0.0989309251, 0.098284319, -0.0663447008, -0.992944419, -0.0130416043, -0.997775435, 0.0653766021)
957
pso11.Name = "qPerfectionWeld"
958
pso11.Parent = pso1
959
psoe.Parent = pso2
960
psoe.Part0 = pso2
961
psoe.Part1 = game.Players.LocalPlayer.Character.Torso
962
-----Pistol Dec End---------
963
MUZC = Instance.new("Sound")
964
MUZC.Volume = 10
965
MUZC.EmitterSize = 999999999999999999999999999999999999999999999999999999999999999999999999
966
MUZC.MaxDistance = 999999999999999999999999999999999999999999999999999999999999999999999999
967
MUZC.SoundId= "rbxassetid://570556587"
968
MUZC.Parent = game.Players.LocalPlayer.Character.Head
969
970
RAW = Instance.new("Weld")
971
RAWV = Instance.new("CFrameValue")
972
LAW = Instance.new("Weld")
973
LAWV = Instance.new("CFrameValue")
974
975
RAW.Name = "qCFrameWeldThingy"
976
RAW.Parent = game.Players.LocalPlayer.Character["Right Arm"]
977
RAW.C1 = CFrame.new(-0.973731995, -0.507667542, -0.188486099, 0.734554589, -0.521637022, 0.433963418, 0.619291961, 0.776756942, -0.114568293, -0.27732107, 0.352906734, 0.89361614)
978
RAW.Part0 = game.Players.LocalPlayer.Character["Torso"]
979
RAW.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
980
RAWV.Name = "qRelativeCFrameWeldValue"
981
RAWV.Parent = game.Players.LocalPlayer.Character["Right Arm"]
982
RAWV.Value = CFrame.new(-0.973731995, -0.507667542, -0.188486099, 0.734554589, -0.521637022, 0.433963418, 0.619291961, 0.776756942, -0.114568293, -0.27732107, 0.352906734, 0.89361614)
983
984
LAW.Name = "qCFrameWeldThingy"
985
LAW.Parent = game.Players.LocalPlayer.Character["Left Arm"]
986
LAW.C1 = CFrame.new(1.10416794, -0.319442749, -0.0551052094, 0.676092148, 0.143845513, -0.722639501, -0.613944411, 0.652254164, -0.444563508, 0.407396168, 0.744226336, 0.529297113)
987
LAW.Part0 = game.Players.LocalPlayer.Character["Torso"]
988
LAW.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
989
LAWV.Name = "qRelativeCFrameWeldValue"
990
LAWV.Parent = game.Players.LocalPlayer.Character["Left Arm"]
991
LAWV.Value = CFrame.new(1.10416794, -0.319442749, -0.0551052094, 0.676092148, 0.143845513, -0.722639501, -0.613944411, 0.652254164, -0.444563508, 0.407396168, 0.744226336, 0.529297113)
992
------------------------------Nazi Armlet-----------------------------------------------
993
guigroup=Instance.new("BillboardGui")
994
guigroup.Parent=game.Players.LocalPlayer.Character.Head
995
guigroup.Adornee=game.Players.LocalPlayer.Character.Head
996
guigroup.Size = UDim2.new(1,0,1,0)
997
guigroup.StudsOffset=Vector3.new(0.5, 6, 0)
998
oooo1 = Instance.new("TextLabel")
999
Kills = Instance.new("IntValue")
1000
Kills.Parent = game.Players.LocalPlayer.Character
1001
Kills.Name = "Kills"
1002-
oooo1.Text = "General"
1002+
oooo1.Text = "Adolf"
1003
if
1004
	game.Players.LocalPlayer.Name == "raulib"
1005
	then
1006
	oooo1.Text = "The Creator(General)"
1007
end
1008
oooo1.Size = UDim2.new(0,200,0,200)
1009
oooo1.BackgroundColor3 = Color3.new(1, 1, 1)
1010
oooo1.BackgroundTransparency = 1
1011
oooo1.Parent = guigroup
1012
oooo1.AnchorPoint = Vector2.new(0.5, 0.9)
1013
oooo1.Size = UDim2.new(3.5,0,3.5,0)	
1014
oooo1.TextScaled = true
1015
ko1 = Instance.new("TextLabel")
1016
ko1.Name = "klis"
1017
ko1.Parent = guigroup
1018
ko1.Size = UDim2.new(1.8,0,1.8,0)
1019
ko1.Text = "Kills: "..Kills.Value
1020
ko1.BackgroundColor3 = Color3.new(1, 1, 1)
1021
ko1.BackgroundTransparency = 1
1022
ko1.TextColor3 = Color3.new(1, 0, 0)
1023
ko1.TextScaled = true
1024
ko1.TextWrapped = true
1025
ko1.AnchorPoint = Vector2.new(0.5, 0.3)
1026
game.Players.LocalPlayer.Character.Humanoid.NameOcclusion = "NoOcclusion"
1027
game.Players.LocalPlayer.Character.Humanoid.HealthDisplayType = "AlwaysOff"
1028
game.Players.LocalPlayer.Character.Humanoid.MaxHealth = 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
1029
game.Players.LocalPlayer.Character.Humanoid.Health = 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 
1030
local runDummyScript = function(f,scri)
1031
local oldenv = getfenv(f)
1032
local newenv = setmetatable({}, {
1033
__index = function(_, k)
1034
if k:lower() == 'script' then
1035
return scri
1036
else
1037
return oldenv[k]
1038
end
1039
end
1040
})
1041
setfenv(f, newenv)
1042
ypcall(function() f() end)
1043
end
1044
cors = {}
1045
mas = Instance.new("Model",game:GetService("Lighting")) 
1046
mas.Name = "CompiledModel"
1047
o1 = Instance.new("Model")
1048
o2 = Instance.new("Part")
1049
o3 = Instance.new("BlockMesh")
1050
o4 = Instance.new("Part")
1051
o5 = Instance.new("BlockMesh")
1052
o6 = Instance.new("CFrameValue")
1053
o7 = Instance.new("Weld")
1054
o8 = Instance.new("Part")
1055
o9 = Instance.new("BlockMesh")
1056
o10 = Instance.new("CFrameValue")
1057
o11 = Instance.new("Weld")
1058
o12 = Instance.new("Part")
1059
o13 = Instance.new("BlockMesh")
1060
o14 = Instance.new("CFrameValue")
1061
o15 = Instance.new("Weld")
1062
o16 = Instance.new("Part")
1063
o17 = Instance.new("BlockMesh")
1064
o18 = Instance.new("CFrameValue")
1065
o19 = Instance.new("Weld")
1066
o20 = Instance.new("Part")
1067
o21 = Instance.new("BlockMesh")
1068
o22 = Instance.new("CFrameValue")
1069
o23 = Instance.new("Weld")
1070
o24 = Instance.new("Part")
1071
o25 = Instance.new("BlockMesh")
1072
o26 = Instance.new("CFrameValue")
1073
o27 = Instance.new("Weld")
1074
o28 = Instance.new("Part")
1075
o29 = Instance.new("CFrameValue")
1076
o30 = Instance.new("Weld")
1077
o31 = Instance.new("Part")
1078
o32 = Instance.new("CFrameValue")
1079
o33 = Instance.new("Weld")
1080
o34 = Instance.new("Part")
1081
o35 = Instance.new("SpecialMesh")
1082
o36 = Instance.new("CFrameValue")
1083
o37 = Instance.new("Weld")
1084
weldtoarm = Instance.new("Weld")
1085
o1.Name = "Armlet"
1086
o1.Parent = mas
1087
o2.Name = "svatic1"
1088
o2.Parent = o1
1089
o2.Material = Enum.Material.SmoothPlastic
1090
o2.BrickColor = BrickColor.new("Really black")
1091
o2.Position = Vector3.new(9.5394268, 1.15889382, -30.4923649)
1092
o2.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
1093
o2.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
1094
o2.CFrame = CFrame.new(9.5394268, 1.15889382, -30.4923649, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636)
1095
o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1096
o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1097
o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1098
o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1099
o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1100
o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1101
o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1102
o2.Position = Vector3.new(9.5394268, 1.15889382, -30.4923649)
1103
o2.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
1104
o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1105
o3.Parent = o2
1106
o3.Scale = Vector3.new(0.999996185, 0.598279178, 0.0991418734)
1107
o3.Scale = Vector3.new(0.999996185, 0.598279178, 0.0991418734)
1108
o4.Name = "svatic2"
1109
o4.Parent = o1
1110
o4.Material = Enum.Material.SmoothPlastic
1111
o4.BrickColor = BrickColor.new("Really black")
1112
o4.Position = Vector3.new(9.51736546, 1.06919134, -30.4028416)
1113
o4.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
1114
o4.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
1115
o4.CFrame = CFrame.new(9.51736546, 1.06919134, -30.4028416, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636)
1116
o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1117
o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1118
o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1119
o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1120
o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1121
o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1122
o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1123
o4.Position = Vector3.new(9.51736546, 1.06919134, -30.4028416)
1124
o4.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
1125
o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1126
o5.Parent = o4
1127
o5.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195)
1128
o5.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195)
1129
o6.Name = "qRelativeCFrameWeldValue"
1130
o6.Parent = o4
1131
o6.Value = CFrame.new(0, -0.0218372345, -0.105447769, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1132
o7.Name = "qCFrameWeldThingy"
1133
o7.Parent = o4
1134
o7.C1 = CFrame.new(0, -0.0260860808, -0.125964642, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1135
o7.Part0 = o2
1136
o7.Part1 = o4
1137
o8.Name = "svatic3"
1138
o8.Parent = o1
1139
o8.Material = Enum.Material.SmoothPlastic
1140
o8.BrickColor = BrickColor.new("Really black")
1141
o8.Position = Vector3.new(9.50574112, 1.21955931, -30.7833157)
1142
o8.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
1143
o8.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
1144
o8.CFrame = CFrame.new(9.50574112, 1.21955931, -30.7833157, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636)
1145
o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1146
o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1147
o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1148
o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1149
o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1150
o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1151
o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1152
o8.Position = Vector3.new(9.50574112, 1.21955931, -30.7833157)
1153
o8.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
1154
o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1155
o9.Parent = o8
1156
o9.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734)
1157
o9.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734)
1158
o10.Name = "qRelativeCFrameWeldValue"
1159
o10.Parent = o8
1160
o10.Value = CFrame.new(0, -0.106843948, 0.226449966, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1161
o11.Name = "qCFrameWeldThingy"
1162
o11.Parent = o8
1163
o11.C1 = CFrame.new(0, -0.127632454, 0.270510107, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1164
o11.Part0 = o2
1165
o11.Part1 = o8
1166
o12.Name = "svatic4"
1167
o12.Parent = o1
1168
o12.Material = Enum.Material.SmoothPlastic
1169
o12.BrickColor = BrickColor.new("Really black")
1170
o12.Position = Vector3.new(9.40566349, 0.893889546, -30.553009)
1171
o12.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
1172
o12.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
1173
o12.CFrame = CFrame.new(9.40566349, 0.893889546, -30.553009, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636)
1174
o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1175
o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1176
o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1177
o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1178
o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1179
o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1180
o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1181
o12.Position = Vector3.new(9.40566349, 0.893889546, -30.553009)
1182
o12.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
1183
o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1184
o13.Parent = o12
1185
o13.Scale = Vector3.new(0.999996185, 0.100022063, 0.364750892)
1186
o13.Scale = Vector3.new(0.999996185, 0.100022063, 0.364750892)
1187
o14.Name = "qRelativeCFrameWeldValue"
1188
o14.Parent = o12
1189
o14.Value = CFrame.new(0, -0.236118317, -0.0926094055, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1190
o15.Name = "qCFrameWeldThingy"
1191
o15.Parent = o12
1192
o15.C1 = CFrame.new(0, -0.28205961, -0.110628322, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1193
o15.Part0 = o2
1194
o15.Part1 = o12
1195
o16.Name = "svatic5"
1196
o16.Parent = o1
1197
o16.Material = Enum.Material.SmoothPlastic
1198
o16.BrickColor = BrickColor.new("Really black")
1199
o16.Position = Vector3.new(9.65675831, 1.39117944, -30.4388123)
1200
o16.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
1201
o16.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
1202
o16.CFrame = CFrame.new(9.65675831, 1.39117944, -30.4388123, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636)
1203
o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1204
o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1205
o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1206
o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1207
o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1208
o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1209
o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1210
o16.Position = Vector3.new(9.65675831, 1.39117944, -30.4388123)
1211
o16.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
1212
o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1213
o17.Parent = o16
1214
o17.Scale = Vector3.new(0.999996185, 0.100022063, 0.336512148)
1215
o17.Scale = Vector3.new(0.999996185, 0.100022063, 0.336512148)
1216
o18.Name = "qRelativeCFrameWeldValue"
1217
o18.Parent = o16
1218
o18.Value = CFrame.new(0, 0.207174301, 0.080909729, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1219
o19.Name = "qCFrameWeldThingy"
1220
o19.Parent = o16
1221
o19.C1 = CFrame.new(0, 0.247483984, 0.096652247, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1222
o19.Part0 = o2
1223
o19.Part1 = o16
1224
o20.Name = "svatic6"
1225
o20.Parent = o1
1226
o20.Material = Enum.Material.SmoothPlastic
1227
o20.BrickColor = BrickColor.new("Really black")
1228
o20.Position = Vector3.new(9.54831028, 1.05523241, -30.2259464)
1229
o20.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
1230
o20.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
1231
o20.CFrame = CFrame.new(9.54831028, 1.05523241, -30.2259464, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636)
1232
o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1233
o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1234
o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1235
o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1236
o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1237
o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1238
o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1239
o20.Position = Vector3.new(9.54831028, 1.05523241, -30.2259464)
1240
o20.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
1241
o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1242
o21.Parent = o20
1243
o21.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734)
1244
o21.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734)
1245
o22.Name = "qRelativeCFrameWeldValue"
1246
o22.Parent = o20
1247
o22.Value = CFrame.new(0, 0.0607795715, -0.231582642, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1248
o23.Name = "qCFrameWeldThingy"
1249
o23.Parent = o20
1250
o23.C1 = CFrame.new(0, 0.0726053864, -0.276641428, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1251
o23.Part0 = o2
1252
o23.Part1 = o20
1253
o24.Name = "svatic7"
1254
o24.Parent = o1
1255
o24.Material = Enum.Material.SmoothPlastic
1256
o24.BrickColor = BrickColor.new("Really black")
1257
o24.Position = Vector3.new(9.53892517, 1.21178222, -30.6091824)
1258
o24.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
1259
o24.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
1260
o24.CFrame = CFrame.new(9.53892517, 1.21178222, -30.6091824, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636)
1261
o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1262
o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1263
o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1264
o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1265
o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1266
o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1267
o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1268
o24.Position = Vector3.new(9.53892517, 1.21178222, -30.6091824)
1269
o24.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
1270
o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1271
o25.Parent = o24
1272
o25.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195)
1273
o25.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195)
1274
o26.Name = "qRelativeCFrameWeldValue"
1275
o26.Parent = o24
1276
o26.Value = CFrame.new(0, -0.0209236145, 0.105287552, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1277
o27.Name = "qCFrameWeldThingy"
1278
o27.Parent = o24
1279
o27.C1 = CFrame.new(0, -0.0249946993, 0.125773236, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1280
o27.Part0 = o2
1281
o27.Part1 = o24
1282
o28.Name = "Right Arm"
1283
o28.Parent = o1
1284
o28.Material = Enum.Material.SmoothPlastic
1285
o28.BrickColor = BrickColor.new("Really black")
1286
o28.Transparency = 1
1287
o28.Position = Vector3.new(9.33767605, 1.24664795, -30.4727879)
1288
o28.Rotation = Vector3.new(114.800003, 63.2999992, -39.2599983)
1289
o28.FormFactor = Enum.FormFactor.Symmetric
1290
o28.Size = Vector3.new(2.09252977, 1.04626489, 1.04626489)
1291
o28.CFrame = CFrame.new(9.33767605, 1.24664795, -30.4727879, 0.347877979, 0.284306079, 0.893393397, 0.893409908, 0.188386172, -0.407835245, -0.284253061, 0.940042913, -0.188466549)
1292
o28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1293
o28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1294
o28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1295
o28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1296
o28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1297
o28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1298
o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1299
o28.Position = Vector3.new(9.33767605, 1.24664795, -30.4727879)
1300
o28.Orientation = Vector3.new(24.0699997, 101.910004, 78.0899963)
1301
o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1302
weldtoarm.Parent = o28
1303
weldtoarm.Part0 = o28
1304
weldtoarm.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
1305
weldtoarm.C0 = CFrame.new(0, 0, 0)*CFrame.fromEulerAnglesXYZ(1.55, math.pi, 1.55)
1306
o29.Name = "qRelativeCFrameWeldValue"
1307
o29.Parent = o28
1308
o29.Value = CFrame.new(-0.00221943855, 0.0187721252, 0.183933258, -1.47819519e-05, -0.642790794, -0.766052902, 1.11595e-09, -0.766052902, 0.642790794, -1, 9.50084723e-06, 1.13244741e-05)
1309
o30.Name = "qCFrameWeldThingy"
1310
o30.Parent = o28
1311
o30.C1 = CFrame.new(-0.00265127234, 0.0224245973, 0.21972096, -1.47819519e-05, -0.642790794, -0.766052902, 1.11595e-09, -0.766052902, 0.642790794, -1, 9.50084723e-06, 1.13244741e-05)
1312
o30.Part0 = o2
1313
o30.Part1 = o28
1314
o31.Name = "Armlet1"
1315
o31.Parent = o1
1316
o31.Material = Enum.Material.SmoothPlastic
1317
o31.BrickColor = BrickColor.new("Bright red")
1318
o31.Position = Vector3.new(9.33325005, 1.22114551, -30.4663391)
1319
o31.Rotation = Vector3.new(114.800003, 63.2999992, -39.2599983)
1320
o31.FormFactor = Enum.FormFactor.Symmetric
1321
o31.Size = Vector3.new(1.01487708, 1.06719005, 1.0985781)
1322
o31.CFrame = CFrame.new(9.33325005, 1.22114551, -30.4663391, 0.34788391, 0.284310907, 0.893393397, 0.893425107, 0.188389421, -0.407835245, -0.284257859, 0.940058947, -0.188466549)
1323
o31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1324
o31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1325
o31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1326
o31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1327
o31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1328
o31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1329
o31.Color = Color3.new(0.768628, 0.156863, 0.109804)
1330
o31.Position = Vector3.new(9.33325005, 1.22114551, -30.4663391)
1331
o31.Orientation = Vector3.new(24.0699997, 101.910004, 78.0899963)
1332
o31.Color = Color3.new(0.768628, 0.156863, 0.109804)
1333
o32.Name = "qRelativeCFrameWeldValue"
1334
o32.Parent = o31
1335
o32.Value = CFrame.new(0.0196768045, 0.0187721252, 0.179553986, -1.47819519e-05, -0.642790794, -0.766052902, 1.11595e-09, -0.766052902, 0.642790794, -1, 9.50084723e-06, 1.13244741e-05)
1336
o33.Name = "qCFrameWeldThingy"
1337
o33.Parent = o31
1338
o33.C1 = CFrame.new(0.0235053003, 0.0224245973, 0.214489624, -1.47819519e-05, -0.642790794, -0.766052902, 1.11595e-09, -0.766052902, 0.642790794, -1, 9.50084723e-06, 1.13244741e-05)
1339
o33.Part0 = o2
1340
o33.Part1 = o31
1341
o34.Name = "Armlet2"
1342
o34.Parent = o1
1343
o34.Material = Enum.Material.SmoothPlastic
1344
o34.BrickColor = BrickColor.new("Institutional white")
1345
o34.Position = Vector3.new(9.74531078, 1.04955149, -30.5565758)
1346
o34.Rotation = Vector3.new(-11.3299999, 16.5200005, 158.729996)
1347
o34.Shape = Enum.PartType.Cylinder
1348
o34.Size = Vector3.new(0.238913804, 1.0253396, 1.04626489)
1349
o34.CFrame = CFrame.new(9.74531078, 1.04955149, -30.5565758, -0.893398523, -0.347870708, 0.284310907, 0.407822043, -0.893431127, 0.188389421, 0.188470751, 0.284255087, 0.940058947)
1350
o34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1351
o34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1352
o34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1353
o34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1354
o34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1355
o34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1356
o34.Color = Color3.new(0.972549, 0.972549, 0.972549)
1357
o34.Position = Vector3.new(9.74531078, 1.04955149, -30.5565758)
1358
o34.Orientation = Vector3.new(-10.8599997, 16.8299999, 155.460007)
1359
o34.Color = Color3.new(0.972549, 0.972549, 0.972549)
1360
o35.Parent = o34
1361
o35.Scale = Vector3.new(0.875851333, 1, 1)
1362
o35.MeshType = Enum.MeshType.Cylinder
1363
o35.Scale = Vector3.new(0.875851333, 1, 1)
1364
o36.Name = "qRelativeCFrameWeldValue"
1365
o36.Parent = o34
1366
o36.Value = CFrame.new(0.201436996, -0.00654327869, 0.0187721252, 1, 0, 0, 0, 0.642790794, 0.766052902, 0, -0.766052902, 0.642790794)
1367
o37.Name = "qCFrameWeldThingy"
1368
o37.Parent = o34
1369
o37.C1 = CFrame.new(0.240630388, -0.00781639758, 0.0224245973, 1, 0, 0, 0, 0.642790794, 0.766052902, 0, -0.766052902, 0.642790794)
1370
o37.Part0 = o2
1371
o37.Part1 = o34
1372
mas.Parent = workspace
1373
mas:MakeJoints()
1374
local mas1 = mas:GetChildren()
1375
for i=1,#mas1 do
1376
	mas1[i].Parent = game.Players.LocalPlayer.Character
1377
	ypcall(function() mas1[i]:MakeJoints() end)
1378
end
1379
mas:Destroy()
1380
for i=1,#cors do
1381
coroutine.resume(cors[i])
1382
end
1383
------------------------------Nazi Armlet End-------------------------------------------
1384
----------------------------------------------------------------------------------------
1385
----------------------------------Tool--------------------------------------------------
1386
----------------------------------------------------------------------------------------
1387
---------------------------------Hat Giver----------------------------------------------
1388
wait(1)
1389
	local d = game.Players.LocalPlayer.Character:GetChildren() 
1390
	for i=1, #d do 
1391
		if (d[i].className == "Accessory") then 
1392
			d[i]:destroy()
1393
	  end 
1394
end
1395
1396
game.Players.LocalPlayer.Character.Head.face.Texture = "http://www.roblox.com/asset/?id=568062090"
1397
local runDummyScript = function(f,scri)
1398
local oldenv = getfenv(f)
1399
local newenv = setmetatable({}, {
1400
__index = function(_, k)
1401
if k:lower() == 'script' then
1402
return scri
1403
else
1404
return oldenv[k]
1405
end
1406
end
1407
})
1408
setfenv(f, newenv)
1409
ypcall(function() f() end)
1410
end
1411
local cors = {}
1412
local mas = Instance.new("Model",game:GetService("Lighting")) 
1413
mas.Name = "CompiledModel"
1414
local o1 = Instance.new("Model")
1415
local o2 = Instance.new("Part")
1416
local o3 = Instance.new("SpecialMesh")
1417
local o4 = Instance.new("Part")
1418
local o5 = Instance.new("BlockMesh")
1419
local o6 = Instance.new("Weld")
1420
local o7 = Instance.new("CFrameValue")
1421
local o8 = Instance.new("Part")
1422
local o9 = Instance.new("BlockMesh")
1423
local o10 = Instance.new("Weld")
1424
local o11 = Instance.new("CFrameValue")
1425
local o12 = Instance.new("Part")
1426
local o13 = Instance.new("BlockMesh")
1427
local o14 = Instance.new("Weld")
1428
local o15 = Instance.new("CFrameValue")
1429
local o16 = Instance.new("Part")
1430
local o17 = Instance.new("BlockMesh")
1431
local o18 = Instance.new("Weld")
1432
local o19 = Instance.new("CFrameValue")
1433
local o20 = Instance.new("Part")
1434
local o21 = Instance.new("BlockMesh")
1435
local o22 = Instance.new("Weld")
1436
local o23 = Instance.new("CFrameValue")
1437
local o24 = Instance.new("Part")
1438
local o25 = Instance.new("BlockMesh")
1439
local o26 = Instance.new("Weld")
1440
local o27 = Instance.new("CFrameValue")
1441
local o28 = Instance.new("Part")
1442
local o29 = Instance.new("BlockMesh")
1443
local o30 = Instance.new("Weld")
1444
local o31 = Instance.new("CFrameValue")
1445
local o32 = Instance.new("Part")
1446
local o33 = Instance.new("CFrameValue")
1447
local o34 = Instance.new("Weld")
1448
local o35 = Instance.new("Weld")
1449
o1.Name = "Führer Hat"
1450
o1.Parent = mas
1451
o2.Name = "Hatt"
1452
o2.Parent = o1
1453
o2.Position = Vector3.new(-29.0196323, 4.64066935, 58.0358543)
1454
o2.Rotation = Vector3.new(0, 0.0399999991, 0)
1455
o2.Size = Vector3.new(1.4036535, 1.32119322, 1.76253879)
1456
o2.CFrame = CFrame.new(-29.0196323, 4.64066935, 58.0358543, 0.999999762, 2.32928095e-08, 0.000728194311, 2.91350339e-08, 1, -4.76224086e-05, -0.000728194311, 4.76224268e-05, 0.999999762)
1457
o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1458
o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1459
o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1460
o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1461
o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1462
o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1463
o2.Position = Vector3.new(-29.0196323, 4.64066935, 58.0358543)
1464
o2.Orientation = Vector3.new(0, 0.0399999991, 0)
1465
o3.Parent = o2
1466
o3.MeshId = "rbxassetid://430575845"
1467
o3.Scale = Vector3.new(0.00159506057, 0.00167239632, 0.0015326424)
1468
o3.TextureId = "rbxassetid://868385910"
1469
o3.MeshType = Enum.MeshType.FileMesh
1470
o3.Scale = Vector3.new(0.00159506057, 0.00167239632, 0.0015326424)
1471
o4.Name = "svatic1"
1472
o4.Parent = o1
1473
o4.Material = Enum.Material.SmoothPlastic
1474
o4.BrickColor = BrickColor.new("Really black")
1475
o4.Position = Vector3.new(-29.0230846, 4.72106266, 58.6195564)
1476
o4.Rotation = Vector3.new(-92.5100021, -46.6599998, -92.6900024)
1477
o4.Size = Vector3.new(0.319012105, 0.334479213, 0.306528509)
1478
o4.CFrame = CFrame.new(-29.0230846, 4.72106266, 58.6195564, -0.0322620012, 0.685578942, -0.727284312, 0.00954262819, 0.727844536, 0.685676873, 0.999435544, 0.0151812984, -0.0300236437)
1479
o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1480
o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1481
o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1482
o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1483
o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1484
o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1485
o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1486
o4.Position = Vector3.new(-29.0230846, 4.72106266, 58.6195564)
1487
o4.Orientation = Vector3.new(-43.2900009, -92.3600006, 0.75)
1488
o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1489
o5.Parent = o4
1490
o5.Scale = Vector3.new(0.437082678, 0.347723871, 0.0446923971)
1491
o5.Scale = Vector3.new(0.437082678, 0.347723871, 0.0446923971)
1492
o6.Name = "qCFrameWeldThingy"
1493
o6.Parent = o4
1494
o6.C1 = CFrame.new(-0.584247589, -0.0650081635, -0.0401096344, -0.0329897739, 0.00959022343, 0.999411285, 0.685567737, 0.727845311, 0.0156458672, -0.727262199, 0.685675442, -0.0305858925)
1495
o6.Part0 = o2
1496
o6.Part1 = o4
1497
o7.Name = "qRelativeCFrameWeldValue"
1498
o7.Parent = o4
1499
o7.Value = CFrame.new(-0.584247589, -0.0650081635, -0.0401096344, -0.0329897739, 0.00959022343, 0.999411285, 0.685567737, 0.727845311, 0.0156458672, -0.727262199, 0.685675442, -0.0305858925)
1500
o8.Name = "svatic2"
1501
o8.Parent = o1
1502
o8.Material = Enum.Material.SmoothPlastic
1503
o8.BrickColor = BrickColor.new("Really black")
1504
o8.Position = Vector3.new(-29.0342407, 4.74027205, 58.6190186)
1505
o8.Rotation = Vector3.new(-92.5100021, -46.6599998, -92.6900024)
1506
o8.Size = Vector3.new(0.319012105, 0.334479213, 0.306528509)
1507
o8.CFrame = CFrame.new(-29.0342407, 4.74027205, 58.6190186, -0.0322620012, 0.685578942, -0.727284312, 0.00954262819, 0.727844536, 0.685676873, 0.999435544, 0.0151812984, -0.0300236437)
1508
o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1509
o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1510
o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1511
o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1512
o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1513
o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1514
o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1515
o8.Position = Vector3.new(-29.0342407, 4.74027205, 58.6190186)
1516
o8.Orientation = Vector3.new(-43.2900009, -92.3600006, 0.75)
1517
o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1518
o9.Parent = o8
1519
o9.Scale = Vector3.new(0.437082678, 0.0581334978, 0.157001153)
1520
o9.Scale = Vector3.new(0.437082678, 0.0581334978, 0.157001153)
1521
o10.Name = "qCFrameWeldThingy"
1522
o10.Parent = o8
1523
o10.C1 = CFrame.new(-0.584255219, -0.0713329315, -0.0614109039, -0.0329897739, 0.00959022343, 0.999411285, 0.685567737, 0.727845311, 0.0156458672, -0.727262199, 0.685675442, -0.0305858925)
1524
o10.Part0 = o2
1525
o10.Part1 = o8
1526
o11.Name = "qRelativeCFrameWeldValue"
1527
o11.Parent = o8
1528
o11.Value = CFrame.new(-0.584255219, -0.0713329315, -0.0614109039, -0.0329897739, 0.00959022343, 0.999411285, 0.685567737, 0.727845311, 0.0156458672, -0.727262199, 0.685675442, -0.0305858925)
1529
o12.Name = "svatic3"
1530
o12.Parent = o1
1531
o12.Material = Enum.Material.SmoothPlastic
1532
o12.BrickColor = BrickColor.new("Really black")
1533
o12.Position = Vector3.new(-28.9704952, 4.71106386, 58.6213493)
1534
o12.Rotation = Vector3.new(-92.5100021, -46.6599998, -92.6900024)
1535
o12.Size = Vector3.new(0.319012105, 0.334479213, 0.306528509)
1536
o12.CFrame = CFrame.new(-28.9704952, 4.71106386, 58.6213493, -0.0322620012, 0.685578942, -0.727284312, 0.00954262819, 0.727844536, 0.685676873, 0.999435544, 0.0151812984, -0.0300236437)
1537
o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1538
o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1539
o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1540
o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1541
o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1542
o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1543
o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1544
o12.Position = Vector3.new(-28.9704952, 4.71106386, 58.6213493)
1545
o12.Orientation = Vector3.new(-43.2900009, -92.3600006, 0.75)
1546
o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1547
o13.Parent = o12
1548
o13.Scale = Vector3.new(0.437082678, 0.202838942, 0.0446923971)
1549
o13.Scale = Vector3.new(0.437082678, 0.202838942, 0.0446923971)
1550
o14.Name = "qCFrameWeldThingy"
1551
o14.Parent = o12
1552
o14.C1 = CFrame.new(-0.584247589, -0.0938110352, 0.00504684448, -0.0329897739, 0.00959022343, 0.999411285, 0.685567737, 0.727845311, 0.0156458672, -0.727262199, 0.685675442, -0.0305858925)
1553
o14.Part0 = o2
1554
o14.Part1 = o12
1555
o15.Name = "qRelativeCFrameWeldValue"
1556
o15.Parent = o12
1557
o15.Value = CFrame.new(-0.584247589, -0.0938110352, 0.00504684448, -0.0329897739, 0.00959022343, 0.999411285, 0.685567737, 0.727845311, 0.0156458672, -0.727262199, 0.685675442, -0.0305858925)
1558
o16.Name = "svatic4"
1559
o16.Parent = o1
1560
o16.Material = Enum.Material.SmoothPlastic
1561
o16.BrickColor = BrickColor.new("Really black")
1562
o16.Position = Vector3.new(-28.9925041, 4.78204298, 58.6199837)
1563
o16.Rotation = Vector3.new(-92.5100021, -46.6599998, -92.6900024)
1564
o16.Size = Vector3.new(0.319012105, 0.334479213, 0.306528509)
1565
o16.CFrame = CFrame.new(-28.9925041, 4.78204298, 58.6199837, -0.0322620012, 0.685578942, -0.727284312, 0.00954262819, 0.727844536, 0.685676873, 0.999435544, 0.0151812984, -0.0300236437)
1566
o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1567
o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1568
o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1569
o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1570
o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1571
o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1572
o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1573
o16.Position = Vector3.new(-28.9925041, 4.78204298, 58.6199837)
1574
o16.Orientation = Vector3.new(-43.2900009, -92.3600006, 0.75)
1575
o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1576
o17.Parent = o16
1577
o17.Scale = Vector3.new(0.437082678, 0.0581334978, 0.164426923)
1578
o17.Scale = Vector3.new(0.437082678, 0.0581334978, 0.164426923)
1579
o18.Name = "qCFrameWeldThingy"
1580
o18.Parent = o16
1581
o18.C1 = CFrame.new(-0.584270477, -0.130363464, -0.0596694946, -0.0329897739, 0.00959022343, 0.999411285, 0.685567737, 0.727845311, 0.0156458672, -0.727262199, 0.685675442, -0.0305858925)
1582
o18.Part0 = o2
1583
o18.Part1 = o16
1584
o19.Name = "qRelativeCFrameWeldValue"
1585
o19.Parent = o16
1586
o19.Value = CFrame.new(-0.584270477, -0.130363464, -0.0596694946, -0.0329897739, 0.00959022343, 0.999411285, 0.685567737, 0.727845311, 0.0156458672, -0.727262199, 0.685675442, -0.0305858925)
1587
o20.Name = "svatic5"
1588
o20.Parent = o1
1589
o20.Material = Enum.Material.SmoothPlastic
1590
o20.BrickColor = BrickColor.new("Really black")
1591
o20.Position = Vector3.new(-29.0499535, 4.66760588, 58.6191864)
1592
o20.Rotation = Vector3.new(-92.5100021, -46.6599998, -92.6900024)
1593
o20.Size = Vector3.new(0.319012105, 0.334479213, 0.306528509)
1594
o20.CFrame = CFrame.new(-29.0499535, 4.66760588, 58.6191864, -0.0322620012, 0.685578942, -0.727284312, 0.00954262819, 0.727844536, 0.685676873, 0.999435544, 0.0151812984, -0.0300236437)
1595
o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1596
o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1597
o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1598
o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1599
o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1600
o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1601
o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1602
o20.Position = Vector3.new(-29.0499535, 4.66760588, 58.6191864)
1603
o20.Orientation = Vector3.new(-43.2900009, -92.3600006, 0.75)
1604
o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1605
o21.Parent = o20
1606
o21.Scale = Vector3.new(0.437082678, 0.0581334978, 0.151697099)
1607
o21.Scale = Vector3.new(0.437082678, 0.0581334978, 0.151697099)
1608
o22.Name = "qCFrameWeldThingy"
1609
o22.Parent = o20
1610
o22.C1 = CFrame.new(-0.584236145, -0.00767326355, -0.0230083466, -0.0329897739, 0.00959022343, 0.999411285, 0.685567737, 0.727845311, 0.0156458672, -0.727262199, 0.685675442, -0.0305858925)
1611
o22.Part0 = o2
1612
o22.Part1 = o20
1613
o23.Name = "qRelativeCFrameWeldValue"
1614
o23.Parent = o20
1615
o23.Value = CFrame.new(-0.584236145, -0.00767326355, -0.0230083466, -0.0329897739, 0.00959022343, 0.999411285, 0.685567737, 0.727845311, 0.0156458672, -0.727262199, 0.685675442, -0.0305858925)
1616
o24.Name = "svatic6"
1617
o24.Parent = o1
1618
o24.Material = Enum.Material.SmoothPlastic
1619
o24.BrickColor = BrickColor.new("Really black")
1620
o24.Position = Vector3.new(-29.0678387, 4.74114466, 58.6179276)
1621
o24.Rotation = Vector3.new(-92.5100021, -46.6599998, -92.6900024)
1622
o24.Size = Vector3.new(0.319012105, 0.334479213, 0.306528509)
1623
o24.CFrame = CFrame.new(-29.0678387, 4.74114466, 58.6179276, -0.0322620012, 0.685578942, -0.727284312, 0.00954262819, 0.727844536, 0.685676873, 0.999435544, 0.0151812984, -0.0300236437)
1624
o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1625
o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1626
o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1627
o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1628
o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1629
o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1630
o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1631
o24.Position = Vector3.new(-29.0678387, 4.74114466, 58.6179276)
1632
o24.Orientation = Vector3.new(-43.2900009, -92.3600006, 0.75)
1633
o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1634
o25.Parent = o24
1635
o25.Scale = Vector3.new(0.437082678, 0.202838942, 0.0446923971)
1636
o25.Scale = Vector3.new(0.437082678, 0.202838942, 0.0446923971)
1637
o26.Name = "qCFrameWeldThingy"
1638
o26.Parent = o24
1639
o26.C1 = CFrame.new(-0.584255219, -0.0489177704, -0.0864772797, -0.0329897739, 0.00959022343, 0.999411285, 0.685567737, 0.727845311, 0.0156458672, -0.727262199, 0.685675442, -0.0305858925)
1640
o26.Part0 = o2
1641
o26.Part1 = o24
1642
o27.Name = "qRelativeCFrameWeldValue"
1643
o27.Parent = o24
1644
o27.Value = CFrame.new(-0.584255219, -0.0489177704, -0.0864772797, -0.0329897739, 0.00959022343, 0.999411285, 0.685567737, 0.727845311, 0.0156458672, -0.727262199, 0.685675442, -0.0305858925)
1645
o28.Name = "svatic7"
1646
o28.Parent = o1
1647
o28.Material = Enum.Material.SmoothPlastic
1648
o28.BrickColor = BrickColor.new("Really black")
1649
o28.Position = Vector3.new(-29.0039883, 4.71056747, 58.6202736)
1650
o28.Rotation = Vector3.new(-92.5100021, -46.6599998, -92.6900024)
1651
o28.Size = Vector3.new(0.319012105, 0.334479213, 0.306528509)
1652
o28.CFrame = CFrame.new(-29.0039883, 4.71056747, 58.6202736, -0.0322620012, 0.685578942, -0.727284312, 0.00954262819, 0.727844536, 0.685676873, 0.999435544, 0.0151812984, -0.0300236437)
1653
o28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1654
o28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1655
o28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1656
o28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1657
o28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1658
o28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1659
o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1660
o28.Position = Vector3.new(-29.0039883, 4.71056747, 58.6202736)
1661
o28.Orientation = Vector3.new(-43.2900009, -92.3600006, 0.75)
1662
o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1663
o29.Parent = o28
1664
o29.Scale = Vector3.new(0.437082678, 0.0581334978, 0.157001153)
1665
o29.Scale = Vector3.new(0.437082678, 0.0581334978, 0.157001153)
1666
o30.Name = "qCFrameWeldThingy"
1667
o30.Parent = o28
1668
o30.C1 = CFrame.new(-0.584251404, -0.0704727173, -0.0190029144, -0.0329897739, 0.00959022343, 0.999411285, 0.685567737, 0.727845311, 0.0156458672, -0.727262199, 0.685675442, -0.0305858925)
1669
o30.Part0 = o2
1670
o30.Part1 = o28
1671
o31.Name = "qRelativeCFrameWeldValue"
1672
o31.Parent = o28
1673
o31.Value = CFrame.new(-0.584251404, -0.0704727173, -0.0190029144, -0.0329897739, 0.00959022343, 0.999411285, 0.685567737, 0.727845311, 0.0156458672, -0.727262199, 0.685675442, -0.0305858925)
1674
o32.Name = "Head Part"
1675
o32.Parent = o1
1676
o32.BrickColor = BrickColor.new("Really black")
1677
o32.Transparency = 1
1678
o32.Position = Vector3.new(-29.009634, 3.80002499, 58.0408478)
1679
o32.Rotation = Vector3.new(0, 0.0399999991, 0)
1680
o32.Size = Vector3.new(2, 1, 1)
1681
o32.CFrame = CFrame.new(-29.009634, 3.80002499, 58.0408478, 0.999999762, 2.91678219e-08, 0.000733288645, -1.27890987e-09, 1, -1.72470754e-06, -0.000733288645, 1.72471846e-06, 0.999999762)
1682
o32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1683
o32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1684
o32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1685
o32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1686
o32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1687
o32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1688
o32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1689
o32.Position = Vector3.new(-29.009634, 3.80002499, 58.0408478)
1690
o32.Orientation = Vector3.new(0, 0.0399999991, 0)
1691
o32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1692
o33.Name = "qRelativeCFrameWeldValue"
1693
o33.Parent = o32
1694
o33.Value = CFrame.new(-0.00999450684, 0.8406443, -0.00500106812, 1, -3.06565475e-08, -5.09431902e-06, 3.92974577e-08, 1, -4.58976901e-05, 5.09431993e-06, 4.58977011e-05, 1)
1695
o34.Name = "qCFrameWeldThingy"
1696
o34.Parent = o32
1697
o34.C1 = CFrame.new(-0.00999450684, 0.8406443, -0.00500106812, 1, -3.06565475e-08, -5.09431902e-06, 3.92974577e-08, 1, -4.58976901e-05, 5.09431993e-06, 4.58977011e-05, 1)
1698
o34.Part0 = o2
1699
o34.Part1 = o32
1700
o35.Name = "Weld to the fducking head"
1701
o35.Part0 = o32
1702
o35.Part1 = game.Players.LocalPlayer.Character.Head
1703
o35.C0 = CFrame.new(0, 0, 0)*CFrame.fromEulerAnglesXYZ(0, math.pi, 6.3)
1704
o35.Parent = o32
1705
mas.Parent = workspace
1706
mas:MakeJoints()
1707
local mas1 = mas:GetChildren()
1708
for i=1,#mas1 do
1709
	mas1[i].Parent = game.Players.LocalPlayer.Character
1710
	ypcall(function() mas1[i]:MakeJoints() end)
1711
end
1712
mas:Destroy()
1713
for i=1,#cors do
1714
coroutine.resume(cors[i])
1715
end
1716
---------------------------Hat end---------------------------------
1717
-------------------------------------------------------------------
1718
---------------------------Sound Creating--------------------------
1719
wait(1)
1720
local runDummyScript = function(f,scri)
1721
local oldenv = getfenv(f)
1722
local newenv = setmetatable({}, {
1723
__index = function(_, k)
1724
if k:lower() == 'script' then
1725
return scri
1726
else
1727
return oldenv[k]
1728
end
1729
end
1730
})
1731
setfenv(f, newenv)
1732
ypcall(function() f() end)
1733
end
1734
cors = {}
1735
mas = Instance.new("Model",game:GetService("Lighting")) 
1736
mas.Name = "CompiledModel"
1737
so1 = Instance.new("Backpack")
1738
so2 = Instance.new("Sound")
1739
so3 = Instance.new("Sound")
1740
so4 = Instance.new("Sound")
1741
so5 = Instance.new("Sound")
1742
so6 = Instance.new("Sound")
1743
so7 = Instance.new("Sound")
1744
so8 = Instance.new("Sound")
1745
so9 = Instance.new("Sound")
1746
so10 = Instance.new("Sound")
1747
so11 = Instance.new("Sound")
1748
so12 = Instance.new("Sound")
1749
so13 = Instance.new("Sound")
1750
so1.Name = "Sounds"
1751
so1.Parent = game.Players.LocalPlayer
1752
so2.Name = "1"
1753
so2.Parent = so1
1754
so2.SoundId = "rbxassetid://316012158"
1755
so2.EmitterSize = 40000
1756
so2.Volume = 15
1757
so2.MaxDistance = 40000
1758
so3.Name = "2"
1759
so3.EmitterSize = 40000
1760
so3.Parent = so1
1761
so3.SoundId = "rbxassetid://316012174"
1762
so3.Volume = 15
1763
so3.MaxDistance = 40000
1764
so4.Name = "3"
1765
so4.EmitterSize = 40000
1766
so4.MaxDistance = 40000
1767
so4.Parent = so1
1768
so4.SoundId = "rbxassetid://316012192"
1769
so4.Volume = 15
1770
so5.Name = "4"
1771
so5.EmitterSize = 40000
1772
so5.Parent = so1
1773
so5.MaxDistance = 40000
1774
so5.SoundId = "rbxassetid://316012212"
1775
so5.Volume = 15
1776
so6.Name = "5"
1777
so6.Parent = so1
1778
so6.EmitterSize = 40000
1779
so6.SoundId = "rbxassetid://316012229"
1780
so6.MaxDistance = 40000
1781
so6.Volume = 15
1782
so7.Name = "6"
1783
so7.Parent = so1
1784
so7.EmitterSize = 40000
1785
so7.MaxDistance = 40000
1786
so7.SoundId = "rbxassetid://316012256"
1787
so7.Volume = 15
1788
so8.Name = "7"
1789
so8.Parent = so1
1790
so8.SoundId = "rbxassetid://316012287"
1791
so8.Volume = 15
1792
so8.EmitterSize = 40000
1793
so8.MaxDistance = 40000
1794
so9.Name = "Heil!"
1795
so9.MaxDistance = 40000
1796
so9.EmitterSize = 40000
1797
so9.Parent = so1
1798
so9.SoundId = "rbxassetid://868444891"
1799
so9.Volume = 15
1800
so10.Name = "8"
1801
so10.EmitterSize = 40000
1802
so10.MaxDistance = 40000
1803
so10.Parent = so1
1804
so10.SoundId = "rbxassetid://316403490"
1805
so10.Volume = 15
1806
so11.Name = "9"
1807
so11.Parent = so1
1808
so11.EmitterSize = 40000
1809
so11.MaxDistance = 40000
1810
so11.SoundId = "rbxassetid://316403787"
1811
so11.Volume = 15
1812
so12.Name = "10"
1813
so12.MaxDistance = 40000
1814
so12.EmitterSize = 40000
1815
so12.Parent = so1
1816
so12.SoundId = "rbxassetid://316403844"
1817
so12.Volume = 15
1818
so13.Name = "11"
1819
so13.Parent = so1
1820
so13.MaxDistance = 40000
1821
so13.EmitterSize = 40000
1822
so13.SoundId = "rbxassetid://316403916"
1823
so13.Volume = 15
1824
----------------------------Sound Creating End-------------------------------
1825
-----------------------------------------------------------------------------
1826
---------------------------Demostrators-----------------------------------
1827
tablenabled = false
1828
tbls = false
1829
Spooken = false
1830
Heil = false
1831
Hiel = false
1832
Shot = false
1833
undeploid = true
1834
function getTool()	
1835
	for _, kid in ipairs(script.Parent:GetChildren()) do
1836
		if kid.className == "Tool" then return kid end
1837
	end
1838
	return nil
1839
end
1840
-----------------------------End------------------------------
1841
--------------------------------------------------------------
1842
---------------------------Keypress---------------------------
1843
1844
local mouse = game.Players.LocalPlayer:GetMouse()
1845
mouse.KeyDown:connect(function (key)
1846
key = string.lower(key)
1847
if key == "f" and tablenabled == false and undeploid == true and Heil == false and Hiel == false
1848
	then
1849
	print("F")
1850
	tablenabled = true
1851
	RAW:Destroy()
1852
    RAWV:Destroy()
1853
    LAW:Destroy()
1854
    LAWV:Destroy()
1855
local o7 = Instance.new("Motor6D")
1856
local o8 = Instance.new("Motor6D")
1857
o7.Name = "Left Shoulder"
1858
o7.Parent = game.Players.LocalPlayer.Character.Torso
1859
o7.C0 = CFrame.new(-1, 0.5, 0, -4.37113883e-08, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-08)
1860
o7.C1 = CFrame.new(0.5, 0.5, 0, -4.37113883e-08, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-08)
1861
o7.Part0 = game.Players.LocalPlayer.Character.Torso
1862
o7.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
1863
o7.MaxVelocity = 0.10000000149012
1864
o8.Name = "Right Shoulder"
1865
o8.Parent = game.Players.LocalPlayer.Character.Torso
1866
o8.C0 = CFrame.new(1, 0.5, 0, -4.37113883e-08, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-08)
1867
o8.C1 = CFrame.new(-0.5, 0.5, 0, -4.37113883e-08, 0, 1, 0, 0.99999994, 0, -1, 0, -4.37113883e-08)
1868
o8.Part0 = game.Players.LocalPlayer.Character.Torso
1869
o8.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
1870
o8.MaxVelocity = 0.10000000149012
1871
local d = game.Players.LocalPlayer.Character["Right Arm"]:GetChildren() 
1872
	for i=1, #d do 
1873
		if (d[i].className == "Weld") then 
1874
			d[i]:destroy()
1875
	  end 
1876
	end
1877
local e = game.Players.LocalPlayer.Character["Right Arm"]:GetChildren() 
1878
	for i=1, #e do 
1879
		if (e[i].className == "CFrameValue") then 
1880
			e[i]:destroy()
1881
	  end 
1882
	end
1883
local f = game.Players.LocalPlayer.Character["Left Arm"]:GetChildren() 
1884
	for i=1, #f do 
1885
		if (f[i].className == "Weld") then 
1886
			f[i]:destroy()
1887
	  end 
1888
	end
1889
local g = game.Players.LocalPlayer.Character["Left Arm"]:GetChildren() 
1890
	for i=1, #g do 
1891
		if (g[i].className == "CFrameValue") then 
1892
			g[i]:destroy()
1893
	  end 
1894
	end
1895
	game.Players.LocalPlayer.Character.Animate.Disabled = trueq
1896
	local DEPLOI = Instance.new("Sound")
1897
	DEPLOI.Parent = game.Players.LocalPlayer.Character.Head
1898
	DEPLOI.SoundId = "rbxassetid://417575434"
1899
	DEPLOI.Volume = 1
1900
	DEPLOI:Play()
1901
	wait(2)
1902
	DEPLOI:Destroy()
1903
	undeploid = false
1904
	print("Hitler deployed his table")
1905
local runDummyScript = function(f,scri)
1906
local oldenv = getfenv(f)
1907
local newenv = setmetatable({}, {
1908
__index = function(_, k)
1909
if k:lower() == 'script' then
1910
return scri
1911
else
1912
return oldenv[k]
1913
end
1914
end
1915
})
1916
setfenv(f, newenv)
1917
ypcall(function() f() end)
1918
end
1919
cors = {}
1920
mas = Instance.new("Model",game:GetService("Lighting")) 
1921
mas.Name = "CompiledModel"
1922
local o1 = Instance.new("Model")
1923
local o2 = Instance.new("Part")
1924
local o3 = Instance.new("BlockMesh")
1925
local o4 = Instance.new("Part")
1926
local o5 = Instance.new("BlockMesh")
1927
local o6 = Instance.new("Weld")
1928
local o7 = Instance.new("CFrameValue")
1929
local o8 = Instance.new("Part")
1930
local o9 = Instance.new("BlockMesh")
1931
local o10 = Instance.new("Weld")
1932
local o11 = Instance.new("CFrameValue")
1933
local o12 = Instance.new("WedgePart")
1934
local o13 = Instance.new("Weld")
1935
local o14 = Instance.new("CFrameValue")
1936
local o15 = Instance.new("Part")
1937
local o16 = Instance.new("BlockMesh")
1938
local o17 = Instance.new("Weld")
1939
local o18 = Instance.new("CFrameValue")
1940
local o19 = Instance.new("Part")
1941
local o20 = Instance.new("CylinderMesh")
1942
local o21 = Instance.new("Weld")
1943
local o22 = Instance.new("CFrameValue")
1944
local o23 = Instance.new("Part")
1945
local o24 = Instance.new("SpecialMesh")
1946
local o25 = Instance.new("Weld")
1947
local o26 = Instance.new("CFrameValue")
1948
local o27 = Instance.new("Part")
1949
local o28 = Instance.new("BlockMesh")
1950
local o29 = Instance.new("Weld")
1951
local o30 = Instance.new("CFrameValue")
1952
local o31 = Instance.new("WedgePart")
1953
local o32 = Instance.new("Weld")
1954
local o33 = Instance.new("CFrameValue")
1955
local o34 = Instance.new("Part")
1956
local o35 = Instance.new("BlockMesh")
1957
local o36 = Instance.new("Weld")
1958
local o37 = Instance.new("CFrameValue")
1959
local o38 = Instance.new("Part")
1960
local o39 = Instance.new("BlockMesh")
1961
local o40 = Instance.new("Weld")
1962
local o41 = Instance.new("CFrameValue")
1963
local weld = Instance.new("Weld")
1964
o1.Name = "Führer Speech Table"
1965
o1.Parent = mas
1966
o2.Parent = o1
1967
o2.Material = Enum.Material.SmoothPlastic
1968
o2.BrickColor = BrickColor.new("Dark stone grey")
1969
o2.Position = Vector3.new(4.80224037, 0.215049982, 23.7900009)
1970
o2.Rotation = Vector3.new(0, 90, 0)
1971
o2.CanCollide = false
1972
o2.FormFactor = Enum.FormFactor.Plate
1973
o2.Size = Vector3.new(1, 0.400000006, 2)
1974
o2.CFrame = CFrame.new(4.80224037, 0.215049982, 23.7900009, 6.57393514e-07, 6.6860764e-08, 1, -1.99483975e-06, 1, -6.68596698e-08, -1, -1.99483975e-06, 6.5739539e-07)
1975
o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1976
o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1977
o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1978
o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1979
o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1980
o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1981
o2.Color = Color3.new(0.388235, 0.372549, 0.384314)
1982
o2.Position = Vector3.new(4.80224037, 0.215049982, 23.7900009)
1983
o2.Orientation = Vector3.new(0, 90, 0)
1984
o2.Color = Color3.new(0.388235, 0.372549, 0.384314)
1985
o3.Parent = o2
1986
o4.Name = "Base"
1987
weld.Parent = o4
1988
weld.Part0 = o4
1989
weld.Part1 = game.Players.LocalPlayer.Character.Torso
1990
weld.C0 = CFrame.new(0, 3, 0)*CFrame.fromEulerAnglesXYZ(0, 4.7, 0)
1991
o4.Parent = o1
1992
o4.Material = Enum.Material.SmoothPlastic
1993
o4.BrickColor = BrickColor.new("Black")
1994
o4.Position = Vector3.new(4.80224037, 0.200005978, 23.7900009)
1995
o4.Rotation = Vector3.new(0, 90, 0)
1996
o4.CanCollide = false
1997
o4.FormFactor = Enum.FormFactor.Plate
1998
o4.Size = Vector3.new(1, 0.400000006, 2)
1999
o4.CFrame = CFrame.new(4.80224037, 0.200005978, 23.7900009, 6.57393514e-07, 6.6860764e-08, 1, -1.99483975e-06, 1, -6.68596698e-08, -1, -1.99483975e-06, 6.5739539e-07)
2000
o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2001
o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2002
o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2003
o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2004
o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2005
o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2006
o4.Color = Color3.new(0.105882, 0.164706, 0.207843)
2007
o4.Position = Vector3.new(4.80224037, 0.200005978, 23.7900009)
2008
o4.Orientation = Vector3.new(0, 90, 0)
2009
o4.Color = Color3.new(0.105882, 0.164706, 0.207843)
2010
o5.Parent = o4
2011
o5.Scale = Vector3.new(0.300000012, 1.04999995, 0.899999976)
2012
o5.Scale = Vector3.new(0.300000012, 1.04999995, 0.899999976)
2013
o6.Name = "qCFrameWeldThingy"
2014
o6.Parent = o4
2015
o6.C1 = CFrame.new(0, 0.0150440037, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2016
o6.Part0 = o2
2017
o6.Part1 = o4
2018
o7.Name = "qRelativeCFrameWeldValue"
2019
o7.Parent = o4
2020
o7.Value = CFrame.new(0, 0.0150440037, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2021
o8.Parent = o1
2022
o8.Material = Enum.Material.SmoothPlastic
2023
o8.BrickColor = BrickColor.new("Dark stone grey")
2024
o8.Position = Vector3.new(4.80224085, 1.01503706, 22.7900047)
2025
o8.Rotation = Vector3.new(0, 90, 0)
2026
o8.FormFactor = Enum.FormFactor.Plate
2027
o8.Size = Vector3.new(1, 2, 2)
2028
o8.CFrame = CFrame.new(4.80224085, 1.01503706, 22.7900047, 6.57393514e-07, 6.6860764e-08, 1, -1.99483975e-06, 1, -6.68596698e-08, -1, -1.99483975e-06, 6.5739539e-07)
2029
o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2030
o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2031
o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2032
o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2033
o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2034
o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2035
o8.Color = Color3.new(0.388235, 0.372549, 0.384314)
2036
o8.Position = Vector3.new(4.80224085, 1.01503706, 22.7900047)
2037
o8.Orientation = Vector3.new(0, 90, 0)
2038
o8.Color = Color3.new(0.388235, 0.372549, 0.384314)
2039
o9.Parent = o8
2040
o10.Name = "qCFrameWeldThingy"
2041
o10.Parent = o8
2042
o10.C1 = CFrame.new(-0.999994278, -0.799989045, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2043
o10.Part0 = o2
2044
o10.Part1 = o8
2045
o11.Name = "qRelativeCFrameWeldValue"
2046
o11.Parent = o8
2047
o11.Value = CFrame.new(-0.999994278, -0.799989045, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2048
o12.Name = "Part"
2049
o12.Parent = o1
2050
o12.Material = Enum.Material.SmoothPlastic
2051
o12.BrickColor = BrickColor.new("Dark stone grey")
2052
o12.Position = Vector3.new(4.8022418, 1.51503456, 22.0900612)
2053
o12.Rotation = Vector3.new(90, 0, -180)
2054
o12.FormFactor = Enum.FormFactor.Plate
2055
o12.Size = Vector3.new(2, 0.400000006, 1)
2056
o12.CFrame = CFrame.new(4.8022418, 1.51503456, 22.0900612, -1, 6.57393514e-07, -6.6860764e-08, 6.68596698e-08, -1.99483975e-06, -1, -6.5739539e-07, -1, 1.99483975e-06)
2057
o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2058
o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2059
o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2060
o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2061
o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2062
o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2063
o12.Color = Color3.new(0.388235, 0.372549, 0.384314)
2064
o12.Position = Vector3.new(4.8022418, 1.51503456, 22.0900612)
2065
o12.Orientation = Vector3.new(90, 180, 0)
2066
o12.Color = Color3.new(0.388235, 0.372549, 0.384314)
2067
o13.Name = "qCFrameWeldThingy"
2068
o13.Parent = o12
2069
o13.C1 = CFrame.new(0, -1.69993782, 1.29998791, 0, 0, -1, 1, 0, 0, 0, -1, 0)
2070
o13.Part0 = o2
2071
o13.Part1 = o12
2072
o14.Name = "qRelativeCFrameWeldValue"
2073
o14.Parent = o12
2074
o14.Value = CFrame.new(0, -1.69993782, 1.29998791, 0, 0, -1, 1, 0, 0, 0, -1, 0)
2075
o15.Parent = o1
2076
o15.Material = Enum.Material.SmoothPlastic
2077
o15.BrickColor = BrickColor.new("Dark stone grey")
2078
o15.Position = Vector3.new(4.80224133, 0.515034616, 22.0900631)
2079
o15.Rotation = Vector3.new(-90, 90, 0)
2080
o15.FormFactor = Enum.FormFactor.Plate
2081
o15.Size = Vector3.new(1, 0.400000006, 2)
2082
o15.CFrame = CFrame.new(4.80224133, 0.515034616, 22.0900631, -6.6860764e-08, 6.57393514e-07, 1, -1, -1.99483975e-06, -6.68596698e-08, 1.99483975e-06, -1, 6.5739539e-07)
2083
o15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2084
o15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2085
o15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2086
o15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2087
o15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2088
o15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2089
o15.Color = Color3.new(0.388235, 0.372549, 0.384314)
2090
o15.Position = Vector3.new(4.80224133, 0.515034616, 22.0900631)
2091
o15.Orientation = Vector3.new(0, 90, -90)
2092
o15.Color = Color3.new(0.388235, 0.372549, 0.384314)
2093
o16.Parent = o15
2094
o17.Name = "qCFrameWeldThingy"
2095
o17.Parent = o15
2096
o17.C1 = CFrame.new(0.299988031, -1.69993782, 0, 0, -1, 0, 1, 0, -0, 0, 0, 1)
2097
o17.Part0 = o2
2098
o17.Part1 = o15
2099
o18.Name = "qRelativeCFrameWeldValue"
2100
o18.Parent = o15
2101
o18.Value = CFrame.new(0.299988031, -1.69993782, 0, 0, -1, 0, 1, 0, -0, 0, 0, 1)
2102
o19.Parent = o1
2103
o19.Material = Enum.Material.SmoothPlastic
2104
o19.BrickColor = BrickColor.new("Dark stone grey")
2105
o19.Position = Vector3.new(4.30224657, 3.18636274, 22.8998623)
2106
o19.Rotation = Vector3.new(118.970001, 82.7699966, 89.0500031)
2107
o19.CanCollide = false
2108
o19.FormFactor = Enum.FormFactor.Plate
2109
o19.Size = Vector3.new(1, 0.400000006, 1)
2110
o19.CFrame = CFrame.new(4.30224657, 3.18636274, 22.8998623, 0.00207838812, -0.125895754, 0.992041409, -0.470002174, -0.875764787, -0.110154912, 0.882662833, -0.466032654, -0.0609914586)
2111
o19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2112
o19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2113
o19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2114
o19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2115
o19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2116
o19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2117
o19.Color = Color3.new(0.388235, 0.372549, 0.384314)
2118
o19.Position = Vector3.new(4.30224657, 3.18636274, 22.8998623)
2119
o19.Orientation = Vector3.new(6.32000017, 93.5199966, -151.779999)
2120
o19.Color = Color3.new(0.388235, 0.372549, 0.384314)
2121
o20.Parent = o19
2122
o20.Scale = Vector3.new(1, 1.5, 0.150000006)
2123
o20.Scale = Vector3.new(1, 1.5, 0.150000006)
2124
o21.Name = "qCFrameWeldThingy"
2125
o21.Parent = o19
2126
o21.C1 = CFrame.new(2.18325424, 2.1243906, 0.769028187, -0.882661879, -0.470003933, 0.00207899977, 0.466034323, -0.875763834, -0.125896007, 0.0609923303, -0.110154726, 0.992041349)
2127
o21.Part0 = o2
2128
o21.Part1 = o19
2129
o22.Name = "qRelativeCFrameWeldValue"
2130
o22.Parent = o19
2131
o22.Value = CFrame.new(2.18325424, 2.1243906, 0.769028187, -0.882661879, -0.470003933, 0.00207899977, 0.466034323, -0.875763834, -0.125896007, 0.0609923303, -0.110154726, 0.992041349)
2132
o23.Parent = o1
2133
o23.Material = Enum.Material.SmoothPlastic
2134
o23.BrickColor = BrickColor.new("Black")
2135
o23.Position = Vector3.new(4.35254002, 3.5367043, 23.0863819)
2136
o23.Rotation = Vector3.new(28.0300007, 0.119999997, -7.23000002)
2137
o23.CanCollide = false
2138
o23.FormFactor = Enum.FormFactor.Plate
2139
o23.Size = Vector3.new(1, 0.400000006, 1)
2140
o23.CFrame = CFrame.new(4.35254002, 3.5367043, 23.0863819, 0.99204129, 0.125895873, 0.00207857392, -0.110155217, 0.875767052, -0.469997913, -0.0609911419, 0.466028392, 0.882665157)
2141
o23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2142
o23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2143
o23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2144
o23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2145
o23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2146
o23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2147
o23.Color = Color3.new(0.105882, 0.164706, 0.207843)
2148
o23.Position = Vector3.new(4.35254002, 3.5367043, 23.0863819)
2149
o23.Orientation = Vector3.new(28.0300007, 0.129999995, -7.17000008)
2150
o23.Color = Color3.new(0.105882, 0.164706, 0.207843)
2151
o24.Parent = o23
2152
o24.Scale = Vector3.new(1, 1, 0.300000012)
2153
o24.Scale = Vector3.new(1, 1, 0.300000012)
2154
o25.Name = "qCFrameWeldThingy"
2155
o25.Parent = o23
2156
o25.C1 = CFrame.new(0.769104481, -2.52447319, 2.1831646, 0.0609920137, -0.110155031, 0.99204123, -0.466030061, 0.875766098, 0.125896126, -0.882664204, -0.469999671, 0.00207918556)
2157
o25.Part0 = o2
2158
o25.Part1 = o23
2159
o26.Name = "qRelativeCFrameWeldValue"
2160
o26.Parent = o23
2161
o26.Value = CFrame.new(0.769104481, -2.52447319, 2.1831646, 0.0609920137, -0.110155031, 0.99204123, -0.466030061, 0.875766098, 0.125896126, -0.882664204, -0.469999671, 0.00207918556)
2162
o27.Parent = o1
2163
o27.Material = Enum.Material.SmoothPlastic
2164
o27.BrickColor = BrickColor.new("Dark stone grey")
2165
o27.Position = Vector3.new(4.80224323, 2.41499805, 22.7900028)
2166
o27.Rotation = Vector3.new(0, 90, 0)
2167
o27.FormFactor = Enum.FormFactor.Plate
2168
o27.Size = Vector3.new(1, 0.800000012, 2)
2169
o27.CFrame = CFrame.new(4.80224323, 2.41499805, 22.7900028, 6.57393514e-07, 6.6860764e-08, 1, -1.99483975e-06, 1, -6.68596698e-08, -1, -1.99483975e-06, 6.5739539e-07)
2170
o27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2171
o27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2172
o27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2173
o27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2174
o27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2175
o27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2176
o27.Color = Color3.new(0.388235, 0.372549, 0.384314)
2177
o27.Position = Vector3.new(4.80224323, 2.41499805, 22.7900028)
2178
o27.Orientation = Vector3.new(0, 90, 0)
2179
o27.Color = Color3.new(0.388235, 0.372549, 0.384314)
2180
o28.Parent = o27
2181
o29.Name = "qCFrameWeldThingy"
2182
o29.Parent = o27
2183
o29.C1 = CFrame.new(-0.999994278, -2.19994998, -1.90734863e-06, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2184
o29.Part0 = o2
2185
o29.Part1 = o27
2186
o30.Name = "qRelativeCFrameWeldValue"
2187
o30.Parent = o27
2188
o30.Value = CFrame.new(-0.999994278, -2.19994998, -1.90734863e-06, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2189
o31.Name = "Part"
2190
o31.Parent = o1
2191
o31.Material = Enum.Material.SmoothPlastic
2192
o31.BrickColor = BrickColor.new("Dark stone grey")
2193
o31.Position = Vector3.new(4.80224323, 3.01503515, 22.7900009)
2194
o31.Rotation = Vector3.new(180, 0, -180)
2195
o31.FormFactor = Enum.FormFactor.Plate
2196
o31.Size = Vector3.new(2, 0.400000006, 1)
2197
o31.CFrame = CFrame.new(4.80224323, 3.01503515, 22.7900009, -1, 6.6860764e-08, 6.57393514e-07, 6.68596698e-08, 1, -1.99483975e-06, -6.5739539e-07, -1.99483975e-06, -1)
2198
o31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2199
o31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2200
o31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2201
o31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2202
o31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2203
o31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2204
o31.Color = Color3.new(0.388235, 0.372549, 0.384314)
2205
o31.Position = Vector3.new(4.80224323, 3.01503515, 22.7900009)
2206
o31.Orientation = Vector3.new(0, 180, 0)
2207
o31.Color = Color3.new(0.388235, 0.372549, 0.384314)
2208
o32.Name = "qCFrameWeldThingy"
2209
o32.Parent = o31
2210
o32.C1 = CFrame.new(1.90734863e-06, -2.79998708, -0.999994278, 0, 0, -1, 0, 1, 0, 1, 0, 0)
2211
o32.Part0 = o2
2212
o32.Part1 = o31
2213
o33.Name = "qRelativeCFrameWeldValue"
2214
o33.Parent = o31
2215
o33.Value = CFrame.new(1.90734863e-06, -2.79998708, -0.999994278, 0, 0, -1, 0, 1, 0, 1, 0, 0)
2216
o34.Parent = o1
2217
o34.Material = Enum.Material.SmoothPlastic
2218
o34.BrickColor = BrickColor.new("Dark stone grey")
2219
o34.Position = Vector3.new(5.30077744, 3.00703883, 22.7902451)
2220
o34.Rotation = Vector3.new(173.660004, 89.9300003, -151.160004)
2221
o34.FormFactor = Enum.FormFactor.Plate
2222
o34.Size = Vector3.new(1, 0.400000006, 1)
2223
o34.CFrame = CFrame.new(5.30077744, 3.00703883, 22.7902451, -0.00100036676, 0.00055081083, 0.999999344, 0.38262701, 0.923902988, -0.00012612842, -0.923902392, 0.382626653, -0.00113499665)
2224
o34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2225
o34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2226
o34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2227
game.Players.LocalPlayer.Character.Humanoid.Jump = true
2228
game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
2229
wait(.1)
2230
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
2231
game.Players.LocalPlayer.Character.Humanoid.JumpPower = 0
2232
wait(.5)
2233
o34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2234
o34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2235
o34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2236
o34.Color = Color3.new(0.388235, 0.372549, 0.384314)
2237
o34.Position = Vector3.new(5.30077744, 3.00703883, 22.7902451)
2238
o34.Orientation = Vector3.new(0.00999999978, 90.0699997, 22.5)
2239
o34.Color = Color3.new(0.388235, 0.372549, 0.384314)
2240
o35.Parent = o34
2241
o35.Scale = Vector3.new(0.899999976, 0.75, 0.75)
2242
o35.Scale = Vector3.new(0.899999976, 0.75, 0.75)
2243
o36.Name = "qCFrameWeldThingy"
2244
o36.Parent = o34
2245
o36.C1 = CFrame.new(-1.99146843, -2.19726753, -0.499319553, 0.923901618, 0.382628858, -0.00100099971, -0.3826285, 0.923902214, 0.000551000587, 0.00113565428, -0.000126059284, 0.999999344)
2246
o36.Part0 = o2
2247
o36.Part1 = o34
2248
o37.Name = "qRelativeCFrameWeldValue"
2249
o37.Parent = o34
2250
o37.Value = CFrame.new(-1.99146843, -2.19726753, -0.499319553, 0.923901618, 0.382628858, -0.00100099971, -0.3826285, 0.923902214, 0.000551000587, 0.00113565428, -0.000126059284, 0.999999344)
2251
o38.Parent = o1
2252
o38.Material = Enum.Material.SmoothPlastic
2253
o38.Position = Vector3.new(5.30224133, 3.00618434, 22.7900028)
2254
o38.Rotation = Vector3.new(22.5, 90, 0)
2255
o38.FormFactor = Enum.FormFactor.Plate
2256
o38.Size = Vector3.new(1, 0.400000006, 1)
2257
o38.CFrame = CFrame.new(5.30224133, 3.00618434, 22.7900028, 6.32938452e-07, -1.89803927e-07, 1, 0.382683963, 0.923879385, -6.68596698e-08, -0.923879385, 0.382683933, 6.5739539e-07)
2258
o38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2259
o38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2260
o38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2261
o38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2262
o38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2263
o38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2264
o38.Position = Vector3.new(5.30224133, 3.00618434, 22.7900028)
2265
o38.Orientation = Vector3.new(0, 90, 22.5)
2266
o39.Parent = o38
2267
o39.Scale = Vector3.new(0.850000024, 0.800000012, 0.699999988)
2268
o39.Scale = Vector3.new(0.850000024, 0.800000012, 0.699999988)
2269
o40.Name = "qCFrameWeldThingy"
2270
o40.Parent = o38
2271
o40.C1 = CFrame.new(-1.99200058, -2.1959877, -0.5, 0.92387861, 0.38268581, 0, -0.382685781, 0.92387861, 0, 0, 0, 1)
2272
o40.Part0 = o2
2273
o40.Part1 = o38
2274
o41.Name = "qRelativeCFrameWeldValue"
2275
o41.Parent = o38
2276
o41.Value = CFrame.new(-1.99200058, -2.1959877, -0.5, 0.92387861, 0.38268581, 0, -0.382685781, 0.92387861, 0, 0, 0, 1)
2277
o1.Parent = game.Players.LocalPlayer.Character
2278
game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 = CFrame.new(-1, 0.5, 0, -4.37113883e-08, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-08)
2279
game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C1 = CFrame.new(0.5, 0.5, 0, 0.165244907, 0.118808933, -0.979070246, 0.794930875, 0.571544766, 0.203522593, 0.583762765, -0.811924279, -2.551708e-08)
2280
game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = CFrame.new(1, 0.5, 0, -4.37113883e-08, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-08)
2281
game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C1 = CFrame.new(-0.49999997, 0.5, 0, 0.214554131, -0.133952752, 0.967482924, -0.820670664, 0.512369871, 0.252936393, -0.529590607, -0.848253369, -2.31491413e-08)
2282
wait(.1)
2283
	local leDEPLOI = Instance.new("Sound")
2284
	leDEPLOI.Parent = game.Players.LocalPlayer.Character.Head
2285
	leDEPLOI.SoundId = "rbxassetid://539294959"
2286
	leDEPLOI.Volume = 1
2287
	leDEPLOI:Play()
2288
game.Players.LocalPlayer.Character.Animate.Disabled = true
2289
tablenabled = true
2290
wait(1.5)
2291
undeploid = false
2292
	leDEPLOI:Destroy()
2293
end
2294
2295
if key == "x" and tablenabled == true and undeploid == false
2296
	then
2297
	undeploid = true
2298
	local leDEPLOI = Instance.new("Sound")
2299
	leDEPLOI.Parent = game.Players.LocalPlayer.Character.Head
2300
	leDEPLOI.SoundId = "rbxassetid://180163749"
2301
	leDEPLOI.Volume = 1
2302
	leDEPLOI.Looped = true
2303
	leDEPLOI:Play()
2304
	wait(2)
2305
	leDEPLOI:Destroy()
2306
    print("Hitler retracted his table")
2307
    game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
2308
    game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
2309
    game.Players.LocalPlayer.Character["Führer Speech Table"]:Destroy()
2310
game.Players.LocalPlayer.Character.Animate.Disabled = false
2311
game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 = CFrame.new(-1, 0.5, 0, -4.37113883e-08, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-08)
2312
game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C1 = CFrame.new(0.5, 0.5, 0, -4.37113883e-08, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-08)
2313
game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = CFrame.new(1, 0.5, 0, -4.37113883e-08, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-08)
2314
game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0, -4.37113883e-08, 0, 1, 0, 0.99999994, 0, -1, 0, -4.37113883e-08)
2315
tablenabled = false
2316
undeploid = true
2317
local RAW = Instance.new("Weld")
2318
local RAWV = Instance.new("CFrameValue")
2319
local LAW = Instance.new("Weld")
2320
local LAWV = Instance.new("CFrameValue")
2321
2322
RAW.Name = "qCFrameWeldThingy"
2323
RAW.Parent = game.Players.LocalPlayer.Character["Right Arm"]
2324
RAW.C1 = CFrame.new(-0.973731995, -0.507667542, -0.188486099, 0.734554589, -0.521637022, 0.433963418, 0.619291961, 0.776756942, -0.114568293, -0.27732107, 0.352906734, 0.89361614)
2325
RAW.Part0 = game.Players.LocalPlayer.Character["Torso"]
2326
RAW.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
2327
RAWV.Name = "qRelativeCFrameWeldValue"
2328
RAWV.Parent = game.Players.LocalPlayer.Character["Right Arm"]
2329
RAWV.Value = CFrame.new(-0.973731995, -0.507667542, -0.188486099, 0.734554589, -0.521637022, 0.433963418, 0.619291961, 0.776756942, -0.114568293, -0.27732107, 0.352906734, 0.89361614)
2330
2331
LAW.Name = "qCFrameWeldThingy"
2332
LAW.Parent = game.Players.LocalPlayer.Character["Left Arm"]
2333
LAW.C1 = CFrame.new(1.10416794, -0.319442749, -0.0551052094, 0.676092148, 0.143845513, -0.722639501, -0.613944411, 0.652254164, -0.444563508, 0.407396168, 0.744226336, 0.529297113)
2334
LAW.Part0 = game.Players.LocalPlayer.Character["Torso"]
2335
LAW.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
2336
LAWV.Name = "qRelativeCFrameWeldValue"
2337
LAWV.Parent = game.Players.LocalPlayer.Character["Left Arm"]
2338
LAWV.Value = CFrame.new(1.10416794, -0.319442749, -0.0551052094, 0.676092148, 0.143845513, -0.722639501, -0.613944411, 0.652254164, -0.444563508, 0.407396168, 0.744226336, 0.529297113)
2339
end
2340
end)
2341
local mous = game.Players.LocalPlayer:GetMouse()
2342
mous.KeyDown:connect(function (ke)
2343
ke = string.lower(ke)
2344
2345
2346
if ke == "e" and tablenabled == true and Spooken == false and Heil == false
2347
then
2348
Heil = true
2349
sounds = {so2.SoundId,so3.SoundId,so4.SoundId,so5.SoundId,so6.SoundId,so7.SoundId,so8.SoundId,so10.SoundId,so11.SoundId,so12.SoundId,so13.SoundId}
2350
print("Hitler said some words")
2351
Player = Instance.new("Sound")
2352
Player.Parent = game.Players.LocalPlayer.Character.Head
2353
Player.Name = "SoundPlayer"
2354
Player.SoundId = sounds[math.random(1,#sounds)]
2355
Player:Play()
2356
tablenabled =  true
2357
Spooken = true
2358
wait(5)
2359
Spooken = false
2360
Heil = false
2361
end
2362
end)
2363
2364
local mouu = game.Players.LocalPlayer:GetMouse()
2365
mouu.KeyDown:connect(function (kee)
2366
kee = string.lower(kee)
2367
2368
if kee == "q" and tablenabled == true and Heil == false and Spooken == false
2369
then
2370
Heil = true
2371
wait(.1)
2372
Spooken = true
2373
Heil = true
2374
sounds = {so9.SoundId}
2375
print("SIEG HEIL!")
2376
Player = Instance.new("Sound")
2377
Player.Parent = game.Players.LocalPlayer.Character.Head
2378
Player.Name = "SoundPlayer"
2379
Player.SoundId = sounds[math.random(1,#sounds)]
2380
Player:Play()
2381
local He = "Sieg Heil!"
2382
wait(2)
2383
game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = CFrame.new(1, 0.5, 0, -4.37113883e-08, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-08)
2384
game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C1 = CFrame.new(-0.5, 0.49999997, 0, 0.843744278, -0.171882227, 0.508480251, -0.498246878, 0.101499684, 0.861073673, -0.199613839, -0.979874671, -8.72539818e-09)
2385
game:GetService("Chat"):Chat(game.Players.LocalPlayer.Character.Head, He, Enum.ChatColor.Red)
2386
wait(0.5)
2387
game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = CFrame.new(1, 0.5, 0, -4.37113883e-08, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-08)
2388
game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C1 = CFrame.new(-0.5, 1.03762543, 0, -0.363555819, -0.244653851, 0.898872435, -0.745738387, -0.501842558, -0.438210398, 0.558302283, -0.829637587, 2.44041676e-08)
2389
wait(1)
2390
game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = CFrame.new(1, 0.5, 0, -4.37113883e-08, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-08)
2391
game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C1 = CFrame.new(-0.49999997, 0.5, 0, 0.214554131, -0.133952752, 0.967482924, -0.820670664, 0.512369871, 0.252936393, -0.529590607, -0.848253369, -2.31491413e-08)
2392
wait(1.5)
2393
Heil = false
2394
Spooken = false
2395
end
2396
end)
2397
2398
local mouuwe = game.Players.LocalPlayer:GetMouse()
2399
mouuwe.KeyDown:connect(function (keewe)
2400
keewe = string.lower(keewe)
2401
2402
if keewe == "q" and tablenabled == false and Hiel == false and Spooken == false
2403
then
2404
wait(.1)
2405
Spooken = true
2406
Hiel = true
2407
sounds = {so9.SoundId}
2408
print("SIEG HEIL!")
2409
Player = Instance.new("Sound")
2410
Player.Parent = game.Players.LocalPlayer.Character.Head
2411
Player.Name = "SoundPlayer"
2412
Player.SoundId = sounds[math.random(1,#sounds)]
2413
Player:Play()
2414
wait(2)
2415
local d = game.Players.LocalPlayer.Character["Right Arm"]:GetChildren() 
2416
	for i=1, #d do 
2417
		if (d[i].className == "Weld") then 
2418
			d[i]:destroy()
2419
	  end 
2420
	end
2421
local e = game.Players.LocalPlayer.Character["Right Arm"]:GetChildren() 
2422
	for i=1, #e do 
2423
		if (e[i].className == "CFrameValue") then 
2424
			e[i]:destroy()
2425
	  end 
2426
end
2427
RAW:Destroy()
2428
RAWV:Destroy()
2429
local He = "Sieg Heil!"
2430
local owwe16 = Instance.new("Weld")
2431
local owwe17 = Instance.new("CFrameValue")
2432
owwe16.Name = "qCFrameWeldThingy"
2433
owwe16.Parent = game.Players.LocalPlayer.Character["Right Arm"]
2434
owwe16.C1 = CFrame.new(-0.721325874, -0.475517273, 0.499384642, 0.245333657, -0.0480151623, -0.968248904, 0.969438732, 0.0121510886, 0.245032549, 0, -0.998768806, 0.0495290235)
2435
owwe16.Part0 = game.Players.LocalPlayer.Character.Torso
2436
owwe16.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
2437
owwe17.Name = "qRelativeCFrameWeldValue"
2438
owwe17.Parent = game.Players.LocalPlayer.Character["Right Arm"]
2439
owwe17.Value = CFrame.new(-0.721325874, -0.475517273, 0.499384642, 0.245333657, -0.0480151623, -0.968248904, 0.969438732, 0.0121510886, 0.245032549, 0, -0.998768806, 0.0495290235)
2440
game:GetService("Chat"):Chat(game.Players.LocalPlayer.Character.Head, He, Enum.ChatColor.Red)
2441
wait(.5)
2442
owwe16.C1 = CFrame.new(-0.824748993, 1.9500351, -0.106836319, 0.60572499, -0.0434112921, 0.794488966, -0.702004015, -0.499187171, 0.50793767, 0.374549896, -0.865401566, -0.332846314)
2443
owwe17.Value = CFrame.new(-0.824748993, 1.9500351, -0.106836319, 0.60572499, -0.0434112921, 0.794488966, -0.702004015, -0.499187171, 0.50793767, 0.374549896, -0.865401566, -0.332846314)
2444
print("2")
2445
wait(1.5)
2446
Hiel = false
2447
Spooken = false
2448
owwe16:Destroy()
2449
owwe17:Destroy()
2450
local RAW = Instance.new("Weld")
2451
local RAWV = Instance.new("CFrameValue")
2452
2453
RAW.Name = "qCFrameWeldThingy"
2454
RAW.Parent = game.Players.LocalPlayer.Character["Right Arm"]
2455
RAW.C1 = CFrame.new(-0.973731995, -0.507667542, -0.188486099, 0.734554589, -0.521637022, 0.433963418, 0.619291961, 0.776756942, -0.114568293, -0.27732107, 0.352906734, 0.89361614)
2456
RAW.Part0 = game.Players.LocalPlayer.Character["Torso"]
2457
RAW.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
2458
RAWV.Name = "qRelativeCFrameWeldValue"
2459
RAWV.Parent = game.Players.LocalPlayer.Character["Right Arm"]
2460
RAWV.Value = CFrame.new(-0.973731995, -0.507667542, -0.188486099, 0.734554589, -0.521637022, 0.433963418, 0.619291961, 0.776756942, -0.114568293, -0.27732107, 0.352906734, 0.89361614)
2461
end
2462
end)
2463
2464
2465
2466
2467
2468
2469
2470
local mouuweew = game.Players.LocalPlayer:GetMouse()
2471
mouuweew.KeyDown:connect(function (keeweew)
2472
keeweew = string.lower(keeweew)
2473
2474
if keeweew == "p"
2475
	then
2476
	MUZC:Play()
2477
end
2478
end)
2479
2480
local mouuweeww = game.Players.LocalPlayer:GetMouse()
2481
mouuweeww.KeyDown:connect(function (keeweeww)
2482
keeweeww = string.lower(keeweeww)
2483
if keeweeww == "l"
2484
	then
2485
	MUZC:Stop()
2486
end
2487
end)
2488
2489
local plr = game.Players.LocalPlayer
2490
function exe(cmd)
2491
game:GetService'Players'.LocalPlayer.PlayerGui.SB_DataTransfer.SB_CommandRemote.Value = cmd
2492
end
2493
local mouse = plr:GetMouse()
2494
local adornees
2495
local destroyit = false
2496
local lasttarget 
2497
local currenttarget
2498
local changed = {}
2499
mouse.Button1Down:connect(function()
2500
	if mouse.Target and Heil ==false and Hiel == false then
2501
	if mouse.Target.Parent.ClassName == "Model" then
2502
	currenttarget = mouse.Target.Parent
2503
	lasttarget = mouse.Target.Parent
2504
	adornees = Instance.new("Model",plr.Character)
2505
	for i,v in pairs(mouse.Target.Parent:GetChildren()) do
2506
		local s = Instance.new("SelectionBox",adornees)
2507
		if v:IsA("Part") then
2508
			if v.Name == "Torso" then
2509
				local lasso = Instance.new("SelectionPartLasso",adornees)
2510
				lasso.Humanoid = plr.Character.Humanoid
2511
mouse.Target.Parent.Humanoid.Health = 0
2512
			end
2513
if
2514
	mouse.Target.Parent.Humanoid == nil == false and Shot == false
2515
	then
2516
Shot = true
2517
bloo1 = Instance.new("ParticleEmitter")
2518
bloo1.Parent = mouse.Target
2519
bloo1.Transparency = NumberSequence.new(0.5,0.5)
2520
bloo1.Size = NumberSequence.new(0.5,0.5)
2521
bloo1.Texture = "rbxassetid://524781377"
2522
bloo1.ZOffset = 1
2523
bloo1.Acceleration = Vector3.new(0, -20, 0)
2524
bloo1.Rate = 500
2525
bloo1.RotSpeed = NumberRange.new(10000,10000)
2526
bloo1.Speed = NumberRange.new(0,0)
2527
local Victimm = mouse.Target.Parent
2528
Victimm.Humanoid.PlatformStand = true
2529
guigroup=Instance.new("BillboardGui")
2530
guigroup.Parent=Victimm.Head
2531
guigroup.Adornee=Victimm.Head
2532
guigroup.Size = UDim2.new(1,0,1,0)
2533
guigroup.StudsOffset=Vector3.new(0.5, 2, 0)
2534
owooo1 = Instance.new("ImageLabel")
2535
owooo1.Size = UDim2.new(0,100,0,100)
2536
owooo1.BackgroundColor3 = Color3.new(1, 1, 1)
2537
owooo1.BackgroundTransparency = 1
2538
owooo1.Image = "rbxassetid://20016320"
2539
owooo1.Parent = guigroup
2540
owooo1.AnchorPoint = Vector2.new(0.5, 0.5)
2541
owooo1.Size = UDim2.new(1.5,0,1.5,0)		
2542
local player = Victimm
2543
local char = Victimm
2544
local OMGCREEPYw = Instance.new("Sound")
2545
OMGCREEPYw.Volume = 2.5
2546
OMGCREEPYw.SoundId = "rbxassetid://605536910"
2547
local OMGCREEPYweew = Instance.new("Sound")
2548
OMGCREEPYweew.Volume = 5
2549
OMGCREEPYweew.SoundId = "rbxassetid://566593606"
2550
            char.Archivable = true
2551
			local rg = char:Clone()	
2552
			rg.Name = ""
2553
			rg.Humanoid.MaxHealth = 0
2554
			rg.Humanoid.PlatformStand = true
2555
			for i, v in pairs(rg.Torso:GetChildren()) do
2556
				if v:IsA("Motor6D") then
2557
					v:Destroy()
2558
				end
2559
			end
2560
			local TorsoPointNeckAttachment = Instance.new("Attachment")
2561
			TorsoPointNeckAttachment.Name = "TorsoPointNeckAttachment"
2562
			TorsoPointNeckAttachment.Parent = rg.Torso
2563
			TorsoPointNeckAttachment.Position = Vector3.new(0,1,0)
2564
			TorsoPointNeckAttachment.Axis = Vector3.new(1,0,0)
2565
			TorsoPointNeckAttachment.SecondaryAxis = Vector3.new(0,1,0)
2566
			local HeadPointNeckAttachment= Instance.new("Attachment")
2567
			HeadPointNeckAttachment.Name = "HeadPointNeckAttachment"
2568
			HeadPointNeckAttachment.Parent = rg.Head
2569
			HeadPointNeckAttachment.Position = Vector3.new(0,-0.5,0)
2570
			HeadPointNeckAttachment.Axis = Vector3.new(1,0,0)
2571
			HeadPointNeckAttachment.SecondaryAxis = Vector3.new(0,1,0)
2572
			local LeftArmPointAttachment = Instance.new("Attachment")
2573
			LeftArmPointAttachment.Name = "LeftArmPointAttachment"
2574
			LeftArmPointAttachment.Parent = rg["Left Arm"]
2575
			LeftArmPointAttachment.Position = Vector3.new(0,0.5,0)
2576
			LeftArmPointAttachment.Axis = Vector3.new(1,0,0)
2577
			LeftArmPointAttachment.SecondaryAxis = Vector3.new(0,1,0)
2578
			local RightArmPointAttachment = Instance.new("Attachment")
2579
			RightArmPointAttachment.Name = "RightArmPointAttachment"
2580
			RightArmPointAttachment.Parent = rg["Right Arm"]
2581
			RightArmPointAttachment.Position = Vector3.new(0,0.5,0)
2582
			RightArmPointAttachment.Axis = Vector3.new(1,0,0)
2583
			RightArmPointAttachment.SecondaryAxis = Vector3.new(0,1,0)
2584
			local LeftLegPointAttachment = Instance.new("Attachment")
2585
			LeftLegPointAttachment.Name = "LeftLegPointAttachment"
2586
			LeftLegPointAttachment.Parent = rg["Left Leg"]
2587
			LeftLegPointAttachment.Position = Vector3.new(0,1,0)
2588
			LeftLegPointAttachment.Axis = Vector3.new(1,0,0)
2589
			LeftLegPointAttachment.SecondaryAxis = Vector3.new(0,1,0)
2590
			local RightLegPointAttachment = Instance.new("Attachment")
2591
			RightLegPointAttachment.Name = "RightLegPointAttachment"
2592
			RightLegPointAttachment.Parent = rg["Right Leg"]
2593
			RightLegPointAttachment.Position = Vector3.new(0,1,0)
2594
			RightLegPointAttachment.Axis = Vector3.new(1,0,0)
2595
			RightLegPointAttachment.SecondaryAxis = Vector3.new(0,1,0)
2596
			local LeftHipPointAttachment = Instance.new("Attachment")
2597
			LeftHipPointAttachment.Name = "LeftHipPointAttachment"
2598
			LeftHipPointAttachment.Parent = rg.Torso
2599
			LeftHipPointAttachment.Position = Vector3.new(-0.5,-1,0)
2600
			LeftHipPointAttachment.Axis = Vector3.new(1,0,0)
2601
			LeftHipPointAttachment.SecondaryAxis = Vector3.new(0,1,0)			
2602
			local RightHipPointAttachment = Instance.new("Attachment")
2603
			RightHipPointAttachment.Name = "RightHipPointAttachment"
2604
			RightHipPointAttachment.Parent = rg.Torso
2605
			RightHipPointAttachment.Position = Vector3.new(0.5,-1,0)
2606
			RightHipPointAttachment.Axis = Vector3.new(1,0,0)
2607
			RightHipPointAttachment.SecondaryAxis = Vector3.new(0,1,0)
2608
			local LeftShoulderPointAttachment = Instance.new("Attachment")
2609
			LeftShoulderPointAttachment.Name = "LeftShoulderPointAttachment"
2610
			LeftShoulderPointAttachment.Parent = rg.Torso
2611
			LeftShoulderPointAttachment.Position = Vector3.new(-1.5,0.5,0)
2612
			LeftShoulderPointAttachment.Axis = Vector3.new(1,0,0)
2613
			LeftShoulderPointAttachment.SecondaryAxis = Vector3.new(0,1,0)			
2614
			local RightShoulderPointAttachment = Instance.new("Attachment")
2615
			RightShoulderPointAttachment.Name = "RightShoulderPointAttachment"
2616
			RightShoulderPointAttachment.Parent = rg.Torso
2617
			RightShoulderPointAttachment.Position = Vector3.new(1.5,0.5,0)
2618
			RightShoulderPointAttachment.Axis = Vector3.new(1,0,0)
2619
			RightShoulderPointAttachment.SecondaryAxis = Vector3.new(0,1,0)				
2620
			
2621
			
2622
			
2623
			
2624
			
2625
			
2626
			local n = Instance.new("BallSocketConstraint", rg.Torso)
2627
			n.Name = "BallSocketNeck"
2628
			n.Attachment0 = TorsoPointNeckAttachment
2629
			n.Attachment1 = HeadPointNeckAttachment
2630
			n.Restitution = 0
2631
			n.UpperAngle = 90
2632
			n.Enabled = true
2633
			n.LimitsEnabled = true
2634
			
2635
			local rs = Instance.new("BallSocketConstraint", rg.Torso)
2636
			rs.Name = "BallSocketRightShoulder"
2637
			rs.Attachment0 = RightShoulderPointAttachment
2638
			rs.Attachment1 = RightArmPointAttachment
2639
			rs.Restitution = 0
2640
			rs.UpperAngle = 90
2641
			rs.Enabled = true
2642
			rs.LimitsEnabled = true
2643
			local ls = Instance.new("BallSocketConstraint", rg.Torso)
2644
			ls.Name = "BallSocketLeftShoulder"
2645
			ls.Attachment0 = LeftShoulderPointAttachment
2646
			ls.Attachment1 = LeftArmPointAttachment
2647
			ls.Restitution = 0
2648
			ls.UpperAngle = 90
2649
			ls.Enabled = true
2650
			ls.LimitsEnabled = true
2651
			
2652
			local rh = Instance.new("BallSocketConstraint", rg.Torso)
2653
			rh.Name = "BallSocketRightHip"
2654
			rh.Attachment0 = RightHipPointAttachment
2655
			rh.Attachment1 = RightLegPointAttachment
2656
			rh.Restitution = 0
2657
			rh.UpperAngle = 90
2658
			rh.Enabled = true
2659
			rh.LimitsEnabled = true
2660
			local lh = Instance.new("BallSocketConstraint", rg.Torso)
2661
			lh.Name = "BallSocketLeftHip"
2662
			lh.Attachment0 = LeftHipPointAttachment
2663
			lh.Attachment1 = LeftLegPointAttachment
2664
			lh.Restitution = 0
2665
			lh.UpperAngle = 90
2666
			lh.Enabled = true
2667
			lh.LimitsEnabled = true
2668
			char.Head:Destroy()
2669
			char.Torso:Destroy()
2670
			char["Left Arm"]:Destroy()
2671
			char["Right Arm"]:Destroy()
2672
			char["Left Leg"]:Destroy()
2673
			char["Right Leg"]:Destroy()
2674
			char.Humanoid.PlatformStand = true
2675
			rg.Parent = game.Workspace
2676
			rg.Head.face.Texture = "http://www.roblox.com/asset/?id=778409313"
2677
	local runDummyScript = function(f,scri)
2678
local oldenv = getfenv(f)
2679
local newenv = setmetatable({}, {
2680
__index = function(_, k)
2681
if k:lower() == 'script' then
2682
return scri
2683
else
2684
return oldenv[k]
2685
end
2686
end
2687
})
2688
setfenv(f, newenv)
2689
ypcall(function() f() end)
2690
end
2691
local cors = {}
2692
local mas = Instance.new("Model",game:GetService("Lighting")) 
2693
mas.Name = "Collidable Limbs"
2694
local oo1 = Instance.new("Part")
2695
local oo2 = Instance.new("Part")
2696
local oo3 = Instance.new("Part")
2697
local oo4 = Instance.new("Part")
2698
local oo5 = Instance.new("Part")
2699
local oo6 = Instance.new("Part")
2700
local w1 = Instance.new("Weld")
2701
local w2 = Instance.new("Weld")
2702
local w3 = Instance.new("Weld")
2703
local w4 = Instance.new("Weld")
2704
local w5 = Instance.new("Weld")
2705
local w6 = Instance.new("Weld")
2706
oo1.Name = "CHead"
2707
w1.Parent = oo1
2708
w1.Part0 = w1.Parent
2709
w1.Part1 = rg["Head"]
2710
oo1.Parent = mas
2711
oo1.Material = Enum.Material.SmoothPlastic
2712
oo1.BrickColor = BrickColor.new("Institutional white")
2713
oo1.Transparency = 1
2714
oo1.Position = Vector3.new(0, 4.50001812, 0)
2715
oo1.Velocity = Vector3.new(0, -9.19685173, 0)
2716
oo1.Locked = true
2717
oo1.FormFactor = Enum.FormFactor.Symmetric
2718
oo1.Size = Vector3.new(2, 1, 1)
2719
oo1.CFrame = CFrame.new(0, 4.50001812, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2720
oo1.BottomSurface = Enum.SurfaceType.Smooth
2721
oo1.TopSurface = Enum.SurfaceType.Smooth
2722
oo1.Color = Color3.new(0.972549, 0.972549, 0.972549)
2723
oo1.Position = Vector3.new(0, 4.50001812, 0)
2724
oo1.CanCollide = false
2725
2726
oo2.Name = "CT"
2727
w2.Parent = oo2
2728
w2.Part0 = w2.Parent
2729
w2.Part1 = rg["Torso"]
2730
oo2.Parent = mas
2731
oo2.CanCollide = true
2732
oo2.Material = Enum.Material.SmoothPlastic
2733
oo2.BrickColor = BrickColor.new("Institutional white")
2734
oo2.Transparency = 1
2735
oo2.Position = Vector3.new(0, 3.00001788, 0)
2736
oo2.Velocity = Vector3.new(0, -9.19685173, 0)
2737
oo2.Locked = true
2738
oo2.Anchored = false
2739
oo2.FormFactor = Enum.FormFactor.Symmetric
2740
oo2.Size = Vector3.new(2, 2, 1)
2741
oo2.CFrame = CFrame.new(0, 3.00001788, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2742
oo2.BottomSurface = Enum.SurfaceType.Smooth
2743
oo2.TopSurface = Enum.SurfaceType.Smooth
2744
oo2.Color = Color3.new(0.972549, 0.972549, 0.972549)
2745
oo2.Position = Vector3.new(0, 3.00001788, 0)
2746
oo3.Name = "CLA"
2747
oo3.CanCollide = true
2748
w3.Parent = oo3
2749
w3.Part0 = w3.Parent
2750
w3.Part1 = rg["Left Arm"]
2751
w3.C0 = CFrame.new(0, 0, 0)
2752
w3.C1 = CFrame.new(0, -0.2, 0)
2753
oo3.Parent = mas
2754
oo3.Material = Enum.Material.SmoothPlastic
2755
oo3.BrickColor = BrickColor.new("Institutional white")
2756
oo3.Transparency = 1
2757
oo3.Position = Vector3.new(-1.5, 3.00001788, 0)
2758
oo3.Velocity = Vector3.new(0, -9.19685173, 0)
2759
oo3.CanCollide = true
2760
oo3.Locked = true
2761
oo3.FormFactor = Enum.FormFactor.Symmetric
2762
oo3.Size = Vector3.new(1, 1.40, 1)
2763
oo3.CFrame = CFrame.new(-1.5, 3.00001788, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2764
oo3.BottomSurface = Enum.SurfaceType.Smooth
2765
oo3.TopSurface = Enum.SurfaceType.Smooth
2766
oo3.Color = Color3.new(0.972549, 0.972549, 0.972549)
2767
oo3.Position = Vector3.new(-1.5, 3.00001788, 0)
2768
oo4.Name = "CRA"
2769
w4.Parent = oo4
2770
w4.Part0 = w4.Parent
2771
w4.Part1 = rg["Right Arm"]
2772
w4.C0 = CFrame.new(0, 0, 0)
2773
w4.C1 = CFrame.new(0, -0.2, 0)
2774
oo4.Parent = mas
2775
oo4.CanCollide = true
2776
oo4.Material = Enum.Material.SmoothPlastic
2777
oo4.BrickColor = BrickColor.new("Institutional white")
2778
oo4.Transparency = 1
2779
oo4.Position = Vector3.new(1.5, 3.00001788, 0)
2780
oo4.Velocity = Vector3.new(0, -9.19685173, 0)
2781
oo4.CanCollide = true
2782
oo4.Locked = true
2783
oo4.FormFactor = Enum.FormFactor.Symmetric
2784
oo4.Size = Vector3.new(1, 1.40, 1)
2785
oo4.CFrame = CFrame.new(1.5, 3.00001788, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2786
oo4.BottomSurface = Enum.SurfaceType.Smooth
2787
oo4.TopSurface = Enum.SurfaceType.Smooth
2788
oo4.Color = Color3.new(0.972549, 0.972549, 0.972549)
2789
oo4.Position = Vector3.new(1.5, 3.00001788, 0)
2790
oo5.Name = "CLL"
2791
oo5.Parent = mas
2792
w5.Parent = oo5
2793
w5.Part0 = w5.Parent
2794
w5.Part1 = rg["Left Leg"]
2795
w5.C0 = CFrame.new(0, 0, 0)
2796
w5.C1 = CFrame.new(0, -0.2, 0)
2797
oo5.Material = Enum.Material.SmoothPlastic
2798
oo5.BrickColor = BrickColor.new("Institutional white")
2799
oo5.Transparency = 1
2800
oo5.CanCollide = true
2801
oo5.Position = Vector3.new(-0.5, 1.00001788, 0)
2802
oo5.Velocity = Vector3.new(0, -9.19685173, 0)
2803
oo5.CanCollide = true
2804
oo5.Locked = true
2805
oo5.FormFactor = Enum.FormFactor.Symmetric
2806
oo5.Size = Vector3.new(1, 1.65, 1)
2807
oo5.CFrame = CFrame.new(-0.5, 1.00001788, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2808
oo5.BottomSurface = Enum.SurfaceType.Smooth
2809
oo5.TopSurface = Enum.SurfaceType.Smooth
2810
oo5.Color = Color3.new(0.972549, 0.972549, 0.972549)
2811
oo5.Position = Vector3.new(-0.5, 1.00001788, 0)
2812
oo6.Name = "CRL"
2813
oo6.Parent = mas
2814
oo6.Material = Enum.Material.SmoothPlastic
2815
oo6.BrickColor = BrickColor.new("Institutional white")
2816
oo6.Transparency = 1
2817
oo6.Position = Vector3.new(0.5, 1.00001788, 0)
2818
oo6.Velocity = Vector3.new(0, -9.19685173, 0)
2819
oo6.CanCollide = true
2820
oo6.Locked = true
2821
oo6.FormFactor = Enum.FormFactor.Symmetric
2822
oo6.Size = Vector3.new(1, 1.65, 1)
2823
oo6.CFrame = CFrame.new(0.5, 1.00001788, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2824
oo6.BottomSurface = Enum.SurfaceType.Smooth
2825
oo6.TopSurface = Enum.SurfaceType.Smooth
2826
oo6.Color = Color3.new(0.972549, 0.972549, 0.972549)
2827
oo6.Position = Vector3.new(0.5, 1.00001788, 0)
2828
oo6.CanCollide = true
2829
w6.Parent = oo6
2830
w6.Part0 = w6.Parent
2831
w6.Part1 = rg["Right Leg"]
2832
w6.C0 = CFrame.new(0, 0, 0)
2833
w6.C1 = CFrame.new(0, -0.2, 0)
2834
mas.Parent = rg
2835
mas:MakeJoints()
2836
local NAEM = rg.Name
2837
local raggeeh = rg:Clone()
2838
raggeeh.Head.Anchored = true
2839
raggeeh.Name = Victimm.Name
2840
raggeeh.Humanoid.PlatformStand = true
2841
local FORS = Instance.new("BodyThrust")
2842
FORS.Force = Vector3.new(0,100,0)
2843
FORS.Location = Vector3.new(0,0,1)
2844
FORS.Parent = raggeeh.Head
2845
local TUURS = raggeeh.Torso
2846
local CPU = Instance.new("Model")
2847
CPU.Parent = raggeeh
2848
raggeeh.Parent = game:GetService("Workspace")
2849
CPU.Name = NAEM.."'s generated CameraPart"
2850
2851
local FORCEo1 = Instance.new("BodyThrust")
2852
FORCEo1.Parent = raggeeh.Torso
2853
FORCEo1.force = Vector3.new(0, 1000, 0)
2854
FORCEo1.location = Vector3.new(0, 0, 1)
2855
2856
raggeeh.Parent = game:GetService("Workspace")
2857
rg:destroy()
2858
raggeeh.Head.Anchored = false
2859
2860
raggeeh.Parent = game:GetService("Workspace")
2861
wait()
2862
local FOLDARR = Instance.new("Model")
2863
FOLDARR.Parent = raggeeh
2864
FOLDARR.Name = "BLUDDDDDDDDDDD"
2865
local FLUIDS = Instance.new("Model")
2866
FLUIDS.Name = NAEM.."'s fluids"
2867
FLUIDS.Parent = FOLDARR
2868
raggeeh.Head.Anchored = false
2869
local chats = {"OW!","NOOOO!!!!","NUUUUUU!","OWWWWWW!!","OW11!11!1!!!!!!111!!1!","Ò_Ó","ÒoÓ","._.",".-.","T_T","T-T","o_O","O_o","O_O","o_o","o-o","O-o","o-O",":(",":-(",":c",":-c",":C",":-C","...",":|",":-|",":o",":O",":-o",":-O","FUCK YOU MURDERER!1!111!!!11!!1!1!","Why","This game is broken....","U nub hitler"}
2870
game:GetService("Chat"):Chat(raggeeh.Head, chats[math.random(1, #chats)], Enum.ChatColor.Red)
2871
game:GetService("RunService").Stepped:wait()
2872
FORCEo1:Destroy()
2873
raggeeh.Humanoid.Name = "Humanoid2"
2874
print(raggeeh.Name.." lived a good life.")
2875
2876
local d = game.Players.LocalPlayer.Character["Right Arm"]:GetChildren() 
2877
	for i=1, #d do 
2878
		if (d[i].className == "Weld") then 
2879
			d[i]:destroy()
2880
	  end 
2881
	end
2882
	
2883
local dew = game.Players.LocalPlayer.Character["Right Arm"]:GetChildren() 
2884
	for i=1, #dew do 
2885
		if (dew[i].className == "CFrameValue") then 
2886
			dew[i]:destroy()
2887
	  end 
2888
	end	
2889
wait()
2890
local o16 = Instance.new("Weld")
2891
local o17 = Instance.new("CFrameValue")
2892
o16.Name = "qCFrameWeldThingy"
2893
o16.Parent = game.Players.LocalPlayer.Character["Right Arm"]
2894
o16.C1 = CFrame.new(-1.5, 0.501321793, 0.499998093, 1, 0, 0, 0, -0.00264357007, 0.999996483, 0, -0.999996424, -0.0026435703)
2895
o16.Part0 = game.Players.LocalPlayer.Character["Torso"]
2896
o16.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
2897
o17.Name = "qRelativeCFrameWeldValue"
2898
o17.Parent = game.Players.LocalPlayer.Character["Right Arm"]
2899
o17.Value = CFrame.new(-1.5, 0.501321793, 0.499998093, 1, 0, 0, 0, -0.00264357007, 0.999996483, 0, -0.999996424, -0.0026435703)
2900
lMUZC = Instance.new("Sound")
2901
lMUZC.Volume = 99
2902
lMUZC.EmitterSize = 99
2903
lMUZC.MaxDistance = 99
2904
lMUZC.SoundId= "rbxassetid://408950203"
2905
lMUZC.Parent = game.Players.LocalPlayer.Character.Head
2906
lMUZC:Play()
2907
pso7.Transparency = 1
2908
2909
local o1 = Instance.new("Model")
2910
local o2 = Instance.new("Part")
2911
local o3 = Instance.new("Weld")
2912
local o4 = Instance.new("Part")
2913
local o5 = Instance.new("SpecialMesh")
2914
local o6 = Instance.new("Weld")
2915
local o7 = Instance.new("CFrameValue")
2916
o1.Name = "PSTL"
2917
o1.Parent = game.Players.LocalPlayer.Character
2918
o2.Name = "Handel"
2919
o2.Parent = o1
2920
o2.Transparency = 1
2921
o2.Position = Vector3.new(-19.9463806, 0.501034975, 20.2952709)
2922
o2.Rotation = Vector3.new(-92, -89.9100037, 177.979996)
2923
o2.Size = Vector3.new(1, 2, 1)
2924
o2.CFrame = CFrame.new(-19.9463806, 0.501034975, 20.2952709, -0.00159100757, -5.59999717e-05, -0.999998808, -0.999998748, -0.000229912286, 0.00159102038, -0.000230001096, 1, -5.56341074e-05)
2925
o2.BottomSurface = Enum.SurfaceType.Smooth
2926
o2.TopSurface = Enum.SurfaceType.Smooth
2927
o2.Position = Vector3.new(-19.9463806, 0.501034975, 20.2952709)
2928
o2.Orientation = Vector3.new(-0.0900000036, -90, -90.0100021)
2929
o3.Name = "Weld2armeh"
2930
o3.Parent = o2
2931
o3.Part0 = game.Players.LocalPlayer.Character["Right Arm"]
2932
o3.Part1 = o2
2933
o4.Name = "Pistol"
2934
o4.Parent = o1
2935
o4.Position = Vector3.new(-19.815855, 0.870578527, 21.3633595)
2936
o4.Rotation = Vector3.new(0.00999999978, 0, -0.0900000036)
2937
o4.Size = Vector3.new(0.25, 0.927999973, 1.31799996)
2938
o4.CFrame = CFrame.new(-19.815855, 0.870578527, 21.3633595, 0.999996543, 0.00159100071, -5.59998516e-05, -0.00159101677, 0.999994457, -0.000229911791, 5.56339801e-05, 0.000230000107, 0.999997854)
2939
o4.BottomSurface = Enum.SurfaceType.Smooth
2940
o4.TopSurface = Enum.SurfaceType.Smooth
2941
o4.Position = Vector3.new(-19.815855, 0.870578527, 21.3633595)
2942
o4.Orientation = Vector3.new(0.00999999978, 0, -0.0900000036)
2943
o5.Parent = o4
2944
o5.MeshId = "rbxassetid://436697873"
2945
o5.Scale = Vector3.new(0.0199999996, 0.0199999996, 0.0199999996)
2946
o5.TextureId = "rbxassetid://436697889"
2947
o5.MeshType = Enum.MeshType.FileMesh
2948
o5.Scale = Vector3.new(0.0199999996, 0.0199999996, 0.0199999996)
2949
o6.Name = "qCFrameWeldThingy"
2950
o6.Parent = o4
2951
o6.C1 = CFrame.new(-0.129997253, -0.369997978, -1.06799889, 0, 0, -0.999997735, -0.999995708, 0, 0, 0, 0.999997854, 0)
2952
o6.Part0 = o2
2953
o6.Part1 = o4
2954
o7.Name = "qRelativeCFrameWeldValue"
2955
o7.Parent = o4
2956
o7.Value = CFrame.new(-0.129997253, -0.369997978, -1.06799889, 0, 0, -0.999997735, -0.999995708, 0, 0, 0, 0.999997854, 0)
2957
o3.C0 = CFrame.new(0, 0, 0)*CFrame.fromEulerAnglesXYZ(1.55, 14.1, 1.55)
2958
Kills.Value = Kills.Value + 1
2959
muso1 = Instance.new("Part")
2960
muso2 = Instance.new("BillboardGui")
2961
muso3 = Instance.new("ImageLabel")
2962
muso4 = Instance.new("Weld")
2963
muso5 = Instance.new("CFrameValue")
2964
muso1.Name = "Muzl"
2965
muso1.Parent = o1
2966
muso1.Transparency = 1
2967
muso1.Position = Vector3.new(-20.2116871, 1.11252046, 15.9859924)
2968
muso1.Rotation = Vector3.new(0.0399999991, 65.3000031, -90.0599976)
2969
muso1.Size = Vector3.new(0.310000002, 0.200000003, 0.200000003)
2970
muso1.CFrame = CFrame.new(-20.2116871, 1.11252046, 15.9859924, -0.000438778661, 0.417792588, 0.908542514, -0.999999762, -0.00042278826, -0.000288525684, 0.000263583905, -0.908542216, 0.417792857)
2971
muso1.BottomSurface = Enum.SurfaceType.Smooth
2972
muso1.TopSurface = Enum.SurfaceType.Smooth
2973
muso1.Position = Vector3.new(-20.2116871, 1.11252046, 15.9859924)
2974
muso1.Orientation = Vector3.new(0.0199999996, 65.3000031, -90.0199966)
2975
muso2.Name = "FLAS"
2976
muso2.Parent = muso1
2977
muso2.Size = UDim2.new(1,0,1,0)
2978
muso2.StudsOffset = Vector3.new(0, 0, 0)
2979
muso3.Parent = muso2
2980
muso3.Size = UDim2.new(1.5,0,1.5,0)
2981
muso3.BackgroundColor3 = Color3.new(1, 1, 1)
2982
muso3.BackgroundTransparency = 1
2983
muso3.Image = "rbxassetid://872910628"
2984
muso4.Name = "qCFrameWeldThingy"
2985
muso4.Parent = muso1
2986
muso4.C1 = CFrame.new(0.625, -1.70000458, 0.110001564, 0.999999881, -3.7252903e-09, 0, -3.7252903e-09, 0.999999881, 0, 0, 0, 1.00000024)
2987
muso4.Part1 = muso1
2988
muso4.Part0 = o4
2989
muso5.Name = "qRelativeCFrameWeldValue"
2990
muso5.Parent = muso1
2991
muso5.Value = CFrame.new(0.625, -1.70000458, 0.110001564, 0.999999881, -3.7252903e-09, 0, -3.7252903e-09, 0.999999881, 0, 0, 0, 1.00000024)
2992
muso4.C0 = CFrame.new(0.35, -1.15, 1)*CFrame.fromEulerAnglesXYZ(0,0,0)
2993
OMGCREEPYweew.Parent = raggeeh
2994
OMGCREEPYweew:Play()
2995
wait(.1)
2996
OMGCREEPYw.Parent = raggeeh
2997
OMGCREEPYw:Play()
2998
2999
wait(.6)
3000
ko1.Text = "Kills: "..Kills.Value
3001
o16:Destroy()
3002
o17:Destroy()
3003
o1:Destroy()
3004
o2:Destroy()
3005
o3:Destroy()
3006
o4:Destroy()
3007
o5:Destroy()
3008
o6:Destroy()
3009
o7:Destroy()
3010
pso7.Transparency = 0
3011
lMUZC:Destroy()
3012
local RAW = Instance.new("Weld")
3013
local RAWV = Instance.new("CFrameValue")
3014
3015
RAW.Name = "qCFrameWeldThingy"
3016
RAW.Parent = game.Players.LocalPlayer.Character["Right Arm"]
3017
RAW.C1 = CFrame.new(-0.973731995, -0.507667542, -0.188486099, 0.734554589, -0.521637022, 0.433963418, 0.619291961, 0.776756942, -0.114568293, -0.27732107, 0.352906734, 0.89361614)
3018
RAW.Part0 = game.Players.LocalPlayer.Character["Torso"]
3019
RAW.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
3020
RAWV.Name = "qRelativeCFrameWeldValue"
3021
RAWV.Parent = game.Players.LocalPlayer.Character["Right Arm"]
3022
RAWV.Value = CFrame.new(-0.973731995, -0.507667542, -0.188486099, 0.734554589, -0.521637022, 0.433963418, 0.619291961, 0.776756942, -0.114568293, -0.27732107, 0.352906734, 0.89361614)
3023
if tablenabled == true
3024
then
3025
RAW:Destroy()
3026
RAWV:Destroy()
3027
local o8 = Instance.new("Motor6D")
3028
o8.Name = "Right Shoulder"
3029
o8.Parent = game.Players.LocalPlayer.Character.Torso
3030
o8.C0 = CFrame.new(1, 0.5, 0, -4.37113883e-08, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-08)
3031
o8.C1 = CFrame.new(-0.5, 0.5, 0, -4.37113883e-08, 0, 1, 0, 0.99999994, 0, -1, 0, -4.37113883e-08)
3032
o8.Part0 = game.Players.LocalPlayer.Character.Torso
3033
o8.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
3034
o8.MaxVelocity = 0.10000000149012
3035
wait(.1)
3036
game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = CFrame.new(1, 0.5, 0, -4.37113883e-08, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-08)
3037
game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C1 = CFrame.new(-0.49999997, 0.5, 0, 0.214554131, -0.133952752, 0.967482924, -0.820670664, 0.512369871, 0.252936393, -0.529590607, -0.848253369, -2.31491413e-08)
3038
3039
end
3040
wait(.5)
3041
3042
			end
3043
		end
3044
	end
3045
	end
3046
	end
3047
Shot = false
3048
if Kills.Value == 25
3049
	then
3050
	Cape()
3051
end
3052
end)
3053
3054
Talk.MouseButton1Down:connect(function()
3055
game:GetService("Chat"):Chat(game.Players.LocalPlayer.Character.Head, Text.Text, Enum.ChatColor.Red)
3056
end)
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
function Cape()
3068
local isScriptNil = false
3069
local CULUR = "Crimson"
3070
local PlrName = "LocalPlayer"
3071
local Plrs = game:GetService("Players")
3072
local RunService = game:GetService("RunService")
3073
local Content = game:GetService("ContentProvider")
3074
local LP = Plrs.LocalPlayer
3075
local Char = LP.Character
3076
local PlrGui = LP.PlayerGui
3077
local Backpack = LP.Backpack
3078
local Mouse = LP:GetMouse()
3079
3080
local Camera = workspace.CurrentCamera
3081
local LastCamCF = Camera.CoordinateFrame
3082
local AnimJoints = {}
3083
local Cons = {}
3084
local mDown = false
3085
local Multi = false
3086
local Grabbing = false
3087
local Current = {}
3088
local Alpha = 1
3089
local LightNum = 1
3090
3091
Current.Part = nil
3092
Current.BP = nil
3093
Current.BA = nil
3094
Current.Mass = nil
3095
3096
local LastPart = nil
3097
3098
local Head = Char["Head"]
3099
local Torso = Char["Torso"]
3100
local Humanoid = Char["Humanoid"]
3101
local LA = Char["Left Arm"]
3102
local RA = Char["Right Arm"]
3103
local LL = Char["Left Leg"]
3104
local RL = Char["Right Leg"]
3105
3106
for _,v in pairs(Char:GetChildren()) do
3107
	if v.Name == ModID then
3108
		v:Destroy()
3109
	end
3110
end
3111
3112
for _,v in pairs(PlrGui:GetChildren()) do
3113
	if v.Name == "PadsGui" then
3114
		v:Destroy()
3115
	end
3116
end
3117
3118
local ModID = "Pads"
3119
local Objects = {}
3120
local Grav = 196.2
3121
3122
local sin=math.sin
3123
local cos=math.cos
3124
local max=math.max
3125
local min=math.min
3126
local atan2=math.atan2
3127
local random=math.random
3128
local tau = 2 * math.pi
3129
3130
local BodyObjects = {
3131
	["BodyVelocity"] = true;
3132
	["BodyAngularVelocity"] = true;
3133
	["BodyForce"] = true;
3134
	["BodyThrust"] = true;
3135
	["BodyPosition"] = true;
3136
	["RocketPropulsion"] = true;
3137
}
3138
3139
if LP.Name == PlrName and isScriptNil then
3140
	script.Parent = nil
3141
end
3142
3143
LP.CameraMode = "Classic"
3144
3145
local Assets = {
3146
}
3147
3148
for i,v in pairs(Assets) do
3149
	local ID = tostring(Assets[i])
3150
	Assets[i] = "http://www.roblox.com/asset/?id=" .. ID
3151
	Content:Preload("http://www.roblox.com/asset/?id=" .. ID)
3152
end
3153
3154
function QuaternionFromCFrame(cf)
3155
	local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components();
3156
	local trace = m00 + m11 + m22 if trace > 0 then 
3157
		local s = math.sqrt(1 + trace);
3158
		local recip = 0.5/s;
3159
		return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5;
3160
	else 
3161
		local i = 0;
3162
		if m11 > m00 then 
3163
			i = 1;
3164
		end;
3165
		if m22 > (i == 0 and m00 or m11) then
3166
			i = 2 end if i == 0 then
3167
			local s = math.sqrt(m00-m11-m22+1);
3168
			local recip = 0.5/s return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip; 
3169
		elseif i == 1 then
3170
			local s = math.sqrt(m11-m22-m00+1);
3171
			local recip = 0.5/s;
3172
			return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip ;
3173
		elseif i == 2 then
3174
			local s = math.sqrt(m22-m00-m11+1);
3175
			local recip = 0.5/s;
3176
			return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip;
3177
		end;
3178
	end; 
3179
end;
3180
3181
function QuaternionToCFrame(px, py, pz, x, y, z, w)
3182
	local xs, ys, zs = x + x, y + y, z + z;
3183
	local wx, wy, wz = w*xs, w*ys, w*zs;
3184
	local xx = x*xs;
3185
	local xy = x*ys;
3186
	local xz = x*zs;
3187
	local yy = y*ys;
3188
	local yz = y*zs;
3189
	local zz = z*zs;
3190
	return CFrame.new(px, py, pz,1-(yy+zz), xy - wz, xz + wy,xy + wz, 1-(xx+zz), yz - wx, xz - wy, yz + wx, 1-(xx+yy)) 
3191
end;
3192
3193
function QuaternionSlerp(a, b, t)
3194
	local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4];
3195
	local startInterp, finishInterp; 
3196
	if cosTheta >= 0.0001 then
3197
		if (1 - cosTheta) > 0.0001 then
3198
			local theta = math.acos(cosTheta);
3199
			local invSinTheta = 1/math.sin(theta);
3200
			startInterp = math.sin((1-t)*theta)*invSinTheta;
3201
			finishInterp = math.sin(t*theta)*invSinTheta;
3202
		else
3203
			startInterp = 1-t finishInterp = t;
3204
		end;
3205
	else 
3206
		if (1+cosTheta) > 0.0001 then
3207
			local theta = math.acos(-cosTheta);
3208
			local invSinTheta = 1/math.sin(theta);
3209
			startInterp = math.sin((t-1)*theta)*invSinTheta;
3210
			finishInterp = math.sin(t*theta)*invSinTheta;
3211
		else startInterp = t-1 finishInterp = t;
3212
		end;
3213
	end;
3214
	return a[1]*startInterp + b[1]*finishInterp, a[2]*startInterp + b[2]*finishInterp, a[3]*startInterp + b[3]*finishInterp, a[4]*startInterp + b[4]*finishInterp;
3215
end;
3216
3217
function CLerp(a,b,t)
3218
	local qa={QuaternionFromCFrame(a)};
3219
	local qb={QuaternionFromCFrame(b)};
3220
	local ax,ay,az=a.x,a.y,a.z;
3221
	local bx,by,bz=b.x,b.y,b.z;
3222
	local _t=1-t;
3223
	return QuaternionToCFrame(_t*ax+t*bx,_t*ay+t*by,_t*az+t*bz,QuaternionSlerp(qa, qb, t));
3224
end
3225
3226
function GetWeld(weld) 
3227
	local obj 
3228
	for i, v in pairs(AnimJoints) do 
3229
		if v[1] == weld then 
3230
			obj = v 
3231
			break 
3232
		end 
3233
	end 
3234
	if not obj then 
3235
		obj = {weld,NV} 
3236
		table.insert(AnimJoints,obj) 
3237
	end 
3238
	return weld.C0.p, obj[2] 
3239
end 
3240
3241
function SetWeld(weld, i, loops, origpos, origangle, nextpos, nextangle, override, overrideLower, smooth) 
3242
	smooth = smooth or 1 
3243
	local obj 
3244
	for i, v in pairs(AnimJoints) do 
3245
		if v[1] == weld then 
3246
			obj = v 
3247
			break 
3248
		end 
3249
	end 
3250
	if not obj then 
3251
		obj = {weld,NV} 
3252
		table.insert(AnimJoints,obj) 
3253
	end 
3254
	
3255
	local perc = (smooth == 1 and math.sin((math.pi/2)/loops*i)) or i/loops 
3256
	
3257
	local tox,toy,toz = 0,0,0 
3258
	tox = math.abs(origangle.x - nextangle.x) *perc 
3259
	toy = math.abs(origangle.y - nextangle.y) *perc 
3260
	toz = math.abs(origangle.z - nextangle.z) *perc 
3261
	tox = ((origangle.x > nextangle.x and -tox) or tox)
3262
	toy = ((origangle.y > nextangle.y and -toy) or toy)
3263
	toz = ((origangle.z > nextangle.z and -toz) or toz)
3264
	
3265
	local tox2,toy2,toz2 = 0,0,0 
3266
	tox2 = math.abs(origpos.x - nextpos.x) *perc 
3267
	toy2 = math.abs(origpos.y - nextpos.y) *perc 
3268
	toz2 = math.abs(origpos.z - nextpos.z) *perc 
3269
	tox2 = (origpos.x > nextpos.x and -tox2) or tox2 
3270
	toy2 = (origpos.y > nextpos.y and -toy2) or toy2 
3271
	toz2 = (origpos.z > nextpos.z and -toz2) or toz2 
3272
	
3273
	obj[2] = Vector3.new(origangle.x + tox, origangle.y + toy, origangle.z + toz) 
3274
	weld.C0 = CFrame.new(origpos.x + tox2,origpos.y + toy2,origpos.z + toz2) * CFrame.Angles(origangle.x + tox,origangle.y + toy,origangle.z + toz) 
3275
end 
3276
3277
function RotateCamera(x, y)
3278
	Camera.CoordinateFrame = CFrame.new(Camera.Focus.p) * (Camera.CoordinateFrame - Camera.CoordinateFrame.p) * CFrame.Angles(x, y, 0) * CFrame.new(0, 0, (Camera.CoordinateFrame.p - Camera.Focus.p).magnitude)
3279
end
3280
3281
function GetAngles(cf)
3282
	local lv = cf.lookVector
3283
	return -math.asin(lv.y), math.atan2(lv.x, -lv.z)
3284
end
3285
3286
local LastCamCF = Camera.CoordinateFrame
3287
3288
function Look()
3289
	if AlphaOn == true then
3290
		local x, y = GetAngles(LastCamCF:toObjectSpace(Camera.CoordinateFrame))
3291
		Camera.CoordinateFrame = LastCamCF
3292
		RotateCamera(x * -(Alpha), y * -(Alpha))
3293
		LastCamCF = Camera.CoordinateFrame
3294
	end
3295
end
3296
3297
function Cor(Func)
3298
	local Ok, Err = coroutine.resume(coroutine.create(Func))
3299
	if not Ok then
3300
		print(Err)
3301
	end
3302
end
3303
3304
function Cor2(Func)
3305
	local Ok, Err = ypcall(Func)
3306
	if not Ok then
3307
		print(Err)
3308
	end
3309
end
3310
3311
function MakePads()
3312
	-- 1 - VTelekinesis
3313
	P1 = Instance.new("Model")
3314
	P1.Name = ModID
3315
3316
	-- 2 - RBase
3317
	P2 = Instance.new("Part")
3318
	P2.CFrame = CFrame.new(Vector3.new(21.100008, 1.95000589, 11.899971)) * CFrame.Angles(-0, 0, -0)
3319
	P2.FormFactor = Enum.FormFactor.Custom
3320
	P2.Size = Vector3.new(0.799999952, 0.200000003, 0.800000012)
3321
	P2.Anchored = true
3322
	P2.BrickColor = BrickColor.new("White")
3323
	P2.Friction = 0.30000001192093
3324
	P2.Shape = Enum.PartType.Block
3325
	P2.Name = "RBase"
3326
	P2.Parent = P1
3327
    P2.Transparency = 1
3328
	-- 3 - Mesh
3329
	P3 = Instance.new("CylinderMesh")
3330
	P3.Scale = Vector3.new(1, 0.5, 1)
3331
	P3.Parent = P2
3332
3333
	-- 4 - LBase
3334
	P4 = Instance.new("Part")
3335
	P4.CFrame = CFrame.new(Vector3.new(18.100008, 1.95000589, 11.899971)) * CFrame.Angles(-0, 0, -0)
3336
	P4.FormFactor = Enum.FormFactor.Custom
3337
	P4.Size = Vector3.new(0.799999952, 0.200000003, 0.800000012)
3338
	P4.Anchored = true
3339
	P4.BrickColor = BrickColor.new("White")
3340
	P4.Friction = 0.30000001192093
3341
	P4.Shape = Enum.PartType.Block
3342
	P4.Name = "LBase"
3343
	P4.Parent = P1
3344
    P4.Transparency = 1
3345
	-- 5 - Mesh
3346
	P5 = Instance.new("CylinderMesh")
3347
	P5.Scale = Vector3.new(1, 0.5, 1)
3348
	P5.Parent = P4
3349
3350
	-- 7 - Mesh
3351
	P7 = Instance.new("CylinderMesh")
3352
	P7.Scale = Vector3.new(1, 0.5, 1)
3353
	P7.Parent = P6
3354
3355
	
3356
3357
	-- 9 - Mesh
3358
	P9 = Instance.new("CylinderMesh")
3359
	P9.Scale = Vector3.new(1, 0.5, 1)
3360
	P9.Parent = P8
3361
3362
	
3363
3364
	-- 11 - Mesh
3365
	P11 = Instance.new("CylinderMesh")
3366
	P11.Scale = Vector3.new(1, 0.5, 1)
3367
	P11.Parent = P10
3368
3369
	
3370
	-- 13 - Mesh
3371
	P13 = Instance.new("CylinderMesh")
3372
	P13.Scale = Vector3.new(1, 0.5, 1)
3373
	P13.Parent = P12
3374
3375
3376
	-- 15 - Mesh
3377
	P15 = Instance.new("CylinderMesh")
3378
	P15.Scale = Vector3.new(1, 0.5, 1)
3379
	P15.Parent = P14
3380
3381
	-- 17 - Mesh
3382
	P17 = Instance.new("CylinderMesh")
3383
	P17.Scale = Vector3.new(1, 0.5, 1)
3384
	P17.Parent = P16
3385
3386
	P1.Parent = LP.Character
3387
	P1:MakeJoints()
3388
	return P1
3389
end
3390
3391
weldModel = function(model, unanchor, rooty)
3392
	local parts = {}
3393
	local function recurse(object)
3394
		if object:IsA("BasePart") then
3395
			table.insert(parts, object)
3396
		end
3397
		for _,child in pairs(object:GetChildren()) do
3398
			recurse(child)
3399
		end
3400
	end
3401
	recurse(model)
3402
	
3403
	local rootPart = rooty or parts[1]
3404
	for _, part in pairs(parts) do
3405
		local cframe = rootPart.CFrame:toObjectSpace(part.CFrame)
3406
		local weld = Instance.new("Weld")
3407
		weld.Part0 = rootPart
3408
		weld.Part1 = part
3409
		weld.C0 = cframe
3410
		weld.Parent = rootPart
3411
	end
3412
	
3413
	if unanchor then
3414
		for _, part in pairs(parts) do
3415
			part.Anchored = false
3416
			part.CanCollide = false
3417
		end
3418
	end
3419
end
3420
3421
weldItem = function(rootPart, Item, TheC0, unanchor, ParentItem)
3422
	local cframe = TheC0 or rootPart.CFrame:toObjectSpace(Item.CFrame)
3423
	local weld = Instance.new("Weld")
3424
	weld.Name = "Weld"
3425
	weld.Part0 = rootPart
3426
	weld.Part1 = Item
3427
	weld.C0 = cframe
3428
	weld.Parent = ParentItem and Item or rootPart
3429
	
3430
	if unanchor then
3431
		Item.Anchored = false
3432
	end
3433
	return weld, cframe
3434
end
3435
3436
scaleModel = function(model, scale)
3437
	local parts = {}
3438
	local function recurse(object)
3439
		if object:IsA("BasePart") then
3440
			table.insert(parts, object)
3441
		end
3442
		for _,child in pairs(object:GetChildren()) do
3443
			recurse(child)
3444
		end
3445
	end
3446
	recurse(model)
3447
	
3448
	local top, bottom, left, right, back, front
3449
	for _, part in pairs(parts) do
3450
		if top == nil or top < part.Position.y then			top = part.Position.y end
3451
		if bottom == nil or bottom > part.Position.y then	bottom = part.Position.y end
3452
		if left == nil or left > part.Position.x then		left = part.Position.x end
3453
		if right == nil or right < part.Position.x then		right = part.Position.x end
3454
		if back == nil or back > part.Position.z then		back = part.Position.z end
3455
		if front == nil or front < part.Position.z then		front = part.Position.z end
3456
	end
3457
	
3458
	local middle = Vector3.new( left+right, top+bottom, back+front )/2
3459
	local minSize = Vector3.new(0.2, 0.2, 0.2)
3460
	
3461
	for _, part in pairs(parts) do
3462
		local foo = part.CFrame.p - middle
3463
		local rotation = part.CFrame - part.CFrame.p
3464
		local newSize = part.Size*scale
3465
		part.FormFactor = "Custom"
3466
		part.Size = newSize
3467
		part.CFrame = CFrame.new( middle + foo*scale ) * rotation
3468
		
3469
		if newSize.x < minSize.x or newSize.y < minSize.y or newSize.z < minSize.z then
3470
			local mesh
3471
			for _, child in pairs(part:GetChildren()) do
3472
				if child:IsA("DataModelMesh") then
3473
					mesh = child
3474
					break
3475
				end
3476
			end
3477
			
3478
			if mesh == nil then
3479
				mesh = Instance.new("BlockMesh", part)
3480
			end
3481
			
3482
			local oScale = mesh.Scale
3483
			local newScale = newSize/minSize * oScale
3484
			if 0.2 < newSize.x then newScale = Vector3.new(1 * oScale.x, newScale.y, newScale.z) end
3485
			if 0.2 < newSize.y then newScale = Vector3.new(newScale.x, 1 * oScale.y, newScale.z) end
3486
			if 0.2 < newSize.z then newScale = Vector3.new(newScale.x, newScale.y, 1 * oScale.z) end
3487
			
3488
			mesh.Scale = newScale
3489
		end
3490
	end
3491
end
3492
3493
function getMass(Obj, Total)
3494
	local newTotal = Total
3495
	local returnTotal = 0
3496
	
3497
	if Obj:IsA("BasePart") then
3498
		newTotal = newTotal + Objects[Obj]
3499
	elseif BodyObjects[Obj.ClassName] then
3500
		Obj:Destroy()
3501
	end
3502
	
3503
	if Obj:GetChildren() and #Obj:GetChildren() > 0 then
3504
		for _,v in pairs(Obj:GetChildren()) do
3505
			returnTotal = returnTotal + getMass(v, newTotal)
3506
		end
3507
	else
3508
		returnTotal = newTotal
3509
	end
3510
	
3511
	return returnTotal
3512
end
3513
3514
function getTargFromCurrent()
3515
	local Current = Current.Part
3516
	if Current:IsA("BasePart") then
3517
		return Current
3518
	elseif Current:findFirstChild("Torso") then
3519
		return Current.Torso
3520
	else
3521
		for _,v in pairs(Current:GetChildren()) do
3522
			if v:IsA("BasePart") then
3523
				return v
3524
			end
3525
		end
3526
	end
3527
end
3528
3529
function Fire(Part, Vec, Inv)
3530
	pcall(function()
3531
		Current.BP:Destroy()
3532
		Current.BP = nil
3533
	end)
3534
	pcall(function()
3535
		Current.BA:Destroy()
3536
		Current.BA = nil
3537
	end)
3538
	pcall(function()
3539
		if Inv then
3540
			Part.Velocity = -((Vec - Torso.Position).unit * Grav * 1.1)
3541
		else
3542
			Part.Velocity = ((Vec - Camera.CoordinateFrame.p).unit * Grav * 1.1)
3543
		end
3544
		Current.Mass = nil
3545
	end)
3546
	Reset()
3547
end
3548
3549
function Reset()
3550
end
3551
3552
function Start()
3553
	Cor(function()
3554
		repeat wait(1/30) until LP.Character and LP.Character.Parent == workspace and LP.Character:findFirstChild("Torso")
3555
		Char = LP.Character
3556
		PlrGui = LP.PlayerGui
3557
		Backpack = LP.Backpack
3558
		Mouse = LP:GetMouse()
3559
		
3560
		for _,v in pairs(Cons) do
3561
			v:disconnect()
3562
		end
3563
		Cons = {}
3564
3565
		Camera = workspace.CurrentCamera
3566
		LastCamCF = Camera.CoordinateFrame
3567
		AnimJoints = {}
3568
		mDown = false
3569
		Multi = false
3570
		Grabbing = false
3571
		Current = {}
3572
		Alpha = 1
3573
3574
		Head = Char["Head"]
3575
		Torso = Char["Torso"]
3576
		Humanoid = Char["Humanoid"]
3577
		LA = Char["Left Arm"]
3578
		RA = Char["Right Arm"]
3579
		LL = Char["Left Leg"]
3580
		RL = Char["Right Leg"]
3581
		
3582
3583
3584
		for _,v in pairs(Char:GetChildren()) do
3585
			if v.Name == ModID then
3586
				v:Destroy()
3587
			end
3588
		end
3589
3590
		for _,v in pairs(PlrGui:GetChildren()) do
3591
			if v.Name == "PadsGui" then
3592
				v:Destroy()
3593
			end
3594
		end
3595
3596
		local Pads = MakePads()
3597
		local LPad = Pads.LBase
3598
		local RPad = Pads.RBase
3599
3600
		weldModel(LPad, true, LPad)
3601
		weldModel(RPad, true, RPad)
3602
3603
		local GripWeldL = Instance.new("Weld")
3604
		GripWeldL.Name = "GripWeldL"
3605
		GripWeldL.Part0 = LA
3606
		GripWeldL.Part1 = LPad
3607
		GripWeldL.C0 = CFrame.new(0, -1.05, 0) * CFrame.Angles(0, math.rad(180), 0)
3608
		GripWeldL.Parent = LA
3609
3610
		local GripWeldR = Instance.new("Weld")
3611
		GripWeldR.Name = "GripWeldR"
3612
		GripWeldR.Part0 = RA
3613
		GripWeldR.Part1 = RPad
3614
		GripWeldR.C0 = CFrame.new(0, -1.05, 0) * CFrame.Angles(0, math.rad(180), 0)
3615
		GripWeldR.Parent = RA
3616
		
3617
		local isParts = false
3618
		
3619
		table.insert(Cons, Mouse.Button1Up:connect(function()
3620
			mDown = false
3621
			if Grabbing == true and Multi == false then
3622
				Grabbing = false
3623
				Reset()
3624
			end
3625
			if Current.Part ~= nil then
3626
				LastPart = getTargFromCurrent()
3627
				Current = {}
3628
			end
3629
		end))
3630
		end)
3631
3632
		local function makeLightning(Par, Start, End, Width, Length, RandomScale, ArcScale, Num1)
3633
			local oldParts = {}
3634
			for _,v in pairs(Par:GetChildren()) do
3635
				v.CFrame = CFrame.new(5e5, 5e5, 5e5)
3636
				table.insert(oldParts, v)
3637
			end
3638
			local Distance = (Start-End).Magnitude
3639
			local ArcScale = ArcScale or 1
3640
			local RandomScale = RandomScale or 0
3641
			local Last = Start
3642
			local IterNum = 0
3643
3644
			while Par.Parent do
3645
				IterNum = IterNum + 1
3646
				local New = nil
3647
				if (Last-End).Magnitude < Length then
3648
					New = CFrame.new(End)
3649
				else
3650
					if (End-Last).Magnitude < Length*2 then
3651
						RandomScale = RandomScale*0.5
3652
						ArcScale = ArcScale*0.5
3653
					end
3654
					local Direct = CFrame.new(Last,End)
3655
					New = Direct*CFrame.Angles(math.rad(math.random(-RandomScale/4,RandomScale*ArcScale)),math.rad(math.random(-RandomScale,RandomScale)),math.rad(math.random(-RandomScale,RandomScale)))
3656
					New = New*CFrame.new(0,0,-Length)
3657
				end
3658
				local Trail = nil
3659
				if oldParts[IterNum] then
3660
					Trail = oldParts[IterNum]
3661
					Trail.BrickColor = ((Num1 % 2 == 0) and BrickColor.new("White")) or BrickColor.new("Cyan")
3662
					Trail.Size = Vector3.new(Width, (Last-New.p).Magnitude, Width)
3663
					Trail.CFrame = CFrame.new(New.p, Last)*CFrame.Angles(math.rad(90),0,0)*CFrame.new(0, -(Last-New.p).Magnitude/2, 0)
3664
					oldParts[IterNum] = nil
3665
				else
3666
					Trail = Instance.new("Part")
3667
					Trail.Name = "Part"
3668
					Trail.FormFactor = "Custom"
3669
					Trail.BrickColor = ((Num1 % 2 == 0) and BrickColor.new("White")) or BrickColor.new("White")
3670
					Trail.Transparency = 0
3671
					Trail.Anchored = true
3672
					Trail.CanCollide = false
3673
					Trail.Locked = true
3674
					Trail.BackSurface = "SmoothNoOutlines"
3675
					Trail.BottomSurface = "SmoothNoOutlines"
3676
					Trail.FrontSurface = "SmoothNoOutlines"
3677
					Trail.LeftSurface = "SmoothNoOutlines"
3678
					Trail.RightSurface = "SmoothNoOutlines"
3679
					Trail.TopSurface = "SmoothNoOutlines"
3680
					Trail.Material = "Neon"
3681
					Trail.Size = Vector3.new(Width, (Last-New.p).Magnitude, Width)
3682
					Trail.CFrame = CFrame.new(New.p, Last)*CFrame.Angles(math.rad(90),0,0)*CFrame.new(0, -(Last-New.p).Magnitude/2, 0)
3683
					Trail.Parent = Par
3684
				end
3685
				Last = New.p
3686
				if (Last-End).Magnitude < 1 then
3687
					break
3688
				end
3689
			end
3690
			for _,v in pairs(oldParts) do
3691
				v:Destroy()
3692
			end
3693
		end
3694
end
3695
3696
function Add(Obj)
3697
	if Obj:IsA("BasePart") and not Objects[Obj] and not (Obj.Name == "Base" and Obj.ClassName == "Part") then
3698
		Objects[Obj] = Obj:GetMass()
3699
		Obj.Changed:connect(function(P)
3700
			if P:lower() == "size" and Objects[Obj] and Obj.Parent ~= nil then
3701
				Objects[Obj] = Obj:GetMass()
3702
			end
3703
		end)
3704
	end
3705
end
3706
3707
function Rem(Obj)
3708
	if Objects[Obj] then
3709
		Objects[Obj] = nil
3710
	end
3711
end
3712
3713
function Recursion(Obj)
3714
	ypcall(function()
3715
		Add(Obj)
3716
		if #Obj:GetChildren() > 0 then
3717
			for _,v in pairs(Obj:GetChildren()) do 
3718
				Recursion(v)
3719
			end
3720
		end
3721
	end)
3722
end
3723
3724
workspace.DescendantAdded:connect(function(Obj)
3725
	Add(Obj)
3726
end)
3727
3728
workspace.DescendantRemoving:connect(function(Obj)
3729
	Rem(Obj)
3730
end)
3731
3732
for _,v in pairs(workspace:GetChildren()) do
3733
	Recursion(v)
3734
end
3735
3736
Start()
3737
3738
if LP.Name == PlrName then
3739
	LP.CharacterAdded:connect(Start)
3740
end
3741
3742
local verlet = {}
3743
verlet.step_time = 2 / 75
3744
verlet.gravity = Vector3.new(0, -30, 0)
3745
3746
local char = game.Players.LocalPlayer.Character
3747
local torso = char:WaitForChild("Torso")
3748
local parts = {}
3749
local render = game:GetService("RunService").RenderStepped
3750
3751
wait()
3752
3753
local point = {}
3754
local link = {}
3755
local rope = {}
3756
3757
local function ccw(A,B,C)
3758
    return (C.y-A.y) * (B.x-A.x) > (B.y-A.y) * (C.x-A.x)
3759
end
3760
3761
local function intersect(A,B,C,D)
3762
    return ccw(A,C,D) ~= ccw(B,C,D) and ccw(A,B,C) ~= ccw(A,B,D)
3763
end
3764
3765
local function vec2(v)
3766
	return Vector2.new(v.x, v.z)
3767
end
3768
3769
function point:step()
3770
	if not self.fixed then
3771
		local derivative = (self.position - self.last_position) * 0.95
3772
		self.last_position = self.position
3773
		self.position = self.position + derivative + (self.velocity * verlet.step_time ^ 2)
3774
		--[[local torsoP = torso.CFrame * CFrame.new(-1, 0, 0.5)
3775
		local torsoE = torso.CFrame * CFrame.new(1, 0, 0.5)
3776
		local pointE = self.position + torso.CFrame.lookVector * 100
3777
		local doIntersect = intersect(vec2(torsoP.p), vec2(torsoE.p), vec2(self.position), vec2(pointE))
3778
		if not doIntersect then
3779
			self.postition = self.position - torso.CFrame.lookVector * 10
3780
		end]]
3781
	end
3782
end
3783
3784
function link:step()
3785
	for i = 1, 1 do
3786
		local distance = self.point1.position - self.point2.position
3787
		local magnitude = distance.magnitude
3788
		local differance = (self.length - magnitude) / magnitude
3789
		local translation = ((self.point1.fixed or self.point2.fixed) and 1 or 0.6) * distance * differance
3790
		if not self.point1.fixed then
3791
			self.point1.position = self.point1.position + translation
3792
		end
3793
		if not self.point2.fixed then
3794
			self.point2.position = self.point2.position - translation
3795
		end
3796
	end
3797
end
3798
3799
function verlet.new(class, a, b, c)
3800
	if class == "Point" then
3801
		local new = {}
3802
		setmetatable(new, {__index = point})
3803
		new.class = class
3804
		new.position = a or Vector3.new()
3805
		new.last_position = new.position
3806
		new.velocity = verlet.gravity
3807
		new.fixed = false
3808
		return new
3809
	elseif class == "Link" then
3810
		local new = {}
3811
		setmetatable(new, {__index = link})
3812
		new.class = class
3813
		new.point1 = a
3814
		new.point2 = b
3815
		new.length = c or (a.position - b.position).magnitude
3816
		return new
3817
	elseif class == "Rope" then
3818
		local new = {}
3819
		setmetatable(new, {__index = link})
3820
		new.class = class
3821
		new.start_point = a
3822
		new.finish_point = b
3823
		new.points = {}
3824
		new.links = {}
3825
		local inc = (b - a) / 10
3826
		for i = 0, 10 do
3827
			table.insert(new.points, verlet.new("Point", a + (i * inc)))
3828
		end
3829
		for i = 2, #new.points do
3830
			table.insert(new.links, verlet.new("Link", new.points[i - 1], new.points[i]))
3831
		end
3832
		return new
3833
	end
3834
end
3835
3836
local tris = {}
3837
local triParts = {}
3838
3839
local function GetDiscoColor(hue)
3840
 local section = hue % 1 * 3
3841
 local secondary = 0.5 * math.pi * (section % 1)
3842
 if section < 1 then
3843
  return Color3.new(0, 0, 0)
3844
 elseif section < 2 then
3845
  return Color3.new(0, 0, 0)
3846
 else
3847
  return Color3.new(0, 0, 0)
3848
 end
3849
end
3850
3851
local function setupPart(part)
3852
	part.Anchored = true
3853
	part.FormFactor = 3
3854
	part.CanCollide = false
3855
	part.TopSurface = 10
3856
	part.BottomSurface = 10
3857
	part.LeftSurface = 10
3858
	part.RightSurface = 10
3859
	part.FrontSurface = 10
3860
	part.BackSurface = 10
3861
	part.Material = "SmoothPlastic"
3862
	local m = Instance.new("SpecialMesh", part)
3863
	m.MeshType = "Wedge"
3864
	m.Scale = Vector3.new(0.2, 1, 1)
3865
	return part
3866
end
3867
3868
local function CFrameFromTopBack(at, top, back)
3869
	local right = top:Cross(back)
3870
	return CFrame.new(at.x, at.y, at.z, right.x, top.x, back.x,  right.y, top.y, back.y, right.z, top.z, back.z)
3871
end
3872
3873
local function drawTri(parent, a, b, c)
3874
	local this = {}
3875
	local mPart1 = table.remove(triParts, 1) or setupPart(Instance.new("Part"))
3876
	local mPart2 = table.remove(triParts, 1) or setupPart(Instance.new("Part"))
3877
	function this:Set(a, b, c)
3878
		local ab, bc, ca = b-a, c-b, a-c
3879
		local abm, bcm, cam = ab.magnitude, bc.magnitude, ca.magnitude
3880
		local edg1 = math.abs(0.5 + ca:Dot(ab)/(abm*abm))
3881
		local edg2 = math.abs(0.5 + ab:Dot(bc)/(bcm*bcm))
3882
		local edg3 = math.abs(0.5 + bc:Dot(ca)/(cam*cam))
3883
		if edg1 < edg2 then
3884
			if edg1 >= edg3 then		
3885
				a, b, c = c, a, b
3886
				ab, bc, ca = ca, ab, bc
3887
				abm = cam
3888
			end
3889
		else
3890
			if edg2 < edg3 then
3891
				a, b, c = b, c, a
3892
				ab, bc, ca = bc, ca, ab
3893
				abm = bcm
3894
			else
3895
				a, b, c = c, a, b
3896
				ab, bc, ca = ca, ab, bc
3897
				abm = cam
3898
			end
3899
		end
3900
	 
3901
		local len1 = -ca:Dot(ab)/abm
3902
		local len2 = abm - len1
3903
		local width = (ca + ab.unit*len1).magnitude
3904
	 
3905
		local maincf = CFrameFromTopBack(a, ab:Cross(bc).unit, -ab.unit)
3906
	 
3907
		if len1 > 0.2 then
3908
			mPart1.Parent = parent
3909
			mPart1.Size = Vector3.new(0.2, width, len1)
3910
			mPart1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
3911
		else
3912
			mPart1.Parent = nil
3913
		end
3914
		
3915
		if len2 > 0.2 then
3916
			mPart2.Parent = parent
3917
			mPart2.Size = Vector3.new(0.2, width, len2)
3918
			mPart2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
3919
		else
3920
			mPart2.Parent = nil
3921
		end	
3922
	end
3923
	function this:SetProperty(prop, value)
3924
		mPart1[prop] = value
3925
		mPart2[prop] = value
3926
	end
3927
	this:Set(a, b, c)
3928
	function this:Destroy()
3929
		mPart1:Destroy()
3930
		mPart2:Destroy()
3931
	end
3932
	this.p1 = mPart1
3933
	this.p2 = mPart2
3934
	this.p1.BrickColor = BrickColor.new(GetDiscoColor(math.noise(0.5, 0.5, this.p1.CFrame.Y * 0.5 + time())))
3935
	this.p2.BrickColor = BrickColor.new(GetDiscoColor(math.noise(0.5, 0.5, this.p2.CFrame.Y * 0.5 + time())))
3936
	return this
3937
end
3938
3939
function verlet.draw(object, id)
3940
	if object.class == "Point" then
3941
		local part = parts[id]
3942
		part.BrickColor = BrickColor.new(CULUR)
3943
		part.Color = Color3.new(0.592157, 0, 0)
3944
		part.Transparency = 0
3945
		part.formFactor = 3
3946
		part.Anchored = true
3947
		part.CanCollide = false
3948
		part.TopSurface = 0
3949
		part.BottomSurface = 0
3950
		part.Size = Vector3.new(0.35, 0.35, 0.35)
3951
		part.Material = "SmoothPlastic"
3952
		part.CFrame = CFrame.new(object.position)
3953
		part.Parent = torso
3954
		return part
3955
	elseif object.class == "Link" then
3956
		local part = parts[id]
3957
		local dist = (object.point1.position - object.point2.position).magnitude
3958
		part.Size = Vector3.new(0.2, 0.2, dist)
3959
		part.CFrame = CFrame.new(object.point1.position, object.point2.position) * CFrame.new(0, 0, dist * -0.5)
3960
		part.Parent = torso
3961
		return part
3962
	end
3963
end
3964
3965
function verlet.clear()
3966
	for _, v in pairs(workspace:GetChildren()) do
3967
		if v.Name == "Part" then
3968
			v:Destroy()
3969
		end
3970
	end
3971
end
3972
3973
local points = {}
3974
local links = {}
3975
3976
for x = 0, 2 do
3977
	points[x] = {}
3978
	for y = 0, 3 do
3979
		points[x][y] = verlet.new("Point", torso.Position + Vector3.new(x * 0.8 - 2, 2 - y * 0.8, 5 + y * 0.4))
3980
		points[x][y].fixed = y == 0
3981
	end
3982
end
3983
3984
for x = 1, 2 do
3985
	for y = 0, 3 do
3986
		links[#links + 1] = verlet.new("Link", points[x][y], points[x - 1][y], 1 + y * 0.08)
3987
	end
3988
end
3989
3990
for x = 0, 2 do
3991
	for y = 1, 3 do
3992
		links[#links + 1] = verlet.new("Link", points[x][y], points[x][y - 1], 1.2 + y * 0.03)
3993
	end
3994
end
3995
3996
render:connect(function()
3997
	for x = 0, 2 do
3998
		for y = 0, 3 do
3999
			if y == 0 then
4000
				points[x][y].position = (torso.CFrame * CFrame.new(x * 1 - 1, 1, 0.5)).p
4001
			else
4002
				points[x][y]:step()
4003
			end
4004
		end
4005
	end
4006
	for i = 1, #links do
4007
		links[i]:step()
4008
	end
4009
	for i = 1, #tris do
4010
		triParts[#triParts + 1] = tris[i].p1
4011
		triParts[#triParts + 1] = tris[i].p2
4012
	end
4013
	tris = {}
4014
	for x = 1, 2 do
4015
		for y = 1, 3 do
4016
			tris[#tris + 1] = drawTri(torso, points[x - 1][y - 1].position, points[x - 1][y].position, points[x][y - 1].position)
4017
			tris[#tris + 1] = drawTri(torso, points[x][y].position, points[x - 1][y].position, points[x][y - 1].position)
4018
		end
4019
	end
4020
end)
4021
end