Advertisement
DevXternal

Raise a floppa hangout GUI [FE]

Jul 27th, 2023 (edited)
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 9.02 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local TextButton = Instance.new("TextButton")
  10. local TextButton_2 = Instance.new("TextButton")
  11. local TextButton_3 = Instance.new("TextButton")
  12. local TextButton_4 = Instance.new("TextButton")
  13. local TextButton_5 = Instance.new("TextButton")
  14. local TextButton_6 = Instance.new("TextButton")
  15. local TextButton_7 = Instance.new("TextButton")
  16. local TextButton_8 = Instance.new("TextButton")
  17.  
  18. --Properties:
  19.  
  20. ScreenGui.Parent = game:GetService("CoreGui")
  21. ScreenGui.ResetOnSpawn = false
  22. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  23.  
  24. Frame.Parent = ScreenGui
  25. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  26. Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  27. Frame.Position = UDim2.new(0.728298187, 0, 0.330464721, 0)
  28. Frame.Size = UDim2.new(0, 223, 0, 413)
  29.  
  30. TextLabel.Parent = Frame
  31. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  32. TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  33. TextLabel.Size = UDim2.new(0, 223, 0, 50)
  34. TextLabel.Font = Enum.Font.SourceSans
  35. TextLabel.Text = "Raise a floppa hangout script [FE]"
  36. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  37. TextLabel.TextScaled = true
  38. TextLabel.TextSize = 14.000
  39. TextLabel.TextWrapped = true
  40.  
  41. TextButton.Parent = Frame
  42. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  43. TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
  44. TextButton.Position = UDim2.new(0.0493273549, 0, 0.141142026, 0)
  45. TextButton.Size = UDim2.new(0, 200, 0, 29)
  46. TextButton.Font = Enum.Font.SourceSans
  47. TextButton.Text = "Gravity Coil"
  48. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  49. TextButton.TextScaled = true
  50. TextButton.TextSize = 14.000
  51. TextButton.TextWrapped = true
  52.  
  53. TextButton_2.Parent = Frame
  54. TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  55. TextButton_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  56. TextButton_2.Position = UDim2.new(0.0493273549, 0, 0.239709437, 0)
  57. TextButton_2.Size = UDim2.new(0, 200, 0, 29)
  58. TextButton_2.Font = Enum.Font.SourceSans
  59. TextButton_2.Text = "Rainbow Unicorn"
  60. TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  61. TextButton_2.TextScaled = true
  62. TextButton_2.TextSize = 14.000
  63. TextButton_2.TextWrapped = true
  64.  
  65. TextButton_3.Parent = Frame
  66. TextButton_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  67. TextButton_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
  68. TextButton_3.Position = UDim2.new(0.0493273549, 0, 0.439265579, 0)
  69. TextButton_3.Size = UDim2.new(0, 200, 0, 29)
  70. TextButton_3.Font = Enum.Font.SourceSans
  71. TextButton_3.Text = "Slurpee"
  72. TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  73. TextButton_3.TextScaled = true
  74. TextButton_3.TextSize = 14.000
  75. TextButton_3.TextWrapped = true
  76.  
  77. TextButton_4.Parent = Frame
  78. TextButton_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  79. TextButton_4.BorderColor3 = Color3.fromRGB(0, 0, 0)
  80. TextButton_4.Position = UDim2.new(0.0493273549, 0, 0.340698093, 0)
  81. TextButton_4.Size = UDim2.new(0, 200, 0, 29)
  82. TextButton_4.Font = Enum.Font.SourceSans
  83. TextButton_4.Text = "BlueFidgetSpinner"
  84. TextButton_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  85. TextButton_4.TextScaled = true
  86. TextButton_4.TextSize = 14.000
  87. TextButton_4.TextWrapped = true
  88.  
  89. TextButton_5.Parent = Frame
  90. TextButton_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  91. TextButton_5.BorderColor3 = Color3.fromRGB(0, 0, 0)
  92. TextButton_5.Position = UDim2.new(0.0493273549, 0, 0.632869244, 0)
  93. TextButton_5.Size = UDim2.new(0, 200, 0, 29)
  94. TextButton_5.Font = Enum.Font.SourceSans
  95. TextButton_5.Text = "Motorcycle (bad)"
  96. TextButton_5.TextColor3 = Color3.fromRGB(0, 0, 0)
  97. TextButton_5.TextScaled = true
  98. TextButton_5.TextSize = 14.000
  99. TextButton_5.TextWrapped = true
  100.  
  101. TextButton_6.Parent = Frame
  102. TextButton_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  103. TextButton_6.BorderColor3 = Color3.fromRGB(0, 0, 0)
  104. TextButton_6.Position = UDim2.new(0.0493273549, 0, 0.536723197, 0)
  105. TextButton_6.Size = UDim2.new(0, 200, 0, 29)
  106. TextButton_6.Font = Enum.Font.SourceSans
  107. TextButton_6.Text = "NeonBloxter"
  108. TextButton_6.TextColor3 = Color3.fromRGB(0, 0, 0)
  109. TextButton_6.TextScaled = true
  110. TextButton_6.TextSize = 14.000
  111. TextButton_6.TextWrapped = true
  112.  
  113. TextButton_7.Parent = Frame
  114. TextButton_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  115. TextButton_7.BorderColor3 = Color3.fromRGB(0, 0, 0)
  116. TextButton_7.Position = UDim2.new(0.0493273549, 0, 0.825716376, 0)
  117. TextButton_7.Size = UDim2.new(0, 200, 0, 29)
  118. TextButton_7.Font = Enum.Font.SourceSans
  119. TextButton_7.Text = "NavyConvertible"
  120. TextButton_7.TextColor3 = Color3.fromRGB(0, 0, 0)
  121. TextButton_7.TextScaled = true
  122. TextButton_7.TextSize = 14.000
  123. TextButton_7.TextWrapped = true
  124.  
  125. TextButton_8.Parent = Frame
  126. TextButton_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  127. TextButton_8.BorderColor3 = Color3.fromRGB(0, 0, 0)
  128. TextButton_8.Position = UDim2.new(0.0493273549, 0, 0.731991529, 0)
  129. TextButton_8.Size = UDim2.new(0, 200, 0, 29)
  130. TextButton_8.Font = Enum.Font.SourceSans
  131. TextButton_8.Text = "BloxsterV3"
  132. TextButton_8.TextColor3 = Color3.fromRGB(0, 0, 0)
  133. TextButton_8.TextScaled = true
  134. TextButton_8.TextSize = 14.000
  135. TextButton_8.TextWrapped = true
  136.  
  137. -- Scripts:
  138.  
  139. local function RVYW_fake_script() -- Frame.Dragify
  140.     local script = Instance.new('LocalScript', Frame)
  141.  
  142.     local UserInputService = game:GetService("UserInputService")
  143.    
  144.     local gui = script.Parent
  145.    
  146.     local dragging
  147.     local dragInput
  148.     local dragStart
  149.     local startPos
  150.    
  151.     local function update(input)
  152.         local delta = input.Position - dragStart
  153.         gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  154.     end
  155.    
  156.     gui.InputBegan:Connect(function(input)
  157.         if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  158.             dragging = true
  159.             dragStart = input.Position
  160.             startPos = gui.Position
  161.    
  162.             input.Changed:Connect(function()
  163.                 if input.UserInputState == Enum.UserInputState.End then
  164.                     dragging = false
  165.                 end
  166.             end)
  167.         end
  168.     end)
  169.    
  170.     gui.InputChanged:Connect(function(input)
  171.         if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  172.             dragInput = input
  173.         end
  174.     end)
  175.    
  176.     UserInputService.InputChanged:Connect(function(input)
  177.         if input == dragInput and dragging then
  178.             update(input)
  179.         end
  180.     end)
  181. end
  182. coroutine.wrap(RVYW_fake_script)()
  183. local function DRRO_fake_script() -- TextButton.LocalScript
  184.     local script = Instance.new('LocalScript', TextButton)
  185.  
  186.     script.Parent.MouseButton1Click:Connect(function()
  187.         local args = {
  188.             [1] = "GravityCoil",
  189.             [2] = 0
  190.         }
  191.    
  192.         workspace.BuyTools:FireServer(unpack(args))
  193.     end)
  194. end
  195. coroutine.wrap(DRRO_fake_script)()
  196. local function WLKIOS_fake_script() -- TextButton_2.LocalScript
  197.     local script = Instance.new('LocalScript', TextButton_2)
  198.  
  199.     script.Parent.MouseButton1Click:Connect(function()
  200.         local args = {
  201.             [1] = "RainbowUnicorn",
  202.             [2] = 0
  203.         }
  204.    
  205.         workspace.BuyTools:FireServer(unpack(args))
  206.     end)
  207. end
  208. coroutine.wrap(WLKIOS_fake_script)()
  209. local function MWYTBI_fake_script() -- TextButton_3.LocalScript
  210.     local script = Instance.new('LocalScript', TextButton_3)
  211.  
  212.     script.Parent.MouseButton1Click:Connect(function()
  213.         local args = {
  214.             [1] = "Slurpee",
  215.             [2] = 0
  216.         }
  217.    
  218.         workspace.BuyTools:FireServer(unpack(args))
  219.     end)
  220. end
  221. coroutine.wrap(MWYTBI_fake_script)()
  222. local function XZWNRA_fake_script() -- TextButton_4.LocalScript
  223.     local script = Instance.new('LocalScript', TextButton_4)
  224.  
  225.     script.Parent.MouseButton1Click:Connect(function()
  226.         local args = {
  227.             [1] = "BlueFidgetSpinner",
  228.             [2] = 0
  229.         }
  230.    
  231.         workspace.BuyTools:FireServer(unpack(args))
  232.     end)
  233. end
  234. coroutine.wrap(XZWNRA_fake_script)()
  235. local function JDVSEX_fake_script() -- TextButton_5.LocalScript
  236.     local script = Instance.new('LocalScript', TextButton_5)
  237.  
  238.     script.Parent.MouseButton1Click:Connect(function()
  239.         local args = {
  240.             [1] = "Motorcycle",
  241.             [2] = 0
  242.         }
  243.    
  244.         workspace.BuyTools:FireServer(unpack(args))
  245.     end)
  246. end
  247. coroutine.wrap(JDVSEX_fake_script)()
  248. local function LRRFE_fake_script() -- TextButton_6.LocalScript
  249.     local script = Instance.new('LocalScript', TextButton_6)
  250.  
  251.     script.Parent.MouseButton1Click:Connect(function()
  252.         local args = {
  253.             [1] = "NeonBloxter",
  254.             [2] = 0
  255.         }
  256.    
  257.         workspace.BuyTools:FireServer(unpack(args))
  258.     end)
  259. end
  260. coroutine.wrap(LRRFE_fake_script)()
  261. local function ARHXDYB_fake_script() -- TextButton_7.LocalScript
  262.     local script = Instance.new('LocalScript', TextButton_7)
  263.  
  264.     script.Parent.MouseButton1Click:Connect(function()
  265.         local args = {
  266.             [1] = "NavyConvertible",
  267.             [2] = 0
  268.         }
  269.    
  270.         workspace.BuyTools:FireServer(unpack(args))
  271.     end)
  272. end
  273. coroutine.wrap(ARHXDYB_fake_script)()
  274. local function BYCQXE_fake_script() -- TextButton_8.LocalScript
  275.     local script = Instance.new('LocalScript', TextButton_8)
  276.  
  277.     script.Parent.MouseButton1Click:Connect(function()
  278.         local args = {
  279.             [1] = "BloxsterV3",
  280.             [2] = 0
  281.         }
  282.    
  283.         workspace.BuyTools:FireServer(unpack(args))
  284.     end)
  285. end
  286. coroutine.wrap(BYCQXE_fake_script)()
  287.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement