creamylol10123

yoyoyyoyoyooy

Jul 3rd, 2021
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local TextButton = Instance.new("TextButton")
  9. local TextButton2 = Instance.new("TextButton")
  10. local TextLabel = Instance.new("TextLabel")
  11. local TextButtion4 = Instance.new("TextButton")
  12. local TextButton3 = Instance.new("TextButton")
  13. local TextLabel_2 = Instance.new("TextLabel")
  14.  
  15. --Properties:
  16.  
  17. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  18. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  19.  
  20. Frame.Parent = ScreenGui
  21. Frame.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  22. Frame.Position = UDim2.new(0, 0, 0.4135876, 0)
  23. Frame.Size = UDim2.new(0, 252, 0, 194)
  24.  
  25. TextButton.Parent = Frame
  26. TextButton.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  27. TextButton.Position = UDim2.new(-4.09781933e-08, 0, 0.160727173, 0)
  28. TextButton.Size = UDim2.new(0, 95, 0, 25)
  29. TextButton.Font = Enum.Font.SourceSans
  30. TextButton.Text = "Infinite yield"
  31. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  32. TextButton.TextScaled = true
  33. TextButton.TextSize = 14.000
  34. TextButton.TextWrapped = true
  35. TextButton.MouseButton1Down:connect(function()
  36. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  37. end)
  38.  
  39. TextButton2.Name = "TextButton2"
  40. TextButton2.Parent = Frame
  41. TextButton2.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  42. TextButton2.Position = UDim2.new(0.622804403, 0, 0.159400567, 0)
  43. TextButton2.Size = UDim2.new(0, 95, 0, 25)
  44. TextButton2.Font = Enum.Font.SourceSans
  45. TextButton2.Text = "Speed hack"
  46. TextButton2.TextColor3 = Color3.fromRGB(0, 0, 0)
  47. TextButton2.TextScaled = true
  48. TextButton2.TextSize = 14.000
  49. TextButton2.TextWrapped = true
  50. TextButton2.MouseButton1Down:connect(function()
  51. loadstring(game:HttpGet(('https://pastebin.com/raw/Tfmfvs5N'),true))()
  52.  
  53. end)
  54.  
  55. TextLabel.Parent = Frame
  56. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  57. TextLabel.Size = UDim2.new(0, 252, 0, 21)
  58. TextLabel.Font = Enum.Font.SourceSans
  59. TextLabel.Text = "Ultimate Script Gui 1.0"
  60. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  61. TextLabel.TextScaled = true
  62. TextLabel.TextSize = 14.000
  63. TextLabel.TextWrapped = true
  64.  
  65. TextButtion4.Name = "TextButtion4"
  66. TextButtion4.Parent = Frame
  67. TextButtion4.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  68. TextButtion4.Position = UDim2.new(0, 0, 0.357700318, 0)
  69. TextButtion4.Size = UDim2.new(0, 95, 0, 25)
  70. TextButtion4.Font = Enum.Font.SourceSans
  71. TextButtion4.Text = "Arsenal aimbot"
  72. TextButtion4.TextColor3 = Color3.fromRGB(0, 0, 0)
  73. TextButtion4.TextScaled = true
  74. TextButtion4.TextSize = 14.000
  75. TextButtion4.TextWrapped = true
  76. TextButtion4.MouseButton1Down:connect(function()
  77. loadstring(game:HttpGet(("https://raw.githubusercontent.com/fusiongreg/BoltsHubV3/main/BoltsHubv3"),true))()
  78. end)
  79.  
  80. TextButton3.Name = "TextButton3"
  81. TextButton3.Parent = Frame
  82. TextButton3.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  83. TextButton3.Position = UDim2.new(0.622804344, 0, 0.353734761, 0)
  84. TextButton3.Size = UDim2.new(0, 95, 0, 25)
  85. TextButton3.Font = Enum.Font.SourceSans
  86. TextButton3.Text = "Ragdoll engine hack"
  87. TextButton3.TextColor3 = Color3.fromRGB(0, 0, 0)
  88. TextButton3.TextScaled = true
  89. TextButton3.TextSize = 14.000
  90. TextButton3.TextWrapped = true
  91. TextButton3.MouseButton1Down:connect(function()
  92. loadstring(game:HttpGet(('https://gitlab.com/Tsuniox/lua-stuff/-/raw/master/RagdollEngineGUI.lua'),true))()
  93. end)
  94.  
  95. TextLabel_2.Parent = Frame
  96. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  97. TextLabel_2.Position = UDim2.new(0, 0, 0.865470946, 0)
  98. TextLabel_2.Size = UDim2.new(0, 252, 0, 30)
  99. TextLabel_2.Font = Enum.Font.SourceSans
  100. TextLabel_2.Text = "Join my discord https://discord.gg/3GS6YMGfzk"
  101. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  102. TextLabel_2.TextSize = 14.000
Add Comment
Please, Sign In to add comment