Advertisement
DarkRL412

Untitled

Apr 12th, 2022
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.49 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Name = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local UICorner = Instance.new("UICorner")
  10. local TextLabel_2 = Instance.new("TextLabel")
  11. local UICorner_2 = Instance.new("UICorner")
  12. local ScrollingFrame = Instance.new("ScrollingFrame")
  13. local ClickerSim = Instance.new("TextButton")
  14. local UICorner_3 = Instance.new("UICorner")
  15. local UIListLayout = Instance.new("UIListLayout")
  16. local PetSimX = Instance.new("TextButton")
  17. local UICorner_4 = Instance.new("UICorner")
  18. local Bedwars = Instance.new("TextButton")
  19. local UICorner_5 = Instance.new("UICorner")
  20.  
  21. --Properties:
  22.  
  23. ScreenGui.Parent = game.CoreGui
  24. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  25.  
  26. Name.Name = "Name"
  27. Name.Parent = ScreenGui
  28. Name.BackgroundColor3 = Color3.fromRGB(155, 0, 0)
  29. Name.Position = UDim2.new(0.287538022, 0, 0.14663139, 0)
  30. Name.Size = UDim2.new(0.424316108, 0, 0.8191365, 0)
  31. Name.Active = true
  32. Name.Draggable = true
  33.  
  34. TextLabel.Parent = Name
  35. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  36. TextLabel.BackgroundTransparency = 1.000
  37. TextLabel.Position = UDim2.new(0, 0, 0.012820513, 0)
  38. TextLabel.Size = UDim2.new(1, 0, 0.0712250695, 0)
  39. TextLabel.Font = Enum.Font.FredokaOne
  40. TextLabel.Text = "Hack Scripts | By: Sakuro"
  41. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  42. TextLabel.TextScaled = true
  43. TextLabel.TextSize = 14.000
  44. TextLabel.TextWrapped = true
  45.  
  46. UICorner.CornerRadius = UDim.new(0.0299999993, 0)
  47. UICorner.Parent = Name
  48.  
  49. TextLabel_2.Parent = Name
  50. TextLabel_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  51. TextLabel_2.Position = UDim2.new(0.050143268, 0, 0.103988603, 0)
  52. TextLabel_2.Size = UDim2.new(0.911174774, 0, 0.0854700878, 0)
  53. TextLabel_2.Font = Enum.Font.FredokaOne
  54. TextLabel_2.Text = "This is a expoloit which is against ROBLOX TOS if you get banned dont blame us!"
  55. TextLabel_2.TextColor3 = Color3.fromRGB(255, 0, 0)
  56. TextLabel_2.TextScaled = true
  57. TextLabel_2.TextSize = 14.000
  58. TextLabel_2.TextWrapped = true
  59.  
  60. UICorner_2.CornerRadius = UDim.new(0.100000001, 0)
  61. UICorner_2.Parent = TextLabel_2
  62.  
  63. ScrollingFrame.Parent = Name
  64. ScrollingFrame.Active = true
  65. ScrollingFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  66. ScrollingFrame.BackgroundTransparency = 1.000
  67. ScrollingFrame.BorderColor3 = Color3.fromRGB(27, 42, 53)
  68. ScrollingFrame.Position = UDim2.new(0.0415472761, 0, 0.22364673, 0)
  69. ScrollingFrame.Size = UDim2.new(0.919770777, 0, 0.737891734, 0)
  70.  
  71. ClickerSim.Name = "ClickerSim"
  72. ClickerSim.Parent = ScrollingFrame
  73. ClickerSim.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  74. ClickerSim.Size = UDim2.new(0, 626, 0, 54)
  75. ClickerSim.Font = Enum.Font.FredokaOne
  76. ClickerSim.Text = "Clicker Simulator"
  77. ClickerSim.TextColor3 = Color3.fromRGB(255, 0, 0)
  78. ClickerSim.TextScaled = true
  79. ClickerSim.TextSize = 14.000
  80. ClickerSim.TextWrapped = true
  81. ClickerSim.MouseButton1Down:Connect(function()
  82. loadstring(game:HttpGet("https://raw.githubusercontent.com/LaDamage/releases/main/Clicker-Simulator.lua%22))()
  83. end)
  84.  
  85. UICorner_3.CornerRadius = UDim.new(0.100000001, 0)
  86. UICorner_3.Parent = ClickerSim
  87.  
  88. UIListLayout.Parent = ScrollingFrame
  89. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  90. UIListLayout.Padding = UDim.new(0.00499999989, 0)
  91.  
  92. PetSimX.Name = "PetSimX"
  93. PetSimX.Parent = ScrollingFrame
  94. PetSimX.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  95. PetSimX.Position = UDim2.new(0, 0, 0.117799208, 0)
  96. PetSimX.Size = UDim2.new(0, 626, 0, 54)
  97. PetSimX.Font = Enum.Font.FredokaOne
  98. PetSimX.Text = "Pet Sim X"
  99. PetSimX.TextColor3 = Color3.fromRGB(252, 92, 0)
  100. PetSimX.TextScaled = true
  101. PetSimX.TextSize = 14.000
  102. PetSimX.TextWrapped = true
  103. PetSimX.MouseButton1Down:Connect(function()
  104. loadstring(game:HttpGet("https://raw.githubusercontent.com/TR1V5/TR1V5-V3/main/Main"))()
  105. end)
  106.  
  107. UICorner_4.CornerRadius = UDim.new(0.100000001, 0)
  108. UICorner_4.Parent = PetSimX
  109.  
  110. Bedwars.Name = "Bedwars"
  111. Bedwars.Parent = ScrollingFrame
  112. Bedwars.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  113. Bedwars.Position = UDim2.new(0, 0, 0.235598475, 0)
  114. Bedwars.Size = UDim2.new(0, 626, 0, 54)
  115. Bedwars.Font = Enum.Font.FredokaOne
  116. Bedwars.Text = "Bedwars"
  117. Bedwars.TextColor3 = Color3.fromRGB(255, 0, 0)
  118. Bedwars.TextScaled = true
  119. Bedwars.TextSize = 14.000
  120. Bedwars.TextWrapped = true
  121. Bedwars.:Connect(function()
  122. loadstring(game:HttpGet("https://raw.githubusercontent.com/7GrandDadPGN/VapeV4ForRoblox/main/NewMainScript.lua", true))()
  123. end)
  124.  
  125. UICorner_5.CornerRadius = UDim.new(0.100000001, 0)
  126. UICorner_5.Parent = Bedwars
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement