ImCoolBruh65

Type race script

Nov 12th, 2022
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.50 KB | None | 0 0
  1. --credit to RedCezs
  2. --credit to RedCezs
  3.  
  4. -- Instances: 46 | Scripts: 6 | Modules: 0
  5.  
  6.  
  7. local G2L = {};
  8.  
  9.  
  10.  
  11. -- StarterGui.LOOOL
  12.  
  13.  
  14. G2L["1"] = Instance.new("ScreenGui", game.CoreGui);
  15.  
  16.  
  17. G2L["1"]["Name"] = [[LOOOL]];
  18.  
  19.  
  20.  
  21. -- StarterGui.LOOOL.Loader
  22.  
  23.  
  24. G2L["2"] = Instance.new("Frame", G2L["1"]);
  25.  
  26.  
  27. G2L["2"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  28.  
  29.  
  30. G2L["2"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  31.  
  32.  
  33. G2L["2"]["Size"] = UDim2.new(0, 427, 0, 255);
  34.  
  35.  
  36. G2L["2"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
  37.  
  38.  
  39. G2L["2"]["Name"] = [[Loader]];
  40.  
  41.  
  42.  
  43. -- StarterGui.LOOOL.Loader.UICorner
  44.  
  45.  
  46. G2L["3"] = Instance.new("UICorner", G2L["2"]);
  47.  
  48.  
  49.  
  50.  
  51. -- StarterGui.LOOOL.Loader.Bottom
  52.  
  53.  
  54. G2L["4"] = Instance.new("Frame", G2L["2"]);
  55.  
  56.  
  57. G2L["4"]["BackgroundColor3"] = Color3.fromRGB(222, 222, 222);
  58.  
  59.  
  60. G2L["4"]["Size"] = UDim2.new(0, 426, 0, 35);
  61.  
  62.  
  63. G2L["4"]["Position"] = UDim2.new(0, 0, 0.8605464100837708, 0);
  64.  
  65.  
  66. G2L["4"]["Name"] = [[Bottom]];
  67.  
  68.  
  69.  
  70. -- StarterGui.LOOOL.Loader.Bottom.UICorner
  71.  
  72.  
  73. G2L["5"] = Instance.new("UICorner", G2L["4"]);
  74.  
  75.  
  76.  
  77.  
  78. -- StarterGui.LOOOL.Loader.BottomTop
  79.  
  80.  
  81. G2L["6"] = Instance.new("Frame", G2L["2"]);
  82.  
  83.  
  84. G2L["6"]["BorderSizePixel"] = 0;
  85.  
  86.  
  87. G2L["6"]["BackgroundColor3"] = Color3.fromRGB(222, 222, 222);
  88.  
  89.  
  90. G2L["6"]["Size"] = UDim2.new(0, 426, 0, 12);
  91.  
  92.  
  93. G2L["6"]["Position"] = UDim2.new(0, 0, 0.8337253928184509, 0);
  94.  
  95.  
  96. G2L["6"]["Name"] = [[BottomTop]];
  97.  
  98.  
  99.  
  100. -- StarterGui.LOOOL.Loader.Bar1
  101.  
  102.  
  103. G2L["7"] = Instance.new("Frame", G2L["2"]);
  104.  
  105.  
  106. G2L["7"]["BackgroundColor3"] = Color3.fromRGB(207, 207, 207);
  107.  
  108.  
  109. G2L["7"]["Size"] = UDim2.new(0, 390, 0, 12);
  110.  
  111.  
  112. G2L["7"]["Position"] = UDim2.new(0.04215456545352936, 0, 0.8807843327522278, 0);
  113.  
  114.  
  115. G2L["7"]["Name"] = [[Bar1]];
  116.  
  117.  
  118.  
  119. -- StarterGui.LOOOL.Loader.Bar1.UICorner
  120.  
  121.  
  122. G2L["8"] = Instance.new("UICorner", G2L["7"]);
  123.  
  124.  
  125. G2L["8"]["CornerRadius"] = UDim.new(1, 0);
  126.  
  127.  
  128.  
  129. -- StarterGui.LOOOL.Loader.Bar2
  130.  
  131.  
  132. G2L["9"] = Instance.new("Frame", G2L["2"]);
  133.  
  134.  
  135. G2L["9"]["BorderSizePixel"] = 0;
  136.  
  137.  
  138. G2L["9"]["BackgroundColor3"] = Color3.fromRGB(144, 144, 144);
  139.  
  140.  
  141. G2L["9"]["Size"] = UDim2.new(0, 0, 0, 12);
  142.  
  143.  
  144. G2L["9"]["Position"] = UDim2.new(0.04215456545352936, 0, 0.8807843327522278, 0);
  145.  
  146.  
  147. G2L["9"]["Name"] = [[Bar2]];
  148.  
  149.  
  150.  
  151. -- StarterGui.LOOOL.Loader.Bar2.UICorner
  152.  
  153.  
  154. G2L["a"] = Instance.new("UICorner", G2L["9"]);
  155.  
  156.  
  157.  
  158.  
  159. -- StarterGui.LOOOL.Loader.UserNameText
  160.  
  161.  
  162. G2L["b"] = Instance.new("TextLabel", G2L["2"]);
  163.  
  164.  
  165. G2L["b"]["TextWrapped"] = true;
  166.  
  167.  
  168. G2L["b"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  169.  
  170.  
  171. G2L["b"]["TextScaled"] = true;
  172.  
  173.  
  174. G2L["b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  175.  
  176.  
  177. G2L["b"]["TextSize"] = 44;
  178.  
  179.  
  180. G2L["b"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
  181.  
  182.  
  183. G2L["b"]["Size"] = UDim2.new(0, 229, 0, 50);
  184.  
  185.  
  186. G2L["b"]["Text"] = [[@User@]];
  187.  
  188.  
  189. G2L["b"]["Name"] = [[UserNameText]];
  190.  
  191.  
  192. G2L["b"]["Font"] = Enum.Font.SourceSansBold;
  193.  
  194.  
  195. G2L["b"]["BackgroundTransparency"] = 1;
  196.  
  197.  
  198. G2L["b"]["Position"] = UDim2.new(0.34894612431526184, 0, 0.34117648005485535, 0);
  199.  
  200.  
  201.  
  202. -- StarterGui.LOOOL.Loader.UserNameText.UITextSizeConstraint
  203.  
  204.  
  205. G2L["c"] = Instance.new("UITextSizeConstraint", G2L["b"]);
  206.  
  207.  
  208. G2L["c"]["MaxTextSize"] = 43;
  209.  
  210.  
  211.  
  212. -- StarterGui.LOOOL.Loader.LocalScript
  213.  
  214.  
  215. G2L["d"] = Instance.new("LocalScript", G2L["2"]);
  216.  
  217.  
  218.  
  219.  
  220. -- StarterGui.LOOOL.Loader.UserProfile
  221.  
  222.  
  223. G2L["e"] = Instance.new("ImageLabel", G2L["2"]);
  224.  
  225.  
  226. G2L["e"]["ZIndex"] = 3;
  227.  
  228.  
  229. G2L["e"]["BackgroundColor3"] = Color3.fromRGB(241, 241, 241);
  230.  
  231.  
  232. G2L["e"]["Image"] = [[rbxassetid://7072724538]];
  233.  
  234.  
  235. G2L["e"]["Size"] = UDim2.new(0, 79, 0, 76);
  236.  
  237.  
  238. G2L["e"]["Name"] = [[UserProfile]];
  239.  
  240.  
  241. G2L["e"]["BackgroundTransparency"] = 1;
  242.  
  243.  
  244. G2L["e"]["Position"] = UDim2.new(0.1147540882229805, 0, 0.30000001192092896, 0);
  245.  
  246.  
  247.  
  248. -- StarterGui.LOOOL.Loader.UserProfile.Background2
  249.  
  250.  
  251. G2L["f"] = Instance.new("Frame", G2L["e"]);
  252.  
  253.  
  254. G2L["f"]["BackgroundColor3"] = Color3.fromRGB(246, 246, 246);
  255.  
  256.  
  257. G2L["f"]["Size"] = UDim2.new(0, 104, 0, 99);
  258.  
  259.  
  260. G2L["f"]["Position"] = UDim2.new(-0.16344287991523743, 0, -0.17261384427547455, 0);
  261.  
  262.  
  263. G2L["f"]["Name"] = [[Background2]];
  264.  
  265.  
  266.  
  267. -- StarterGui.LOOOL.Loader.UserProfile.Background2.UICorner
  268.  
  269.  
  270. G2L["10"] = Instance.new("UICorner", G2L["f"]);
  271.  
  272.  
  273. G2L["10"]["CornerRadius"] = UDim.new(1, 0);
  274.  
  275.  
  276.  
  277. -- StarterGui.LOOOL.Loader.UserProfile.Background2.UIStroke
  278.  
  279.  
  280. G2L["11"] = Instance.new("UIStroke", G2L["f"]);
  281.  
  282.  
  283. G2L["11"]["Thickness"] = 2;
  284.  
  285.  
  286.  
  287. -- StarterGui.LOOOL.Loader.UserProfile.UICorner
  288.  
  289.  
  290. G2L["12"] = Instance.new("UICorner", G2L["e"]);
  291.  
  292.  
  293. G2L["12"]["CornerRadius"] = UDim.new(1, 0);
  294.  
  295.  
  296.  
  297. -- StarterGui.LOOOL.Loader.UIStroke
  298.  
  299.  
  300. G2L["13"] = Instance.new("UIStroke", G2L["2"]);
  301.  
  302.  
  303. G2L["13"]["Thickness"] = 2;
  304.  
  305.  
  306.  
  307. -- StarterGui.LOOOL.UI
  308.  
  309.  
  310. G2L["14"] = Instance.new("Frame", G2L["1"]);
  311.  
  312.  
  313. G2L["14"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  314.  
  315.  
  316. G2L["14"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  317.  
  318.  
  319. G2L["14"]["Size"] = UDim2.new(0, 543, 0, 357);
  320.  
  321.  
  322. G2L["14"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
  323.  
  324.  
  325. G2L["14"]["Visible"] = false;
  326.  
  327.  
  328. G2L["14"]["Name"] = [[UI]];
  329.  
  330.  
  331.  
  332. -- StarterGui.LOOOL.UI.UICorner
  333.  
  334.  
  335. G2L["15"] = Instance.new("UICorner", G2L["14"]);
  336.  
  337.  
  338.  
  339.  
  340. -- StarterGui.LOOOL.UI.UserNameText
  341.  
  342.  
  343. G2L["16"] = Instance.new("TextLabel", G2L["14"]);
  344.  
  345.  
  346. G2L["16"]["TextWrapped"] = true;
  347.  
  348.  
  349. G2L["16"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  350.  
  351.  
  352. G2L["16"]["TextScaled"] = true;
  353.  
  354.  
  355. G2L["16"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  356.  
  357.  
  358. G2L["16"]["TextSize"] = 28;
  359.  
  360.  
  361. G2L["16"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
  362.  
  363.  
  364. G2L["16"]["Size"] = UDim2.new(0, 455, 0, 29);
  365.  
  366.  
  367. G2L["16"]["Text"] = [[@User@]];
  368.  
  369.  
  370. G2L["16"]["Name"] = [[UserNameText]];
  371.  
  372.  
  373. G2L["16"]["Font"] = Enum.Font.SourceSansBold;
  374.  
  375.  
  376. G2L["16"]["BackgroundTransparency"] = 1;
  377.  
  378.  
  379. G2L["16"]["Position"] = UDim2.new(0.13347658514976501, 0, 0.873389482498169, 0);
  380.  
  381.  
  382.  
  383. -- StarterGui.LOOOL.UI.UserNameText.UITextSizeConstraint
  384.  
  385.  
  386. G2L["17"] = Instance.new("UITextSizeConstraint", G2L["16"]);
  387.  
  388.  
  389. G2L["17"]["MaxTextSize"] = 43;
  390.  
  391.  
  392.  
  393. -- StarterGui.LOOOL.UI.LocalScript
  394.  
  395.  
  396. G2L["18"] = Instance.new("LocalScript", G2L["14"]);
  397.  
  398.  
  399.  
  400.  
  401. -- StarterGui.LOOOL.UI.UserProfile
  402.  
  403.  
  404. G2L["19"] = Instance.new("ImageLabel", G2L["14"]);
  405.  
  406.  
  407. G2L["19"]["ZIndex"] = 3;
  408.  
  409.  
  410. G2L["19"]["BackgroundColor3"] = Color3.fromRGB(241, 241, 241);
  411.  
  412.  
  413. G2L["19"]["Image"] = [[rbxassetid://7072724538]];
  414.  
  415.  
  416. G2L["19"]["Size"] = UDim2.new(0, 41, 0, 41);
  417.  
  418.  
  419. G2L["19"]["Name"] = [[UserProfile]];
  420.  
  421.  
  422. G2L["19"]["BackgroundTransparency"] = 1;
  423.  
  424.  
  425. G2L["19"]["Position"] = UDim2.new(0.025973830372095108, 0, 0.8575264811515808, 0);
  426.  
  427.  
  428.  
  429. -- StarterGui.LOOOL.UI.UserProfile.Background2
  430.  
  431.  
  432. G2L["1a"] = Instance.new("Frame", G2L["19"]);
  433.  
  434.  
  435. G2L["1a"]["BackgroundColor3"] = Color3.fromRGB(246, 246, 246);
  436.  
  437.  
  438. G2L["1a"]["Size"] = UDim2.new(0, 54, 0, 54);
  439.  
  440.  
  441. G2L["1a"]["Position"] = UDim2.new(-0.16457562148571014, 0, -0.175578311085701, 0);
  442.  
  443.  
  444. G2L["1a"]["Name"] = [[Background2]];
  445.  
  446.  
  447.  
  448. -- StarterGui.LOOOL.UI.UserProfile.Background2.UICorner
  449.  
  450.  
  451. G2L["1b"] = Instance.new("UICorner", G2L["1a"]);
  452.  
  453.  
  454. G2L["1b"]["CornerRadius"] = UDim.new(1, 0);
  455.  
  456.  
  457.  
  458. -- StarterGui.LOOOL.UI.UserProfile.Background2.UIStroke
  459.  
  460.  
  461. G2L["1c"] = Instance.new("UIStroke", G2L["1a"]);
  462.  
  463.  
  464. G2L["1c"]["Thickness"] = 2;
  465.  
  466.  
  467.  
  468. -- StarterGui.LOOOL.UI.UserProfile.UICorner
  469.  
  470.  
  471. G2L["1d"] = Instance.new("UICorner", G2L["19"]);
  472.  
  473.  
  474. G2L["1d"]["CornerRadius"] = UDim.new(1, 0);
  475.  
  476.  
  477.  
  478. -- StarterGui.LOOOL.UI.TextBox
  479.  
  480.  
  481. G2L["1e"] = Instance.new("TextBox", G2L["14"]);
  482.  
  483.  
  484. G2L["1e"]["CursorPosition"] = -1;
  485.  
  486.  
  487. G2L["1e"]["PlaceholderColor3"] = Color3.fromRGB(136, 136, 136);
  488.  
  489.  
  490. G2L["1e"]["BorderSizePixel"] = 0;
  491.  
  492.  
  493. G2L["1e"]["TextColor3"] = Color3.fromRGB(45, 45, 45);
  494.  
  495.  
  496. G2L["1e"]["TextSize"] = 24;
  497.  
  498.  
  499. G2L["1e"]["BackgroundColor3"] = Color3.fromRGB(215, 215, 215);
  500.  
  501.  
  502. G2L["1e"]["PlaceholderText"] = [[Enter question here]];
  503.  
  504.  
  505. G2L["1e"]["Size"] = UDim2.new(0.9471458196640015, 0, 0.09097506105899811, 0);
  506.  
  507.  
  508. G2L["1e"]["Text"] = [[]];
  509.  
  510.  
  511. G2L["1e"]["Position"] = UDim2.new(0.025782577693462372, 0, 0.02305479161441326, 0);
  512.  
  513.  
  514. G2L["1e"]["Font"] = Enum.Font.SourceSans;
  515.  
  516.  
  517.  
  518. -- StarterGui.LOOOL.UI.TextBox.LocalScript
  519.  
  520.  
  521. G2L["1f"] = Instance.new("LocalScript", G2L["1e"]);
  522.  
  523.  
  524.  
  525.  
  526. -- StarterGui.LOOOL.UI.TextBox.UICorner
  527.  
  528.  
  529. G2L["20"] = Instance.new("UICorner", G2L["1e"]);
  530.  
  531.  
  532.  
  533.  
  534. -- StarterGui.LOOOL.UI.UIStroke
  535.  
  536.  
  537. G2L["21"] = Instance.new("UIStroke", G2L["14"]);
  538.  
  539.  
  540. G2L["21"]["Thickness"] = 2;
  541.  
  542.  
  543.  
  544. -- StarterGui.LOOOL.UI.Background
  545.  
  546.  
  547. G2L["22"] = Instance.new("Frame", G2L["14"]);
  548.  
  549.  
  550. G2L["22"]["BackgroundColor3"] = Color3.fromRGB(215, 215, 215);
  551.  
  552.  
  553. G2L["22"]["Size"] = UDim2.new(0.9485926628112793, 0, 0.6568626761436462, 0);
  554.  
  555.  
  556. G2L["22"]["Position"] = UDim2.new(0.024335717782378197, 0, 0.13325710594654083, 0);
  557.  
  558.  
  559. G2L["22"]["Name"] = [[Background]];
  560.  
  561.  
  562.  
  563. -- StarterGui.LOOOL.UI.Background.DEMO
  564.  
  565.  
  566. G2L["23"] = Instance.new("ScrollingFrame", G2L["22"]);
  567.  
  568.  
  569. G2L["23"]["BorderSizePixel"] = 0;
  570.  
  571.  
  572. G2L["23"]["CanvasSize"] = UDim2.new(0, 0, 0, 0);
  573.  
  574.  
  575. G2L["23"]["BackgroundColor3"] = Color3.fromRGB(190, 181, 231);
  576.  
  577.  
  578. G2L["23"]["AutomaticCanvasSize"] = Enum.AutomaticSize.Y;
  579.  
  580.  
  581. G2L["23"]["BackgroundTransparency"] = 1;
  582.  
  583.  
  584. G2L["23"]["Size"] = UDim2.new(0.9739487171173096, 0, 0.936971127986908, 0);
  585.  
  586.  
  587. G2L["23"]["ScrollBarThickness"] = 0;
  588.  
  589.  
  590. G2L["23"]["Position"] = UDim2.new(0.013812205754220486, 0, 0.03144521266222, 0);
  591.  
  592.  
  593. G2L["23"]["Name"] = [[DEMO]];
  594.  
  595.  
  596.  
  597. -- StarterGui.LOOOL.UI.Background.DEMO.ListElements
  598.  
  599.  
  600. G2L["24"] = Instance.new("Folder", G2L["23"]);
  601.  
  602.  
  603. G2L["24"]["Name"] = [[ListElements]];
  604.  
  605.  
  606.  
  607. -- StarterGui.LOOOL.UI.Background.DEMO.ListElements.UIListLayout
  608.  
  609.  
  610. G2L["25"] = Instance.new("UIListLayout", G2L["24"]);
  611.  
  612.  
  613. G2L["25"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center;
  614.  
  615.  
  616. G2L["25"]["Padding"] = UDim.new(0, 3);
  617.  
  618.  
  619. G2L["25"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  620.  
  621.  
  622.  
  623. -- StarterGui.LOOOL.UI.Background.UICorner
  624.  
  625.  
  626. G2L["26"] = Instance.new("UICorner", G2L["22"]);
  627.  
  628.  
  629.  
  630.  
  631. -- StarterGui.LOOOL.UI.HHTER
  632.  
  633.  
  634. G2L["27"] = Instance.new("Folder", G2L["14"]);
  635.  
  636.  
  637. G2L["27"]["Name"] = [[HHTER]];
  638.  
  639.  
  640.  
  641. -- StarterGui.LOOOL.UI.HHTER.oo
  642.  
  643.  
  644. G2L["28"] = Instance.new("TextLabel", G2L["27"]);
  645.  
  646.  
  647. G2L["28"]["TextWrapped"] = true;
  648.  
  649.  
  650. G2L["28"]["BorderSizePixel"] = 0;
  651.  
  652.  
  653. G2L["28"]["TextScaled"] = true;
  654.  
  655.  
  656. G2L["28"]["BackgroundColor3"] = Color3.fromRGB(198, 198, 198);
  657.  
  658.  
  659. G2L["28"]["TextSize"] = 30;
  660.  
  661.  
  662. G2L["28"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  663.  
  664.  
  665. G2L["28"]["Visible"] = false;
  666.  
  667.  
  668. G2L["28"]["Size"] = UDim2.new(0, 495, 0, 37);
  669.  
  670.  
  671. G2L["28"]["Text"] = [[Animal ocean: Great white shark]];
  672.  
  673.  
  674. G2L["28"]["Name"] = [[oo]];
  675.  
  676.  
  677. G2L["28"]["Font"] = Enum.Font.Unknown;
  678.  
  679.  
  680. G2L["28"]["Position"] = UDim2.new(0.04347743093967438, 0, 1.0448179244995117, 0);
  681.  
  682.  
  683.  
  684. -- StarterGui.LOOOL.UI.HHTER.oo.UICorner
  685.  
  686.  
  687. G2L["29"] = Instance.new("UICorner", G2L["28"]);
  688.  
  689.  
  690.  
  691.  
  692. -- StarterGui.LOOOL.UI.HHTER.oo.CopyText
  693.  
  694.  
  695. G2L["2a"] = Instance.new("StringValue", G2L["28"]);
  696.  
  697.  
  698. G2L["2a"]["Name"] = [[CopyText]];
  699.  
  700.  
  701.  
  702. -- StarterGui.LOOOL.UI.HHTER.oo.ButtonCopy
  703.  
  704.  
  705. G2L["2b"] = Instance.new("TextButton", G2L["28"]);
  706.  
  707.  
  708. G2L["2b"]["TextSize"] = 14;
  709.  
  710.  
  711. G2L["2b"]["TextTransparency"] = 1;
  712.  
  713.  
  714. G2L["2b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  715.  
  716.  
  717. G2L["2b"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
  718.  
  719.  
  720. G2L["2b"]["Size"] = UDim2.new(0, 495, 0, 37);
  721.  
  722.  
  723. G2L["2b"]["Name"] = [[ButtonCopy]];
  724.  
  725.  
  726. G2L["2b"]["Font"] = Enum.Font.SourceSans;
  727.  
  728.  
  729. G2L["2b"]["BackgroundTransparency"] = 1;
  730.  
  731.  
  732.  
  733. -- StarterGui.LOOOL.UI.HHTER.oo.ButtonCopy.LocalScript
  734.  
  735.  
  736. G2L["2c"] = Instance.new("LocalScript", G2L["2b"]);
  737.  
  738.  
  739.  
  740.  
  741. -- StarterGui.LOOOL.UI.lost
  742.  
  743.  
  744. G2L["2d"] = Instance.new("LocalScript", G2L["14"]);
  745.  
  746.  
  747. G2L["2d"]["Name"] = [[lost]];
  748.  
  749.  
  750.  
  751. -- StarterGui.LOOOL.UI.Dragify
  752.  
  753.  
  754. G2L["2e"] = Instance.new("LocalScript", G2L["14"]);
  755.  
  756.  
  757. G2L["2e"]["Name"] = [[Dragify]];
  758.  
  759.  
  760.  
  761. -- StarterGui.LOOOL.Loader.LocalScript
  762.  
  763.  
  764. local function C_d()
  765.  
  766.  
  767. local script = G2L["d"];
  768.  
  769.  
  770. local frame = script.Parent
  771.  
  772.  
  773. local player = game.Players.LocalPlayer
  774.  
  775.  
  776. local userId = player.UserId
  777.  
  778.  
  779. local thumbType = Enum.ThumbnailType.AvatarBust
  780.  
  781.  
  782. local thumbSize = Enum.ThumbnailSize.Size420x420
  783.  
  784.  
  785. local texts = frame.UserNameText
  786.  
  787.  
  788. local content, isReady = game.Players:GetUserThumbnailAsync(userId, thumbType, thumbSize)
  789.  
  790.  
  791. wait(1)
  792.  
  793.  
  794. frame.UserProfile.Image = content
  795.  
  796.  
  797. text = player.DisplayName
  798.  
  799.  
  800. for i = 1, #text do
  801.  
  802.  
  803. texts.Text = string.sub(text,1,i)
  804.  
  805.  
  806. wait(0.05)
  807.  
  808.  
  809. end
  810.  
  811.  
  812. wait(1)
  813.  
  814.  
  815. local ts = game:GetService("TweenService")
  816.  
  817.  
  818. local bar2 = ts:Create(script.Parent.Bar2, TweenInfo.new(1), {Size = UDim2.new(0, 390,0, 12)})
  819.  
  820.  
  821.  
  822.  
  823.  
  824. bar2:Play()
  825.  
  826.  
  827. wait(1)
  828.  
  829.  
  830. script.Parent.Parent.UI.Visible = true
  831.  
  832.  
  833. script.Parent.Parent.Loader.Visible = false
  834.  
  835.  
  836. end;
  837.  
  838.  
  839. task.spawn(C_d);
  840.  
  841.  
  842. -- StarterGui.LOOOL.UI.LocalScript
  843.  
  844.  
  845. local function C_18()
  846.  
  847.  
  848. local script = G2L["18"];
  849.  
  850.  
  851. local frame = script.Parent
  852.  
  853.  
  854. local player = game.Players.LocalPlayer
  855.  
  856.  
  857. local userId = player.UserId
  858.  
  859.  
  860. local thumbType = Enum.ThumbnailType.AvatarBust
  861.  
  862.  
  863. local thumbSize = Enum.ThumbnailSize.Size420x420
  864.  
  865.  
  866. local texts = frame.UserNameText
  867.  
  868.  
  869. local content, isReady = game.Players:GetUserThumbnailAsync(userId, thumbType, thumbSize)
  870.  
  871.  
  872. wait(1)
  873.  
  874.  
  875. frame.UserProfile.Image = content
  876.  
  877.  
  878. text = player.DisplayName.." | Script Made By sizz#0034 / sizz#0880"
  879.  
  880.  
  881. for i = 1, #text do
  882.  
  883.  
  884. texts.Text = string.sub(text,1,i)
  885.  
  886.  
  887. wait(0.05)
  888.  
  889.  
  890. end
  891.  
  892.  
  893.  
  894.  
  895.  
  896. end;
  897.  
  898.  
  899. task.spawn(C_18);
  900.  
  901.  
  902. -- StarterGui.LOOOL.UI.TextBox.LocalScript
  903.  
  904.  
  905. local function C_1f()
  906.  
  907.  
  908. local script = G2L["1f"];
  909.  
  910.  
  911. --[[ Made by @LuaBearyGood ]]--
  912.  
  913.  
  914.  
  915.  
  916.  
  917. local ObjectHolder = script.Parent.Parent.Background.DEMO.ListElements
  918.  
  919.  
  920. local Objects = {['TextLabel'] = true, ['ImageButton'] = true, ['ImageLabel'] = true}
  921.  
  922.  
  923. local Type = 1
  924.  
  925.  
  926. --[[
  927.  
  928.  
  929. Types:
  930.  
  931.  
  932. 1 - Makes objects that do not fit search invisible
  933.  
  934.  
  935. 2 - makes objects that fit search move higher on list, and those that don't go to the bottom
  936.  
  937.  
  938.  
  939.  
  940.  
  941.  
  942.  
  943.  
  944. --]]
  945.  
  946.  
  947.  
  948.  
  949.  
  950.  
  951.  
  952.  
  953.  
  954.  
  955.  
  956. function Filter(Text)
  957.  
  958.  
  959. for i,v in pairs(ObjectHolder:GetChildren()) do
  960.  
  961.  
  962. if Objects[v.ClassName] then
  963.  
  964.  
  965. if string.match(string.lower(v.Name), Text) then
  966.  
  967.  
  968. if Type == 1 then
  969.  
  970.  
  971. v.Visible = true
  972.  
  973.  
  974. end
  975.  
  976.  
  977. v.LayoutOrder = 1
  978.  
  979.  
  980. else
  981.  
  982.  
  983. if Type == 1 then
  984.  
  985.  
  986. v.Visible = false
  987.  
  988.  
  989. end
  990.  
  991.  
  992. v.LayoutOrder = 0
  993.  
  994.  
  995. end
  996.  
  997.  
  998. end
  999.  
  1000.  
  1001. end
  1002.  
  1003.  
  1004. end
  1005.  
  1006.  
  1007.  
  1008.  
  1009.  
  1010.  
  1011.  
  1012.  
  1013. script.Parent:GetPropertyChangedSignal('Text'):Connect(function()
  1014.  
  1015.  
  1016. local CurrentText = script.Parent.Text
  1017.  
  1018.  
  1019.  
  1020.  
  1021.  
  1022. if CurrentText == "" then
  1023.  
  1024.  
  1025. for i,v in pairs(ObjectHolder:GetChildren()) do
  1026.  
  1027.  
  1028. if Objects[v.ClassName] then
  1029.  
  1030.  
  1031. v.Visible = true
  1032.  
  1033.  
  1034. end
  1035.  
  1036.  
  1037. end
  1038.  
  1039.  
  1040. else
  1041.  
  1042.  
  1043. Filter(string.lower(CurrentText))
  1044.  
  1045.  
  1046. end
  1047.  
  1048.  
  1049. end)
  1050.  
  1051.  
  1052. end;
  1053.  
  1054.  
  1055. task.spawn(C_1f);
  1056.  
  1057.  
  1058. -- StarterGui.LOOOL.UI.HHTER.oo.ButtonCopy.LocalScript
  1059.  
  1060.  
  1061. local function C_2c()
  1062.  
  1063.  
  1064. local script = G2L["2c"];
  1065.  
  1066.  
  1067. script.Parent.MouseButton1Down:Connect(function()
  1068.  
  1069.  
  1070. script.Parent.Text = script.Parent.Parent.CopyText.Value
  1071.  
  1072.  
  1073. wait(0.1)
  1074.  
  1075.  
  1076. setclipboard(script.Parent.Text)
  1077.  
  1078.  
  1079. end)
  1080.  
  1081.  
  1082. end;
  1083.  
  1084.  
  1085. task.spawn(C_2c);
  1086.  
  1087.  
  1088. -- StarterGui.LOOOL.UI.lost
  1089.  
  1090.  
  1091. local function C_2d()
  1092.  
  1093.  
  1094. local script = G2L["2d"];
  1095.  
  1096.  
  1097. local orginal = script.Parent.HHTER.oo
  1098.  
  1099.  
  1100.  
  1101.  
  1102.  
  1103. local copy11 = orginal:Clone()
  1104.  
  1105.  
  1106. copy11.Visible = true
  1107.  
  1108.  
  1109. copy11.Parent = script.Parent.Background.DEMO.ListElements
  1110.  
  1111.  
  1112. local copy12 = orginal:Clone()
  1113.  
  1114.  
  1115. copy12.Visible = true
  1116.  
  1117.  
  1118. copy12.Parent = script.Parent.Background.DEMO.ListElements
  1119.  
  1120.  
  1121. local copy13 = orginal:Clone()
  1122.  
  1123.  
  1124. copy13.Visible = true
  1125.  
  1126.  
  1127. copy13.Parent = script.Parent.Background.DEMO.ListElements
  1128.  
  1129.  
  1130. local copy14 = orginal:Clone()
  1131.  
  1132.  
  1133. copy14.Visible = true
  1134.  
  1135.  
  1136. copy14.Parent = script.Parent.Background.DEMO.ListElements
  1137.  
  1138.  
  1139. local copy15 = orginal:Clone()
  1140.  
  1141.  
  1142. copy15.Visible = true
  1143.  
  1144.  
  1145. copy15.Parent = script.Parent.Background.DEMO.ListElements
  1146.  
  1147.  
  1148. local copy16 = orginal:Clone()
  1149.  
  1150.  
  1151. copy16.Visible = true
  1152.  
  1153.  
  1154. copy16.Parent = script.Parent.Background.DEMO.ListElements
  1155.  
  1156.  
  1157. local copy17 = orginal:Clone()
  1158.  
  1159.  
  1160. copy17.Visible = true
  1161.  
  1162.  
  1163. copy17.Parent = script.Parent.Background.DEMO.ListElements
  1164.  
  1165.  
  1166. local copy18 = orginal:Clone()
  1167.  
  1168.  
  1169. copy18.Visible = true
  1170.  
  1171.  
  1172. copy18.Parent = script.Parent.Background.DEMO.ListElements
  1173.  
  1174.  
  1175. local copy18 = orginal:Clone()
  1176.  
  1177.  
  1178. copy18.Visible = true
  1179.  
  1180.  
  1181. copy18.Parent = script.Parent.Background.DEMO.ListElements
  1182.  
  1183.  
  1184. local copy19 = orginal:Clone()
  1185.  
  1186.  
  1187. copy19.Visible = true
  1188.  
  1189.  
  1190. copy19.Parent = script.Parent.Background.DEMO.ListElements
  1191.  
  1192.  
  1193. local copy20 = orginal:Clone()
  1194.  
  1195.  
  1196. copy20.Visible = true
  1197.  
  1198.  
  1199. copy20.Parent = script.Parent.Background.DEMO.ListElements
  1200.  
  1201.  
  1202. local copy21 = orginal:Clone()
  1203.  
  1204.  
  1205. copy21.Visible = true
  1206.  
  1207.  
  1208. copy21.Parent = script.Parent.Background.DEMO.ListElements
  1209.  
  1210.  
  1211. local copy22 = orginal:Clone()
  1212.  
  1213.  
  1214. copy22.Visible = true
  1215.  
  1216.  
  1217. copy22.Parent = script.Parent.Background.DEMO.ListElements
  1218.  
  1219.  
  1220. local copy23 = orginal:Clone()
  1221.  
  1222.  
  1223. copy23.Visible = true
  1224.  
  1225.  
  1226. copy23.Parent = script.Parent.Background.DEMO.ListElements
  1227.  
  1228.  
  1229. local copy24 = orginal:Clone()
  1230.  
  1231.  
  1232. copy24.Visible = true
  1233.  
  1234.  
  1235. copy24.Parent = script.Parent.Background.DEMO.ListElements
  1236.  
  1237.  
  1238. local copy25 = orginal:Clone()
  1239.  
  1240.  
  1241. copy25.Visible = true
  1242.  
  1243.  
  1244. copy25.Parent = script.Parent.Background.DEMO.ListElements
  1245.  
  1246.  
  1247. local copy26 = orginal:Clone()
  1248.  
  1249.  
  1250. copy26.Visible = true
  1251.  
  1252.  
  1253. copy26.Parent = script.Parent.Background.DEMO.ListElements
  1254.  
  1255.  
  1256. local copy27 = orginal:Clone()
  1257.  
  1258.  
  1259. copy27.Visible = true
  1260.  
  1261.  
  1262. copy27.Parent = script.Parent.Background.DEMO.ListElements
  1263.  
  1264.  
  1265. local copy28 = orginal:Clone()
  1266.  
  1267.  
  1268. copy28.Visible = true
  1269.  
  1270.  
  1271. copy28.Parent = script.Parent.Background.DEMO.ListElements
  1272.  
  1273.  
  1274. local copy29 = orginal:Clone()
  1275.  
  1276.  
  1277. copy29.Visible = true
  1278.  
  1279.  
  1280. copy29.Parent = script.Parent.Background.DEMO.ListElements
  1281.  
  1282.  
  1283. local copy30 = orginal:Clone()
  1284.  
  1285.  
  1286. copy30.Visible = true
  1287.  
  1288.  
  1289. copy30.Parent = script.Parent.Background.DEMO.ListElements
  1290.  
  1291.  
  1292. local copy31 = orginal:Clone()
  1293.  
  1294.  
  1295. copy31.Visible = true
  1296.  
  1297.  
  1298. copy31.Parent = script.Parent.Background.DEMO.ListElements
  1299.  
  1300.  
  1301. local copy32 = orginal:Clone()
  1302.  
  1303.  
  1304. copy32.Visible = true
  1305.  
  1306.  
  1307. copy32.Parent = script.Parent.Background.DEMO.ListElements
  1308.  
  1309.  
  1310. local copy33 = orginal:Clone()
  1311.  
  1312.  
  1313. copy33.Visible = true
  1314.  
  1315.  
  1316. copy33.Parent = script.Parent.Background.DEMO.ListElements
  1317.  
  1318.  
  1319. local copy34 = orginal:Clone()
  1320.  
  1321.  
  1322. copy34.Visible = true
  1323.  
  1324.  
  1325. copy34.Parent = script.Parent.Background.DEMO.ListElements
  1326.  
  1327.  
  1328. local copy35 = orginal:Clone()
  1329.  
  1330.  
  1331. copy35.Visible = true
  1332.  
  1333.  
  1334. copy35.Parent = script.Parent.Background.DEMO.ListElements
  1335.  
  1336.  
  1337. local copy36 = orginal:Clone()
  1338.  
  1339.  
  1340. copy36.Visible = true
  1341.  
  1342.  
  1343. copy36.Parent = script.Parent.Background.DEMO.ListElements
  1344.  
  1345.  
  1346. local copy37 = orginal:Clone()
  1347.  
  1348.  
  1349. copy37.Visible = true
  1350.  
  1351.  
  1352. copy37.Parent = script.Parent.Background.DEMO.ListElements
  1353.  
  1354.  
  1355. local copy38 = orginal:Clone()
  1356.  
  1357.  
  1358. copy38.Visible = true
  1359.  
  1360.  
  1361. copy38.Parent = script.Parent.Background.DEMO.ListElements
  1362.  
  1363.  
  1364. local copy39 = orginal:Clone()
  1365.  
  1366.  
  1367. copy39.Visible = true
  1368.  
  1369.  
  1370. copy39.Parent = script.Parent.Background.DEMO.ListElements
  1371.  
  1372.  
  1373. local copy40 = orginal:Clone()
  1374.  
  1375.  
  1376. copy40.Visible = true
  1377.  
  1378.  
  1379. copy40.Parent = script.Parent.Background.DEMO.ListElements
  1380.  
  1381.  
  1382. local copy41 = orginal:Clone()
  1383.  
  1384.  
  1385. copy41.Visible = true
  1386.  
  1387.  
  1388. copy41.Parent = script.Parent.Background.DEMO.ListElements
  1389.  
  1390.  
  1391. local copy42 = orginal:Clone()
  1392.  
  1393.  
  1394. copy42.Visible = true
  1395.  
  1396.  
  1397. copy42.Parent = script.Parent.Background.DEMO.ListElements
  1398.  
  1399.  
  1400. local copy43 = orginal:Clone()
  1401.  
  1402.  
  1403. copy43.Visible = true
  1404.  
  1405.  
  1406. copy43.Parent = script.Parent.Background.DEMO.ListElements
  1407.  
  1408.  
  1409. local copy44 = orginal:Clone()
  1410.  
  1411.  
  1412. copy44.Visible = true
  1413.  
  1414.  
  1415. copy44.Parent = script.Parent.Background.DEMO.ListElements
  1416.  
  1417.  
  1418. local copy45 = orginal:Clone()
  1419.  
  1420.  
  1421. copy45.Visible = true
  1422.  
  1423.  
  1424. copy45.Parent = script.Parent.Background.DEMO.ListElements
  1425.  
  1426.  
  1427. local copy46 = orginal:Clone()
  1428.  
  1429.  
  1430. copy46.Visible = true
  1431.  
  1432.  
  1433. copy46.Parent = script.Parent.Background.DEMO.ListElements
  1434.  
  1435.  
  1436. local copy47 = orginal:Clone()
  1437.  
  1438.  
  1439. copy47.Visible = true
  1440.  
  1441.  
  1442. copy47.Parent = script.Parent.Background.DEMO.ListElements
  1443.  
  1444.  
  1445. local copy48 = orginal:Clone()
  1446.  
  1447.  
  1448. copy48.Visible = true
  1449.  
  1450.  
  1451. copy48.Parent = script.Parent.Background.DEMO.ListElements
  1452.  
  1453.  
  1454. local copy49 = orginal:Clone()
  1455.  
  1456.  
  1457. copy49.Visible = true
  1458.  
  1459.  
  1460. copy49.Parent = script.Parent.Background.DEMO.ListElements
  1461.  
  1462.  
  1463. local copy50 = orginal:Clone()
  1464.  
  1465.  
  1466. copy50.Visible = true
  1467.  
  1468.  
  1469. copy50.Parent = script.Parent.Background.DEMO.ListElements
  1470.  
  1471.  
  1472. local copy51 = orginal:Clone()
  1473.  
  1474.  
  1475. copy51.Visible = true
  1476.  
  1477.  
  1478. copy51.Parent = script.Parent.Background.DEMO.ListElements
  1479.  
  1480.  
  1481. local copy52 = orginal:Clone()
  1482.  
  1483.  
  1484. copy52.Visible = true
  1485.  
  1486.  
  1487. copy52.Parent = script.Parent.Background.DEMO.ListElements
  1488.  
  1489.  
  1490. local copy53 = orginal:Clone()
  1491.  
  1492.  
  1493. copy53.Visible = true
  1494.  
  1495.  
  1496. copy53.Parent = script.Parent.Background.DEMO.ListElements
  1497.  
  1498.  
  1499. local copy54 = orginal:Clone()
  1500.  
  1501.  
  1502. copy54.Visible = true
  1503.  
  1504.  
  1505. copy54.Parent = script.Parent.Background.DEMO.ListElements
  1506.  
  1507.  
  1508. local copy55 = orginal:Clone()
  1509.  
  1510.  
  1511. copy55.Visible = true
  1512.  
  1513.  
  1514. copy55.Parent = script.Parent.Background.DEMO.ListElements
  1515.  
  1516.  
  1517. local copy56 = orginal:Clone()
  1518.  
  1519.  
  1520. copy56.Visible = true
  1521.  
  1522.  
  1523. copy56.Parent = script.Parent.Background.DEMO.ListElements
  1524.  
  1525.  
  1526. local copy57 = orginal:Clone()
  1527.  
  1528.  
  1529. copy57.Visible = true
  1530.  
  1531.  
  1532. copy57.Parent = script.Parent.Background.DEMO.ListElements
  1533.  
  1534.  
  1535. local copy58 = orginal:Clone()
  1536.  
  1537.  
  1538. copy58.Visible = true
  1539.  
  1540.  
  1541. copy58.Parent = script.Parent.Background.DEMO.ListElements
  1542.  
  1543.  
  1544. local copy59 = orginal:Clone()
  1545.  
  1546.  
  1547. copy59.Visible = true
  1548.  
  1549.  
  1550. copy59.Parent = script.Parent.Background.DEMO.ListElements
  1551.  
  1552.  
  1553. local copy60 = orginal:Clone()
  1554.  
  1555.  
  1556. copy60.Visible = true
  1557.  
  1558.  
  1559. copy60.Parent = script.Parent.Background.DEMO.ListElements
  1560.  
  1561.  
  1562. local copy61 = orginal:Clone()
  1563.  
  1564.  
  1565. copy61.Visible = true
  1566.  
  1567.  
  1568. copy61.Parent = script.Parent.Background.DEMO.ListElements
  1569.  
  1570.  
  1571. local copy62 = orginal:Clone()
  1572.  
  1573.  
  1574. copy62.Visible = true
  1575.  
  1576.  
  1577. copy62.Parent = script.Parent.Background.DEMO.ListElements
  1578.  
  1579.  
  1580. local copy63 = orginal:Clone()
  1581.  
  1582.  
  1583. copy63.Visible = true
  1584.  
  1585.  
  1586. copy63.Parent = script.Parent.Background.DEMO.ListElements
  1587.  
  1588.  
  1589. local copy64 = orginal:Clone()
  1590.  
  1591.  
  1592. copy64.Visible = true
  1593.  
  1594.  
  1595. copy64.Parent = script.Parent.Background.DEMO.ListElements
  1596.  
  1597.  
  1598. local copy65 = orginal:Clone()
  1599.  
  1600.  
  1601. copy65.Visible = true
  1602.  
  1603.  
  1604. copy65.Parent = script.Parent.Background.DEMO.ListElements
  1605.  
  1606.  
  1607. local copy66 = orginal:Clone()
  1608.  
  1609.  
  1610. copy66.Visible = true
  1611.  
  1612.  
  1613. copy66.Parent = script.Parent.Background.DEMO.ListElements
  1614.  
  1615.  
  1616. local copy67 = orginal:Clone()
  1617.  
  1618.  
  1619. copy67.Visible = true
  1620.  
  1621.  
  1622. copy67.Parent = script.Parent.Background.DEMO.ListElements
  1623.  
  1624.  
  1625. local copy68 = orginal:Clone()
  1626.  
  1627.  
  1628. copy68.Visible = true
  1629.  
  1630.  
  1631. copy68.Parent = script.Parent.Background.DEMO.ListElements
  1632.  
  1633.  
  1634. local copy69 = orginal:Clone()
  1635.  
  1636.  
  1637. copy69.Visible = true
  1638.  
  1639.  
  1640. copy69.Parent = script.Parent.Background.DEMO.ListElements
  1641.  
  1642.  
  1643. local copy70 = orginal:Clone()
  1644.  
  1645.  
  1646. copy70.Visible = true
  1647.  
  1648.  
  1649. copy70.Parent = script.Parent.Background.DEMO.ListElements
  1650.  
  1651.  
  1652. local copy71 = orginal:Clone()
  1653.  
  1654.  
  1655. copy71.Visible = true
  1656.  
  1657.  
  1658. copy71.Parent = script.Parent.Background.DEMO.ListElements
  1659.  
  1660.  
  1661. local copy72 = orginal:Clone()
  1662.  
  1663.  
  1664. copy72.Visible = true
  1665.  
  1666.  
  1667. copy72.Parent = script.Parent.Background.DEMO.ListElements
  1668.  
  1669.  
  1670. local copy73 = orginal:Clone()
  1671.  
  1672.  
  1673. copy73.Visible = true
  1674.  
  1675.  
  1676. copy73.Parent = script.Parent.Background.DEMO.ListElements
  1677.  
  1678.  
  1679. local copy74 = orginal:Clone()
  1680.  
  1681.  
  1682. copy74.Visible = true
  1683.  
  1684.  
  1685. copy74.Parent = script.Parent.Background.DEMO.ListElements
  1686.  
  1687.  
  1688. local copy75 = orginal:Clone()
  1689.  
  1690.  
  1691. copy75.Visible = true
  1692.  
  1693.  
  1694. copy75.Parent = script.Parent.Background.DEMO.ListElements
  1695.  
  1696.  
  1697. local copy76 = orginal:Clone()
  1698.  
  1699.  
  1700. copy76.Visible = true
  1701.  
  1702.  
  1703. copy76.Parent = script.Parent.Background.DEMO.ListElements
  1704.  
  1705.  
  1706. local copy77 = orginal:Clone()
  1707.  
  1708.  
  1709. copy77.Visible = true
  1710.  
  1711.  
  1712. copy77.Parent = script.Parent.Background.DEMO.ListElements
  1713.  
  1714.  
  1715. local copy78 = orginal:Clone()
  1716.  
  1717.  
  1718. copy78.Visible = true
  1719.  
  1720.  
  1721. copy78.Parent = script.Parent.Background.DEMO.ListElements
  1722.  
  1723.  
  1724.  
  1725.  
  1726.  
  1727.  
  1728.  
  1729.  
  1730.  
  1731.  
  1732.  
  1733. copy11.Name ="Animal ocean: Great white shark"
  1734.  
  1735.  
  1736. copy12.Name ="A Name: Alexandria"
  1737.  
  1738.  
  1739. copy13.Name ="Breakfast: French toast sticks"
  1740.  
  1741.  
  1742. copy14.Name ="Body part: Gluetimus maximus"
  1743.  
  1744.  
  1745. copy15.Name ="B name : Bartholomew"
  1746.  
  1747.  
  1748. copy16.Name ="Bathroom: Shower curtain"
  1749.  
  1750.  
  1751. copy17.Name ="Beach: Tanning lotion"
  1752.  
  1753.  
  1754. copy18.Name ="Chip flavor: Sour cream and onion"
  1755.  
  1756.  
  1757. copy19.Name ="Car color: Forest green"
  1758.  
  1759.  
  1760. copy20.Name ="Car brand: Mercedes-benz"
  1761.  
  1762.  
  1763. copy21.Name ="Camping trip: Emergency kit"
  1764.  
  1765.  
  1766. copy22.Name ="Candy: Bertie Botts Every Flavour Beans"
  1767.  
  1768.  
  1769. copy23.Name ="Country: Dominican republic"
  1770.  
  1771.  
  1772. copy24.Name ="Day of week: Wednesday"
  1773.  
  1774.  
  1775. copy25.Name ="Disaster: Volcanic eruption"
  1776.  
  1777.  
  1778. copy26.Name ="Day of week: Wednesday"
  1779.  
  1780.  
  1781. copy27.Name ="Emotion: Underestimated"
  1782.  
  1783.  
  1784. copy28.Name ="Fast food: Kentucky fried chicken"
  1785.  
  1786.  
  1787. copy29.Name ="Fruit: Passion fruit"
  1788.  
  1789.  
  1790. copy30.Name ="Farm animal: Herding dog"
  1791.  
  1792.  
  1793. copy31.Name ="Instrument: Electric guitar"
  1794.  
  1795.  
  1796. copy32.Name ="Ice cream: Mint choclate chip"
  1797.  
  1798.  
  1799. copy33.Name ="Kitchen: Chopping board"
  1800.  
  1801.  
  1802. copy34.Name ="L Name: Leonardo"
  1803.  
  1804.  
  1805. copy35.Name ="Month: September"
  1806.  
  1807.  
  1808. copy36.Name ="Mario: Princess Rosalina"
  1809.  
  1810.  
  1811. copy37.Name ="Nintendo consle: Nintendo switch"
  1812.  
  1813.  
  1814. copy38.Name ="Name color: Aquamar"
  1815.  
  1816.  
  1817. copy39.Name ="Object that produces music: Video Recorder"
  1818.  
  1819.  
  1820. copy40.Name ="Outdoor activity: Mountain Climbing"
  1821.  
  1822.  
  1823. copy41.Name ="Pizza toping: Peperoni"
  1824.  
  1825.  
  1826. copy42.Name ="Phine and Ferb character: Doctor Heinz Doofenshmirtz"
  1827.  
  1828.  
  1829. copy43.Name ="Pixar movie: Monsters university"
  1830.  
  1831.  
  1832. copy44.Name ="Princess: Vanellope von schweets"
  1833.  
  1834.  
  1835. copy45.Name ="Pet animal: Bearded dragon"
  1836.  
  1837.  
  1838. copy46.Name ="Popular phone: Blackberry"
  1839.  
  1840.  
  1841. copy47.Name ="Place to be quiet: Movie theater"
  1842.  
  1843.  
  1844. copy48.Name ="Planet in solar system: Jupiter"
  1845.  
  1846.  
  1847. copy49.Name ="Piece of clothing: Long sleeve shirt"
  1848.  
  1849.  
  1850. copy50.Name ="Popular holiday: Saint patrick's party"
  1851.  
  1852.  
  1853. copy51.Name ="Pencil case: Graphing calculator"
  1854.  
  1855.  
  1856. copy52.Name ="Precious gem: Mount Saint Helens Emerald"
  1857.  
  1858.  
  1859. copy53.Name ="Reindeer santa: Rudolph"
  1860.  
  1861.  
  1862. copy54.Name ="Rainbow color: Purple"
  1863.  
  1864.  
  1865. copy55.Name ="Room in house: Master beedroom"
  1866.  
  1867.  
  1868. copy56.Name ="Soda: Monster Energy Drink"
  1869.  
  1870.  
  1871. copy57.Name ="Salad: Italian Dressing"
  1872.  
  1873.  
  1874. copy58.Name ="Spongebob Character: Spongebob SquarePants"
  1875.  
  1876.  
  1877. copy59.Name ="Super hero: Capitan america"
  1878.  
  1879.  
  1880. copy60.Name ="Star wars: Anakin skywalker"
  1881.  
  1882.  
  1883. copy61.Name ="Something sharp: Pocket knife"
  1884.  
  1885.  
  1886. copy62.Name ="Shape: Rectangular prisim"
  1887.  
  1888.  
  1889. copy63.Name ="Something in outer space: International space station"
  1890.  
  1891.  
  1892. copy64.Name ="Something dog would do: Roll around"
  1893.  
  1894.  
  1895. copy65.Name ="Sport: Horse Back Riding"
  1896.  
  1897.  
  1898. copy66.Name ="Something in bedroom: Phone charger"
  1899.  
  1900.  
  1901. copy67.Name ="Shool subject: Physical education"
  1902.  
  1903.  
  1904. copy68.Name ="Thing in car & wallet: Drivers License"
  1905.  
  1906.  
  1907. copy69.Name ="Tennage Turtle: Michelangelo"
  1908.  
  1909.  
  1910. copy70.Name ="Transport: Public transportation"
  1911.  
  1912.  
  1913. copy71.Name ="U.S president: William Henry Harrison"
  1914.  
  1915.  
  1916. copy72.Name ="U.S State: Massachusetts"
  1917.  
  1918.  
  1919. copy73.Name ="U swim in: Public swiming pool"
  1920.  
  1921.  
  1922. copy74.Name ="Vegetable: Brussel sprouts"
  1923.  
  1924.  
  1925. copy75.Name ="Vid Game: Star Wars Knight of the old Republic II The Sith Lords"
  1926.  
  1927.  
  1928. copy76.Name ="Wear on feet: Running shoes"
  1929.  
  1930.  
  1931. copy77.Name ="Youtuber: Daily dose of internet"
  1932.  
  1933.  
  1934. copy78.Name ="7 Dwarfs: Bashful"
  1935.  
  1936.  
  1937.  
  1938.  
  1939.  
  1940.  
  1941.  
  1942.  
  1943. copy11.Text ="Animal ocean: Great white shark"
  1944.  
  1945.  
  1946. copy12.Text ="A Text: Alexandria"
  1947.  
  1948.  
  1949. copy13.Text ="Breakfast: French toast sticks"
  1950.  
  1951.  
  1952. copy14.Text ="Body part: Gluetimus maximus"
  1953.  
  1954.  
  1955. copy15.Text ="B Text : Bartholomew"
  1956.  
  1957.  
  1958. copy16.Text ="Bathroom: Shower curtain"
  1959.  
  1960.  
  1961. copy17.Text ="Beach: Tanning lotion"
  1962.  
  1963.  
  1964. copy18.Text ="Chip flavor: Sour cream and onion"
  1965.  
  1966.  
  1967. copy19.Text ="Car color: Forest green"
  1968.  
  1969.  
  1970. copy20.Text ="Car brand: Mercedes-benz"
  1971.  
  1972.  
  1973. copy21.Text ="Camping trip: Emergency kit"
  1974.  
  1975.  
  1976. copy22.Text ="Candy: Bertie Botts Every Flavour Beans"
  1977.  
  1978.  
  1979. copy23.Text ="Country: Dominican republic"
  1980.  
  1981.  
  1982. copy24.Text ="Day of week: Wednesday"
  1983.  
  1984.  
  1985. copy25.Text ="Disaster: Volcanic eruption"
  1986.  
  1987.  
  1988. copy26.Text ="Day of week: Wednesday"
  1989.  
  1990.  
  1991. copy27.Text ="Emotion: Underestimated"
  1992.  
  1993.  
  1994. copy28.Text ="Fast food: Kentucky fried chicken"
  1995.  
  1996.  
  1997. copy29.Text ="Fruit: Passion fruit"
  1998.  
  1999.  
  2000. copy30.Text ="Farm animal: Herding dog"
  2001.  
  2002.  
  2003. copy31.Text ="Instrument: Electric guitar"
  2004.  
  2005.  
  2006. copy32.Text ="Ice cream: Mint choclate chip"
  2007.  
  2008.  
  2009. copy33.Text ="Kitchen: Chopping board"
  2010.  
  2011.  
  2012. copy34.Text ="L Text: Leonardo"
  2013.  
  2014.  
  2015. copy35.Text ="Month: September"
  2016.  
  2017.  
  2018. copy36.Text ="Mario: Princess Rosalina"
  2019.  
  2020.  
  2021. copy37.Text ="Nintendo consle: Nintendo switch"
  2022.  
  2023.  
  2024. copy38.Text ="Text color: Aquamar"
  2025.  
  2026.  
  2027. copy39.Text ="Object that produces music: Video Recorder"
  2028.  
  2029.  
  2030. copy40.Text ="Outdoor activity: Mountain Climbing"
  2031.  
  2032.  
  2033. copy41.Text ="Pizza toping: Peperoni"
  2034.  
  2035.  
  2036. copy42.Text ="Phine and Ferb character: Doctor Heinz Doofenshmirtz"
  2037.  
  2038.  
  2039. copy43.Text ="Pixar movie: Monsters university"
  2040.  
  2041.  
  2042. copy44.Text ="Princess: Vanellope von schweets"
  2043.  
  2044.  
  2045. copy45.Text ="Pet animal: Bearded dragon"
  2046.  
  2047.  
  2048. copy46.Text ="Popular phone: Blackberry"
  2049.  
  2050.  
  2051. copy47.Text ="Place to be quiet: Movie theater"
  2052.  
  2053.  
  2054. copy48.Text ="Planet in solar system: Jupiter"
  2055.  
  2056.  
  2057. copy49.Text ="Piece of clothing: Long sleeve shirt"
  2058.  
  2059.  
  2060. copy50.Text ="Popular holiday: Saint patrick's party"
  2061.  
  2062.  
  2063. copy51.Text ="Pencil case: Graphing calculator"
  2064.  
  2065.  
  2066. copy52.Text ="Precious gem: Mount Saint Helens Emerald"
  2067.  
  2068.  
  2069. copy53.Text ="Reindeer santa: Rudolph"
  2070.  
  2071.  
  2072. copy54.Text ="Rainbow color: Purple"
  2073.  
  2074.  
  2075. copy55.Text ="Room in house: Master beedroom"
  2076.  
  2077.  
  2078. copy56.Text ="Soda: Monster Energy Drink"
  2079.  
  2080.  
  2081. copy57.Text ="Salad: Italian Dressing"
  2082.  
  2083.  
  2084. copy58.Text ="Spongebob Character: Spongebob SquarePants"
  2085.  
  2086.  
  2087. copy59.Text ="Super hero: Capitan america"
  2088.  
  2089.  
  2090. copy60.Text ="Star wars: Anakin skywalker"
  2091.  
  2092.  
  2093. copy61.Text ="Something sharp: Pocket knife"
  2094.  
  2095.  
  2096. copy62.Text ="Shape: Rectangular prisim"
  2097.  
  2098.  
  2099. copy63.Text ="Something in outer space: International space station"
  2100.  
  2101.  
  2102. copy64.Text ="Something dog would do: Roll around"
  2103.  
  2104.  
  2105. copy65.Text ="Sport: Horse Back Riding"
  2106.  
  2107.  
  2108. copy66.Text ="Something in bedroom: Phone charger"
  2109.  
  2110.  
  2111. copy67.Text ="Shool subject: Physical education"
  2112.  
  2113.  
  2114. copy68.Text ="Thing in car & wallet: Drivers License"
  2115.  
  2116.  
  2117. copy69.Text ="Tennage Turtle: Michelangelo"
  2118.  
  2119.  
  2120. copy70.Text ="Transport: Public transportation"
  2121.  
  2122.  
  2123. copy71.Text ="U.S president: William Henry Harrison"
  2124.  
  2125.  
  2126. copy72.Text ="U.S State: Massachusetts"
  2127.  
  2128.  
  2129. copy73.Text ="U swim in: Public swiming pool"
  2130.  
  2131.  
  2132. copy74.Text ="Vegetable: Brussel sprouts"
  2133.  
  2134.  
  2135. copy75.Text ="Vid Game: Star Wars Knight of the old Republic II The Sith Lords"
  2136.  
  2137.  
  2138. copy76.Text ="Wear on feet: Running shoes"
  2139.  
  2140.  
  2141. copy77.Text ="Youtuber: Daily dose of internet"
  2142.  
  2143.  
  2144. copy78.Text ="7 Dwarfs: Bashful"
  2145.  
  2146.  
  2147.  
  2148.  
  2149.  
  2150. copy11.CopyText.Value ="Great white shark"
  2151.  
  2152.  
  2153. copy12.CopyText.Value ="Alexandria"
  2154.  
  2155.  
  2156. copy13.CopyText.Value ="French toast sticks"
  2157.  
  2158.  
  2159. copy14.CopyText.Value ="Gluetimus maximus"
  2160.  
  2161.  
  2162. copy15.CopyText.Value ="Bartholomew"
  2163.  
  2164.  
  2165. copy16.CopyText.Value ="Shower curtain"
  2166.  
  2167.  
  2168. copy17.CopyText.Value ="Tanning lotion"
  2169.  
  2170.  
  2171. copy18.CopyText.Value ="Sour cream and onion"
  2172.  
  2173.  
  2174. copy19.CopyText.Value ="Forest green"
  2175.  
  2176.  
  2177. copy20.CopyText.Value ="Mercedes-benz"
  2178.  
  2179.  
  2180. copy21.CopyText.Value ="Emergency kit"
  2181.  
  2182.  
  2183. copy22.CopyText.Value ="Bertie Botts Every Flavour Beans"
  2184.  
  2185.  
  2186. copy23.CopyText.Value ="Dominican republic"
  2187.  
  2188.  
  2189. copy24.CopyText.Value ="Wednesday"
  2190.  
  2191.  
  2192. copy25.CopyText.Value ="Volcanic eruption"
  2193.  
  2194.  
  2195. copy26.CopyText.Value ="Wednesday"
  2196.  
  2197.  
  2198. copy27.CopyText.Value ="Underestimated"
  2199.  
  2200.  
  2201. copy28.CopyText.Value ="Kentucky fried chicken"
  2202.  
  2203.  
  2204. copy29.CopyText.Value ="Passion fruit"
  2205.  
  2206.  
  2207. copy30.CopyText.Value ="Herding dog"
  2208.  
  2209.  
  2210. copy31.CopyText.Value ="Electric guitar"
  2211.  
  2212.  
  2213. copy32.CopyText.Value ="Mint choclate chip"
  2214.  
  2215.  
  2216. copy33.CopyText.Value ="Chopping board"
  2217.  
  2218.  
  2219. copy34.CopyText.Value ="Leonardo"
  2220.  
  2221.  
  2222. copy35.CopyText.Value ="September"
  2223.  
  2224.  
  2225. copy36.CopyText.Value ="Princess Rosalina"
  2226.  
  2227.  
  2228. copy37.CopyText.Value ="Nintendo switch"
  2229.  
  2230.  
  2231. copy38.CopyText.Value ="Aquamar"
  2232.  
  2233.  
  2234. copy39.CopyText.Value ="Video Recorder"
  2235.  
  2236.  
  2237. copy40.CopyText.Value ="Mountain Climbing"
  2238.  
  2239.  
  2240. copy41.CopyText.Value ="Peperoni"
  2241.  
  2242.  
  2243. copy42.CopyText.Value ="Doctor Heinz Doofenshmirtz"
  2244.  
  2245.  
  2246. copy43.CopyText.Value ="Monsters university"
  2247.  
  2248.  
  2249. copy44.CopyText.Value ="Vanellope von schweets"
  2250.  
  2251.  
  2252. copy45.CopyText.Value ="Bearded dragon"
  2253.  
  2254.  
  2255. copy46.CopyText.Value ="Blackberry"
  2256.  
  2257.  
  2258. copy47.CopyText.Value ="Movie theater"
  2259.  
  2260.  
  2261. copy48.CopyText.Value ="Jupiter"
  2262.  
  2263.  
  2264. copy49.CopyText.Value ="Long sleeve shirt"
  2265.  
  2266.  
  2267. copy50.CopyText.Value ="Saint patrick's party"
  2268.  
  2269.  
  2270. copy51.CopyText.Value ="Graphing calculator"
  2271.  
  2272.  
  2273. copy52.CopyText.Value ="Mount Saint Helens Emerald"
  2274.  
  2275.  
  2276. copy53.CopyText.Value ="Rudolph"
  2277.  
  2278.  
  2279. copy54.CopyText.Value ="Purple"
  2280.  
  2281.  
  2282. copy55.CopyText.Value ="Master beedroom"
  2283.  
  2284.  
  2285. copy56.CopyText.Value ="Monster Energy Drink"
  2286.  
  2287.  
  2288. copy57.CopyText.Value ="Italian Dressing"
  2289.  
  2290.  
  2291. copy58.CopyText.Value ="Spongebob SquarePants"
  2292.  
  2293.  
  2294. copy59.CopyText.Value ="Capitan america"
  2295.  
  2296.  
  2297. copy60.CopyText.Value ="Anakin skywalker"
  2298.  
  2299.  
  2300. copy61.CopyText.Value ="Pocket knife"
  2301.  
  2302.  
  2303. copy62.CopyText.Value ="Rectangular prisim"
  2304.  
  2305.  
  2306. copy63.CopyText.Value ="International space station"
  2307.  
  2308.  
  2309. copy64.CopyText.Value ="Roll around"
  2310.  
  2311.  
  2312. copy65.CopyText.Value ="Horse Back Riding"
  2313.  
  2314.  
  2315. copy66.CopyText.Value ="Phone charger"
  2316.  
  2317.  
  2318. copy67.CopyText.Value ="Physical education"
  2319.  
  2320.  
  2321. copy68.CopyText.Value ="Drivers License"
  2322.  
  2323.  
  2324. copy69.CopyText.Value ="Michelangelo"
  2325.  
  2326.  
  2327. copy70.CopyText.Value ="Public transportation"
  2328.  
  2329.  
  2330. copy71.CopyText.Value ="William Henry Harrison"
  2331.  
  2332.  
  2333. copy72.CopyText.Value ="Massachusetts"
  2334.  
  2335.  
  2336. copy73.CopyText.Value ="Public swiming pool"
  2337.  
  2338.  
  2339. copy74.CopyText.Value ="Brussel sprouts"
  2340.  
  2341.  
  2342. copy75.CopyText.Value ="Star Wars Knight of the old Republic II The Sith Lords"
  2343.  
  2344.  
  2345. copy76.CopyText.Value ="Running shoes"
  2346.  
  2347.  
  2348. copy77.CopyText.Value ="Daily dose of internet"
  2349.  
  2350.  
  2351. copy78.CopyText.Value ="Bashful"
  2352.  
  2353.  
  2354. end;
  2355.  
  2356.  
  2357. task.spawn(C_2d);
  2358.  
  2359.  
  2360. -- StarterGui.LOOOL.UI.Dragify
  2361.  
  2362.  
  2363. local function C_2e()
  2364.  
  2365.  
  2366. local script = G2L["2e"];
  2367.  
  2368.  
  2369. local UserInputService = game:GetService("UserInputService")
  2370.  
  2371.  
  2372.  
  2373.  
  2374.  
  2375. local gui = script.Parent
  2376.  
  2377.  
  2378.  
  2379.  
  2380.  
  2381. local dragging
  2382.  
  2383.  
  2384. local dragInput
  2385.  
  2386.  
  2387. local dragStart
  2388.  
  2389.  
  2390. local startPos
  2391.  
  2392.  
  2393.  
  2394.  
  2395.  
  2396. local function update(input)
  2397.  
  2398.  
  2399. local delta = input.Position - dragStart
  2400.  
  2401.  
  2402. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  2403.  
  2404.  
  2405. end
  2406.  
  2407.  
  2408.  
  2409.  
  2410.  
  2411. gui.InputBegan:Connect(function(input)
  2412.  
  2413.  
  2414. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  2415.  
  2416.  
  2417. dragging = true
  2418.  
  2419.  
  2420. dragStart = input.Position
  2421.  
  2422.  
  2423. startPos = gui.Position
  2424.  
  2425.  
  2426.  
  2427.  
  2428.  
  2429. input.Changed:Connect(function()
  2430.  
  2431.  
  2432. if input.UserInputState == Enum.UserInputState.End then
  2433.  
  2434.  
  2435. dragging = false
  2436.  
  2437.  
  2438. end
  2439.  
  2440.  
  2441. end)
  2442.  
  2443.  
  2444. end
  2445.  
  2446.  
  2447. end)
  2448.  
  2449.  
  2450.  
  2451.  
  2452.  
  2453. gui.InputChanged:Connect(function(input)
  2454.  
  2455.  
  2456. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  2457.  
  2458.  
  2459. dragInput = input
  2460.  
  2461.  
  2462. end
  2463.  
  2464.  
  2465. end)
  2466.  
  2467.  
  2468.  
  2469.  
  2470.  
  2471. UserInputService.InputChanged:Connect(function(input)
  2472.  
  2473.  
  2474. if input == dragInput and dragging then
  2475.  
  2476.  
  2477. update(input)
  2478.  
  2479.  
  2480. end
  2481.  
  2482.  
  2483. end)
  2484.  
  2485.  
  2486. end;
  2487.  
  2488.  
  2489. task.spawn(C_2e);
  2490.  
  2491.  
  2492.  
  2493. return G2L["1"], require;
Add Comment
Please, Sign In to add comment