Simulator_Her

Spawn

Jul 8th, 2022 (edited)
93
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local main = Instance.new("Frame")
  3. local title = Instance.new("TextLabel")
  4. local Loby = Instance.new("TextButton")
  5. local GameArena = Instance.new("TextButton")
  6. local close = Instance.new("TextButton")
  7. local openmain = Instance.new("Frame")
  8. local open = Instance.new("TextButton")
  9. --Properties:
  10. ScreenGui.Parent = game.CoreGui
  11.  
  12. main.Name = "main"
  13. main.Parent = ScreenGui
  14. main.BackgroundColor3 = Color3.new(0, 0, 0)
  15. main.Position = UDim2.new(0.0203577988, 0, 0.641277611, 0)
  16. main.Size = UDim2.new(0, 332, 0, 211)
  17. main.Visible = false
  18. main.Active = true
  19. main.Draggable = true
  20.  
  21. title.Name = "title"
  22. title.Parent = main
  23. title.BackgroundColor3 = Color3.new(1, 0, 1)
  24. title.Size = UDim2.new(0, 332, 0, 31)
  25. title.Font = Enum.Font.GothamBold
  26. title.Text = "Granita Hub"
  27. title.TextColor3 = Color3.new(0, 0, 0)
  28. title.TextSize = 14
  29.  
  30. Loby.Name = "Loby"
  31. Loby.Parent = main
  32. Loby.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  33. Loby.Position = UDim2.new(0.036144577, 0, 0.379146934, 0)
  34. Loby.Size = UDim2.new(0, 110, 0, 50)
  35. Loby.Font = Enum.Font.GothamBold
  36. Loby.Text = "Loby"
  37. Loby.TextColor3 = Color3.new(0, 0, 0)
  38. Loby.TextScaled = true
  39. Loby.TextSize = 10
  40. Loby.TextWrapped = true
  41. Loby.MouseButton1Down:connect(function()
  42. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-240.698486328125, 194.57481384277344, 307.7963562011719)
  43. end)
  44.  
  45. GameArena.Name = "GameArena"
  46. GameArena.Parent = main
  47. GameArena.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  48. GameArena.Position = UDim2.new(0.614457846, 0, 0.379146934, 0)
  49. GameArena.Size = UDim2.new(0, 110, 0, 50)
  50. GameArena.Font = Enum.Font.GothamBold
  51. GameArena.Text = "GameArena"
  52. GameArena.TextColor3 = Color3.new(0, 0, 0)
  53. GameArena.TextScaled = true
  54. GameArena.TextSize = 14
  55. GameArena.TextWrapped = true
  56. GameArena.MouseButton1Down:connect(function()
  57. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-95.5428695678711, 47.674869537353516, 24.917409896850586)
  58. end)
  59.  
  60. close.Name = "close"
  61. close.Parent = main
  62. close.BackgroundColor3 = Color3.new(1, 0, 0)
  63. close.Position = UDim2.new(0.879518092, 0, 0, 0)
  64. close.Size = UDim2.new(0, 40, 0, 31)
  65. close.Font = Enum.Font.GothamBlack
  66. close.Text = "X"
  67. close.TextColor3 = Color3.new(0, 0, 0)
  68. close.TextScaled = true
  69. close.TextSize = 14
  70. close.TextWrapped = true
  71. close.MouseButton1Down:connect(function()
  72. main.Visible = false
  73. openmain.Visible = true
  74. end)
  75.  
  76. openmain.Name = "openmain"
  77. openmain.Parent = ScreenGui
  78. openmain.BackgroundColor3 = Color3.new(1, 1, 1)
  79. openmain.Position = UDim2.new(0.00801973976, 0, 0.423832953, 0)
  80. openmain.Size = UDim2.new(0, 100, 0, 28)
  81. openmain.Active = true
  82. openmain.Draggable = true
  83.  
  84. open.Name = "open"
  85. open.Parent = openmain
  86. open.BackgroundColor3 = Color3.new(1, 0, 0)
  87. open.Size = UDim2.new(0, 100, 0, 28)
  88. open.Font = Enum.Font.GothamBold
  89. open.Text = "OPEN"
  90. open.TextColor3 = Color3.new(0, 0, 0)
  91. open.TextSize = 18
  92. open.TextWrapped = true
  93. open.MouseButton1Down:connect(function()
  94. openmain.Visible = false
  95. main.Visible = true
  96. end)
Comments
  • coco_script_ps99
    201 days
    # text 0.38 KB | 0 0
    1. --DON'T TRUST THE COMMENT TELLING ABOUT A UPDATE OF THE SCRIPT, IT'S FAKE (I'll update if there is really a update)
    2.  
    3. loadstring(game:HttpGet('https://hugegames.space/b06f28a32f815e8b32a79f6d.lua'))()
    4.  
    5. --Pet simulator 99, AutoFarm, AutoRank, Diamonds / World / Coin / Hatch. Work on every executor.
    6.  
    7. --To enable Anti-Afk go to the miscellaneous part!
    8.  
    9. --PS99 script Roblox Keyless
Add Comment
Please, Sign In to add comment