main.lua 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314
  1. --Converted with ttyyuu12345's model to script plugin v4
  2. function sandbox(var,func)
  3. local env = getfenv(func)
  4. local newenv = setmetatable({},{
  5. __index = function(self,k)
  6. if k=="script" then
  7. return var
  8. else
  9. return env[k]
  10. end
  11. end,
  12. })
  13. setfenv(func,newenv)
  14. return func
  15. end
  16. cors = {}
  17. mas = Instance.new("Model",game:GetService("Lighting"))
  18. ScreenGui0 = Instance.new("ScreenGui")
  19. ImageLabel1 = Instance.new("ImageLabel")
  20. TextLabel2 = Instance.new("TextLabel")
  21. Frame3 = Instance.new("Frame")
  22. Frame3.Draggable = true
  23. TextLabel4 = Instance.new("TextLabel")
  24. LocalScript5 = Instance.new("LocalScript")
  25. TextLabel6 = Instance.new("TextLabel")
  26. TextLabel7 = Instance.new("TextLabel")
  27. TextButton8 = Instance.new("TextButton")
  28. LocalScript9 = Instance.new("LocalScript")
  29. TextButton10 = Instance.new("TextButton")
  30. LocalScript11 = Instance.new("LocalScript")
  31. TextLabel12 = Instance.new("TextLabel")
  32. TextButton13 = Instance.new("TextButton")
  33. LocalScript14 = Instance.new("LocalScript")
  34. LocalScript15 = Instance.new("LocalScript")
  35. ScreenGui0.Parent = mas
  36. ScreenGui0.ResetOnSpawn = false
  37. ImageLabel1.Parent = ScreenGui0
  38. ImageLabel1.Position = UDim2.new(0.0959119499, 0, 0.234343439, 0)
  39. ImageLabel1.Size = UDim2.new(0, 490, 0, 339)
  40. ImageLabel1.BackgroundColor = BrickColor.new("Institutional white")
  41. ImageLabel1.BackgroundColor3 = Color3.new(1, 1, 1)
  42. ImageLabel1.BorderColor = BrickColor.new("Dusty Rose")
  43. ImageLabel1.BorderColor3 = Color3.new(0.678431, 0.317647, 0.317647)
  44. ImageLabel1.BorderSizePixel = 3
  45. ImageLabel1.Image = "rbxassetid://10074459797"
  46. TextLabel2.Parent = ImageLabel1
  47. TextLabel2.Size = UDim2.new(0, 490, 0, 19)
  48. TextLabel2.BackgroundColor = BrickColor.new("Medium brown")
  49. TextLabel2.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  50. TextLabel2.BorderColor = BrickColor.new("Dusty Rose")
  51. TextLabel2.BorderColor3 = Color3.new(0.678431, 0.317647, 0.317647)
  52. TextLabel2.BorderSizePixel = 3
  53. TextLabel2.Font = Enum.Font.SourceSans
  54. TextLabel2.FontSize = Enum.FontSize.Size14
  55. TextLabel2.Text = "Herbert V1.0"
  56. TextLabel2.TextColor = BrickColor.new("Light stone grey")
  57. TextLabel2.TextColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  58. TextLabel2.TextScaled = true
  59. TextLabel2.TextSize = 14
  60. TextLabel2.TextWrap = true
  61. TextLabel2.TextWrapped = true
  62. Frame3.Parent = ImageLabel1
  63. Frame3.Position = UDim2.new(0.0163265299, 0, 0.0882352963, 0)
  64. Frame3.Size = UDim2.new(0, 472, 0, 267)
  65. Frame3.BackgroundColor = BrickColor.new("Institutional white")
  66. Frame3.BackgroundColor3 = Color3.new(1, 1, 1)
  67. Frame3.BackgroundTransparency = 1
  68. Frame3.BorderColor = BrickColor.new("Really black")
  69. Frame3.BorderColor3 = Color3.new(0, 0, 0)
  70. Frame3.BorderSizePixel = 0
  71. TextLabel4.Parent = Frame3
  72. TextLabel4.Position = UDim2.new(0.00423728814, 0, 0.689138591, 0)
  73. TextLabel4.Size = UDim2.new(0, 322, 0, 87)
  74. TextLabel4.BackgroundColor = BrickColor.new("Dark taupe")
  75. TextLabel4.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  76. TextLabel4.BackgroundTransparency = 0.15000000596046448
  77. TextLabel4.BorderColor = BrickColor.new("Tr. Red")
  78. TextLabel4.BorderColor3 = Color3.new(0.854902, 0.32549, 0.32549)
  79. TextLabel4.BorderSizePixel = 3
  80. TextLabel4.Font = Enum.Font.Cartoon
  81. TextLabel4.FontSize = Enum.FontSize.Size14
  82. TextLabel4.Text = "insert quote"
  83. TextLabel4.TextColor = BrickColor.new("Institutional white")
  84. TextLabel4.TextColor3 = Color3.new(1, 1, 1)
  85. TextLabel4.TextScaled = true
  86. TextLabel4.TextSize = 14
  87. TextLabel4.TextWrap = true
  88. TextLabel4.TextWrapped = true
  89. LocalScript5.Parent = TextLabel4
  90. table.insert(cors,sandbox(LocalScript5,function()
  91. local txtholder = script.Parent
  92. local quotes = {
  93. "FE has been bypassed!",
  94. "skidelijahmania moment",
  95. "always a good day to exist",
  96. "how are you today",
  97. "sponsored by protogent",
  98. "EXPAND DONG",
  99. "rune - the ai generated executor"
  100. }
  101. local function quote()
  102. local randomIndex = math.random(1, #quotes)
  103. return quotes[randomIndex]
  104. end
  105. txtholder.Text = quote()
  106. end))
  107. TextLabel6.Parent = Frame3
  108. TextLabel6.Position = UDim2.new(0.703389823, 0, 0.00374531839, 0)
  109. TextLabel6.Size = UDim2.new(0, 137, 0, 63)
  110. TextLabel6.BackgroundColor = BrickColor.new("Dark taupe")
  111. TextLabel6.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  112. TextLabel6.BackgroundTransparency = 0.15000000596046448
  113. TextLabel6.BorderColor = BrickColor.new("Tr. Red")
  114. TextLabel6.BorderColor3 = Color3.new(0.854902, 0.32549, 0.32549)
  115. TextLabel6.BorderSizePixel = 3
  116. TextLabel6.Font = Enum.Font.Unknown
  117. TextLabel6.FontSize = Enum.FontSize.Size14
  118. TextLabel6.Text = "NEW: ROSE HUB WORKING FOR ALL GAMES!"
  119. TextLabel6.TextColor = BrickColor.new("Quill grey")
  120. TextLabel6.TextColor3 = Color3.new(0.862745, 0.862745, 0.862745)
  121. TextLabel6.TextScaled = true
  122. TextLabel6.TextSize = 14
  123. TextLabel6.TextWrap = true
  124. TextLabel6.TextWrapped = true
  125. TextLabel7.Parent = Frame3
  126. TextLabel7.Position = UDim2.new(0.711864412, 0, 0.288389504, 0)
  127. TextLabel7.Size = UDim2.new(0, 124, 0, 98)
  128. TextLabel7.BackgroundColor = BrickColor.new("Dark taupe")
  129. TextLabel7.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  130. TextLabel7.BackgroundTransparency = 0.15000000596046448
  131. TextLabel7.BorderColor = BrickColor.new("Tr. Red")
  132. TextLabel7.BorderColor3 = Color3.new(0.854902, 0.32549, 0.32549)
  133. TextLabel7.BorderSizePixel = 3
  134. TextLabel7.Font = Enum.Font.Cartoon
  135. TextLabel7.FontSize = Enum.FontSize.Size14
  136. TextLabel7.Text = "Resurrected like Lazarus from the grave! Now with a serverside API bypassing FE!"
  137. TextLabel7.TextColor = BrickColor.new("Institutional white")
  138. TextLabel7.TextColor3 = Color3.new(1, 1, 1)
  139. TextLabel7.TextScaled = true
  140. TextLabel7.TextSize = 14
  141. TextLabel7.TextWrap = true
  142. TextLabel7.TextWrapped = true
  143. TextButton8.Name = "defaulthub"
  144. TextButton8.Parent = Frame3
  145. TextButton8.Position = UDim2.new(0.00423728814, 0, 0.179775283, 0)
  146. TextButton8.Size = UDim2.new(0, 125, 0, 39)
  147. TextButton8.BackgroundColor = BrickColor.new("Medium brown")
  148. TextButton8.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  149. TextButton8.BackgroundTransparency = 0.3499999940395355
  150. TextButton8.BorderColor = BrickColor.new("Persimmon")
  151. TextButton8.BorderColor3 = Color3.new(1, 0.321569, 0.321569)
  152. TextButton8.BorderSizePixel = 3
  153. TextButton8.Font = Enum.Font.Cartoon
  154. TextButton8.FontSize = Enum.FontSize.Size14
  155. TextButton8.Text = "Execute Default Hub (reccomended)"
  156. TextButton8.TextColor = BrickColor.new("Institutional white")
  157. TextButton8.TextColor3 = Color3.new(1, 1, 1)
  158. TextButton8.TextScaled = true
  159. TextButton8.TextSize = 14
  160. TextButton8.TextWrap = true
  161. TextButton8.TextWrapped = true
  162. LocalScript9.Parent = TextButton8
  163. table.insert(cors,sandbox(LocalScript9,function()
  164. script.Parent.MouseButton1Click:connect(function()
  165. game:GetService("StarterGui"):SetCore("SendNotification", {
  166. Title = "HUBERT";
  167. Text = "executing hub, if it doesn't work go take a break";
  168. Duration = 3;
  169. })
  170. wait(2)
  171. game:GetService("StarterGui"):SetCore("SendNotification", {
  172. Title = "HUBERT";
  173. Text = "cracking synapse x";
  174. Duration = 2;
  175. })
  176. wait(2)
  177. game:GetService("StarterGui"):SetCore("SendNotification", {
  178. Title = "HUBERT";
  179. Text = "bribing the rose hub creator to help";
  180. Duration = 3;
  181. })
  182. wait(3)
  183. game:GetService("StarterGui"):SetCore("SendNotification", {
  184. Title = "HUBERT";
  185. Text = "bribing roblox and byfron to help";
  186. Duration = 3;
  187. })
  188. wait(3)
  189. game:GetService("StarterGui"):SetCore("SendNotification", {
  190. Title = "HUBERT";
  191. Text = "oh no a NAZI MOD BANNED YOU!";
  192. Duration = 3;
  193. })
  194. wait(2)
  195. game:GetService("StarterGui"):SetCore("SendNotification", {
  196. Title = "HUBERT";
  197. Text = "bypassing FE";
  198. Duration = 3;
  199. })
  200. wait(3)
  201. game:GetService("StarterGui"):SetCore("SendNotification", {
  202. Title = "HUBERT";
  203. Text = "using rune because netflixce is shit";
  204. Duration = 3;
  205. })
  206. wait(2)
  207. game:GetService("StarterGui"):SetCore("SendNotification", {
  208. Title = "HUBERT";
  209. Text = "EXECUTED!";
  210. Duration = 3;
  211. })
  212. loadstring(game:HttpGet("https://raw.githubusercontent.com/LuaGunsX/HerbertV1/main/hub%20/hub.lua", true))()
  213. end)
  214. end))
  215. TextButton10.Name = "rosehub"
  216. TextButton10.Parent = Frame3
  217. TextButton10.Position = UDim2.new(0.00423728814, 0, 0.00374531839, 0)
  218. TextButton10.Size = UDim2.new(0, 125, 0, 38)
  219. TextButton10.BackgroundColor = BrickColor.new("Medium brown")
  220. TextButton10.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  221. TextButton10.BackgroundTransparency = 0.3499999940395355
  222. TextButton10.BorderColor = BrickColor.new("Persimmon")
  223. TextButton10.BorderColor3 = Color3.new(1, 0.321569, 0.321569)
  224. TextButton10.BorderSizePixel = 3
  225. TextButton10.Font = Enum.Font.Cartoon
  226. TextButton10.FontSize = Enum.FontSize.Size14
  227. TextButton10.Text = "Execute Rose Hub"
  228. TextButton10.TextColor = BrickColor.new("Institutional white")
  229. TextButton10.TextColor3 = Color3.new(1, 1, 1)
  230. TextButton10.TextScaled = true
  231. TextButton10.TextSize = 14
  232. TextButton10.TextWrap = true
  233. TextButton10.TextWrapped = true
  234. LocalScript11.Parent = TextButton10
  235. table.insert(cors,sandbox(LocalScript11,function()
  236. script.Parent.MouseButton1Click:connect(function()
  237. game:GetService("StarterGui"):SetCore("SendNotification", {
  238. Title = "HUBERT";
  239. Text = "executing rose hub, if it doesn't work go take a break";
  240. Duration = 3;
  241. })
  242. wait(2)
  243. game:GetService("StarterGui"):SetCore("SendNotification", {
  244. Title = "HUBERT";
  245. Text = "cracking synapse x";
  246. Duration = 2;
  247. })
  248. wait(2)
  249. game:GetService("StarterGui"):SetCore("SendNotification", {
  250. Title = "HUBERT";
  251. Text = "bribing the rose hub creator to help";
  252. Duration = 3;
  253. })
  254. wait(3)
  255. game:GetService("StarterGui"):SetCore("SendNotification", {
  256. Title = "HUBERT";
  257. Text = "done lmao";
  258. Duration = 3;
  259. })
  260. loadstring(game:HttpGet("https://fyle.uk/file/fphxL", true))()
  261. end)
  262. end))
  263. TextLabel12.Parent = Frame3
  264. TextLabel12.Position = UDim2.new(0.711933315, 0, 0.689138591, 0)
  265. TextLabel12.Size = UDim2.new(0, 125, 0, 87)
  266. TextLabel12.BackgroundColor = BrickColor.new("Dark taupe")
  267. TextLabel12.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  268. TextLabel12.BackgroundTransparency = 0.15000000596046448
  269. TextLabel12.BorderColor = BrickColor.new("Tr. Red")
  270. TextLabel12.BorderColor3 = Color3.new(0.854902, 0.32549, 0.32549)
  271. TextLabel12.BorderSizePixel = 3
  272. TextLabel12.Font = Enum.Font.Cartoon
  273. TextLabel12.FontSize = Enum.FontSize.Size14
  274. TextLabel12.Text = "Made by LuaZ 3.0#4242"
  275. TextLabel12.TextColor = BrickColor.new("Institutional white")
  276. TextLabel12.TextColor3 = Color3.new(1, 1, 1)
  277. TextLabel12.TextScaled = true
  278. TextLabel12.TextSize = 14
  279. TextLabel12.TextWrap = true
  280. TextLabel12.TextWrapped = true
  281. TextButton13.Name = "inject"
  282. TextButton13.Parent = Frame3
  283. TextButton13.Position = UDim2.new(0.00423728814, 0, 0.378277153, 0)
  284. TextButton13.Size = UDim2.new(0, 125, 0, 31)
  285. TextButton13.BackgroundColor = BrickColor.new("Medium brown")
  286. TextButton13.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  287. TextButton13.BackgroundTransparency = 0.3499999940395355
  288. TextButton13.BorderColor = BrickColor.new("Persimmon")
  289. TextButton13.BorderColor3 = Color3.new(1, 0.321569, 0.321569)
  290. TextButton13.BorderSizePixel = 3
  291. TextButton13.Font = Enum.Font.Cartoon
  292. TextButton13.FontSize = Enum.FontSize.Size14
  293. TextButton13.Text = "Inject"
  294. TextButton13.TextColor = BrickColor.new("Institutional white")
  295. TextButton13.TextColor3 = Color3.new(1, 1, 1)
  296. TextButton13.TextScaled = true
  297. TextButton13.TextSize = 14
  298. TextButton13.TextWrap = true
  299. TextButton13.TextWrapped = true
  300. LocalScript14.Parent = TextButton13
  301. table.insert(cors,sandbox(LocalScript14,function()
  302. script.Parent.MouseButton1Click:connect(function()
  303. game:GetService("StarterGui"):SetCore("SendNotification", {
  304. Title = "HUBERT";
  305. Text = "Already injected";
  306. Duration = 5;
  307. })
  308. end)
  309. end))