noober662

wearedevshub SCRIPT (credit to noober662)

Sep 14th, 2023 (edited)
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.53 KB | Gaming | 0 0
  1. -- All LUA executors support
  2.  
  3. -- Instances:
  4.  
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local Frame = Instance.new("Frame")
  7. local Credits = Instance.new("TextLabel")
  8. local InfYield = Instance.new("TextButton")
  9. local Name = Instance.new("TextLabel")
  10. local EpikLabel = Instance.new("TextLabel")
  11. local InfJump = Instance.new("TextButton")
  12. local AntiAfk = Instance.new("TextButton")
  13. local Owlhub = Instance.new("TextButton")
  14.  
  15. --Properties:
  16.  
  17. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  18. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  19. Frame.Parent = ScreenGui
  20. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  21. Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  22. Frame.BorderSizePixel = 0
  23. Frame.Position = UDim2.new(0.33287102, 0, 0.371428579, 0)
  24. Frame.Size = UDim2.new(0, 930, 0, 438)
  25.  
  26. Frame.Active = true
  27. Frame.Draggable = true
  28. Credits.Name = "Credits"
  29. Credits.Parent = Frame
  30. Credits.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  31. Credits.BorderColor3 = Color3.fromRGB(0, 0, 0)
  32. Credits.BorderSizePixel = 0
  33. Credits.Position = UDim2.new(0, 0, 0.885844767, 0)
  34. Credits.Size = UDim2.new(0, 911, 0, 43)
  35. Credits.Font = Enum.Font.SourceSans
  36. Credits.Text = "script:WRDapiscripts gui:noober661 youtube"
  37. Credits.TextColor3 = Color3.fromRGB(0, 0, 0)
  38. Credits.TextScaled = true
  39. Credits.TextSize = 14.000
  40. Credits.TextWrapped = true
  41.  
  42. InfYield.Name = "InfYield"
  43. InfYield.Parent = Frame
  44. InfYield.BackgroundColor3 = Color3.fromRGB(255, 19, 23)
  45. InfYield.BorderColor3 = Color3.fromRGB(0, 0, 0)
  46. InfYield.BorderSizePixel = 0
  47. InfYield.Position = UDim2.new(0.0526881702, 0, 0.239726022, 0)
  48. InfYield.Size = UDim2.new(0, 200, 0, 50)
  49. InfYield.Font = Enum.Font.SourceSans
  50. InfYield.Text = "inf yield"
  51. InfYield.TextColor3 = Color3.fromRGB(0, 0, 0)
  52. InfYield.TextScaled = true
  53. InfYield.TextSize = 14.000
  54. InfYield.TextWrapped = true
  55. InfYield.MouseButton1Down:connect(function()
  56.     loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  57. end)
  58. Name.Name = "Name"
  59. Name.Parent = Frame
  60. Name.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  61. Name.BorderColor3 = Color3.fromRGB(0, 0, 0)
  62. Name.BorderSizePixel = 0
  63. Name.Size = UDim2.new(0, 930, 0, 50)
  64. Name.Font = Enum.Font.SourceSans
  65. Name.Text = "we are devs scripts V0.1"
  66. Name.TextColor3 = Color3.fromRGB(0, 0, 0)
  67. Name.TextScaled = true
  68. Name.TextSize = 14.000
  69. Name.TextWrapped = true
  70.  
  71. EpikLabel.Name = "EpikLabel"
  72. EpikLabel.Parent = Frame
  73. EpikLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  74. EpikLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  75. EpikLabel.BorderSizePixel = 0
  76. EpikLabel.Position = UDim2.new(0.0526881702, 0, 0.114155248, 0)
  77. EpikLabel.Size = UDim2.new(0, 200, 0, 50)
  78. EpikLabel.Font = Enum.Font.SourceSans
  79. EpikLabel.Text = "epik scripts"
  80. EpikLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  81. EpikLabel.TextSize = 14.000
  82. --added draggable
  83. InfJump.Name = "InfJump"
  84. InfJump.Parent = Frame
  85. InfJump.BackgroundColor3 = Color3.fromRGB(90, 90, 90)
  86. InfJump.BorderColor3 = Color3.fromRGB(0, 0, 0)
  87. InfJump.BorderSizePixel = 0
  88. InfJump.Position = UDim2.new(0.723655939, 0, 0.228310496, 0)
  89. InfJump.Size = UDim2.new(0, 200, 0, 50)
  90. InfJump.Font = Enum.Font.SourceSans
  91. InfJump.Text = "Infinite jump"
  92. InfJump.TextColor3 = Color3.fromRGB(0, 0, 0)
  93. InfJump.TextSize = 14.000
  94. InfJump.MouseButton1Down:connect(function()
  95.     loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/Infinite%20Jump.txt"))()
  96. end)
  97. AntiAfk.Name = "AntiAfk"
  98. AntiAfk.Parent = Frame
  99. AntiAfk.BackgroundColor3 = Color3.fromRGB(1, 255, 52)
  100. AntiAfk.BorderColor3 = Color3.fromRGB(0, 0, 0)
  101. AntiAfk.BorderSizePixel = 0
  102. AntiAfk.Position = UDim2.new(0.0591397844, 0, 0.541095912, 0)
  103. AntiAfk.Size = UDim2.new(0, 200, 0, 50)
  104. AntiAfk.Font = Enum.Font.SourceSans
  105. AntiAfk.Text = "focus antiafk"
  106. AntiAfk.TextColor3 = Color3.fromRGB(0, 0, 0)
  107. AntiAfk.TextScaled = true
  108. AntiAfk.TextSize = 100.000
  109. AntiAfk.TextWrapped = true
  110. AntiAfk.MouseButton1Down:connect(function()
  111.     loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/anti-afk%20via%20autofocus.txt"))()
  112. end)
  113. Owlhub.Name = "Owlhub"
  114. Owlhub.Parent = Frame
  115. Owlhub.BackgroundColor3 = Color3.fromRGB(132, 78, 24)
  116. Owlhub.BorderColor3 = Color3.fromRGB(0, 0, 0)
  117. Owlhub.BorderSizePixel = 0
  118. Owlhub.Position = UDim2.new(0.723655939, 0, 0.541095912, 0)
  119. Owlhub.Size = UDim2.new(0, 200, 0, 50)
  120. Owlhub.Font = Enum.Font.SourceSans
  121. Owlhub.Text = "OwlHub"
  122. Owlhub.TextColor3 = Color3.fromRGB(0, 0, 0)
  123. Owlhub.TextSize = 14.000
  124. Owlhub.MouseButton1Down:connect(function()
  125.     loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/OwlHub.txt"))()
  126. end)
Add Comment
Please, Sign In to add comment