SHOW:
|
|
- or go back to the newest paste.
1 | -- Gui to Lua | |
2 | -- Version: 3.2 | |
3 | ||
4 | -- Instances: | |
5 | ||
6 | local animation = Instance.new("ScreenGui") | |
7 | local Shadow = Instance.new("Frame") | |
8 | local Shadow_2 = Instance.new("Folder") | |
9 | local Frame = Instance.new("Frame") | |
10 | local Frame_2 = Instance.new("Frame") | |
11 | local mainFrame = Instance.new("ImageLabel") | |
12 | local topbarFrame = Instance.new("ImageLabel") | |
13 | local miniBtn = Instance.new("ImageButton") | |
14 | local miniLabel = Instance.new("TextLabel") | |
15 | local Minimize = Instance.new("TextButton") | |
16 | local Hi = Instance.new("TextLabel") | |
17 | local sunglasseslogo = Instance.new("ImageLabel") | |
18 | local TextLabel = Instance.new("TextLabel") | |
19 | local exitBtn = Instance.new("ImageButton") | |
20 | local exitLabel = Instance.new("TextLabel") | |
21 | local Exit = Instance.new("TextButton") | |
22 | local player = Instance.new("TextBox") | |
23 | local under = Instance.new("Frame") | |
24 | local r6 = Instance.new("TextButton") | |
25 | local sep = Instance.new("Frame") | |
26 | local play = Instance.new("TextButton") | |
27 | local profile = Instance.new("TextButton") | |
28 | local sep_2 = Instance.new("Frame") | |
29 | local Message = Instance.new("TextLabel") | |
30 | local profile_2 = Instance.new("Frame") | |
31 | local Shadow_3 = Instance.new("Folder") | |
32 | local Frame_3 = Instance.new("Frame") | |
33 | local Frame_4 = Instance.new("Frame") | |
34 | local mainFrame_2 = Instance.new("ImageLabel") | |
35 | local topbarFrame_2 = Instance.new("ImageLabel") | |
36 | local miniBtn_2 = Instance.new("ImageButton") | |
37 | local miniLabel_2 = Instance.new("TextLabel") | |
38 | local Minimize_2 = Instance.new("TextButton") | |
39 | local Hi_2 = Instance.new("TextLabel") | |
40 | local sunglasseslogo_2 = Instance.new("ImageLabel") | |
41 | local TextLabel_2 = Instance.new("TextLabel") | |
42 | local exitBtn_2 = Instance.new("ImageButton") | |
43 | local exitLabel_2 = Instance.new("TextLabel") | |
44 | local Exit_2 = Instance.new("TextButton") | |
45 | local pfp = Instance.new("ImageLabel") | |
46 | local under_2 = Instance.new("ImageLabel") | |
47 | local top = Instance.new("Frame") | |
48 | local uaid = Instance.new("TextLabel") | |
49 | local sep_3 = Instance.new("Frame") | |
50 | local _1 = Instance.new("TextLabel") | |
51 | local Message_2 = Instance.new("TextLabel") | |
52 | ||
53 | --Properties: | |
54 | ||
55 | animation.Name = "animation" | |
56 | animation.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") | |
57 | animation.ResetOnSpawn = false | |
58 | ||
59 | Shadow.Name = "Shadow" | |
60 | Shadow.Parent = animation | |
61 | Shadow.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
62 | Shadow.BackgroundTransparency = 1.000 | |
63 | Shadow.BorderSizePixel = 0 | |
64 | Shadow.Position = UDim2.new(0.616363645, -294, 0.598280072, -149) | |
65 | Shadow.Size = UDim2.new(0, 267, 0, 170) | |
66 | ||
67 | Shadow_2.Name = "Shadow" | |
68 | Shadow_2.Parent = Shadow | |
69 | ||
70 | Frame.Parent = Shadow_2 | |
71 | Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
72 | Frame.BorderSizePixel = 0 | |
73 | Frame.Position = UDim2.new(0, -4, 0, -4) | |
74 | Frame.Size = UDim2.new(1, 8, 1, 8) | |
75 | Frame.Style = Enum.FrameStyle.DropShadow | |
76 | ||
77 | Frame_2.Parent = Frame | |
78 | Frame_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
79 | Frame_2.BackgroundTransparency = 1.000 | |
80 | Frame_2.BorderColor3 = Color3.fromRGB(27, 42, 53) | |
81 | Frame_2.BorderSizePixel = 0 | |
82 | Frame_2.Position = UDim2.new(0, -4, 0, -4) | |
83 | Frame_2.Size = UDim2.new(1, 8, 1, 8) | |
84 | ||
85 | mainFrame.Name = "mainFrame" | |
86 | mainFrame.Parent = Shadow | |
87 | mainFrame.BackgroundColor3 = Color3.fromRGB(32, 32, 32) | |
88 | mainFrame.BackgroundTransparency = 1.000 | |
89 | mainFrame.BorderSizePixel = 0 | |
90 | mainFrame.ClipsDescendants = true | |
91 | mainFrame.Position = UDim2.new(-0.000796778651, 0, -0.00258674752, 0) | |
92 | mainFrame.Size = UDim2.new(0, 264, 0, 168) | |
93 | mainFrame.Image = "http://www.roblox.com/asset/?id=4530318781" | |
94 | mainFrame.ImageColor3 = Color3.fromRGB(32, 32, 32) | |
95 | mainFrame.ScaleType = Enum.ScaleType.Slice | |
96 | mainFrame.SliceCenter = Rect.new(20, 20, 480, 480) | |
97 | ||
98 | topbarFrame.Name = "topbarFrame" | |
99 | topbarFrame.Parent = mainFrame | |
100 | topbarFrame.BackgroundColor3 = Color3.fromRGB(24, 24, 24) | |
101 | topbarFrame.BackgroundTransparency = 1.000 | |
102 | topbarFrame.BorderSizePixel = 0 | |
103 | topbarFrame.Size = UDim2.new(0, 587, 0, 33) | |
104 | topbarFrame.Image = "http://www.roblox.com/asset/?id=4530319192" | |
105 | topbarFrame.ImageColor3 = Color3.fromRGB(24, 24, 24) | |
106 | topbarFrame.ScaleType = Enum.ScaleType.Slice | |
107 | topbarFrame.SliceCenter = Rect.new(20, 20, 480, 480) | |
108 | ||
109 | miniBtn.Name = "miniBtn" | |
110 | miniBtn.Parent = topbarFrame | |
111 | miniBtn.AnchorPoint = Vector2.new(0, 0.5) | |
112 | miniBtn.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
113 | miniBtn.BackgroundTransparency = 1.000 | |
114 | miniBtn.BorderColor3 = Color3.fromRGB(27, 42, 53) | |
115 | miniBtn.BorderSizePixel = 0 | |
116 | miniBtn.Position = UDim2.new(0, 531, 0.5, 0) | |
117 | miniBtn.Size = UDim2.new(0, 19, 0, 19) | |
118 | miniBtn.Image = "http://www.roblox.com/asset/?id=4132450915" | |
119 | miniBtn.ImageColor3 = Color3.fromRGB(140, 30, 49) | |
120 | miniBtn.ImageTransparency = 1.000 | |
121 | ||
122 | miniLabel.Name = "miniLabel" | |
123 | miniLabel.Parent = miniBtn | |
124 | miniLabel.AnchorPoint = Vector2.new(0.5, 0.5) | |
125 | miniLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
126 | miniLabel.BackgroundTransparency = 1.000 | |
127 | miniLabel.BorderSizePixel = 0 | |
128 | miniLabel.Position = UDim2.new(-16.5526314, 0, 0.5, 0) | |
129 | miniLabel.Size = UDim2.new(0, 25, 0, 25) | |
130 | miniLabel.Visible = false | |
131 | miniLabel.Font = Enum.Font.SourceSansLight | |
132 | miniLabel.Text = "—" | |
133 | miniLabel.TextColor3 = Color3.fromRGB(181, 181, 181) | |
134 | miniLabel.TextSize = 15.000 | |
135 | miniLabel.TextWrapped = true | |
136 | ||
137 | Minimize.Name = "Minimize" | |
138 | Minimize.Parent = miniBtn | |
139 | Minimize.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
140 | Minimize.BackgroundTransparency = 1.000 | |
141 | Minimize.Size = UDim2.new(0, 19, 0, 19) | |
142 | Minimize.Font = Enum.Font.SourceSans | |
143 | Minimize.Text = "" | |
144 | Minimize.TextColor3 = Color3.fromRGB(0, 0, 0) | |
145 | Minimize.TextSize = 14.000 | |
146 | ||
147 | Hi.Name = "Hi" | |
148 | Hi.Parent = miniBtn | |
149 | Hi.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
150 | Hi.BackgroundTransparency = 1.000 | |
151 | Hi.Position = UDim2.new(-10.726819, 0, -0.00334408414, 0) | |
152 | Hi.Size = UDim2.new(0, 193, 0, 22) | |
153 | Hi.Visible = false | |
154 | Hi.Font = Enum.Font.SourceSans | |
155 | Hi.Text = "Credits to dangerxusIove for converting Sentinel SS." | |
156 | Hi.TextColor3 = Color3.fromRGB(255, 255, 255) | |
157 | Hi.TextScaled = true | |
158 | Hi.TextSize = 14.000 | |
159 | Hi.TextStrokeTransparency = 0.000 | |
160 | Hi.TextWrapped = true | |
161 | ||
162 | sunglasseslogo.Name = "sunglasseslogo" | |
163 | sunglasseslogo.Parent = topbarFrame | |
164 | sunglasseslogo.AnchorPoint = Vector2.new(0, 0.5) | |
165 | sunglasseslogo.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
166 | sunglasseslogo.BackgroundTransparency = 1.000 | |
167 | sunglasseslogo.BorderSizePixel = 0 | |
168 | sunglasseslogo.Position = UDim2.new(0, 2, 0.431818187, 0) | |
169 | sunglasseslogo.Size = UDim2.new(0, 24, 0, 28) | |
170 | sunglasseslogo.Image = "http://www.roblox.com/asset/?id=5084359542" | |
171 | sunglasseslogo.ScaleType = Enum.ScaleType.Fit | |
172 | ||
173 | TextLabel.Parent = sunglasseslogo | |
174 | TextLabel.BackgroundColor3 = Color3.fromRGB(154, 154, 154) | |
175 | TextLabel.BackgroundTransparency = 1.000 | |
176 | TextLabel.BorderSizePixel = 0 | |
177 | TextLabel.Position = UDim2.new(0.75, 0, 0.285714149, 0) | |
178 | TextLabel.Size = UDim2.new(0, 121, 0, 16) | |
179 | TextLabel.Font = Enum.Font.SourceSans | |
180 | TextLabel.Text = "Builder X FE | ID Player" | |
181 | TextLabel.TextColor3 = Color3.fromRGB(189, 189, 189) | |
182 | TextLabel.TextSize = 12.000 | |
183 | ||
184 | exitBtn.Name = "exitBtn" | |
185 | exitBtn.Parent = topbarFrame | |
186 | exitBtn.AnchorPoint = Vector2.new(0, 0.5) | |
187 | exitBtn.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
188 | exitBtn.BackgroundTransparency = 1.000 | |
189 | exitBtn.BorderColor3 = Color3.fromRGB(27, 42, 53) | |
190 | exitBtn.BorderSizePixel = 0 | |
191 | exitBtn.Position = UDim2.new(0.0340715498, 541, 0.5, 0) | |
192 | exitBtn.Size = UDim2.new(0, 19, 0, 19) | |
193 | exitBtn.Image = "http://www.roblox.com/asset/?id=4132450915" | |
194 | exitBtn.ImageColor3 = Color3.fromRGB(140, 30, 49) | |
195 | exitBtn.ImageTransparency = 1.000 | |
196 | ||
197 | exitLabel.Name = "exitLabel" | |
198 | exitLabel.Parent = exitBtn | |
199 | exitLabel.AnchorPoint = Vector2.new(0.5, 0.5) | |
200 | exitLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
201 | exitLabel.BackgroundTransparency = 1.000 | |
202 | exitLabel.BorderSizePixel = 0 | |
203 | exitLabel.Position = UDim2.new(-16.4473686, 0, 0.5, 0) | |
204 | exitLabel.Size = UDim2.new(0, 25, 0, 25) | |
205 | exitLabel.Visible = false | |
206 | exitLabel.Font = Enum.Font.SourceSansLight | |
207 | exitLabel.Text = "×" | |
208 | exitLabel.TextColor3 = Color3.fromRGB(181, 181, 181) | |
209 | exitLabel.TextSize = 35.000 | |
210 | exitLabel.TextWrapped = true | |
211 | ||
212 | Exit.Name = "Exit" | |
213 | Exit.Parent = exitBtn | |
214 | Exit.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
215 | Exit.BackgroundTransparency = 1.000 | |
216 | Exit.Size = UDim2.new(0, 19, 0, 19) | |
217 | Exit.Font = Enum.Font.SourceSans | |
218 | Exit.Text = "" | |
219 | Exit.TextColor3 = Color3.fromRGB(0, 0, 0) | |
220 | Exit.TextSize = 14.000 | |
221 | ||
222 | player.Name = "player" | |
223 | player.Parent = mainFrame | |
224 | player.BackgroundColor3 = Color3.fromRGB(24, 24, 24) | |
225 | player.BorderSizePixel = 0 | |
226 | player.Position = UDim2.new(0.0606060624, 0, 0.351190478, 0) | |
227 | player.Size = UDim2.new(0, 232, 0, 38) | |
228 | player.Font = Enum.Font.SourceSans | |
229 | player.PlaceholderText = "ID HERE" | |
230 | player.Text = "" | |
231 | player.TextColor3 = Color3.fromRGB(255, 255, 255) | |
232 | player.TextSize = 14.000 | |
233 | ||
234 | under.Name = "under" | |
235 | under.Parent = player | |
236 | under.BackgroundColor3 = Color3.fromRGB(29, 29, 29) | |
237 | under.BorderSizePixel = 0 | |
238 | under.Position = UDim2.new(-0.068965517, 0, 1.94736838, 0) | |
239 | under.Size = UDim2.new(0, 264, 0, 34) | |
240 | ||
241 | r6.Name = "r6" | |
242 | r6.Parent = under | |
243 | r6.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
244 | r6.BackgroundTransparency = 1.000 | |
245 | r6.Position = UDim2.new(0.170454532, 0, 0.0513382182, 0) | |
246 | r6.Size = UDim2.new(0, 34, 0, 30) | |
247 | r6.Font = Enum.Font.SourceSans | |
248 | r6.Text = "R6" | |
249 | r6.TextColor3 = Color3.fromRGB(255, 255, 255) | |
250 | r6.TextSize = 14.000 | |
251 | ||
252 | sep.Name = "sep" | |
253 | sep.Parent = r6 | |
254 | sep.BackgroundColor3 = Color3.fromRGB(81, 81, 81) | |
255 | sep.BorderColor3 = Color3.fromRGB(153, 153, 153) | |
256 | sep.BorderSizePixel = 0 | |
257 | sep.Position = UDim2.new(0, 0, 0.123142488, 0) | |
258 | sep.Size = UDim2.new(0, 1, 0, 23) | |
259 | ||
260 | play.Name = "play" | |
261 | play.Parent = under | |
262 | play.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
263 | play.BackgroundTransparency = 1.000 | |
264 | play.Position = UDim2.new(0.0416666605, 0, 0.0513382182, 0) | |
265 | play.Size = UDim2.new(0, 34, 0, 30) | |
266 | play.Font = Enum.Font.SourceSans | |
267 | play.Text = "Play" | |
268 | play.TextColor3 = Color3.fromRGB(255, 255, 255) | |
269 | play.TextSize = 14.000 | |
270 | ||
271 | profile.Name = "profile" | |
272 | profile.Parent = under | |
273 | profile.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
274 | profile.BackgroundTransparency = 1.000 | |
275 | profile.Position = UDim2.new(0.859848499, 0, 0.0513382182, 0) | |
276 | profile.Size = UDim2.new(0, 34, 0, 30) | |
277 | profile.Font = Enum.Font.SourceSans | |
278 | profile.Text = "Info" | |
279 | profile.TextColor3 = Color3.fromRGB(255, 255, 255) | |
280 | profile.TextSize = 14.000 | |
281 | ||
282 | sep_2.Name = "sep" | |
283 | sep_2.Parent = player | |
284 | sep_2.BackgroundColor3 = Color3.fromRGB(81, 81, 81) | |
285 | sep_2.Position = UDim2.new(-0.0603448264, 0, 1.94736838, 0) | |
286 | sep_2.Size = UDim2.new(0, 262, 0, 1) | |
287 | ||
288 | Message.Name = "Message" | |
289 | Message.Parent = Shadow | |
290 | Message.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
291 | Message.BackgroundTransparency = 1.000 | |
292 | Message.Position = UDim2.new(0.336734682, 0, -0.00334448158, 0) | |
293 | Message.Size = UDim2.new(0, 200, 0, 28) | |
294 | Message.Visible = false | |
295 | Message.Font = Enum.Font.SourceSans | |
296 | Message.Text = "Are you sure?" | |
297 | Message.TextColor3 = Color3.fromRGB(143, 0, 0) | |
298 | Message.TextSize = 14.000 | |
299 | ||
300 | profile_2.Name = "profile" | |
301 | profile_2.Parent = animation | |
302 | profile_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
303 | profile_2.BackgroundTransparency = 1.000 | |
304 | profile_2.BorderSizePixel = 0 | |
305 | profile_2.Position = UDim2.new(0.840363622, -294, 0.597051561, -149) | |
306 | profile_2.Size = UDim2.new(0, 267, 0, 170) | |
307 | profile_2.Visible = false | |
308 | ||
309 | Shadow_3.Name = "Shadow" | |
310 | Shadow_3.Parent = profile_2 | |
311 | ||
312 | Frame_3.Parent = Shadow_3 | |
313 | Frame_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
314 | Frame_3.BorderSizePixel = 0 | |
315 | Frame_3.Position = UDim2.new(0, -4, 0, -4) | |
316 | Frame_3.Size = UDim2.new(1, 8, 1, 8) | |
317 | Frame_3.Style = Enum.FrameStyle.DropShadow | |
318 | ||
319 | Frame_4.Parent = Frame_3 | |
320 | Frame_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
321 | Frame_4.BackgroundTransparency = 1.000 | |
322 | Frame_4.BorderColor3 = Color3.fromRGB(27, 42, 53) | |
323 | Frame_4.BorderSizePixel = 0 | |
324 | Frame_4.Position = UDim2.new(0, -4, 0, -4) | |
325 | Frame_4.Size = UDim2.new(1, 8, 1, 8) | |
326 | ||
327 | mainFrame_2.Name = "mainFrame" | |
328 | mainFrame_2.Parent = profile_2 | |
329 | mainFrame_2.BackgroundColor3 = Color3.fromRGB(32, 32, 32) | |
330 | mainFrame_2.BackgroundTransparency = 1.000 | |
331 | mainFrame_2.BorderSizePixel = 0 | |
332 | mainFrame_2.ClipsDescendants = true | |
333 | mainFrame_2.Position = UDim2.new(-0.000796778651, 0, -0.00258674752, 0) | |
334 | mainFrame_2.Size = UDim2.new(0, 264, 0, 168) | |
335 | mainFrame_2.Image = "http://www.roblox.com/asset/?id=4530318781" | |
336 | mainFrame_2.ImageColor3 = Color3.fromRGB(32, 32, 32) | |
337 | mainFrame_2.ScaleType = Enum.ScaleType.Slice | |
338 | mainFrame_2.SliceCenter = Rect.new(20, 20, 480, 480) | |
339 | ||
340 | topbarFrame_2.Name = "topbarFrame" | |
341 | topbarFrame_2.Parent = mainFrame_2 | |
342 | topbarFrame_2.BackgroundColor3 = Color3.fromRGB(24, 24, 24) | |
343 | topbarFrame_2.BackgroundTransparency = 1.000 | |
344 | topbarFrame_2.BorderSizePixel = 0 | |
345 | topbarFrame_2.Size = UDim2.new(0, 587, 0, 33) | |
346 | topbarFrame_2.Image = "http://www.roblox.com/asset/?id=4530319192" | |
347 | topbarFrame_2.ImageColor3 = Color3.fromRGB(24, 24, 24) | |
348 | topbarFrame_2.ScaleType = Enum.ScaleType.Slice | |
349 | topbarFrame_2.SliceCenter = Rect.new(20, 20, 480, 480) | |
350 | ||
351 | miniBtn_2.Name = "miniBtn" | |
352 | miniBtn_2.Parent = topbarFrame_2 | |
353 | miniBtn_2.AnchorPoint = Vector2.new(0, 0.5) | |
354 | miniBtn_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
355 | miniBtn_2.BackgroundTransparency = 1.000 | |
356 | miniBtn_2.BorderColor3 = Color3.fromRGB(27, 42, 53) | |
357 | miniBtn_2.BorderSizePixel = 0 | |
358 | miniBtn_2.Position = UDim2.new(0, 531, 0.5, 0) | |
359 | miniBtn_2.Size = UDim2.new(0, 19, 0, 19) | |
360 | miniBtn_2.Image = "http://www.roblox.com/asset/?id=4132450915" | |
361 | miniBtn_2.ImageColor3 = Color3.fromRGB(140, 30, 49) | |
362 | miniBtn_2.ImageTransparency = 1.000 | |
363 | ||
364 | miniLabel_2.Name = "miniLabel" | |
365 | miniLabel_2.Parent = miniBtn_2 | |
366 | miniLabel_2.AnchorPoint = Vector2.new(0.5, 0.5) | |
367 | miniLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
368 | miniLabel_2.BackgroundTransparency = 1.000 | |
369 | miniLabel_2.BorderSizePixel = 0 | |
370 | miniLabel_2.Position = UDim2.new(-16.5526314, 0, 0.5, 0) | |
371 | miniLabel_2.Size = UDim2.new(0, 25, 0, 25) | |
372 | miniLabel_2.Visible = false | |
373 | miniLabel_2.Font = Enum.Font.SourceSansLight | |
374 | miniLabel_2.Text = "—" | |
375 | miniLabel_2.TextColor3 = Color3.fromRGB(181, 181, 181) | |
376 | miniLabel_2.TextSize = 15.000 | |
377 | miniLabel_2.TextWrapped = true | |
378 | ||
379 | Minimize_2.Name = "Minimize" | |
380 | Minimize_2.Parent = miniBtn_2 | |
381 | Minimize_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
382 | Minimize_2.BackgroundTransparency = 1.000 | |
383 | Minimize_2.Size = UDim2.new(0, 19, 0, 19) | |
384 | Minimize_2.Font = Enum.Font.SourceSans | |
385 | Minimize_2.Text = "" | |
386 | Minimize_2.TextColor3 = Color3.fromRGB(0, 0, 0) | |
387 | Minimize_2.TextSize = 14.000 | |
388 | ||
389 | Hi_2.Name = "Hi" | |
390 | Hi_2.Parent = miniBtn_2 | |
391 | Hi_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
392 | Hi_2.BackgroundTransparency = 1.000 | |
393 | Hi_2.Position = UDim2.new(-10.726819, 0, -0.00334408414, 0) | |
394 | Hi_2.Size = UDim2.new(0, 193, 0, 22) | |
395 | Hi_2.Visible = false | |
396 | Hi_2.Font = Enum.Font.SourceSans | |
397 | Hi_2.Text = "Credits to dangerxusIove for converting Sentinel SS." | |
398 | Hi_2.TextColor3 = Color3.fromRGB(255, 255, 255) | |
399 | Hi_2.TextScaled = true | |
400 | Hi_2.TextSize = 14.000 | |
401 | Hi_2.TextStrokeTransparency = 0.000 | |
402 | Hi_2.TextWrapped = true | |
403 | ||
404 | sunglasseslogo_2.Name = "sunglasseslogo" | |
405 | sunglasseslogo_2.Parent = topbarFrame_2 | |
406 | sunglasseslogo_2.AnchorPoint = Vector2.new(0, 0.5) | |
407 | sunglasseslogo_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
408 | sunglasseslogo_2.BackgroundTransparency = 1.000 | |
409 | sunglasseslogo_2.BorderSizePixel = 0 | |
410 | sunglasseslogo_2.Position = UDim2.new(0, 2, 0.431818187, 0) | |
411 | sunglasseslogo_2.Size = UDim2.new(0, 24, 0, 28) | |
412 | sunglasseslogo_2.Image = "http://www.roblox.com/asset/?id=5084359542" | |
413 | sunglasseslogo_2.ScaleType = Enum.ScaleType.Fit | |
414 | ||
415 | TextLabel_2.Parent = sunglasseslogo_2 | |
416 | TextLabel_2.BackgroundColor3 = Color3.fromRGB(154, 154, 154) | |
417 | TextLabel_2.BackgroundTransparency = 1.000 | |
418 | TextLabel_2.BorderSizePixel = 0 | |
419 | TextLabel_2.Position = UDim2.new(-0.708333373, 0, 0.249999866, 0) | |
420 | TextLabel_2.Size = UDim2.new(0, 121, 0, 16) | |
421 | TextLabel_2.Font = Enum.Font.SourceSans | |
422 | TextLabel_2.Text = "Profile" | |
423 | TextLabel_2.TextColor3 = Color3.fromRGB(189, 189, 189) | |
424 | TextLabel_2.TextSize = 12.000 | |
425 | ||
426 | exitBtn_2.Name = "exitBtn" | |
427 | exitBtn_2.Parent = topbarFrame_2 | |
428 | exitBtn_2.AnchorPoint = Vector2.new(0, 0.5) | |
429 | exitBtn_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
430 | exitBtn_2.BackgroundTransparency = 1.000 | |
431 | exitBtn_2.BorderColor3 = Color3.fromRGB(27, 42, 53) | |
432 | exitBtn_2.BorderSizePixel = 0 | |
433 | exitBtn_2.Position = UDim2.new(0.0340715498, 541, 0.5, 0) | |
434 | exitBtn_2.Size = UDim2.new(0, 19, 0, 19) | |
435 | exitBtn_2.Image = "http://www.roblox.com/asset/?id=4132450915" | |
436 | exitBtn_2.ImageColor3 = Color3.fromRGB(140, 30, 49) | |
437 | exitBtn_2.ImageTransparency = 1.000 | |
438 | ||
439 | exitLabel_2.Name = "exitLabel" | |
440 | exitLabel_2.Parent = exitBtn_2 | |
441 | exitLabel_2.AnchorPoint = Vector2.new(0.5, 0.5) | |
442 | exitLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
443 | exitLabel_2.BackgroundTransparency = 1.000 | |
444 | exitLabel_2.BorderSizePixel = 0 | |
445 | exitLabel_2.Position = UDim2.new(-16.4473686, 0, 0.5, 0) | |
446 | exitLabel_2.Size = UDim2.new(0, 25, 0, 25) | |
447 | exitLabel_2.Visible = false | |
448 | exitLabel_2.Font = Enum.Font.SourceSansLight | |
449 | exitLabel_2.Text = "×" | |
450 | exitLabel_2.TextColor3 = Color3.fromRGB(181, 181, 181) | |
451 | exitLabel_2.TextSize = 35.000 | |
452 | exitLabel_2.TextWrapped = true | |
453 | ||
454 | Exit_2.Name = "Exit" | |
455 | Exit_2.Parent = exitBtn_2 | |
456 | Exit_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
457 | Exit_2.BackgroundTransparency = 1.000 | |
458 | Exit_2.Size = UDim2.new(0, 19, 0, 19) | |
459 | Exit_2.Font = Enum.Font.SourceSans | |
460 | Exit_2.Text = "" | |
461 | Exit_2.TextColor3 = Color3.fromRGB(0, 0, 0) | |
462 | Exit_2.TextSize = 14.000 | |
463 | ||
464 | pfp.Name = "pfp" | |
465 | pfp.Parent = mainFrame_2 | |
466 | pfp.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
467 | pfp.BackgroundTransparency = 1.000 | |
468 | pfp.Position = UDim2.new(0.314393967, 0, 0.178571418, 0) | |
469 | pfp.Size = UDim2.new(0, 98, 0, 100) | |
470 | pfp.Image = "http://www.roblox.com/asset/?id=5084359542" | |
471 | ||
472 | under_2.Name = "under" | |
473 | under_2.Parent = pfp | |
474 | under_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
475 | under_2.BackgroundTransparency = 1.000 | |
476 | under_2.BorderSizePixel = 0 | |
477 | under_2.Position = UDim2.new(-0.806122422, 0, 1.04999971, 0) | |
478 | under_2.Size = UDim2.new(0, 264, 0, 33) | |
479 | under_2.Image = "rbxassetid://3570695787" | |
480 | under_2.ImageColor3 = Color3.fromRGB(29, 29, 29) | |
481 | under_2.ScaleType = Enum.ScaleType.Slice | |
482 | under_2.SliceCenter = Rect.new(100, 100, 100, 100) | |
483 | under_2.SliceScale = 0.050 | |
484 | ||
485 | top.Name = "top" | |
486 | top.Parent = under_2 | |
487 | top.BackgroundColor3 = Color3.fromRGB(29, 29, 29) | |
488 | top.BorderSizePixel = 0 | |
489 | top.Position = UDim2.new(-0.0151515156, 0, 0.134539977, 0) | |
490 | top.Size = UDim2.new(0, 268, 0, 4) | |
491 | ||
492 | uaid.Name = "uaid" | |
493 | uaid.Parent = under_2 | |
494 | uaid.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
495 | uaid.BackgroundTransparency = 1.000 | |
496 | uaid.Position = UDim2.new(0, 0, 0.0436308905, 0) | |
497 | uaid.Size = UDim2.new(0, 49, 0, 28) | |
498 | uaid.Font = Enum.Font.SourceSans | |
499 | uaid.Text = "UAID " | |
500 | uaid.TextColor3 = Color3.fromRGB(255, 255, 255) | |
501 | uaid.TextSize = 14.000 | |
502 | ||
503 | sep_3.Name = "sep" | |
504 | sep_3.Parent = uaid | |
505 | sep_3.BackgroundColor3 = Color3.fromRGB(118, 118, 118) | |
506 | sep_3.BorderSizePixel = 0 | |
507 | sep_3.Position = UDim2.new(0.817503631, 0, 0.25, 0) | |
508 | sep_3.Size = UDim2.new(0, 1, 0, 15) | |
509 | ||
510 | _1.Name = "1" | |
511 | _1.Parent = sep_3 | |
512 | _1.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
513 | _1.BackgroundTransparency = 1.000 | |
514 | _1.Position = UDim2.new(-0.87121582, 0, -0.453338623, 0) | |
515 | _1.Size = UDim2.new(0, 39, 0, 28) | |
516 | _1.Font = Enum.Font.SourceSans | |
517 | _1.Text = "1" | |
518 | _1.TextColor3 = Color3.fromRGB(255, 255, 255) | |
519 | _1.TextSize = 14.000 | |
520 | ||
521 | Message_2.Name = "Message" | |
522 | Message_2.Parent = profile_2 | |
523 | Message_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
524 | Message_2.BackgroundTransparency = 1.000 | |
525 | Message_2.Position = UDim2.new(0.336734682, 0, -0.00334448158, 0) | |
526 | Message_2.Size = UDim2.new(0, 200, 0, 28) | |
527 | Message_2.Visible = false | |
528 | Message_2.Font = Enum.Font.SourceSans | |
529 | Message_2.Text = "Are you sure?" | |
530 | Message_2.TextColor3 = Color3.fromRGB(143, 0, 0) | |
531 | Message_2.TextSize = 14.000 | |
532 | ||
533 | -- Scripts: | |
534 | ||
535 | local function XHBPHPO_fake_script() -- miniBtn.LocalScript | |
536 | local script = Instance.new('LocalScript', miniBtn) | |
537 | ||
538 | --[[local button = script.Parent | |
539 | local main = button.Parent.Parent.Parent.Parent.Shadow | |
540 | local minimizebtn = button.Minimize | |
541 | local openbtn = main.Parent.Open | |
542 | ||
543 | function entered() | |
544 | button.BackgroundColor3 = Color3.fromRGB(140, 30, 49) | |
545 | button.ImageTransparency = 0 | |
546 | script.Parent.Hi.Visible = true | |
547 | end | |
548 | function left() | |
549 | button.BackgroundColor3 = Color3.fromRGB(24, 24, 24) | |
550 | button.ImageTransparency = 1 | |
551 | script.Parent.Hi.Visible = false | |
552 | end | |
553 | ||
554 | function clicked() | |
555 | openbtn.Visible = true | |
556 | openbtn.open.Active = true | |
557 | main.Visible = false | |
558 | end | |
559 | ||
560 | minimizebtn.MouseButton1Click:Connect(clicked) | |
561 | button.MouseEnter:Connect(entered) | |
562 | button.MouseLeave:Connect(left)--]] | |
563 | end | |
564 | coroutine.wrap(XHBPHPO_fake_script)() | |
565 | local function IUPFXC_fake_script() -- exitBtn.LocalScript | |
566 | local script = Instance.new('LocalScript', exitBtn) | |
567 | ||
568 | --[[local button = script.Parent | |
569 | local main = button.Parent.Parent.Parent.Parent | |
570 | local exitbtn = button.Exit | |
571 | local message = button.Parent.Parent.Parent.Message | |
572 | local confirm; | |
573 | ||
574 | ||
575 | function entered() | |
576 | button.BackgroundColor3 = Color3.fromRGB(140, 30, 49) | |
577 | button.ImageTransparency = 0 | |
578 | end | |
579 | function left() | |
580 | button.BackgroundColor3 = Color3.fromRGB(24, 24, 24) | |
581 | button.ImageTransparency = 1 | |
582 | end | |
583 | ||
584 | function clicked() | |
585 | if not confirm then | |
586 | message.Visible = true | |
587 | wait(1) | |
588 | message.Visible = false | |
589 | confirm = true | |
590 | return | |
591 | end | |
592 | main.Enabled = false | |
593 | main:Destroy() | |
594 | end | |
595 | ||
596 | exitbtn.MouseButton1Click:Connect(clicked) | |
597 | button.MouseEnter:Connect(entered) | |
598 | button.MouseLeave:Connect(left)--]] | |
599 | end | |
600 | coroutine.wrap(IUPFXC_fake_script)() | |
601 | local function YLELJ_fake_script() -- r6.LocalScript | |
602 | local script = Instance.new('LocalScript', r6) | |
603 | ||
604 | script.Parent.MouseButton1Click:Connect(function() | |
605 | spawn(function() | |
606 | while wait() do | |
607 | sethiddenproperty(game.Players.LocalPlayer, "SimulationRadius", 1/0) | |
608 | sethiddenproperty(game.Players.LocalPlayer, "MaximumSimulationRadius", 1/0) | |
609 | end | |
610 | end) | |
611 | ||
612 | wait(.5) | |
613 | ||
614 | HumanDied = false | |
615 | local CountSCIFIMOVIELOL = 1 | |
616 | function SCIFIMOVIELOL(Part0,Part1,Position,Angle) | |
617 | local AlignPos = Instance.new('AlignPosition', Part1); AlignPos.Name = "AliP_"..CountSCIFIMOVIELOL | |
618 | AlignPos.ApplyAtCenterOfMass = true; | |
619 | AlignPos.MaxForce = 5772000--67752; | |
620 | AlignPos.MaxVelocity = math.huge/9e110; | |
621 | AlignPos.ReactionForceEnabled = false; | |
622 | AlignPos.Responsiveness = 200; | |
623 | AlignPos.RigidityEnabled = false; | |
624 | local AlignOri = Instance.new('AlignOrientation', Part1); AlignOri.Name = "AliO_"..CountSCIFIMOVIELOL | |
625 | AlignOri.MaxAngularVelocity = math.huge/9e110; | |
626 | AlignOri.MaxTorque = 5772000 | |
627 | AlignOri.PrimaryAxisOnly = false; | |
628 | AlignOri.ReactionTorqueEnabled = false; | |
629 | AlignOri.Responsiveness = 200; | |
630 | AlignOri.RigidityEnabled = false; | |
631 | local AttachmentA=Instance.new('Attachment',Part1); AttachmentA.Name = "Ath_"..CountSCIFIMOVIELOL | |
632 | local AttachmentB=Instance.new('Attachment',Part0); AttachmentB.Name = "Ath_"..CountSCIFIMOVIELOL | |
633 | AttachmentA.Orientation = Angle or Vector3.new(0,0,0) | |
634 | AttachmentA.Position = Position or Vector3.new(0,0,0) | |
635 | AlignPos.Attachment1 = AttachmentA; | |
636 | AlignPos.Attachment0 = AttachmentB; | |
637 | AlignOri.Attachment1 = AttachmentA; | |
638 | AlignOri.Attachment0 = AttachmentB; | |
639 | CountSCIFIMOVIELOL = CountSCIFIMOVIELOL + 1 | |
640 | return {AlignPos,AlignOri,AttachmentA,AttachmentB} | |
641 | end | |
642 | ||
643 | if _G.netted ~= true then | |
644 | _G.netted = true | |
645 | coroutine.wrap(function() | |
646 | settings().Physics.PhysicsEnvironmentalThrottle = Enum.EnviromentalPhysicsThrottle.Disabled | |
647 | settings().Physics.AllowSleep = false | |
648 | game:GetService("RunService").RenderStepped:Connect(function() | |
649 | game:FindFirstChildOfClass("Players").LocalPlayer.MaximumSimulationRadius=math.pow(math.huge,math.huge) | |
650 | sethiddenproperty(game:FindFirstChildOfClass("Players").LocalPlayer,"SimulationRadius",math.huge*math.huge) | |
651 | end) | |
652 | end)() | |
653 | end | |
654 | ||
655 | game:FindFirstChildOfClass("Players").LocalPlayer["Character"].Archivable = true | |
656 | local hatnameclone = {} | |
657 | for _,v in next, game:FindFirstChildOfClass("Players").LocalPlayer["Character"]:GetChildren() do | |
658 | if v:IsA("Accessory") then | |
659 | if hatnameclone[v.Name] then | |
660 | if hatnameclone[v.Name] == "s" then | |
661 | hatnameclone[v.Name] = {} | |
662 | end | |
663 | table.insert(hatnameclone[v.Name],v) | |
664 | else | |
665 | hatnameclone[v.Name] = "s" | |
666 | end | |
667 | end | |
668 | end | |
669 | for _,v in pairs(hatnameclone) do | |
670 | if type(v) == "table" then | |
671 | local num = 1 | |
672 | for _,w in pairs(v) do | |
673 | w.Name = w.Name..num | |
674 | num = num + 1 | |
675 | end | |
676 | end | |
677 | end | |
678 | hatnameclone = nil | |
679 | ||
680 | local DeadChar = game:FindFirstChildOfClass("Players").LocalPlayer.Character | |
681 | ||
682 | local fldr = Instance.new("Folder",game:FindFirstChildOfClass("Players").LocalPlayer["Character"]) | |
683 | fldr.Name = "DMYF" | |
684 | local CloneChar = DeadChar:Clone() | |
685 | local ANIMATIONHERE | |
686 | if CloneChar:FindFirstChild("Animate") then | |
687 | ANIMATIONHERE = CloneChar:FindFirstChild("Animate"):Clone() | |
688 | CloneChar:FindFirstChild("Animate"):Destroy() | |
689 | end | |
690 | if CloneChar:FindFirstChildOfClass("Folder") then CloneChar:FindFirstChildOfClass("Folder"):Destroy() end | |
691 | if CloneChar.Torso:FindFirstChild("Neck") then | |
692 | local Clonessss = CloneChar.Torso:FindFirstChild("Neck"):Clone() | |
693 | Clonessss.Part0 = nil | |
694 | Clonessss.Part1 = DeadChar.Head | |
695 | Clonessss.Parent = DeadChar.Torso | |
696 | end | |
697 | CloneChar.Parent = fldr | |
698 | CloneChar.HumanoidRootPart.CFrame = DeadChar.HumanoidRootPart.CFrame | |
699 | CloneChar.Humanoid.BreakJointsOnDeath = false | |
700 | CloneChar.Name = "non" | |
701 | CloneChar.Humanoid.DisplayDistanceType = "None" | |
702 | ||
703 | for _,v in next, DeadChar:GetChildren() do | |
704 | if v:IsA("Accessory") then | |
705 | local topacc = false | |
706 | if v.Handle:FindFirstChildOfClass("Weld") then v.Handle:FindFirstChildOfClass("Weld"):Destroy() end | |
707 | v.Handle.Massless = true | |
708 | v.Handle.CanCollide = false | |
709 | if v.Handle:FindFirstChildOfClass("Attachment") then | |
710 | local ath__ = v.Handle:FindFirstChildOfClass("Attachment") | |
711 | if ath__.Name == "HatAttachment" or ath__.Name == "HairAttachment" or ath__.Name == "FaceFrontAttachment" or ath__.Name == "FaceCenterAttachment" then | |
712 | topacc = ath__.Name | |
713 | end | |
714 | end | |
715 | local bv = Instance.new("BodyVelocity",v.Handle) | |
716 | bv.Velocity = Vector3.new(0,0,0) | |
717 | coroutine.wrap(function() | |
718 | if topacc then | |
719 | local allthings = SCIFIMOVIELOL(v.Handle,DeadChar.Torso,Vector3.new(0,1.5,0)+ (DeadChar.Head[topacc].Position + (v.Handle[topacc].Position*-1)),Vector3.new(0,0,0)) | |
720 | local normaltop = allthings[1].Attachment1 | |
721 | local alipos = allthings[1] | |
722 | local alirot = allthings[2] | |
723 | local p0 = v.Handle | |
724 | local p1 = DeadChar.Head | |
725 | alipos.Parent = CloneChar:FindFirstChild(v.Name).Handle | |
726 | alirot.Parent = CloneChar:FindFirstChild(v.Name).Handle | |
727 | while true do | |
728 | game:GetService("RunService").RenderStepped:wait() | |
729 | if HumanDied then break end | |
730 | coroutine.wrap(function() | |
731 | if alipos.Attachment1 == normaltop then | |
732 | p0.CFrame = p0.CFrame:lerp((((DeadChar.Torso.CFrame * CFrame.new(0,1.5,0)) * p1[topacc].CFrame) * p0[topacc].CFrame:inverse()),1) | |
733 | else | |
734 | v.Handle.CFrame = v.Handle.CFrame:lerp(alipos.Attachment1.Parent.CFrame * CFrame.new(alipos.Attachment1.Position) * CFrame.Angles(math.rad(alipos.Attachment1.Rotation.X),math.rad(alipos.Attachment1.Rotation.Y),math.rad(alipos.Attachment1.Rotation.Z)),1) | |
735 | end | |
736 | end)() | |
737 | end | |
738 | else | |
739 | SCIFIMOVIELOL(v.Handle,CloneChar[v.Name].Handle,Vector3.new(0,0,0),Vector3.new(0,0,0)) | |
740 | end | |
741 | end)() | |
742 | end | |
743 | end | |
744 | ||
745 | local a = DeadChar.Torso | |
746 | local b = DeadChar.HumanoidRootPart | |
747 | local c = DeadChar.Humanoid | |
748 | a.Parent = game:FindFirstChildOfClass("Workspace") | |
749 | c.Parent = game:FindFirstChildOfClass("Workspace") | |
750 | local told = a:Clone() | |
751 | local told1 = c:Clone() | |
752 | b["RootJoint"].Part0 = told | |
753 | b["RootJoint"].Part1 = DeadChar.Head | |
754 | a.Name = "torso" | |
755 | a.Neck:Destroy() | |
756 | c.Name = "Mizt Hub Best" | |
757 | told.Parent = DeadChar | |
758 | told1.Parent = DeadChar | |
759 | DeadChar.PrimaryPart = told | |
760 | told1.Health = 0 | |
761 | b:Destroy() | |
762 | a.Parent = DeadChar | |
763 | c.Parent = DeadChar | |
764 | told:Destroy() | |
765 | told1:Destroy() | |
766 | a.Name = "Torso" | |
767 | ||
768 | if CloneChar.Head:FindFirstChildOfClass("Decal") then CloneChar.Head:FindFirstChildOfClass("Decal").Transparency = 1 end | |
769 | if DeadChar:FindFirstChild("Animate") then DeadChar:FindFirstChild("Animate"):Destroy() end | |
770 | ||
771 | local Collider | |
772 | function UnCollide() | |
773 | if HumanDied then Collider:Disconnect(); return end | |
774 | --[[for _,Parts in next, CloneChar:GetChildren() do | |
775 | if Parts:IsA("BasePart") then | |
776 | Parts.CanCollide = false | |
777 | end | |
778 | end]] | |
779 | for _,Parts in next, DeadChar:GetChildren() do | |
780 | if Parts:IsA("BasePart") then | |
781 | Parts.CanCollide = false | |
782 | end | |
783 | end | |
784 | end | |
785 | Collider = game:GetService("RunService").Stepped:Connect(UnCollide) | |
786 | ||
787 | local resetBindable = Instance.new("BindableEvent") | |
788 | resetBindable.Event:connect(function() | |
789 | game:GetService("StarterGui"):SetCore("ResetButtonCallback", true) | |
790 | resetBindable:Destroy() | |
791 | HumanDied = true | |
792 | pcall(function() | |
793 | game:FindFirstChildOfClass("Players").LocalPlayer.Character = DeadChar | |
794 | DeadChar.Head:Destroy() | |
795 | DeadChar:FindFirstChildOfClass("Humanoid"):Destroy() | |
796 | game:FindFirstChildOfClass("Players").LocalPlayer.Character = CloneChar | |
797 | if DeadChar:FindFirstChildOfClass("Folder") then DeadChar:FindFirstChildOfClass("Folder"):Destroy() end | |
798 | end) | |
799 | end) | |
800 | game:GetService("StarterGui"):SetCore("ResetButtonCallback", resetBindable) | |
801 | ||
802 | coroutine.wrap(function() | |
803 | while true do | |
804 | game:GetService("RunService").RenderStepped:wait() | |
805 | if not CloneChar or not CloneChar:FindFirstChild("Head") or not CloneChar:FindFirstChildOfClass("Humanoid") or CloneChar:FindFirstChildOfClass("Humanoid").Health <= 0 and not DeadChar or not DeadChar:FindFirstChild("Head") or not DeadChar:FindFirstChildOfClass("Humanoid") or DeadChar:FindFirstChildOfClass("Humanoid").Health <= 0 then | |
806 | HumanDied = true | |
807 | pcall(function() | |
808 | game:FindFirstChildOfClass("Players").LocalPlayer.Character = DeadChar | |
809 | DeadChar.Head:Destroy() | |
810 | DeadChar:FindFirstChildOfClass("Humanoid"):Destroy() | |
811 | game:FindFirstChildOfClass("Players").LocalPlayer.Character = CloneChar | |
812 | if DeadChar:FindFirstChildOfClass("Folder") then DeadChar:FindFirstChildOfClass("Folder"):Destroy() end | |
813 | end) | |
814 | if resetBindable then | |
815 | game:GetService("StarterGui"):SetCore("ResetButtonCallback", true) | |
816 | resetBindable:Destroy() | |
817 | end | |
818 | break | |
819 | end | |
820 | end | |
821 | end)() | |
822 | ||
823 | ||
824 | SCIFIMOVIELOL(DeadChar["Head"],CloneChar["Head"]) | |
825 | SCIFIMOVIELOL(DeadChar["Torso"],CloneChar["Torso"]) | |
826 | SCIFIMOVIELOL(DeadChar["Left Arm"],CloneChar["Left Arm"]) | |
827 | SCIFIMOVIELOL(DeadChar["Right Arm"],CloneChar["Right Arm"]) | |
828 | SCIFIMOVIELOL(DeadChar["Left Leg"],CloneChar["Left Leg"]) | |
829 | SCIFIMOVIELOL(DeadChar["Right Leg"],CloneChar["Right Leg"]) | |
830 | ||
831 | for _,v in pairs(DeadChar:GetChildren()) do | |
832 | if v:IsA("BasePart") and v.Name ~= "Head" then | |
833 | --[[local bv = Instance.new("BodyVelocity",v) | |
834 | bv.Velocity = Vector3.new(0,0,0) | |
835 | coroutine.wrap(function() | |
836 | while true do | |
837 | game:GetService("RunService").RenderStepped:wait() | |
838 | if HumanDied then break end | |
839 | v.CFrame = CloneChar[v.Name].CFrame | |
840 | end | |
841 | end)()]] | |
842 | elseif v:IsA("BasePart") and v.Name == "Head" then | |
843 | local bv = Instance.new("BodyVelocity",v) | |
844 | bv.Velocity = Vector3.new(0,0,0) | |
845 | coroutine.wrap(function() | |
846 | while true do | |
847 | game:GetService("RunService").RenderStepped:wait() | |
848 | if HumanDied then break end | |
849 | v.CFrame = DeadChar.Torso.CFrame * CFrame.new(0,1.5,0) | |
850 | end | |
851 | end)() | |
852 | end | |
853 | end | |
854 | ||
855 | for _,BodyParts in next, CloneChar:GetDescendants() do | |
856 | if BodyParts:IsA("BasePart") or BodyParts:IsA("Part") then | |
857 | BodyParts.Transparency = 1 end end | |
858 | game:GetService("RunService").RenderStepped:wait() | |
859 | game:FindFirstChildOfClass("Players").LocalPlayer.Character = CloneChar | |
860 | game:FindFirstChildOfClass("Workspace"):FindFirstChildOfClass("Camera").CameraSubject = CloneChar.Humanoid | |
861 | ||
862 | for _,v in next, DeadChar:GetChildren() do | |
863 | if v:IsA("Accessory") then | |
864 | if v.Handle:FindFirstChildOfClass("Weld") then v.Handle:FindFirstChildOfClass("Weld"):Destroy() end | |
865 | end | |
866 | end | |
867 | ||
868 | if ANIMATIONHERE then ANIMATIONHERE.Parent = CloneChar end | |
869 | end) | |
870 | end | |
871 | coroutine.wrap(YLELJ_fake_script)() | |
872 | local function VUDGGV_fake_script() -- play.LocalScript | |
873 | local script = Instance.new('LocalScript', play) | |
874 | ||
875 | script.Parent.MouseButton1Click:Connect(function() | |
876 | animid="rbxassetid://"..script.Parent.Parent.Parent.Text | |
877 | --Reanimate | |
878 | loadstring(game:HttpGet("https://pastebin.com/raw/YBMWtriH"))() | |
879 | ||
880 | lol = getcustomasset or getsynasset | |
881 | getgenv().LoadLibrary = function(lib) return loadstring(game:HttpGet("https://raw.githubusercontent.com/Roblox/Core-Scripts/master/CoreScriptsRoot/Libraries/" .. lib .. ".lua"))() end | |
882 | ||
883 | plr=game.Players.LocalPlayer | |
884 | bruhmomentrighthahahahhahah=plr.Character | |
885 | cf=bruhmomentrighthahahahhahah.HumanoidRootPart.CFrame | |
886 | t=bruhmomentrighthahahahhahah.Torso | |
887 | rs=t["Right Shoulder"] | |
888 | ls=t["Left Shoulder"] | |
889 | rh=t["Right Hip"] | |
890 | lh=t["Left Hip"] | |
891 | n=t["Neck"] | |
892 | rj=bruhmomentrighthahahahhahah.HumanoidRootPart["RootJoint"] | |
893 | rsc0=rs.C0 | |
894 | lsc0=ls.C0 | |
895 | rhc0=rh.C0 | |
896 | lhc0=lh.C0 | |
897 | rjc0=rj.C0 | |
898 | nc0=n.C0 | |
899 | gc0=CFrame.new() | |
900 | orsc0=rs.C0 | |
901 | olsc0=ls.C0 | |
902 | orhc0=rh.C0 | |
903 | olhc0=lh.C0 | |
904 | orjc0=rj.C0 | |
905 | onc0=n.C0 | |
906 | count2 = 100 | |
907 | maxcount2=100 | |
908 | game["Run Service"].Heartbeat:Connect(function() | |
909 | count2 = count2+1 | |
910 | if count2<=maxcount2 then | |
911 | rs.Transform=rs.Transform:Lerp(rsc0,count2/maxcount2) | |
912 | ls.Transform=ls.Transform:Lerp(lsc0,count2/maxcount2) | |
913 | rh.Transform=rh.Transform:Lerp(rhc0,count2/maxcount2) | |
914 | lh.Transform=lh.Transform:Lerp(lhc0,count2/maxcount2) | |
915 | n.Transform=n.Transform:Lerp(nc0,count2/maxcount2) | |
916 | rj.Transform=rj.Transform:Lerp(rjc0,count2/maxcount2) | |
917 | end | |
918 | end) | |
919 | animid=game:GetObjects(animid)[1] | |
920 | function wait2(tim) | |
921 | if tim<0.1 then | |
922 | game.RunService.Heartbeat:Wait() | |
923 | else | |
924 | for i=1,tim*40 do | |
925 | game.RunService.Heartbeat:Wait() | |
926 | end | |
927 | end | |
928 | end | |
929 | anim={} | |
930 | function kftotbl(kf) | |
931 | tbl3 = {} | |
932 | for i,v in pairs(kf:GetDescendants()) do | |
933 | if v:IsA("Pose") then | |
934 | tbl3[string.sub(v.Name,1,1)..string.sub(v.Name,#v.Name,#v.Name)] = v.CFrame | |
935 | end | |
936 | end | |
937 | return(tbl3) | |
938 | end | |
939 | for i,v in pairs(animid:GetChildren()) do | |
940 | if v:IsA("Keyframe") then | |
941 | anim[v.Time]=kftotbl(v) | |
942 | end | |
943 | end | |
944 | ||
945 | function getnext(tbl,number) | |
946 | c=100 | |
947 | rtrnv=0 | |
948 | for i,v in pairs(tbl) do | |
949 | if i>number and i-number<c then | |
950 | c=i-number | |
951 | rtrnv=i | |
952 | end | |
953 | end | |
954 | return(rtrnv) | |
955 | end | |
956 | count = 0 | |
957 | char=game.Players.LocalPlayer.Character | |
958 | hhhh=game.Players.LocalPlayer.Character.Humanoid.Animator | |
959 | hhhh.Parent = nil | |
960 | for _,v in pairs(char.Humanoid:GetPlayingAnimationTracks()) do | |
961 | v:Stop() | |
962 | end | |
963 | while wait() do | |
964 | for i,oasjdadlasdkadkldjkl in pairs(anim) do | |
965 | asdf=getnext(anim,count) | |
966 | v=anim[asdf] | |
967 | if v["Lg"] then | |
968 | lhc0 = v["Lg"] | |
969 | end | |
970 | if v["Rg"] then | |
971 | rhc0 = v["Rg"] | |
972 | end | |
973 | if v["Lm"] then | |
974 | lsc0 = v["Lm"] | |
975 | end | |
976 | if v["Rm"] then | |
977 | rsc0 = v["Rm"] | |
978 | end | |
979 | if v["To"] then | |
980 | rjc0 = v["To"] | |
981 | end | |
982 | if v["Hd"] then | |
983 | nc0 = v["Hd"] | |
984 | end | |
985 | count2=0 | |
986 | print(asdf) | |
987 | maxcount2=asdf-count | |
988 | count=asdf | |
989 | wait2(asdf-count) | |
990 | count2=maxcount2 | |
991 | if v["Lg"] then | |
992 | char.Torso["Left Hip"].Transform = v["Lg"] | |
993 | end | |
994 | if v["Rg"] then | |
995 | char.Torso["Right Hip"].Transform = v["Rg"] | |
996 | end | |
997 | if v["Lm"] then | |
998 | char.Torso["Left Shoulder"].Transform = v["Lm"] | |
999 | end | |
1000 | if v["Rm"] then | |
1001 | char.Torso["Right Shoulder"].Transform = v["Rm"] | |
1002 | end | |
1003 | if v["To"] then | |
1004 | char.HumanoidRootPart["RootJoint"].Transform = v["To"] | |
1005 | end | |
1006 | if v["Hd"] then | |
1007 | char.Torso["Neck"].Transform = v["Hd"] | |
1008 | end | |
1009 | end | |
1010 | end | |
1011 | end) | |
1012 | end | |
1013 | coroutine.wrap(VUDGGV_fake_script)() | |
1014 | local function QUAWSM_fake_script() -- profile.LocalScript | |
1015 | local script = Instance.new('LocalScript', profile) | |
1016 | ||
1017 | script.Parent.MouseButton1Click:Connect(function() | |
1018 | if script.Parent.Parent.Parent.Parent.Parent.Parent.profile.Visible == true then script.Parent.Parent.Parent.Parent.Parent.Parent.profile.Visible = false else script.Parent.Parent.Parent.Parent.Parent.Parent.profile.Visible = true end | |
1019 | end) | |
1020 | end | |
1021 | coroutine.wrap(QUAWSM_fake_script)() | |
1022 | local function VKQFRDV_fake_script() -- Shadow.Drag | |
1023 | local script = Instance.new('LocalScript', Shadow) | |
1024 | ||
1025 | local UIS = game:GetService("UserInputService") | |
1026 | function dragify(Frame) | |
1027 | dragToggle = nil | |
1028 | dragInput = nil | |
1029 | dragStart = nil | |
1030 | function updateInput(input) | |
1031 | local Delta = input.Position - dragStart | |
1032 | local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y) | |
1033 | --Frame.Position = Position | |
1034 | game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.09), {Position = Position}):Play() | |
1035 | end | |
1036 | Frame.InputBegan:Connect(function(input) | |
1037 | if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then | |
1038 | dragToggle = true | |
1039 | dragStart = input.Position | |
1040 | startPos = Frame.Position | |
1041 | input.Changed:Connect(function() | |
1042 | if input.UserInputState == Enum.UserInputState.End then | |
1043 | dragToggle = false | |
1044 | end | |
1045 | end) | |
1046 | end | |
1047 | end) | |
1048 | Frame.InputChanged:Connect(function(input) | |
1049 | if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then | |
1050 | dragInput = input | |
1051 | end | |
1052 | end) | |
1053 | game:GetService("UserInputService").InputChanged:Connect(function(input) | |
1054 | if input == dragInput and dragToggle then | |
1055 | updateInput(input) | |
1056 | end | |
1057 | end) | |
1058 | end | |
1059 | ||
1060 | dragify(script.Parent) | |
1061 | end | |
1062 | coroutine.wrap(VKQFRDV_fake_script)() | |
1063 | local function RVZEA_fake_script() -- miniBtn_2.LocalScript | |
1064 | local script = Instance.new('LocalScript', miniBtn_2) | |
1065 | ||
1066 | local button = script.Parent | |
1067 | local main = button.Parent.Parent.Parent.Parent.Shadow | |
1068 | local minimizebtn = button.Minimize | |
1069 | local openbtn = main.Parent.Open | |
1070 | ||
1071 | function entered() | |
1072 | button.BackgroundColor3 = Color3.fromRGB(140, 30, 49) | |
1073 | button.ImageTransparency = 0 | |
1074 | script.Parent.Hi.Visible = true | |
1075 | end | |
1076 | function left() | |
1077 | button.BackgroundColor3 = Color3.fromRGB(24, 24, 24) | |
1078 | button.ImageTransparency = 1 | |
1079 | script.Parent.Hi.Visible = false | |
1080 | end | |
1081 | ||
1082 | function clicked() | |
1083 | openbtn.Visible = true | |
1084 | openbtn.open.Active = true | |
1085 | main.Visible = false | |
1086 | end | |
1087 | ||
1088 | minimizebtn.MouseButton1Click:Connect(clicked) | |
1089 | button.MouseEnter:Connect(entered) | |
1090 | button.MouseLeave:Connect(left) | |
1091 | end | |
1092 | coroutine.wrap(RVZEA_fake_script)() | |
1093 | local function JVWSQ_fake_script() -- exitBtn_2.LocalScript | |
1094 | local script = Instance.new('LocalScript', exitBtn_2) | |
1095 | ||
1096 | local button = script.Parent | |
1097 | local main = button.Parent.Parent.Parent.Parent | |
1098 | local exitbtn = button.Exit | |
1099 | local message = button.Parent.Parent.Parent.Message | |
1100 | local confirm; | |
1101 | ||
1102 | ||
1103 | function entered() | |
1104 | button.BackgroundColor3 = Color3.fromRGB(140, 30, 49) | |
1105 | button.ImageTransparency = 0 | |
1106 | end | |
1107 | function left() | |
1108 | button.BackgroundColor3 = Color3.fromRGB(24, 24, 24) | |
1109 | button.ImageTransparency = 1 | |
1110 | end | |
1111 | ||
1112 | function clicked() | |
1113 | if not confirm then | |
1114 | message.Visible = true | |
1115 | wait(1) | |
1116 | message.Visible = false | |
1117 | confirm = true | |
1118 | return | |
1119 | end | |
1120 | main.Enabled = false | |
1121 | main:Destroy() | |
1122 | end | |
1123 | ||
1124 | exitbtn.MouseButton1Click:Connect(clicked) | |
1125 | button.MouseEnter:Connect(entered) | |
1126 | button.MouseLeave:Connect(left) | |
1127 | end | |
1128 | coroutine.wrap(JVWSQ_fake_script)() | |
1129 | local function FQQC_fake_script() -- _1.LocalScript | |
1130 | local script = Instance.new('LocalScript', _1) | |
1131 | ||
1132 | script.Parent.Text = math.random(1,30) | |
1133 | end | |
1134 | coroutine.wrap(FQQC_fake_script)() | |
1135 | local function GHALIFO_fake_script() -- profile_2.Drag | |
1136 | local script = Instance.new('LocalScript', profile_2) | |
1137 | ||
1138 | local UIS = game:GetService("UserInputService") | |
1139 | function dragify(Frame) | |
1140 | dragToggle = nil | |
1141 | dragInput = nil | |
1142 | dragStart = nil | |
1143 | function updateInput(input) | |
1144 | local Delta = input.Position - dragStart | |
1145 | local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y) | |
1146 | --Frame.Position = Position | |
1147 | game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.09), {Position = Position}):Play() | |
1148 | end | |
1149 | Frame.InputBegan:Connect(function(input) | |
1150 | if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then | |
1151 | dragToggle = true | |
1152 | dragStart = input.Position | |
1153 | startPos = Frame.Position | |
1154 | input.Changed:Connect(function() | |
1155 | if input.UserInputState == Enum.UserInputState.End then | |
1156 | dragToggle = false | |
1157 | end | |
1158 | end) | |
1159 | end | |
1160 | end) | |
1161 | Frame.InputChanged:Connect(function(input) | |
1162 | if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then | |
1163 | dragInput = input | |
1164 | end | |
1165 | end) | |
1166 | game:GetService("UserInputService").InputChanged:Connect(function(input) | |
1167 | if input == dragInput and dragToggle then | |
1168 | updateInput(input) | |
1169 | end | |
1170 | end) | |
1171 | end | |
1172 | ||
1173 | dragify(script.Parent) | |
1174 | end | |
1175 | coroutine.wrap(GHALIFO_fake_script)() | |
1176 |