Advertisement
Guest User

Idek My Dude

a guest
Oct 18th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3
  3.  
  4. -- Instances:
  5.  
  6. local BigDogsGui = Instance.new("ScreenGui")
  7. local Body = Instance.new("Frame")
  8. local RainBowHell = Instance.new("TextButton")
  9. local SSG = Instance.new("TextButton")
  10. local RHv3 = Instance.new("TextButton")
  11.  
  12. --Properties:
  13.  
  14. BigDogsGui.Name = "BigDog's Gui"
  15. BigDogsGui.Parent = game.Players.LocalPlayer.PlayerGui
  16. BigDogsGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  17.  
  18. Body.Name = "Body"
  19. Body.Parent = BigDogsGui
  20. Body.BackgroundColor3 = Color3.new(0.286275, 1, 0.717647)
  21. Body.BorderColor3 = Color3.new(0.294118, 1, 0.760784)
  22. Body.BorderSizePixel = 10
  23. Body.Position = UDim2.new(0.11096774, 0, 0.834724545, 0)
  24. Body.Size = UDim2.new(0, 462, 0, 42)
  25.  
  26. RainBowHell.Name = "RainBow Hell"
  27. RainBowHell.Parent = Body
  28. RainBowHell.BackgroundColor3 = Color3.new(0.137255, 0.372549, 0.439216)
  29. RainBowHell.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  30. RainBowHell.Position = UDim2.new(-1.86264515e-09, 0, 0.174242437, 0)
  31. RainBowHell.Size = UDim2.new(0, 123, 0, 27)
  32. RainBowHell.Font = Enum.Font.SourceSansBold
  33. RainBowHell.Text = "Rainbow Hell"
  34. RainBowHell.TextColor3 = Color3.new(0, 0, 0)
  35. RainBowHell.TextScaled = true
  36. RainBowHell.TextSize = 14
  37. RainBowHell.TextWrapped = true
  38.  
  39. RainBowHell.MouseButton1Down:connect(function()
  40. loadstring(game:GetObjects("rbxassetid://3447867394")[1].source)()
  41. end)
  42.  
  43. SSG.Name = "SSG"
  44. SSG.Parent = Body
  45. SSG.BackgroundColor3 = Color3.new(0.137255, 0.372549, 0.439216)
  46. SSG.Position = UDim2.new(0.365800858, 0, 0.174242437, 0)
  47. SSG.Size = UDim2.new(0, 123, 0, 27)
  48. SSG.Font = Enum.Font.SourceSansBold
  49. SSG.Text = "SSG"
  50. SSG.TextColor3 = Color3.new(0, 0, 0)
  51. SSG.TextScaled = true
  52. SSG.TextSize = 14
  53. SSG.TextWrapped = true
  54.  
  55. SSG.MouseButton1Down:connect(function()
  56. loadstring(game:GetObjects("rbxassetid://3342783637")[1].source)()
  57. end)
  58.  
  59. RHv3.Name = "RHv3"
  60. RHv3.Parent = Body
  61. RHv3.BackgroundColor3 = Color3.new(0.137255, 0.372549, 0.439216)
  62. RHv3.Position = UDim2.new(0.733766198, 0, 0.174242437, 0)
  63. RHv3.Size = UDim2.new(0, 123, 0, 27)
  64. RHv3.Font = Enum.Font.SourceSansBold
  65. RHv3.Text = "RHv3"
  66. RHv3.TextColor3 = Color3.new(0, 0, 0)
  67. RHv3.TextScaled = true
  68. RHv3.TextSize = 14
  69. RHv3.TextWrapped = true
  70.  
  71. RHv3.MouseButton1Down:connect(function()
  72. loadstring(game:GetObjects("rbxassetid://3502627957")[1].source)()
  73. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement