1 | -- Gui to Lua |
2 | -- Version: 3. |
3 | -- Instances: |
4 | |
5 | local ScreenGui = Instance.new("ScreenGui") |
6 | local Frame = Instance.new("Frame") |
7 | local Name = Instance.new("TextLabel") |
8 | local Credits = Instance.new("TextLabel") |
9 | local e1x1x1x1Message = Instance.new("TextButton") |
10 | local e1x1x1x1Music = Instance.new("TextButton") |
11 | local e1x1x1x1Laugh = Instance.new("TextButton") |
12 | local DayToNight = Instance.new("TextButton") |
13 | local e666 = Instance.new("TextButton") |
14 | local EpicSaxGuy = Instance.new("TextButton") |
15 | local Disc0 = Instance.new("TextButton") |
16 | local e2006Theme = Instance.new("TextButton") |
17 | local ForceField = Instance.new("TextButton") |
18 | |
19 | --Properties: |
20 | |
21 | ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") |
22 | ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling |
23 | |
24 | Frame.Parent = ScreenGui |
25 | Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0) |
26 | Frame.Position = UDim2.new(0.382171214, 0, 0.328530252, 0) |
27 | Frame.Size = UDim2.new(0, 378, 0, 250) |
28 | |
29 | Name.Name = "Name" |
30 | Name.Parent = Frame |
31 | Name.BackgroundColor3 = Color3.fromRGB(255, 0, 0) |
32 | Name.Size = UDim2.new(0, 378, 0, 25) |
33 | Name.Font = Enum.Font.GothamBold |
34 | Name.Text = "8x8x8x8 Gui" |
35 | Name.TextColor3 = Color3.fromRGB(0, 0, 0) |
36 | Name.TextScaled = true |
37 | Name.TextSize = 14.000 |
38 | Name.TextWrapped = true |
39 | |
40 | Credits.Name = "Credits" |
41 | Credits.Parent = Frame |
42 | Credits.BackgroundColor3 = Color3.fromRGB(255, 0, 0) |
43 | Credits.Position = UDim2.new(0, 0, 0.912, 0) |
44 | Credits.Size = UDim2.new(0, 378, 0, 22) |
45 | Credits.Font = Enum.Font.GothamBold |
46 | Credits.Text = "By g00byd0lan" |
47 | Credits.TextColor3 = Color3.fromRGB(0, 0, 0) |
48 | Credits.TextScaled = true |
49 | Credits.TextSize = 14.000 |
50 | Credits.TextWrapped = true |
51 | |
52 | e1x1x1x1Message.Name = "e1x1x1x1Message" |
53 | e1x1x1x1Message.Parent = Frame |
54 | e1x1x1x1Message.BackgroundColor3 = Color3.fromRGB(255, 0, 0) |
55 | e1x1x1x1Message.Position = UDim2.new(0.0714285746, 0, 0.216000006, 0) |
56 | e1x1x1x1Message.Size = UDim2.new(0, 79, 0, 31) |
57 | e1x1x1x1Message.Font = Enum.Font.GothamBold |
58 | e1x1x1x1Message.Text = "8x8x8x8 Message" |
59 | e1x1x1x1Message.TextColor3 = Color3.fromRGB(0, 0, 0) |
60 | e1x1x1x1Message.TextScaled = true |
61 | e1x1x1x1Message.TextSize = 14.000 |
62 | e1x1x1x1Message.TextWrapped = true |
63 | e1x1x1x1Message.MouseButton1Down:connect(function() |
64 | while true do |
65 | wait(12)--set this to how much time between messages |
66 | msg = Instance.new ("Hint") |
67 | msg.Parent = game.Workspace |
68 | msg.Text = "8x8x8x8: MUHAWHAWHAW! NOOBS! I HAVE RETURNED FOR MY REVENGE!" |
69 | wait(6) |
70 | msg:remove() |
71 | wait(3) |
72 | msg = Instance.new("Message") |
73 | msg.Parent = game.Workspace |
74 | msg.Text = "8x8x8x8: NOW YOU WILL ALL PARISH IN MY FIRE OF DOOM!" |
75 | wait(6) |
76 | msg:remove() |
77 | wait(3) |
78 | msg = Instance.new("Message") |
79 | msg.Parent = game.Workspace |
80 | msg.Text = "8x8x8x8: I WILL DESTROY YOU ALL! YOU ARE WORTHLESS!" |
81 | wait(6) |
82 | msg:remove() |
83 | wait(3) |
84 | msg = Instance.new("Message") |
85 | msg.Parent = game.Workspace |
86 | msg.Text = "8x8x8x8: YOU WILL NOT LIVE THROUGH MY DEADLY ATTACKS!" |
87 | wait(6) |
88 | msg:remove() |
89 | wait(3) |
90 | msg = Instance.new("Message") |
91 | msg.Parent = game.Workspace |
92 | msg.Text = "8x8x8x8: I MIGHT AS WELL CLONE YOU INTO BOTS!" |
93 | wait(6) |
94 | msg:remove() |
95 | wait(3) |
96 | msg = Instance.new("Message") |
97 | msg.Parent = game.Workspace |
98 | msg.Text = "8x8x8x8: AND THEN THOSE BOTS WILL DESTROY ROBLOX! HAHAHAHAHA!" |
99 | wait(6) |
100 | msg:remove() |
101 | wait(3) |
102 | msg = Instance.new("Message") |
103 | msg.Parent = game.Workspace |
104 | msg.Text = "8x8x8x8: YOU CAN'T STOP ME! THERES NOTHING YOU CAN DO!" |
105 | wait(6) |
106 | msg:remove() |
107 | end |
108 | end) |
109 | e1x1x1x1Music.Name = "e1x1x1x1Music" |
110 | e1x1x1x1Music.Parent = Frame |
111 | e1x1x1x1Music.BackgroundColor3 = Color3.fromRGB(255, 0, 0) |
112 | e1x1x1x1Music.Position = UDim2.new(0.0714285746, 0, 0.436000019, 0) |
113 | e1x1x1x1Music.Size = UDim2.new(0, 79, 0, 31) |
114 | e1x1x1x1Music.Font = Enum.Font.GothamBold |
115 | e1x1x1x1Music.Text = "8x8x8x8 Music" |
116 | e1x1x1x1Music.TextColor3 = Color3.fromRGB(0, 0, 0) |
117 | e1x1x1x1Music.TextScaled = true |
118 | e1x1x1x1Music.TextSize = 14.000 |
119 | e1x1x1x1Music.TextWrapped = true |
120 | e1x1x1x1Music.MouseButton1Down:connect(function() |
121 | --Made by Servano |
122 | |
123 | local s = Instance.new("Sound") |
124 | |
125 | s.Name = "Sound" |
126 | s.SoundId = "http://www.roblox.com/asset/?id=13530438299" |
127 | s.Volume = 1 |
128 | s.Pitch = 3 |
129 | s.Looped = true |
130 | s.archivable = false |
131 | |
132 | s.Parent = game.Workspace |
133 | |
134 | wait(1) |
135 | |
136 | s:play() |
137 | end) |
138 | e1x1x1x1Laugh.Name = "e1x1x1x1Laugh" |
139 | e1x1x1x1Laugh.Parent = Frame |
140 | e1x1x1x1Laugh.BackgroundColor3 = Color3.fromRGB(255, 0, 0) |
141 | e1x1x1x1Laugh.Position = UDim2.new(0.0714285746, 0, 0.648000002, 0) |
142 | e1x1x1x1Laugh.Size = UDim2.new(0, 79, 0, 34) |
143 | e1x1x1x1Laugh.Font = Enum.Font.GothamBold |
144 | e1x1x1x1Laugh.Text = "8x8x8x8 Laugh" |
145 | e1x1x1x1Laugh.TextColor3 = Color3.fromRGB(0, 0, 0) |
146 | e1x1x1x1Laugh.TextScaled = true |
147 | e1x1x1x1Laugh.TextSize = 14.000 |
148 | e1x1x1x1Laugh.TextWrapped = true |
149 | e1x1x1x1Laugh.MouseButton1Down:connect(function() |
150 | --Made by Servano |
151 | |
152 | local s = Instance.new("Sound") |
153 | |
154 | s.Name = "Sound" |
155 | s.SoundId = "http://www.roblox.com/asset/?id=35935204" |
156 | s.Volume = 1 |
157 | s.Pitch = 0.9 |
158 | s.Looped = true |
159 | s.archivable = false |
160 | |
161 | s.Parent = game.Workspace |
162 | |
163 | wait(1) |
164 | |
165 | s:play() |
166 | end) |
167 | DayToNight.Name = "DayToNight" |
168 | DayToNight.Parent = Frame |
169 | DayToNight.BackgroundColor3 = Color3.fromRGB(255, 0, 0) |
170 | DayToNight.Position = UDim2.new(0.388888896, 0, 0.216000006, 0) |
171 | DayToNight.Size = UDim2.new(0, 83, 0, 31) |
172 | DayToNight.Font = Enum.Font.GothamBold |
173 | DayToNight.Text = "Night" |
174 | DayToNight.TextColor3 = Color3.fromRGB(0, 0, 0) |
175 | DayToNight.TextScaled = true |
176 | DayToNight.TextSize = 14.000 |
177 | DayToNight.TextWrapped = true |
178 | DayToNight.MouseButton1Down:connect(function() |
179 | while true do |
180 | print ("Loop cycle start") |
181 | game.Lighting.TimeOfDay = "18:00:00" |
182 | wait(0.5) |
183 | end |
184 | end) |
185 | e666.Name = "e666" |
186 | e666.Parent = Frame |
187 | e666.BackgroundColor3 = Color3.fromRGB(255, 0, 0) |
188 | e666.Position = UDim2.new(0.388888896, 0, 0.43599999, 0) |
189 | e666.Size = UDim2.new(0, 83, 0, 31) |
190 | e666.Font = Enum.Font.GothamBold |
191 | e666.Text = "666" |
192 | e666.TextColor3 = Color3.fromRGB(0, 0, 0) |
193 | e666.TextScaled = true |
194 | e666.TextSize = 14.000 |
195 | e666.TextWrapped = true |
196 | e666.MouseButton1Down:connect(function() |
197 | for i,v in next,workspace:children''do |
198 | if(v:IsA'BasePart')then |
199 | me=v; |
200 | bbg=Instance.new('BillboardGui',me); |
201 | bbg.Name='stuf'; |
202 | bbg.Adornee=me; |
203 | bbg.Size=UDim2.new(2.5,0,2.5,0) |
204 | --bbg.StudsOffset=Vector3.new(0,2,0) |
205 | tlb=Instance.new'TextLabel'; |
206 | tlb.Text='666 666 666 666 666 666'; |
207 | tlb.Font='SourceSansBold'; |
208 | tlb.FontSize='Size48'; |
209 | tlb.TextColor3=Color3.new(1,0,0); |
210 | tlb.Size=UDim2.new(1.25,0,1.25,0); |
211 | tlb.Position=UDim2.new(-0.125,-22,-1.1,0); |
212 | tlb.BackgroundTransparency=1; |
213 | tlb.Parent=bbg; |
214 | end;end; |
215 | function xds(dd) |
216 | for i,v in next,dd:children''do |
217 | if(v:IsA'BasePart')then |
218 | v.BrickColor=BrickColor.new'Really black'; |
219 | v.TopSurface='Smooth'; |
220 | v.BottomSurface='Smooth'; |
221 | s=Instance.new('SelectionBox',v); |
222 | s.Adornee=v; |
223 | s.Color=BrickColor.new'Really red'; |
224 | a=Instance.new('PointLight',v); |
225 | a.Color=Color3.new(1,0,0); |
226 | a.Range=15; |
227 | a.Brightness=5; |
228 | f=Instance.new('Fire',v); |
229 | f.Size=19; |
230 | f.Heat=22; |
231 | end; |
232 | game.Lighting.TimeOfDay=0; |
233 | game.Lighting.Brightness=0; |
234 | game.Lighting.ShadowColor=Color3.new(0,0,0); |
235 | game.Lighting.Ambient=Color3.new(1,0,0); |
236 | game.Lighting.FogEnd=200; |
237 | game.Lighting.FogColor=Color3.new(0,0,0); |
238 | local dec = 'http://www.roblox.com/asset/?id=19399245'; |
239 | local fac = {'Front', 'Back', 'Left', 'Right', 'Top', 'Bottom'} |
240 | --coroutine.wrap(function() |
241 | --for ,_ in pairs(fac) do |
242 | --local ddec = Instance.new("Decal", v) |
243 | --ddec.Face = |
244 | --ddec.Texture = dec |
245 | --end end)() |
246 | if #(v:GetChildren())>0 then |
247 | xds(v) |
248 | end |
249 | end |
250 | end |
251 | xds(game.Workspace) |
252 | end) |
253 | EpicSaxGuy.Name = "EpicSaxGuy" |
254 | EpicSaxGuy.Parent = Frame |
255 | EpicSaxGuy.BackgroundColor3 = Color3.fromRGB(255, 0, 0) |
256 | EpicSaxGuy.Position = UDim2.new(0.388888896, 0, 0.648000002, 0) |
257 | EpicSaxGuy.Size = UDim2.new(0, 83, 0, 34) |
258 | EpicSaxGuy.Font = Enum.Font.GothamBold |
259 | EpicSaxGuy.Text = "Epic Sax Guy" |
260 | EpicSaxGuy.TextColor3 = Color3.fromRGB(0, 0, 0) |
261 | EpicSaxGuy.TextScaled = true |
262 | EpicSaxGuy.TextSize = 14.000 |
263 | EpicSaxGuy.TextWrapped = true |
264 | EpicSaxGuy.MouseButton1Down:connect(function() |
265 | --Made by Servano |
266 | |
267 | local s = Instance.new("Sound") |
268 | |
269 | s.Name = "Sound" |
270 | s.SoundId = "http://www.roblox.com/asset/?id=358776516" |
271 | s.Volume = 1 |
272 | s.Pitch = 1 |
273 | s.Looped = true |
274 | s.archivable = false |
275 | |
276 | s.Parent = game.Workspace |
277 | |
278 | wait(1) |
279 | |
280 | s:play() |
281 | end) |
282 | Disc0.Name = "Disc0" |
283 | Disc0.Parent = Frame |
284 | Disc0.BackgroundColor3 = Color3.fromRGB(255, 0, 0) |
285 | Disc0.Position = UDim2.new(0.693121672, 0, 0.216000006, 0) |
286 | Disc0.Size = UDim2.new(0, 89, 0, 31) |
287 | Disc0.Font = Enum.Font.GothamBold |
288 | Disc0.Text = "Disco" |
289 | Disc0.TextColor3 = Color3.fromRGB(0, 0, 0) |
290 | Disc0.TextScaled = true |
291 | Disc0.TextSize = 14.000 |
292 | Disc0.TextWrapped = true |
293 | Disc0.MouseButton1Down:connect(function() |
294 | while true do |
295 | |
296 | game.Lighting.Ambient = Color3.new(math.random(), math.random(), math.random()) |
297 | wait(.25) |
298 | |
299 | end |
300 | end) |
301 | e2006Theme.Name = "e2006Theme" |
302 | e2006Theme.Parent = Frame |
303 | e2006Theme.BackgroundColor3 = Color3.fromRGB(255, 0, 0) |
304 | e2006Theme.Position = UDim2.new(0.693121672, 0, 0.43599999, 0) |
305 | e2006Theme.Size = UDim2.new(0, 89, 0, 31) |
306 | e2006Theme.Font = Enum.Font.GothamBold |
307 | e2006Theme.Text = "2006 Music" |
308 | e2006Theme.TextColor3 = Color3.fromRGB(0, 0, 0) |
309 | e2006Theme.TextScaled = true |
310 | e2006Theme.TextSize = 14.000 |
311 | e2006Theme.TextWrapped = true |
312 | e2006Theme.MouseButton1Down:connect(function() |
313 | --Made by Servano |
314 | |
315 | local s = Instance.new("Sound") |
316 | |
317 | s.Name = "Sound" |
318 | s.SoundId = "http://www.roblox.com/asset/?id=1987072964" |
319 | s.Volume = 1 |
320 | s.Pitch = 1 |
321 | s.Looped = true |
322 | s.archivable = false |
323 | |
324 | s.Parent = game.Workspace |
325 | |
326 | wait(1) |
327 | |
328 | s:play() |
329 | end) |
330 | ForceField.Name = "ForceField" |
331 | ForceField.Parent = Frame |
332 | ForceField.BackgroundColor3 = Color3.fromRGB(255, 0, 0) |
333 | ForceField.Position = UDim2.new(0.693121672, 0, 0.648000002, 0) |
334 | ForceField.Size = UDim2.new(0, 89, 0, 34) |
335 | ForceField.Font = Enum.Font.GothamBold |
336 | ForceField.Text = "FF" |
337 | ForceField.TextColor3 = Color3.fromRGB(0, 0, 0) |
338 | ForceField.TextScaled = true |
339 | ForceField.TextSize = 14.000 |
340 | ForceField.TextWrapped = true |
341 | ForceField.MouseButton1Down:connect(function() |
342 | -- Gui to Lua |
343 | -- Version: 3. |
344 | -- Instances: |
345 | |
346 | local ForceFieldGUI = Instance.new("ScreenGui") |
347 | local ForceFieldGUI_2 = Instance.new("TextButton") |
348 | local ForceFieldOFF = Instance.new("TextButton") |
349 | local ForceFieldON = Instance.new("TextButton") |
350 | |
351 | --Properties: |
352 | |
353 | ForceFieldGUI.Name = "ForceFieldGUI" |
354 | ForceFieldGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") |
355 | |
356 | ForceFieldGUI_2.Name = "ForceFieldGUI" |
357 | ForceFieldGUI_2.Parent = ForceFieldGUI |
358 | ForceFieldGUI_2.BackgroundColor3 = Color3.fromRGB(0, 255, 255) |
359 | ForceFieldGUI_2.BackgroundTransparency = 0.300 |
360 | ForceFieldGUI_2.BorderColor3 = Color3.fromRGB(245, 244, 247) |
361 | ForceFieldGUI_2.BorderSizePixel = 0 |
362 | ForceFieldGUI_2.Position = UDim2.new(0, 0, 0, 240) |
363 | ForceFieldGUI_2.Size = UDim2.new(0, 100, 0, 20) |
364 | ForceFieldGUI_2.Text = "ForceField" |
365 | ForceFieldGUI_2.TextColor3 = Color3.fromRGB(17, 17, 17) |
366 | ForceFieldGUI_2.TextTransparency = 0.300 |
367 | |
368 | ForceFieldOFF.Name = "ForceFieldOFF" |
369 | ForceFieldOFF.Parent = ForceFieldGUI |
370 | ForceFieldOFF.BackgroundColor3 = Color3.fromRGB(253, 253, 253) |
371 | ForceFieldOFF.BackgroundTransparency = 0.300 |
372 | ForceFieldOFF.BorderColor3 = Color3.fromRGB(245, 244, 247) |
373 | ForceFieldOFF.BorderSizePixel = 0 |
374 | ForceFieldOFF.Position = UDim2.new(0, 0, 0, 280) |
375 | ForceFieldOFF.Size = UDim2.new(0, 100, 0, 20) |
376 | ForceFieldOFF.Visible = false |
377 | ForceFieldOFF.Text = "Off" |
378 | ForceFieldOFF.TextColor3 = Color3.fromRGB(17, 17, 17) |
379 | |
380 | ForceFieldON.Name = "ForceFieldON" |
381 | ForceFieldON.Parent = ForceFieldGUI |
382 | ForceFieldON.BackgroundColor3 = Color3.fromRGB(253, 253, 253) |
383 | ForceFieldON.BackgroundTransparency = 0.300 |
384 | ForceFieldON.BorderColor3 = Color3.fromRGB(245, 244, 247) |
385 | ForceFieldON.BorderSizePixel = 0 |
386 | ForceFieldON.Position = UDim2.new(0, 0, 0, 260) |
387 | ForceFieldON.Size = UDim2.new(0, 100, 0, 20) |
388 | ForceFieldON.Visible = false |
389 | ForceFieldON.Text = "On" |
390 | ForceFieldON.TextColor3 = Color3.fromRGB(17, 17, 17) |
391 | |
392 | -- Scripts: |
393 | |
394 | local function DVAWVL_fake_script() -- ForceFieldGUI_2.Script |
395 | local script = Instance.new('Script', ForceFieldGUI_2) |
396 | |
397 | function onClicked(GUI) |
398 | h = script.Parent.Parent.Parent.Parent.Character:findFirstChild("Humanoid") |
399 | if (h ~= nil) then |
400 | script.Parent.Parent.ForceFieldOFF.Visible = true |
401 | script.Parent.Parent.ForceFieldON.Visible = true |
402 | else return end |
403 | end |
404 | script.Parent.MouseButton1Click:connect(onClicked) |
405 | end |
406 | coroutine.wrap(DVAWVL_fake_script)() |
407 | local function HYECSMJ_fake_script() -- ForceFieldOFF.Script |
408 | local script = Instance.new('Script', ForceFieldOFF) |
409 | |
410 | function onClicked(GUI) |
411 | f = script.Parent.Parent.Parent.Parent.Character:findFirstChild("ForceField") |
412 | if (f ~= nil) then |
413 | f:remove() |
414 | else return end |
415 | end |
416 | script.Parent.MouseButton1Click:connect(onClicked) |
417 | end |
418 | coroutine.wrap(HYECSMJ_fake_script)() |
419 | local function LOYRXPU_fake_script() -- ForceFieldOFF.Script |
420 | local script = Instance.new('Script', ForceFieldOFF) |
421 | |
422 | function onClicked(GUI) |
423 | h = script.Parent.Parent.Parent.Parent.Character:findFirstChild("Humanoid") |
424 | if (h ~= nil) then |
425 | script.Parent.Parent.ForceFieldOFF.Visible = false |
426 | script.Parent.Parent.ForceFieldON.Visible = false |
427 | else return end |
428 | end |
429 | script.Parent.MouseButton1Click:connect(onClicked) |
430 | end |
431 | coroutine.wrap(LOYRXPU_fake_script)() |
432 | local function PFEVNBW_fake_script() -- ForceFieldON.Script |
433 | local script = Instance.new('Script', ForceFieldON) |
434 | |
435 | function onClicked(GUI) |
436 | h = script.Parent.Parent.Parent.Parent.Character:findFirstChild("Humanoid") |
437 | if (h ~= nil) then |
438 | FF = Instance.new("ForceField") |
439 | FF.Parent = script.Parent.Parent.Parent.Parent.Character |
440 | else return end |
441 | end |
442 | script.Parent.MouseButton1Click:connect(onClicked) |
443 | end |
444 | coroutine.wrap(PFEVNBW_fake_script)() |
445 | local function FNHQ_fake_script() -- ForceFieldON.Script |
446 | local script = Instance.new('Script', ForceFieldON) |
447 | |
448 | function onClicked(GUI) |
449 | h = script.Parent.Parent.Parent.Parent.Character:findFirstChild("Humanoid") |
450 | if (h ~= nil) then |
451 | script.Parent.Parent.ForceFieldOFF.Visible = false |
452 | script.Parent.Parent.ForceFieldON.Visible = false |
453 | else return end |
454 | end |
455 | script.Parent.MouseButton1Click:connect(onClicked) |
456 | end |
457 | coroutine.wrap(FNHQ_fake_script)() |
458 | end) |
459 | -- Scripts: |
460 | |
461 | local function QFCS_fake_script() -- Frame.Dragify |
462 | local script = Instance.new('LocalScript', Frame) |
463 | |
464 | local UIS = game:GetService("UserInputService") |
465 | function dragify(Frame) |
466 | dragToggle = nil |
467 | local dragSpeed = 0 |
468 | dragInput = nil |
469 | dragStart = nil |
470 | local dragPos = nil |
471 | function updateInput(input) |
472 | local Delta = input.Position - dragStart |
473 | local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y) |
474 | game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.25), {Position = Position}):Play() |
475 | end |
476 | Frame.InputBegan:Connect(function(input) |
477 | if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then |
478 | dragToggle = true |
479 | dragStart = input.Position |
480 | startPos = Frame.Position |
481 | input.Changed:Connect(function() |
482 | if input.UserInputState == Enum.UserInputState.End then |
483 | dragToggle = false |
484 | end |
485 | end) |
486 | end |
487 | end) |
488 | Frame.InputChanged:Connect(function(input) |
489 | if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then |
490 | dragInput = input |
491 | end |
492 | end) |
493 | game:GetService("UserInputService").InputChanged:Connect(function(input) |
494 | if input == dragInput and dragToggle then |
495 | updateInput(input) |
496 | end |
497 | end) |
498 | end |
499 | |
500 | dragify(script.Parent) |
501 | end |
502 | coroutine.wrap(QFCS_fake_script)() |