oatmeal2009

fuck you julianna's twin

Jun 9th, 2020
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local Test2 = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local HospitalLife2Text = Instance.new("TextLabel")
  9. local TextButton = Instance.new("TextButton")
  10.  
  11. --Properties:
  12.  
  13. Test2.Name = "Test 2"
  14. Test2.Parent = game.Workspace
  15. Test2.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  16.  
  17. Frame.Parent = Test2
  18. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  19. Frame.BorderColor3 = Color3.fromRGB(252, 252, 252)
  20. Frame.Size = UDim2.new(0, 246, 0, 108)
  21.  
  22. HospitalLife2Text.Name = "Hospital Life 2 Text"
  23. HospitalLife2Text.Parent = Frame
  24. HospitalLife2Text.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  25. HospitalLife2Text.BackgroundTransparency = 1.000
  26. HospitalLife2Text.BorderColor3 = Color3.fromRGB(0, 0, 0)
  27. HospitalLife2Text.Size = UDim2.new(0, 246, 0, 23)
  28. HospitalLife2Text.Font = Enum.Font.SciFi
  29. HospitalLife2Text.Text = "Hospital Life 2"
  30. HospitalLife2Text.TextColor3 = Color3.fromRGB(0, 255, 0)
  31. HospitalLife2Text.TextScaled = true
  32. HospitalLife2Text.TextSize = 14.000
  33. HospitalLife2Text.TextWrapped = true
  34.  
  35. TextButton.Parent = Frame
  36. TextButton.BackgroundColor3 = Color3.fromRGB(94, 94, 94)
  37. TextButton.BorderColor3 = Color3.fromRGB(255, 255, 255)
  38. TextButton.Position = UDim2.new(0.0934959352, 0, 0.351851821, 0)
  39. TextButton.Size = UDim2.new(0, 200, 0, 32)
  40. TextButton.Font = Enum.Font.SciFi
  41. TextButton.Text = "Llama"
  42. TextButton.TextColor3 = Color3.fromRGB(0, 255, 0)
  43. TextButton.TextScaled = true
  44. TextButton.TextSize = 14.000
  45. TextButton.TextWrapped = true
  46.  
  47. -- Scripts:
  48.  
  49. local function HEHHIV_fake_script() -- TextButton.LocalScript
  50. local script = Instance.new('LocalScript', TextButton)
  51.  
  52. script.Parent.MouseButton1Click:connect(function()
  53. things = {292969139,292969139,292969139,292969139,292969139,292969139,292969139,292969139,292969139,292969139,292969139,292969139,292969139,292969139,292969139,292969139,292969139,292969139,292969139,292969139,292969139,292969139,292969139,292969139,292969139,292969139,292969139,292969139}
  54. for i,v in pairs(things) do
  55. game:GetService"Workspace".FE.RemoteEvents.Accessories:FireServer("Hat", v)
  56. end
  57. end)
  58. end
  59. coroutine.wrap(HEHHIV_fake_script)()
Add Comment
Please, Sign In to add comment