Advertisement
Enercept

Enercept Hub

Aug 20th, 2022 (edited)
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.11 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local MainGui = Instance.new("ImageLabel")
  8. local Frame = Instance.new("ImageLabel")
  9. local TextLabel = Instance.new("TextLabel")
  10. local TextLabel_2 = Instance.new("TextLabel")
  11. local Frame_2 = Instance.new("ImageLabel")
  12. local FEGiant = Instance.new("TextButton")
  13. local Frame_3 = Instance.new("ImageLabel")
  14. local NetBypass = Instance.new("TextButton")
  15. local Frame_4 = Instance.new("ImageLabel")
  16. local JohnDoe = Instance.new("TextButton")
  17. local Frame_5 = Instance.new("ImageLabel")
  18. local NilToolsV1 = Instance.new("TextButton")
  19. local Frame_6 = Instance.new("ImageLabel")
  20. local CrashServer = Instance.new("TextButton")
  21. local Frame_7 = Instance.new("ImageLabel")
  22. local FEFling = Instance.new("TextButton")
  23. local Frame_8 = Instance.new("ImageLabel")
  24. local FECruisin = Instance.new("TextButton")
  25. local Frame_9 = Instance.new("ImageLabel")
  26. local FEWhip = Instance.new("TextButton")
  27. local Frame_10 = Instance.new("ImageLabel")
  28. local FEClowned = Instance.new("TextButton")
  29. local Frame_11 = Instance.new("ImageLabel")
  30. local Reviz = Instance.new("TextButton")
  31. local Frame_12 = Instance.new("ImageLabel")
  32. local FEHeadless = Instance.new("TextButton")
  33. local Frame_13 = Instance.new("ImageLabel")
  34. local Btools = Instance.new("TextButton")
  35. local Frame_14 = Instance.new("ImageLabel")
  36. local LegofSpeedFarm = Instance.new("TextButton")
  37. local Frame_15 = Instance.new("ImageLabel")
  38. local FEDepression = Instance.new("TextButton")
  39. local Frame_16 = Instance.new("ImageLabel")
  40. local AudioSpam = Instance.new("TextButton")
  41.  
  42. --Properties:
  43.  
  44. ScreenGui.Parent = game.Workspace
  45.  
  46. MainGui.Name = "Main Gui"
  47. MainGui.Parent = ScreenGui
  48. MainGui.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  49. MainGui.BackgroundTransparency = 1.000
  50. MainGui.Position = UDim2.new(0.303195626, 0, 0.260815829, 0)
  51. MainGui.Size = UDim2.new(0, 503, 0, 393)
  52. MainGui.Image = "rbxassetid://3570695787"
  53. MainGui.ImageColor3 = Color3.fromRGB(170, 170, 170)
  54. MainGui.ScaleType = Enum.ScaleType.Slice
  55. MainGui.SliceCenter = Rect.new(100, 100, 100, 100)
  56. MainGui.SliceScale = 0.120
  57.  
  58. Frame.Name = "Frame"
  59. Frame.Parent = MainGui
  60. Frame.BackgroundColor3 = Color3.fromRGB(224, 46, 255)
  61. Frame.BackgroundTransparency = 1.000
  62. Frame.BorderColor3 = Color3.fromRGB(139, 10, 109)
  63. Frame.Position = UDim2.new(0.0223692022, 0, 0.0214130897, 0)
  64. Frame.Size = UDim2.new(0, 481, 0, 376)
  65. Frame.Image = "rbxassetid://3570695787"
  66. Frame.ImageColor3 = Color3.fromRGB(156, 59, 173)
  67. Frame.ScaleType = Enum.ScaleType.Slice
  68. Frame.SliceCenter = Rect.new(100, 100, 100, 100)
  69. Frame.SliceScale = 0.120
  70.  
  71. TextLabel.Parent = Frame
  72. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  73. TextLabel.BackgroundTransparency = 1.000
  74. TextLabel.BorderColor3 = Color3.fromRGB(166, 255, 0)
  75. TextLabel.Position = UDim2.new(0.698544681, 0, 0.909574449, 0)
  76. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  77. TextLabel.Font = Enum.Font.SourceSans
  78. TextLabel.Text = "Made By Enercept"
  79. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  80. TextLabel.TextSize = 13.000
  81. TextLabel.TextStrokeColor3 = Color3.fromRGB(132, 255, 0)
  82.  
  83. TextLabel_2.Parent = MainGui
  84. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  85. TextLabel_2.BackgroundTransparency = 1.000
  86. TextLabel_2.Position = UDim2.new(0.292246521, 0, -0.0712468177, 0)
  87. TextLabel_2.Size = UDim2.new(0, 200, 0, 50)
  88. TextLabel_2.Font = Enum.Font.SourceSans
  89. TextLabel_2.Text = "Enercept Hub"
  90. TextLabel_2.TextColor3 = Color3.fromRGB(199, 18, 222)
  91. TextLabel_2.TextSize = 50.000
  92. TextLabel_2.TextStrokeColor3 = Color3.fromRGB(168, 168, 168)
  93. TextLabel_2.TextStrokeTransparency = 0.000
  94.  
  95. Frame_2.Name = "Frame"
  96. Frame_2.Parent = ScreenGui
  97. Frame_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  98. Frame_2.BackgroundTransparency = 1.000
  99. Frame_2.Position = UDim2.new(0.329696, 0, 0.295426458, 0)
  100. Frame_2.Size = UDim2.new(0, 130, 0, 46)
  101. Frame_2.Image = "rbxassetid://3570695787"
  102. Frame_2.ImageColor3 = Color3.fromRGB(207, 207, 207)
  103. Frame_2.ScaleType = Enum.ScaleType.Slice
  104. Frame_2.SliceCenter = Rect.new(100, 100, 100, 100)
  105. Frame_2.SliceScale = 0.120
  106.  
  107. FEGiant.Name = "FE Giant"
  108. FEGiant.Parent = Frame_2
  109. FEGiant.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  110. FEGiant.BackgroundTransparency = 1.000
  111. FEGiant.Position = UDim2.new(-0.261538476, 0, -0.0434782617, 0)
  112. FEGiant.Size = UDim2.new(0, 200, 0, 50)
  113. FEGiant.Font = Enum.Font.RobotoMono
  114. FEGiant.Text = "FE Giant R15"
  115. FEGiant.TextColor3 = Color3.fromRGB(0, 0, 0)
  116. FEGiant.TextSize = 22.000
  117. FEGiant.TextStrokeTransparency = 0.300
  118. FEGiant.MouseButton1Click:Connect(function()
  119. loadstring(game:HttpGet((https://pastebin.com/9mBB4UeQ),true))()
  120. end)
  121.  
  122. Frame_3.Name = "Frame"
  123. Frame_3.Parent = ScreenGui
  124. Frame_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  125. Frame_3.BackgroundTransparency = 1.000
  126. Frame_3.Position = UDim2.new(0.329696, 0, 0.38071695, 0)
  127. Frame_3.Size = UDim2.new(0, 130, 0, 46)
  128. Frame_3.Image = "rbxassetid://3570695787"
  129. Frame_3.ImageColor3 = Color3.fromRGB(207, 207, 207)
  130. Frame_3.ScaleType = Enum.ScaleType.Slice
  131. Frame_3.SliceCenter = Rect.new(100, 100, 100, 100)
  132. Frame_3.SliceScale = 0.120
  133.  
  134. NetBypass.Name = "Net Bypass"
  135. NetBypass.Parent = Frame_3
  136. NetBypass.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  137. NetBypass.BackgroundTransparency = 1.000
  138. NetBypass.Position = UDim2.new(-0.261538476, 0, -0.0434782617, 0)
  139. NetBypass.Size = UDim2.new(0, 200, 0, 50)
  140. NetBypass.Font = Enum.Font.RobotoMono
  141. NetBypass.Text = "Net Bypass"
  142. NetBypass.TextColor3 = Color3.fromRGB(0, 0, 0)
  143. NetBypass.TextSize = 22.000
  144. NetBypass.TextStrokeTransparency = 0.300
  145. NetBypass.MouseButton1Click:Connect(function()
  146. loadstring(game:HttpGet((https://pastebin.com/L9KKSrk2),true))()
  147. end)
  148.  
  149. Frame_4.Name = "Frame"
  150. Frame_4.Parent = ScreenGui
  151. Frame_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  152. Frame_4.BackgroundTransparency = 1.000
  153. Frame_4.Position = UDim2.new(0.329696, 0, 0.470951796, 0)
  154. Frame_4.Size = UDim2.new(0, 130, 0, 46)
  155. Frame_4.Image = "rbxassetid://3570695787"
  156. Frame_4.ImageColor3 = Color3.fromRGB(207, 207, 207)
  157. Frame_4.ScaleType = Enum.ScaleType.Slice
  158. Frame_4.SliceCenter = Rect.new(100, 100, 100, 100)
  159. Frame_4.SliceScale = 0.120
  160.  
  161. JohnDoe.Name = "John Doe"
  162. JohnDoe.Parent = Frame_4
  163. JohnDoe.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  164. JohnDoe.BackgroundTransparency = 1.000
  165. JohnDoe.Position = UDim2.new(-0.261538476, 0, -0.0434782617, 0)
  166. JohnDoe.Size = UDim2.new(0, 200, 0, 50)
  167. JohnDoe.Font = Enum.Font.RobotoMono
  168. JohnDoe.Text = "John Doe"
  169. JohnDoe.TextColor3 = Color3.fromRGB(0, 0, 0)
  170. JohnDoe.TextSize = 20.000
  171. JohnDoe.TextStrokeTransparency = 0.300
  172. JohnDoe.MouseButton1Click:Connect(function()
  173. loadstring(game:HttpGet((https://pastebin.com/UvDVM9kq),true))()
  174. end)
  175.  
  176. Frame_5.Name = "Frame"
  177. Frame_5.Parent = ScreenGui
  178. Frame_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  179. Frame_5.BackgroundTransparency = 1.000
  180. Frame_5.Position = UDim2.new(0.329696, 0, 0.553770065, 0)
  181. Frame_5.Size = UDim2.new(0, 130, 0, 46)
  182. Frame_5.Image = "rbxassetid://3570695787"
  183. Frame_5.ImageColor3 = Color3.fromRGB(207, 207, 207)
  184. Frame_5.ScaleType = Enum.ScaleType.Slice
  185. Frame_5.SliceCenter = Rect.new(100, 100, 100, 100)
  186. Frame_5.SliceScale = 0.120
  187.  
  188. NilToolsV1.Name = "NilTools V1"
  189. NilToolsV1.Parent = Frame_5
  190. NilToolsV1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  191. NilToolsV1.BackgroundTransparency = 1.000
  192. NilToolsV1.Position = UDim2.new(-0.261538476, 0, -0.0434782617, 0)
  193. NilToolsV1.Size = UDim2.new(0, 200, 0, 50)
  194. NilToolsV1.Font = Enum.Font.RobotoMono
  195. NilToolsV1.Text = "Niltools V1"
  196. NilToolsV1.TextColor3 = Color3.fromRGB(0, 0, 0)
  197. NilToolsV1.TextSize = 23.000
  198. NilToolsV1.TextStrokeTransparency = 0.300
  199. NilToolsV1.MouseButton1Click:Connect(function()
  200. loadstring(game:HttpGet("https://pastebin.com/raw/f5sftfLx",true))()
  201. end)
  202.  
  203. Frame_6.Name = "Frame"
  204. Frame_6.Parent = ScreenGui
  205. Frame_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  206. Frame_6.BackgroundTransparency = 1.000
  207. Frame_6.Position = UDim2.new(0.329696, 0, 0.636588335, 0)
  208. Frame_6.Size = UDim2.new(0, 130, 0, 46)
  209. Frame_6.Image = "rbxassetid://3570695787"
  210. Frame_6.ImageColor3 = Color3.fromRGB(207, 207, 207)
  211. Frame_6.ScaleType = Enum.ScaleType.Slice
  212. Frame_6.SliceCenter = Rect.new(100, 100, 100, 100)
  213. Frame_6.SliceScale = 0.120
  214.  
  215. CrashServer.Name = "Crash Server"
  216. CrashServer.Parent = Frame_6
  217. CrashServer.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  218. CrashServer.BackgroundTransparency = 1.000
  219. CrashServer.Position = UDim2.new(-0.261538476, 0, -0.0434782617, 0)
  220. CrashServer.Size = UDim2.new(0, 200, 0, 50)
  221. CrashServer.Font = Enum.Font.RobotoMono
  222. CrashServer.Text = "Crash Server"
  223. CrashServer.TextColor3 = Color3.fromRGB(0, 0, 0)
  224. CrashServer.TextSize = 19.000
  225. CrashServer.TextStrokeTransparency = 0.300
  226. CrashServer.MouseButton1Click:Connect(function()
  227. loadstring(game:HttpGet((https://pastebin.com/uVZ2VA0E),true))()
  228. end)
  229.  
  230. Frame_7.Name = "Frame"
  231. Frame_7.Parent = ScreenGui
  232. Frame_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  233. Frame_7.BackgroundTransparency = 1.000
  234. Frame_7.Position = UDim2.new(0.448947757, 0, 0.635352254, 0)
  235. Frame_7.Size = UDim2.new(0, 130, 0, 46)
  236. Frame_7.Image = "rbxassetid://3570695787"
  237. Frame_7.ImageColor3 = Color3.fromRGB(207, 207, 207)
  238. Frame_7.ScaleType = Enum.ScaleType.Slice
  239. Frame_7.SliceCenter = Rect.new(100, 100, 100, 100)
  240. Frame_7.SliceScale = 0.120
  241.  
  242. FEFling.Name = "FE Fling"
  243. FEFling.Parent = Frame_7
  244. FEFling.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  245. FEFling.BackgroundTransparency = 1.000
  246. FEFling.Position = UDim2.new(-0.261538476, 0, -0.0434782617, 0)
  247. FEFling.Size = UDim2.new(0, 200, 0, 50)
  248. FEFling.Font = Enum.Font.RobotoMono
  249. FEFling.Text = "FE Fling"
  250. FEFling.TextColor3 = Color3.fromRGB(0, 0, 0)
  251. FEFling.TextSize = 20.000
  252. FEFling.TextStrokeTransparency = 0.300
  253. FEFling.MouseButton1Click:Connect(function()
  254. loadstring(game:HttpGet((https://pastebin.com/wLaAnk6q),true))()
  255. end)
  256.  
  257. Frame_8.Name = "Frame"
  258. Frame_8.Parent = ScreenGui
  259. Frame_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  260. Frame_8.BackgroundTransparency = 1.000
  261. Frame_8.Position = UDim2.new(0.448947757, 0, 0.552533984, 0)
  262. Frame_8.Size = UDim2.new(0, 130, 0, 46)
  263. Frame_8.Image = "rbxassetid://3570695787"
  264. Frame_8.ImageColor3 = Color3.fromRGB(207, 207, 207)
  265. Frame_8.ScaleType = Enum.ScaleType.Slice
  266. Frame_8.SliceCenter = Rect.new(100, 100, 100, 100)
  267. Frame_8.SliceScale = 0.120
  268.  
  269. FECruisin.Name = "FE Cruisin"
  270. FECruisin.Parent = Frame_8
  271. FECruisin.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  272. FECruisin.BackgroundTransparency = 1.000
  273. FECruisin.Position = UDim2.new(-0.261538476, 0, -0.0434782617, 0)
  274. FECruisin.Size = UDim2.new(0, 200, 0, 50)
  275. FECruisin.Font = Enum.Font.RobotoMono
  276. FECruisin.Text = "FE Cruisin R6"
  277. FECruisin.TextColor3 = Color3.fromRGB(0, 0, 0)
  278. FECruisin.TextSize = 20.000
  279. FECruisin.TextStrokeTransparency = 0.300
  280. FECruisin.MouseButton1Click:Connect(function()
  281. loadstring(game:HttpGet(('https://pastebin.com/raw/Jy8Z9HHN'),true))()
  282. end)
  283.  
  284. Frame_9.Name = "Frame"
  285. Frame_9.Parent = ScreenGui
  286. Frame_9.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  287. Frame_9.BackgroundTransparency = 1.000
  288. Frame_9.Position = UDim2.new(0.448947757, 0, 0.470951796, 0)
  289. Frame_9.Size = UDim2.new(0, 130, 0, 46)
  290. Frame_9.Image = "rbxassetid://3570695787"
  291. Frame_9.ImageColor3 = Color3.fromRGB(207, 207, 207)
  292. Frame_9.ScaleType = Enum.ScaleType.Slice
  293. Frame_9.SliceCenter = Rect.new(100, 100, 100, 100)
  294. Frame_9.SliceScale = 0.120
  295.  
  296. FEWhip.Name = "FE Whip"
  297. FEWhip.Parent = Frame_9
  298. FEWhip.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  299. FEWhip.BackgroundTransparency = 1.000
  300. FEWhip.Position = UDim2.new(-0.261538476, 0, -0.0434782617, 0)
  301. FEWhip.Size = UDim2.new(0, 200, 0, 50)
  302. FEWhip.Font = Enum.Font.RobotoMono
  303. FEWhip.Text = "FE Whip R6"
  304. FEWhip.TextColor3 = Color3.fromRGB(0, 0, 0)
  305. FEWhip.TextSize = 20.000
  306. FEWhip.TextStrokeTransparency = 0.300
  307. FEWhip.MouseButton1Click:Connect(function()
  308. loadstring(game:HttpGet(('https://pastebin.com/raw/7yf8hABQ'),true))()
  309. end)
  310.  
  311. Frame_10.Name = "Frame"
  312. Frame_10.Parent = ScreenGui
  313. Frame_10.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  314. Frame_10.BackgroundTransparency = 1.000
  315. Frame_10.Position = UDim2.new(0.448168337, 0, 0.38071695, 0)
  316. Frame_10.Size = UDim2.new(0, 130, 0, 46)
  317. Frame_10.Image = "rbxassetid://3570695787"
  318. Frame_10.ImageColor3 = Color3.fromRGB(207, 207, 207)
  319. Frame_10.ScaleType = Enum.ScaleType.Slice
  320. Frame_10.SliceCenter = Rect.new(100, 100, 100, 100)
  321. Frame_10.SliceScale = 0.120
  322.  
  323. FEClowned.Name = "FE Clowned"
  324. FEClowned.Parent = Frame_10
  325. FEClowned.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  326. FEClowned.BackgroundTransparency = 1.000
  327. FEClowned.Position = UDim2.new(-0.261538476, 0, -0.0434782617, 0)
  328. FEClowned.Size = UDim2.new(0, 200, 0, 50)
  329. FEClowned.Font = Enum.Font.RobotoMono
  330. FEClowned.Text = "FE Clowned R6"
  331. FEClowned.TextColor3 = Color3.fromRGB(0, 0, 0)
  332. FEClowned.TextSize = 20.000
  333. FEClowned.TextStrokeTransparency = 0.300
  334. FEClowned.MouseButton1Click:Connect(function()
  335. loadstring(game:HttpGet((https://pastebin.com/zTzkM6UU),true))()
  336. end)
  337.  
  338. Frame_11.Name = "Frame"
  339. Frame_11.Parent = ScreenGui
  340. Frame_11.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  341. Frame_11.BackgroundTransparency = 1.000
  342. Frame_11.Position = UDim2.new(0.448947757, 0, 0.295426458, 0)
  343. Frame_11.Size = UDim2.new(0, 130, 0, 46)
  344. Frame_11.Image = "rbxassetid://3570695787"
  345. Frame_11.ImageColor3 = Color3.fromRGB(207, 207, 207)
  346. Frame_11.ScaleType = Enum.ScaleType.Slice
  347. Frame_11.SliceCenter = Rect.new(100, 100, 100, 100)
  348. Frame_11.SliceScale = 0.120
  349.  
  350. Reviz.Name = "Reviz"
  351. Reviz.Parent = Frame_11
  352. Reviz.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  353. Reviz.BackgroundTransparency = 1.000
  354. Reviz.Position = UDim2.new(-0.261538476, 0, -0.0434782617, 0)
  355. Reviz.Size = UDim2.new(0, 200, 0, 50)
  356. Reviz.Font = Enum.Font.RobotoMono
  357. Reviz.Text = "Reviz Admin"
  358. Reviz.TextColor3 = Color3.fromRGB(0, 0, 0)
  359. Reviz.TextSize = 20.000
  360. Reviz.TextStrokeTransparency = 0.300
  361. Reviz.MouseButton1Click:Connect(function()
  362. loadstring(game:HttpGet("https://pastebin.com/raw/Caniwq2N", true))()
  363. end)
  364.  
  365. Frame_12.Name = "Frame"
  366. Frame_12.Parent = ScreenGui
  367. Frame_12.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  368. Frame_12.BackgroundTransparency = 1.000
  369. Frame_12.Position = UDim2.new(0.573655486, 0, 0.38071695, 0)
  370. Frame_12.Size = UDim2.new(0, 130, 0, 46)
  371. Frame_12.Image = "rbxassetid://3570695787"
  372. Frame_12.ImageColor3 = Color3.fromRGB(207, 207, 207)
  373. Frame_12.ScaleType = Enum.ScaleType.Slice
  374. Frame_12.SliceCenter = Rect.new(100, 100, 100, 100)
  375. Frame_12.SliceScale = 0.120
  376.  
  377. FEHeadless.Name = "FE Headless"
  378. FEHeadless.Parent = Frame_12
  379. FEHeadless.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  380. FEHeadless.BackgroundTransparency = 1.000
  381. FEHeadless.Position = UDim2.new(-0.261538476, 0, -0.0434782617, 0)
  382. FEHeadless.Size = UDim2.new(0, 200, 0, 50)
  383. FEHeadless.Font = Enum.Font.RobotoMono
  384. FEHeadless.Text = "FE Headless"
  385. FEHeadless.TextColor3 = Color3.fromRGB(0, 0, 0)
  386. FEHeadless.TextSize = 20.000
  387. FEHeadless.TextStrokeTransparency = 0.300
  388. FEHeadless.MouseButton1Click:Connect(function()
  389. loadstring(game:HttpGet((https://pastebin.com/geqeySYM),true))()
  390. end)
  391.  
  392. Frame_13.Name = "Frame"
  393. Frame_13.Parent = ScreenGui
  394. Frame_13.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  395. Frame_13.BackgroundTransparency = 1.000
  396. Frame_13.Position = UDim2.new(0.573655486, 0, 0.470951796, 0)
  397. Frame_13.Size = UDim2.new(0, 130, 0, 46)
  398. Frame_13.Image = "rbxassetid://3570695787"
  399. Frame_13.ImageColor3 = Color3.fromRGB(207, 207, 207)
  400. Frame_13.ScaleType = Enum.ScaleType.Slice
  401. Frame_13.SliceCenter = Rect.new(100, 100, 100, 100)
  402. Frame_13.SliceScale = 0.120
  403.  
  404. Btools.Name = "B-tools"
  405. Btools.Parent = Frame_13
  406. Btools.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  407. Btools.BackgroundTransparency = 1.000
  408. Btools.Position = UDim2.new(-0.261538476, 0, -0.0434782617, 0)
  409. Btools.Size = UDim2.new(0, 200, 0, 50)
  410. Btools.Font = Enum.Font.RobotoMono
  411. Btools.Text = "B-tools"
  412. Btools.TextColor3 = Color3.fromRGB(0, 0, 0)
  413. Btools.TextSize = 20.000
  414. Btools.TextStrokeTransparency = 0.300
  415. Btools.MouseButton1Click:Connect(function()
  416. loadstring(game:HttpGet((https://pastebin.com/jgxpqVQr),true))()
  417. end)
  418.  
  419. Frame_14.Name = "Frame"
  420. Frame_14.Parent = ScreenGui
  421. Frame_14.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  422. Frame_14.BackgroundTransparency = 1.000
  423. Frame_14.Position = UDim2.new(0.573655486, 0, 0.552533984, 0)
  424. Frame_14.Size = UDim2.new(0, 130, 0, 46)
  425. Frame_14.Image = "rbxassetid://3570695787"
  426. Frame_14.ImageColor3 = Color3.fromRGB(207, 207, 207)
  427. Frame_14.ScaleType = Enum.ScaleType.Slice
  428. Frame_14.SliceCenter = Rect.new(100, 100, 100, 100)
  429. Frame_14.SliceScale = 0.120
  430.  
  431. LegofSpeedFarm.Name = "Leg. of Speed Farm"
  432. LegofSpeedFarm.Parent = Frame_14
  433. LegofSpeedFarm.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  434. LegofSpeedFarm.BackgroundTransparency = 1.000
  435. LegofSpeedFarm.Position = UDim2.new(-0.261538476, 0, -0.0434782617, 0)
  436. LegofSpeedFarm.Size = UDim2.new(0, 200, 0, 50)
  437. LegofSpeedFarm.Font = Enum.Font.RobotoMono
  438. LegofSpeedFarm.Text = "LOS Farm"
  439. LegofSpeedFarm.TextColor3 = Color3.fromRGB(0, 0, 0)
  440. LegofSpeedFarm.TextSize = 20.000
  441. LegofSpeedFarm.TextStrokeTransparency = 0.300
  442. LegofSpeedFarm.MouseButton1Click:Connect(function()
  443. loadstring(game:HttpGet((https://pastebin.com/MJr13Vzq),true))()
  444. end)
  445.  
  446. Frame_15.Name = "Frame"
  447. Frame_15.Parent = ScreenGui
  448. Frame_15.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  449. Frame_15.BackgroundTransparency = 1.000
  450. Frame_15.Position = UDim2.new(0.573655486, 0, 0.635352254, 0)
  451. Frame_15.Size = UDim2.new(0, 130, 0, 46)
  452. Frame_15.Image = "rbxassetid://3570695787"
  453. Frame_15.ImageColor3 = Color3.fromRGB(207, 207, 207)
  454. Frame_15.ScaleType = Enum.ScaleType.Slice
  455. Frame_15.SliceCenter = Rect.new(100, 100, 100, 100)
  456. Frame_15.SliceScale = 0.120
  457.  
  458. FEDepression.Name = "FE Depression"
  459. FEDepression.Parent = Frame_15
  460. FEDepression.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  461. FEDepression.BackgroundTransparency = 1.000
  462. FEDepression.Position = UDim2.new(-0.261538476, 0, -0.0434782617, 0)
  463. FEDepression.Size = UDim2.new(0, 200, 0, 50)
  464. FEDepression.Font = Enum.Font.RobotoMono
  465. FEDepression.Text = "FE Depression"
  466. FEDepression.TextColor3 = Color3.fromRGB(0, 0, 0)
  467. FEDepression.TextSize = 20.000
  468. FEDepression.TextStrokeTransparency = 0.300
  469. FEDepression.MouseButton1Click:Connect(function()
  470. loadstring(game:HttpGet((https://pastebin.com/xkc8KbAN),true))()
  471. end)
  472.  
  473. Frame_16.Name = "Frame"
  474. Frame_16.Parent = ScreenGui
  475. Frame_16.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  476. Frame_16.BackgroundTransparency = 1.000
  477. Frame_16.Position = UDim2.new(0.573655486, 0, 0.295426458, 0)
  478. Frame_16.Size = UDim2.new(0, 130, 0, 46)
  479. Frame_16.Image = "rbxassetid://3570695787"
  480. Frame_16.ImageColor3 = Color3.fromRGB(207, 207, 207)
  481. Frame_16.ScaleType = Enum.ScaleType.Slice
  482. Frame_16.SliceCenter = Rect.new(100, 100, 100, 100)
  483. Frame_16.SliceScale = 0.120
  484.  
  485. AudioSpam.Name = "Audio Spam"
  486. AudioSpam.Parent = Frame_16
  487. AudioSpam.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  488. AudioSpam.BackgroundTransparency = 1.000
  489. AudioSpam.Position = UDim2.new(-0.261538476, 0, -0.0434782617, 0)
  490. AudioSpam.Size = UDim2.new(0, 200, 0, 50)
  491. AudioSpam.Font = Enum.Font.RobotoMono
  492. AudioSpam.Text = "Audio Spam"
  493. AudioSpam.TextColor3 = Color3.fromRGB(0, 0, 0)
  494. AudioSpam.TextSize = 20.000
  495. AudioSpam.TextStrokeTransparency = 0.300
  496. AudioSpam.MouseButton1Click:Connect(function()
  497. loadstring(game:HttpGet((https://pastebin.com/yx3ZH7fH),true))()
  498. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement