Advertisement
03112004

Der Riese Mod Menu full

Dec 20th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.92 KB | None | 0 0
  1. local player=game.Players.LocalPlayer;
  2.  
  3. local Player = game.Players.LocalPlayer
  4.  
  5. Mouse = Player:GetMouse()
  6.  
  7. local modded=false
  8.  
  9. --GUI
  10.  
  11. local GUI=Instance.new('ScreenGui', game.CoreGui);
  12.  
  13. UpdateFrame=Instance.new('Frame', GUI);
  14.  
  15. UpdateFrame.Size = UDim2.new(0, 0, 0, 0);
  16.  
  17. UpdateFrame.Position = UDim2.new(0.38, 0, 0.2, 0);
  18.  
  19. UpdateFrame.BackgroundTransparency=0.6;
  20.  
  21. UpdateFrame.BackgroundColor3=Color3.new(0,0,0);
  22.  
  23. TextUpdate1=Instance.new('TextLabel',UpdateFrame);
  24.  
  25. TextUpdate1.Text='CH34T MENU V.20';
  26.  
  27. TextUpdate1.Size = UDim2.new(1, 0, 0, 50);
  28.  
  29. TextUpdate1.Position = UDim2.new(0, 0, 0, 0);
  30.  
  31. TextUpdate1.TextScaled=true;
  32.  
  33. TextUpdate1.TextStrokeColor3=Color3.new(255,0,0);
  34.  
  35. TextUpdate1.TextColor3=Color3.new(255,255,255);
  36.  
  37. TextUpdate1.Font='SciFi';
  38.  
  39. TextUpdate1.TextStrokeTransparency=0.5;
  40.  
  41. TextUpdate1.BackgroundTransparency=1;
  42.  
  43.  
  44.  
  45.  
  46.  
  47. local Open = Instance.new("Sound")
  48.  
  49. Open.Parent = GUI
  50.  
  51. Open.SoundId = "http://www.roblox.com/asset/?ID=169154227"
  52.  
  53. Open.Pitch = 1.2
  54.  
  55. Open.Volume = 1
  56.  
  57.  
  58.  
  59. TextUpdate2=Instance.new('Text,UpdateFrame);
  60.  
  61. TextUpdate2.Text='-Bypass Shutdowns (UnStable)';
  62.  
  63. TextUpdate2.Size = UDim2.new(1, 0, 0, 50);
  64.  
  65. TextUpdate2.Position = UDim2.new(0, 0, 0.3, 0);
  66.  
  67. TextUpdate2.TextSize=26
  68.  
  69. TextUpdate2.TextStrokeColor3=Color3.new(255,0,0);
  70.  
  71. TextUpdate2.TextColor3=Color3.new(255,255,255);
  72.  
  73. TextUpdate2.Font='SciFi';
  74.  
  75. TextUpdate2.TextStrokeTransparency=0.5;
  76.  
  77. TextUpdate2.BackgroundTransparency=1;
  78.  
  79.  
  80.  
  81. TextUpdate3=Instance.new('TextLabel',UpdateFrame);
  82.  
  83. TextUpdate3.Text='-Wunderwaffle soon next update';
  84.  
  85. TextUpdate3.Size = UDim2.new(1, 0, 0, 50);
  86.  
  87. TextUpdate3.Position = UDim2.new(0, 0, 0.5, 0);
  88.  
  89. TextUpdate3.TextSize=26
  90.  
  91. TextUpdate3.TextStrokeColor3=Color3.new(255,0,0);
  92.  
  93. TextUpdate3.TextColor3=Color3.new(255,255,255);
  94.  
  95. TextUpdate3.Font='SciFi';
  96.  
  97. TextUpdate3.TextStrokeTransparency=0.5;
  98.  
  99. TextUpdate3.BackgroundTransparency=1;
  100.  
  101.  
  102.  
  103. TextUpdate4=Instance.new('TextLabel',UpdateFrame);
  104.  
  105. TextUpdate4.Text='-Added RayGun Giver';
  106.  
  107. TextUpdate4.Size = UDim2.new(1, 0, 0, 50);
  108.  
  109. TextUpdate4.Position = UDim2.new(0, 0, 0.7, 0);
  110.  
  111. TextUpdate4.TextSize=26
  112.  
  113. TextUpdate4.TextStrokeColor3=Color3.new(255,0,0);
  114.  
  115. TextUpdate4.TextColor3=Color3.new(255,255,255);
  116.  
  117. TextUpdate4.Font='SciFi';
  118.  
  119. TextUpdate4.TextStrokeTransparency=0.5;
  120.  
  121. TextUpdate4.BackgroundTransparency=1;
  122.  
  123.  
  124.  
  125. TextUpdate1.Visible=false;
  126.  
  127. TextUpdate2.Visible=false;
  128.  
  129. TextUpdate3.Visible=false;
  130.  
  131. TextUpdate4.Visible=false;
  132.  
  133. wait(0.3)
  134.  
  135. UpdateFrame:TweenSize(UDim2.new(0,530,0,340),"In","Quad",1,true)
  136.  
  137. wait(1)
  138.  
  139. TextUpdate1.Visible=true;
  140.  
  141. TextUpdate2.Visible=true;
  142.  
  143. TextUpdate3.Visible=true;
  144.  
  145. TextUpdate4.Visible=true;
  146.  
  147. wait(6)
  148.  
  149. TextUpdate4.Visible=false;
  150.  
  151. wait(0.5)
  152.  
  153. TextUpdate3.Visible=false;
  154.  
  155. wait(0.5)
  156.  
  157. TextUpdate2.Visible=false;
  158.  
  159.  
  160.  
  161. Username=Instance.new('TextBox',UpdateFrame);
  162.  
  163. Username.Text='Username';
  164.  
  165. Username.Size = UDim2.new(0, 200, 0, 50);
  166.  
  167. Username.Position = UDim2.new(0, 160, 0.3, 0);
  168.  
  169. Username.BackgroundColor3=Color3.new(0,0,0)
  170.  
  171. Username.TextSize=26
  172.  
  173. Username.BorderColor3=Color3.new(255,0,0)
  174.  
  175. Username.BorderSizePixel=2
  176.  
  177. Username.TextStrokeColor3=Color3.new(255,0,0);
  178.  
  179. Username.TextColor3=Color3.new(255,255,255);
  180.  
  181. Username.Font='SciFi';
  182.  
  183. Username.TextStrokeTransparency=0.5;
  184.  
  185. Username.BackgroundTransparency=0.7;
  186.  
  187.  
  188.  
  189. Password=Instance.new('TextBox',UpdateFrame);
  190.  
  191. Password.Text='Password';
  192.  
  193. Password.Size = UDim2.new(0, 200, 0, 50);
  194.  
  195. Password.Position = UDim2.new(0, 160, 0.5, 0);
  196.  
  197. Password.BackgroundColor3=Color3.new(0,0,0)
  198.  
  199. Password.TextSize=26
  200.  
  201. Password.BorderColor3=Color3.new(255,0,0)
  202.  
  203. Password.BorderSizePixel=2
  204.  
  205. Password.TextStrokeColor3=Color3.new(255,0,0);
  206.  
  207. Password.TextColor3=Color3.new(255,255,255);
  208.  
  209. Password.Font='SciFi';
  210.  
  211. Password.TextStrokeTransparency=0.5;
  212.  
  213. Password.BackgroundTransparency=0.7
  214.  
  215.  
  216.  
  217. Submit=Instance.new('TextButton',UpdateFrame);
  218.  
  219. Submit.Text='Login';
  220.  
  221. Submit.Size = UDim2.new(0, 200, 0, 50);
  222.  
  223. Submit.Position = UDim2.new(0, 160, 0.8, 0);
  224.  
  225. Submit.BackgroundColor3=Color3.new(0,0,0)
  226.  
  227. Submit.TextSize=26
  228.  
  229. Submit.BorderColor3=Color3.new(255,0,0)
  230.  
  231. Submit.BorderSizePixel=2
  232.  
  233. Submit.TextStrokeColor3=Color3.new(255,0,0);
  234.  
  235. Submit.TextColor3=Color3.new(255,255,255);
  236.  
  237. Submit.Font='SciFi';
  238.  
  239. Submit.TextStrokeTransparency=0.5;
  240.  
  241. Submit.BackgroundTransparency=0.7
  242.  
  243.  
  244.  
  245. --Mod Menu
  246.  
  247. local modframe = Instance.new("Frame")
  248.  
  249. modframe.Parent = GUI
  250.  
  251. modframe.Position = UDim2.new(0.72, 0, 0, 0)
  252.  
  253. modframe.Size = UDim2.new(0, 270, 1, 0)
  254.  
  255. modframe.BackgroundColor3 = Color3.new(0,0,0)
  256.  
  257. modframe.BorderColor3 = Color3.new(255,0,0)
  258.  
  259. modframe.BackgroundTransparency = 0.6
  260.  
  261. modframe.Visible = false
  262.  
  263.  
  264.  
  265. Title=Instance.new('TextLabel',modframe);
  266.  
  267. Title.Text='CH34T MENU V.20';
  268.  
  269. Title.Size = UDim2.new(1, 0, 0, 130);
  270.  
  271. Title.Position = UDim2.new(0, 0, 0, 0);
  272.  
  273. Title.TextScaled=true;
  274.  
  275. Title.TextStrokeColor3=Color3.new(255,0,0);
  276.  
  277. Title.TextColor3=Color3.new(255,255,255);
  278.  
  279. Title.Font='SciFi';
  280.  
  281. Title.TextStrokeTransparency=0.5;
  282.  
  283. Title.BackgroundTransparency=1;
  284.  
  285.  
  286.  
  287. Welcome=Instance.new('TextLabel',modframe);
  288.  
  289. Welcome.Text='';
  290.  
  291. Welcome.Size = UDim2.new(1, 0, 0, 50);
  292.  
  293. Welcome.Position = UDim2.new(0, 0, 0.2, 0);
  294.  
  295. Welcome.TextScaled=false;
  296.  
  297. Welcome.TextSize=26
  298.  
  299. Welcome.TextStrokeColor3=Color3.new(255,0,0);
  300.  
  301. Welcome.TextColor3=Color3.new(255,255,255);
  302.  
  303. Welcome.Font='SciFi';
  304.  
  305. Welcome.TextStrokeTransparency=0.5;
  306.  
  307. Welcome.BackgroundTransparency=1;
  308.  
  309.  
  310.  
  311. speedhack=Instance.new('ImageButton', modframe)
  312.  
  313. speedhack.Size = UDim2.new(1, 0, 0, 60)
  314.  
  315. speedhack.Position = UDim2.new(0, 0, 0.3, 0)
  316.  
  317. speedhack.BackgroundTransparency=1
  318.  
  319. speedhack.Image='rbxassetid://56985860'
  320.  
  321. speedhack.ImageColor3=Color3.new(0,0,0)
  322.  
  323. speedhack.ImageTransparency=0.5
  324.  
  325. speedhack.Visible=true
  326.  
  327. speedhack.Modal=true
  328.  
  329.  
  330.  
  331. speedhacktext=Instance.new('TextLabel',speedhack);
  332.  
  333. speedhacktext.Text='Speed Hack : OFF';
  334.  
  335. speedhacktext.Size = UDim2.new(1, 0, 1, 0);
  336.  
  337. speedhacktext.Position = UDim2.new(0, 0, 0, 0);
  338.  
  339. speedhacktext.TextScaled=false;
  340.  
  341. speedhacktext.TextSize=30
  342.  
  343. speedhacktext.TextStrokeColor3=Color3.new(255,0,0);
  344.  
  345. speedhacktext.TextColor3=Color3.new(255,255,255);
  346.  
  347. speedhacktext.Font='SciFi';
  348.  
  349. speedhacktext.TextStrokeTransparency=0.5;
  350.  
  351. speedhacktext.BackgroundTransparency=1;
  352.  
  353.  
  354.  
  355. infinitemoney=Instance.new('ImageButton', modframe)
  356.  
  357. infinitemoney.Size = UDim2.new(1, 0, 0, 60)
  358.  
  359. infinitemoney.Position = UDim2.new(0, 0, 0.4, 0)
  360.  
  361. infinitemoney.BackgroundTransparency=1
  362.  
  363. infinitemoney.Image='rbxassetid://56985860'
  364.  
  365. infinitemoney.ImageColor3=Color3.new(0,0,0)
  366.  
  367. infinitemoney.ImageTransparency=0.5
  368.  
  369. infinitemoney.Visible=true
  370.  
  371.  
  372.  
  373. infinitemoneytext=Instance.new('TextLabel',infinitemoney);
  374.  
  375. infinitemoneytext.Text='Infinite Money : OFF';
  376.  
  377. infinitemoneytext.Size = UDim2.new(1, 0, 1, 0);
  378.  
  379. infinitemoneytext.Position = UDim2.new(0, 0, 0, 0);
  380.  
  381. infinitemoneytext.TextScaled=false;
  382.  
  383. infinitemoneytext.TextSize=30
  384.  
  385. infinitemoneytext.TextStrokeColor3=Color3.new(255,0,0);
  386.  
  387. infinitemoneytext.TextColor3=Color3.new(255,255,255);
  388.  
  389. infinitemoneytext.Font='SciFi';
  390.  
  391. infinitemoneytext.TextStrokeTransparency=0.5;
  392.  
  393. infinitemoneytext.BackgroundTransparency=1;
  394.  
  395.  
  396.  
  397. godmode=Instance.new('ImageButton', modframe)
  398.  
  399. godmode.Size = UDim2.new(1, 0, 0, 60)
  400.  
  401. godmode.Position = UDim2.new(0, 0, 0.5, 0)
  402.  
  403. godmode.BackgroundTransparency=1
  404.  
  405. godmode.Image='rbxassetid://56985860'
  406.  
  407. godmode.ImageColor3=Color3.new(0,0,0)
  408.  
  409. godmode.ImageTransparency=0.5
  410.  
  411. godmode.Visible=true
  412.  
  413.  
  414.  
  415. godmodetext=Instance.new('TextLabel',godmode);
  416.  
  417. godmodetext.Text='LoopHealth : OFF';
  418.  
  419. godmodetext.Size = UDim2.new(1, 0, 1, 0);
  420.  
  421. godmodetext.Position = UDim2.new(0, 0, 0, 0);
  422.  
  423. godmodetext.TextScaled=false;
  424.  
  425. godmodetext.TextSize=30
  426.  
  427. godmodetext.TextStrokeColor3=Color3.new(255,0,0);
  428.  
  429. godmodetext.TextColor3=Color3.new(255,255,255);
  430.  
  431. godmodetext.Font='SciFi';
  432.  
  433. godmodetext.TextStrokeTransparency=0.5;
  434.  
  435. godmodetext.BackgroundTransparency=1;
  436.  
  437.  
  438.  
  439. raygun=Instance.new('ImageButton', modframe)
  440.  
  441. raygun.Size = UDim2.new(1, 0, 0, 60)
  442.  
  443. raygun.Position = UDim2.new(0, 0, 0.6, 0)
  444.  
  445. raygun.BackgroundTransparency=1
  446.  
  447. raygun.Image='rbxassetid://56985860'
  448.  
  449. raygun.ImageColor3=Color3.new(0,0,0)
  450.  
  451. raygun.ImageTransparency=0.5
  452.  
  453. raygun.Visible=true
  454.  
  455.  
  456.  
  457. rayguntext=Instance.new('TextLabel',raygun);
  458.  
  459. rayguntext.Text='Give RayGun';
  460.  
  461. rayguntext.Size = UDim2.new(1, 0, 1, 0);
  462.  
  463. rayguntext.Position = UDim2.new(0, 0, 0, 0);
  464.  
  465. rayguntext.TextScaled=false;
  466.  
  467. rayguntext.TextSize=30
  468.  
  469. rayguntext.TextStrokeColor3=Color3.new(255,0,0);
  470. rayguntext.TextColor3=Color3.new(255,255,255);
  471. rayguntext.Font='SciFi';
  472. rayguntext.TextStrokeTransparency=0.5;
  473. rayguntext.BackgroundTransparency=1;
  474.  
  475. game.Lighting.Guns['Ray_Gun']:Clone().Parent = game.Players.LocalPlayer.Backpack
  476. end
  477. raygun.MouseButton1Down:connect(onButtonClicked)
  478.  
  479.  
  480. monkeybomb=Instance.new('ImageButton', modframe)
  481.  
  482. monkeybomb.Size = UDim2.new(1, 0, 0, 60)
  483.  
  484. monkeybomb.Position = UDim2.new(0, 0, 0.6, 0)
  485. monkeybomb.BackgroundTransparency=1
  486.  
  487. monkeybomb.Image='rbxassetid://56985860'
  488. monkeybomb.ImageColor3=Color3.new(0,0,0)
  489.  
  490. monkeybomb.ImageTransparency=0.5
  491.  
  492. monkeybomb.Visible=true
  493.  
  494.  
  495.  
  496. monkeybombtext=Instance.new('TextLabel',monkeybomb);
  497. G
  498. monkeybombtext.Text='Give MonkeyBomb';
  499.  
  500. monkeybombtext.Size = UDim2.new(1, 0, 1, 0);
  501.  
  502. monkeybombtext.Position = UDim2.new(0, 0, 0, 0);
  503.  
  504. monkeybombtext.TextScaled=false;
  505.  
  506. monkeybombtext.TextSize=30
  507.  
  508. monkeybombtext.TextStrokeColor3=Color3.new(255,0,0);
  509.  
  510. monkeybombtext.TextColor3=Color3.new(255,255,255);
  511.  
  512. monkeybombtext.Font='SciFi';
  513.  
  514. monkeybombtext.TextStrokeTransparency=0.5;
  515.  
  516. monkeybombtext.BackgroundTransparency=1;
  517.  
  518.  
  519.  
  520. function onButtonClicked()
  521.  
  522. game.Lighting.Guns['Monkey_Bomb']:Clone().Parent = game.Players.LocalPlayer.Backpack
  523.  
  524. end
  525.  
  526. monkeybomb.MouseButton1Down:connect(onButtonClicked)
  527.  
  528. wunderwaffedg2=Instance.new('ImageButton', modframe)
  529.  
  530. wunderwaffedg2 .Size = UDim2.new(1, 0, 0, 60)
  531.  
  532. wunderwaffedg2 .Position = UDim2.new(0, 0, 0.6, 0)
  533.  
  534. wunderwaffedg2 .BackgroundTransparency=1
  535.  
  536. wunderwaffedg2=Instance.new('ImageButton', modframe)
  537.  
  538. wunderwaffedg2 .Size = UDim2.new(1, 0, 0, 60)
  539.  
  540. wunderwaffedg2 .Position = UDim2.new(0, 0, 0.6, 0)
  541.  
  542. wunderwaffedg2 .BackgroundTransparency=1
  543.  
  544. wunderwaffedg2wunderwaffedg2.Image='rbxassetid://56985860'
  545.  
  546. wunderwaffedg2 .ImageColor3=Color3.new(0,0,0)
  547.  
  548. wunderwaffedg2.ImageTransparency=0.5
  549.  
  550. wunderwaffedg2.Visible=true
  551.  
  552.  
  553.  
  554. wunderwaffedg2 text=Instance.new('TextLabel',wunderwaffedg2);
  555.  
  556. wunderwaffedg2text.Text='Give WunderWaffeDG2';
  557.  
  558. wunderwaffedg2text.Size = UDim2.new(1, 0, 1, 0);
  559.  
  560. wunderwaffedg2text.Position = UDim2.new(0, 0, 0, 0);
  561.  
  562. wunderwaffedg2text.TextScaled=false;
  563.  
  564. wunderwaffedg2text.TextSize=30
  565.  
  566. wunderwaffedg2text.TextStrokeColor3=Color3.new(255,0,0);
  567.  
  568. wunderwaffedg2text.TextColor3=Color3.new(255,255,255);
  569.  
  570. wunderwaffedg2text.Font='SciFi';
  571.  
  572. wunderwaffedg2text.TextStrokeTransparency=0.5;
  573.  
  574. wunderwaffedg2text.BackgroundTransparency=1;
  575.  
  576.  
  577.  
  578. function onButtonClicked()
  579.  
  580. game.Lighting.Guns['Wunderwaffe_DG_2']:Clone().Parent = game.Players.LocalPlayer.Backpack
  581.  
  582. end
  583.  
  584. wunderwaffedg2.MouseButton1Down:connect(onButtonClicked)
  585.  
  586. godded=false
  587.  
  588. function onButtonClicked()
  589.  
  590. if godded == false then
  591.  
  592. godded=true
  593.  
  594. godmodetext.Text='LoopHealth : ON'
  595.  
  596. while wait() do
  597.  
  598. if godded==true then
  599.  
  600. game.Players.LocalPlayer.Character.Humanoid.Health=100
  601.  
  602. else
  603.  
  604. print('not godded')
  605.  
  606. end
  607.  
  608. end
  609.  
  610. elseif godded == true then
  611.  
  612. godded=false
  613.  
  614. godmodetext.Text='LoopHealth : OFF'
  615.  
  616. end
  617.  
  618. end
  619.  
  620. godmode.MouseButton1Down:connect(onButtonClicked)
  621.  
  622. speedhacking=false
  623.  
  624. function onButtonClicked()
  625.  
  626. if game.Players.LocalPlayer.Character.Humanoid.WalkSpeed==16 then
  627.  
  628. speedhacking=true
  629.  
  630. speedhacktext.Text='Speed Hack : ON'
  631.  
  632. while wait() do
  633.  
  634. if speedhacking==true then
  635.  
  636. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed=42
  637.  
  638. else
  639.  
  640. print('not speed hacking')
  641.  
  642. end end
  643.  
  644. elseif game.Players.LocalPlayer.Character.Humanoid.WalkSpeed==42 then
  645.  
  646. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed=16
  647.  
  648. speedhacktext.Text='Speed Hack : OFF'
  649.  
  650. speedhacking=false
  651.  
  652. end
  653.  
  654. end
  655.  
  656. speedhack.MouseButton1Down:connect(onButtonClicked)
  657.  
  658.  
  659.  
  660. function onButtonClicked()
  661.  
  662. if game.Players.LocalPlayer.PlayerGui.AntiCheatScript.Disabled==false then
  663.  
  664. game.Players.LocalPlayer.PlayerGui.AntiCheatScript.Disabled=true
  665.  
  666. game.Players.LocalPlayer.leaderstats.Money.Value=1000000000
  667.  
  668. infinitemoneytext.Text='Infinite Money : ON'
  669.  
  670. elseif game.Players.LocalPlayer.PlayerGui.AntiCheatScript.Disabled==true then
  671.  
  672. game.Players.LocalPlayer.PlayerGui.AntiCheatScript.Disabled=false
  673.  
  674. infinitemoneytext.Text='Infinite Money : OFF'
  675.  
  676. end
  677.  
  678. end
  679.  
  680. infinitemoney.MouseButton1Down:connect(onButtonClicked)
  681.  
  682. --Whitelist
  683.  
  684. function onButtonClicked()
  685.  
  686. if Username.Text=='Merry' and Password.Text=='Christmas' then
  687.  
  688.  
  689.  
  690. UpdateFrame.Visible=false
  691.  
  692. modframe.Visible=true
  693.  
  694. Welcome.Text='Welcome, CityBeast !'
  695.  
  696. modded=true
  697.  
  698. end end
  699.  
  700.  
  701.  
  702. Submit.MouseButton1Down:connect(onButtonClicked)
  703.  
  704.  
  705.  
  706. Mouse.KeyDown:connect(function(Key)
  707.  
  708. if(Key:lower() == "q") then
  709.  
  710. if modded == true then
  711.  
  712. if modframe.Visible == false then
  713.  
  714. modframe.Visible = true
  715.  
  716. Open:Play()
  717.  
  718. modframe.BackgroundTransparency = 0.9
  719.  
  720. wait(0.001)
  721.  
  722. modframe.BackgroundTransparency = 0.8
  723.  
  724. wait(0.001)
  725.  
  726. modframe.BackgroundTransparency = 0.7
  727.  
  728. wait(0.001)
  729.  
  730. modframe.BackgroundTransparency = 0.6
  731.  
  732. wait(0.001)
  733.  
  734. elseif modframe.Visible == true then
  735.  
  736. modframe.BackgroundTransparency = 0.6
  737.  
  738. wait(0.001)
  739.  
  740. modframe.BackgroundTransparency = 0.7
  741.  
  742. wait(0.001)
  743.  
  744. modframe.BackgroundTransparency = 0.8
  745.  
  746. wait(0.001)
  747.  
  748. modframe.BackgroundTransparency = 0.9
  749.  
  750. wait(0.001)
  751.  
  752. modframe.BackgroundTransparency = 1
  753.  
  754. wait(0.001)
  755.  
  756. modframe.Visible = false
  757.  
  758. end end
  759.  
  760. end end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement