Advertisement
Nova_Thanawat

Untitled

Feb 15th, 2020
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. -- Made By Thanawat
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local main = Instance.new("Frame")
  4. local title = Instance.new("TextLabel")
  5. local RoGhoul = Instance.new("TextButton")
  6. local Close = Instance.new("TextButton")
  7. local BloxFruitsVer1 = Instance.new("TextButton")
  8. local BloxFruitsVer2 = Instance.new("TextButton")
  9. local openmain = Instance.new("Frame")
  10. local open = Instance.new("TextButton")
  11.  
  12. --Properties:
  13.  
  14. ScreenGui.Parent = game.CoreGui
  15.  
  16. main.Name = "main"
  17. main.Parent = ScreenGui
  18. main.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  19. main.BorderColor3 = Color3.fromRGB(255, 255, 255)
  20. main.Position = UDim2.new(0.141880363, 0, 0.182965308, 0)
  21. main.Size = UDim2.new(0, 607, 0, 295)
  22. main.Visible = false
  23. main.Active = true
  24. main.Draggable = true
  25.  
  26. title.Name = "title"
  27. title.Parent = main
  28. title.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  29. title.BorderColor3 = Color3.fromRGB(255, 255, 255)
  30. title.Size = UDim2.new(0, 607, 0, 20)
  31. title.Font = Enum.Font.Fantasy
  32. title.Text = "Made By Thanawat"
  33. title.TextColor3 = Color3.fromRGB(255, 255, 255)
  34. title.TextScaled = true
  35. title.TextSize = 14.000
  36. title.TextWrapped = true
  37.  
  38. RoGhoul.Name = "Ro-Ghoul"
  39. RoGhoul.Parent = main
  40. RoGhoul.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  41. RoGhoul.Position = UDim2.new(0.0823723227, 0, 0.184501827, 0)
  42. RoGhoul.Size = UDim2.new(0, 131, 0, 42)
  43. RoGhoul.Font = Enum.Font.Fantasy
  44. RoGhoul.Text = "Ro-Ghoul"
  45. RoGhoul.TextColor3 = Color3.fromRGB(0, 0, 0)
  46. RoGhoul.TextSize = 14.000
  47. RoGhoul.MouseButton1Down:connect(function()
  48. loadstring(game:HttpGet("https://pastebin.com/raw/1T3g7hYG ",true))()
  49. end)
  50.  
  51. BloxFruitsVer1.Name = "Blox Fruits Ver.1"
  52. BloxFruitsVer1.Parent = main
  53. BloxFruitsVer1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  54. BloxFruitsVer1.Position = UDim2.new(0.0823723227, 0, 0.427118659, 0)
  55. BloxFruitsVer1.Size = UDim2.new(0, 131, 0, 42)
  56. BloxFruitsVer1.Font = Enum.Font.Fantasy
  57. BloxFruitsVer1.Text = "Blox Fruits Ver.1"
  58. BloxFruitsVer1.TextColor3 = Color3.fromRGB(0, 0, 0)
  59. BloxFruitsVer1.TextSize = 14.000
  60. BloxFruitsVer1.MouseButton1Down:connect(function()
  61. loadstring(game:HttpGet("https://pastebin.com/raw/vk4hkt0T ",true))()
  62. end)
  63.  
  64. BloxFruitsVer2.Name = "Blox Fruits Ver.2"
  65. BloxFruitsVer2.Parent = main
  66. BloxFruitsVer2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  67. BloxFruitsVer2.Position = UDim2.new(0.0823723227, 0, 0.674576283, 0)
  68. BloxFruitsVer2.Size = UDim2.new(0, 131, 0, 42)
  69. BloxFruitsVer2.Font = Enum.Font.Fantasy
  70. BloxFruitsVer2.Text = "Blox Fruits Ver.2"
  71. BloxFruitsVer2.TextColor3 = Color3.fromRGB(0, 0, 0)
  72. BloxFruitsVer2.TextSize = 14.000
  73. BloxFruitsVer2.MouseButton1Down:connect(function()
  74. loadstring(game:HttpGet("https://pastebin.com/raw/D5iZLed4 ",true))()
  75. end)
  76.  
  77. Close.Name = "Close"
  78. Close.Parent = main
  79. Close.BackgroundColor3 = Color3.fromRGB(243, 25, 9)
  80. Close.BorderColor3 = Color3.fromRGB(255, 255, 255)
  81. Close.Position = UDim2.new(0.911037862, 0, 0, 0)
  82. Close.Size = UDim2.new(0, 54, 0, 20)
  83. Close.Font = Enum.Font.SourceSans
  84. Close.Text = "Close"
  85. Close.TextColor3 = Color3.fromRGB(250, 250, 250)
  86. Close.TextSize = 14.000
  87. Close.MouseButton1Down:connect(function()
  88. main.Visible = false
  89. openmain.Visible = true
  90. end)
  91.  
  92. openmain.Name = "openmain"
  93. openmain.Parent = ScreenGui
  94. openmain.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  95. openmain.Position = UDim2.new(-0.000523031689, 0, 0.968454242, 0)
  96. openmain.Size = UDim2.new(0, 82, 0, 20)
  97. openmain.Active = true
  98. openmain.Draggable = true
  99.  
  100. open.Name = "open"
  101. open.Parent = openmain
  102. open.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  103. open.Size = UDim2.new(0, 82, 0, 20)
  104. open.Font = Enum.Font.Gotham
  105. open.Text = "Open"
  106. open.TextColor3 = Color3.fromRGB(0, 0, 0)
  107. open.TextScaled = true
  108. open.TextSize = 14.000
  109. open.TextWrapped = true
  110. open.MouseButton1Down:connect(function()
  111. openmain.Visible = false
  112. main.Visible = true
  113. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement