creamylol10123

yoyoyyoyoyooy2

Jul 3rd, 2021
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.82 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. ScreenGui.ResetOnSpawn = false
  20.  
  21. Frame.Parent = ScreenGui
  22. Frame.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  23. Frame.Position = UDim2.new(0, 0, 0.4135876, 0)
  24. Frame.Size = UDim2.new(0, 252, 0, 194)
  25. Frame.Active = true
  26. Frame.Draggable = true
  27.  
  28. TextButton.Parent = Frame
  29. TextButton.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  30. TextButton.Position = UDim2.new(-4.09781933e-08, 0, 0.160727173, 0)
  31. TextButton.Size = UDim2.new(0, 95, 0, 25)
  32. TextButton.Font = Enum.Font.SourceSans
  33. TextButton.Text = "Infinite yield"
  34. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  35. TextButton.TextScaled = true
  36. TextButton.TextSize = 14.000
  37. TextButton.TextWrapped = true
  38. TextButton.MouseButton1Down:connect(function()
  39. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  40. end)
  41.  
  42. TextButton2.Name = "TextButton2"
  43. TextButton2.Parent = Frame
  44. TextButton2.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  45. TextButton2.Position = UDim2.new(0.622804403, 0, 0.159400567, 0)
  46. TextButton2.Size = UDim2.new(0, 95, 0, 25)
  47. TextButton2.Font = Enum.Font.SourceSans
  48. TextButton2.Text = "Speed hack"
  49. TextButton2.TextColor3 = Color3.fromRGB(0, 0, 0)
  50. TextButton2.TextScaled = true
  51. TextButton2.TextSize = 14.000
  52. TextButton2.TextWrapped = true
  53. TextButton2.MouseButton1Down:connect(function()
  54. loadstring(game:HttpGet(('https://pastebin.com/raw/Tfmfvs5N'),true))()
  55.  
  56. end)
  57.  
  58. TextLabel.Parent = Frame
  59. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  60. TextLabel.Size = UDim2.new(0, 252, 0, 21)
  61. TextLabel.Font = Enum.Font.SourceSans
  62. TextLabel.Text = "Ultimate Script Gui 1.0"
  63. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  64. TextLabel.TextScaled = true
  65. TextLabel.TextSize = 14.000
  66. TextLabel.TextWrapped = true
  67.  
  68. TextButtion4.Name = "TextButtion4"
  69. TextButtion4.Parent = Frame
  70. TextButtion4.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  71. TextButtion4.Position = UDim2.new(0, 0, 0.357700318, 0)
  72. TextButtion4.Size = UDim2.new(0, 95, 0, 25)
  73. TextButtion4.Font = Enum.Font.SourceSans
  74. TextButtion4.Text = "Arsenal aimbot"
  75. TextButtion4.TextColor3 = Color3.fromRGB(0, 0, 0)
  76. TextButtion4.TextScaled = true
  77. TextButtion4.TextSize = 14.000
  78. TextButtion4.TextWrapped = true
  79. TextButtion4.MouseButton1Down:connect(function()
  80. loadstring(game:HttpGet(('https://darkhub.xyz/remote-script.lua'), true))()
  81. end)
  82.  
  83. TextButton3.Name = "TextButton3"
  84. TextButton3.Parent = Frame
  85. TextButton3.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  86. TextButton3.Position = UDim2.new(0.622804344, 0, 0.353734761, 0)
  87. TextButton3.Size = UDim2.new(0, 95, 0, 25)
  88. TextButton3.Font = Enum.Font.SourceSans
  89. TextButton3.Text = "Ragdoll engine hack"
  90. TextButton3.TextColor3 = Color3.fromRGB(0, 0, 0)
  91. TextButton3.TextScaled = true
  92. TextButton3.TextSize = 14.000
  93. TextButton3.TextWrapped = true
  94. TextButton3.MouseButton1Down:connect(function()
  95. loadstring(game:HttpGet(('https://gitlab.com/Tsuniox/lua-stuff/-/raw/master/RagdollEngineGUI.lua'),true))()
  96. end)
  97.  
  98. TextLabel_2.Parent = Frame
  99. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  100. TextLabel_2.Position = UDim2.new(0, 0, 0.865470946, 0)
  101. TextLabel_2.Size = UDim2.new(0, 252, 0, 30)
  102. TextLabel_2.Font = Enum.Font.SourceSans
  103. TextLabel_2.Text = "Join my discord https://discord.gg/3GS6YMGfzk"
  104. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  105. TextLabel_2.TextSize = 14.000
Add Comment
Please, Sign In to add comment