Techhie

Test GUI V2

May 30th, 2022
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.60 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Main = Instance.new("ScrollingFrame")
  8. local InfiniteYield = Instance.new("TextButton")
  9. local DomainHubX = Instance.new("TextButton")
  10. local FEHub1 = Instance.new("TextButton")
  11. local FEHub2 = Instance.new("TextButton")
  12. local morecomingsoon = Instance.new("TextLabel")
  13. local Universal = Instance.new("TextLabel")
  14. local Jailbreak = Instance.new("TextLabel")
  15. local Misc = Instance.new("TextLabel")
  16. local AutoRobGUI = Instance.new("TextButton")
  17. local JailbreakHub2 = Instance.new("TextButton")
  18. local JailbreakHub1 = Instance.new("TextButton")
  19. local GodMode = Instance.new("TextButton")
  20. local literallydie = Instance.new("TextButton")
  21. local explodelol = Instance.new("TextButton")
  22. local ClientSideF3X = Instance.new("TextButton")
  23. local ClickTP = Instance.new("TextButton")
  24. local TestGUIV2 = Instance.new("TextLabel")
  25. local TextLabel = Instance.new("TextLabel")
  26.  
  27. --Properties:
  28.  
  29. ScreenGui.Parent = game.CoreGui
  30.  
  31. Main.Name = "Main"
  32. Main.Parent = ScreenGui
  33. Main.Active = true
  34. Main.BackgroundColor3 = Color3.fromRGB(59, 59, 59)
  35. Main.BorderSizePixel = 0
  36. Main.Position = UDim2.new(0.25382933, 0, 0.283174634, 0)
  37. Main.Size = UDim2.new(0, 726, 0, 320)
  38. Main.ScrollBarThickness = 5
  39. Main.Active = true
  40. Main.Draggable = true
  41.  
  42. InfiniteYield.Name = "Infinite Yield"
  43. InfiniteYield.Parent = Main
  44. InfiniteYield.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
  45. InfiniteYield.BorderSizePixel = 0
  46. InfiniteYield.Position = UDim2.new(0.0110062892, 0, 0.0758950785, 0)
  47. InfiniteYield.Size = UDim2.new(0, 197, 0, 55)
  48. InfiniteYield.Font = Enum.Font.SourceSans
  49. InfiniteYield.Text = "Infinite Yield"
  50. InfiniteYield.TextColor3 = Color3.fromRGB(255, 255, 255)
  51. InfiniteYield.TextScaled = true
  52. InfiniteYield.TextSize = 14.000
  53. InfiniteYield.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  54. InfiniteYield.TextWrapped = true
  55. InfiniteYield.MouseButton1Down:Connect(function()
  56. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  57. end)
  58.  
  59. DomainHubX.Name = "Domain Hub X"
  60. DomainHubX.Parent = Main
  61. DomainHubX.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
  62. DomainHubX.BorderSizePixel = 0
  63. DomainHubX.Position = UDim2.new(0.0110062892, 0, 0.12040633, 0)
  64. DomainHubX.Size = UDim2.new(0, 197, 0, 55)
  65. DomainHubX.Font = Enum.Font.SourceSans
  66. DomainHubX.Text = "Domain Hub X"
  67. DomainHubX.TextColor3 = Color3.fromRGB(255, 255, 255)
  68. DomainHubX.TextScaled = true
  69. DomainHubX.TextSize = 14.000
  70. DomainHubX.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  71. DomainHubX.TextWrapped = true
  72. DomainHubX.MouseButton1Down:Connect(function()
  73. -- DomainX Loadstring
  74. loadstring(game:HttpGet('https://raw.githubusercontent.com/shlexware/DomainX/main/source',true))()
  75. end)
  76.  
  77. FEHub1.Name = "FE Hub 1"
  78. FEHub1.Parent = Main
  79. FEHub1.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
  80. FEHub1.BorderSizePixel = 0
  81. FEHub1.Position = UDim2.new(0.0110062892, 0, 0.1652143, 0)
  82. FEHub1.Size = UDim2.new(0, 197, 0, 55)
  83. FEHub1.Font = Enum.Font.SourceSans
  84. FEHub1.Text = "FE Hub 1"
  85. FEHub1.TextColor3 = Color3.fromRGB(255, 255, 255)
  86. FEHub1.TextScaled = true
  87. FEHub1.TextSize = 14.000
  88. FEHub1.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  89. FEHub1.TextWrapped = true
  90. FEHub1.MouseButton1Down:Connect(function()
  91. -- Gui to Lua
  92. -- Version: 3.2
  93.  
  94. -- Instances:
  95.  
  96. local GUI = Instance.new("ScreenGui")
  97. local OpenFrame = Instance.new("Frame")
  98. local OpenButton = Instance.new("TextButton")
  99. local OpenBeautyFrame = Instance.new("Frame")
  100. local MainFrame = Instance.new("Frame")
  101. local MainFrameBeautyA = Instance.new("Frame")
  102. local CloseButton = Instance.new("TextButton")
  103. local EXPLOIT1 = Instance.new("TextButton")
  104. local MainFrameCenterBeautyA = Instance.new("Frame")
  105. local MainFrameCenterBeautyA_2 = Instance.new("Frame")
  106. local EXPLOIT5 = Instance.new("TextButton")
  107. local EXPLOIT9 = Instance.new("TextButton")
  108. local EXPLOIT6 = Instance.new("TextButton")
  109. local EXPLOIT7 = Instance.new("TextButton")
  110. local EXPLOIT8 = Instance.new("TextButton")
  111. local EXPLOIT10 = Instance.new("TextButton")
  112. local EXPLOIT11 = Instance.new("TextButton")
  113. local EXPLOIT12 = Instance.new("TextButton")
  114. local EXPLOIT2 = Instance.new("TextButton")
  115. local EXPLOIT3 = Instance.new("TextButton")
  116. local EXPLOIT4 = Instance.new("TextButton")
  117. local MainFrameBeautyB = Instance.new("Frame")
  118.  
  119.  
  120. --Properties:
  121.  
  122. GUI.Name = "GUI"
  123. GUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  124.  
  125. OpenFrame.Name = "OpenFrame"
  126. OpenFrame.Parent = GUI
  127. OpenFrame.Active = true
  128. OpenFrame.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  129. OpenFrame.BorderSizePixel = 0
  130. OpenFrame.Position = UDim2.new(0, 0, 0.629155695, 0)
  131. OpenFrame.Size = UDim2.new(0, 72, 0, 27)
  132.  
  133. OpenButton.Name = "OpenButton"
  134. OpenButton.Parent = OpenFrame
  135. OpenButton.BackgroundColor3 = Color3.fromRGB(170, 170, 127)
  136. OpenButton.BackgroundTransparency = 1.000
  137. OpenButton.BorderSizePixel = 0
  138. OpenButton.Position = UDim2.new(0.0305736773, 0, 0.116329789, 0)
  139. OpenButton.Size = UDim2.new(0, 66, 0, 20)
  140. OpenButton.Font = Enum.Font.Cartoon
  141. OpenButton.Text = "Open"
  142. OpenButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  143. OpenButton.TextScaled = true
  144. OpenButton.TextSize = 14.000
  145. OpenButton.TextWrapped = true
  146. OpenButton.MouseButton1Down:connect(function()
  147. MainFrame.Visible = true
  148. OpenFrame.Visible = false
  149. MainFrameBeautyA.Visible = true
  150. MainFrameBeautyB.Visible = true
  151. MainFrameCenterBeautyA_2.Visible = true
  152. MainFrameCenterBeautyA.Visible = true
  153. end)
  154.  
  155. OpenBeautyFrame.Name = "OpenBeautyFrame"
  156. OpenBeautyFrame.Parent = OpenFrame
  157. OpenBeautyFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  158. OpenBeautyFrame.BorderSizePixel = 0
  159. OpenBeautyFrame.Position = UDim2.new(0.988907099, 0, -0.148148149, 0)
  160. OpenBeautyFrame.Size = UDim2.new(0, 3, 0, 33)
  161.  
  162. MainFrame.Name = "MainFrame"
  163. MainFrame.Parent = GUI
  164. MainFrame.Active = true
  165. MainFrame.BackgroundColor3 = Color3.fromRGB(49, 49, 49)
  166. MainFrame.BorderSizePixel = 0
  167. MainFrame.Position = UDim2.new(0.30754894, 0, 0.235294133, 0)
  168. MainFrame.Size = UDim2.new(0, 412, 0, 263)
  169. MainFrame.Visible = false
  170. MainFrame.Draggable = true
  171.  
  172. MainFrameBeautyA.Name = "MainFrameBeautyA"
  173. MainFrameBeautyA.Parent = MainFrame
  174. MainFrameBeautyA.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  175. MainFrameBeautyA.BorderSizePixel = 0
  176. MainFrameBeautyA.Size = UDim2.new(0, 412, 0, 22)
  177. MainFrameBeautyA.Visible = false
  178.  
  179. CloseButton.Name = "CloseButton"
  180. CloseButton.Parent = MainFrameBeautyA
  181. CloseButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  182. CloseButton.BackgroundTransparency = 1.000
  183. CloseButton.BorderSizePixel = 0
  184. CloseButton.Position = UDim2.new(0.905339777, 0, 0, 0)
  185. CloseButton.Size = UDim2.new(0, 39, 0, 22)
  186. CloseButton.Font = Enum.Font.Cartoon
  187. CloseButton.Text = "Close"
  188. CloseButton.TextColor3 = Color3.fromRGB(255, 0, 0)
  189. CloseButton.TextScaled = true
  190. CloseButton.TextSize = 14.000
  191. CloseButton.TextWrapped = true
  192. CloseButton.MouseButton1Down:connect(function()
  193. OpenFrame.Visible = true
  194. MainFrame.Visible = false
  195. MainFrameBeautyA.Visible = false
  196. MainFrameBeautyB.Visible = false
  197. MainFrameCenterBeautyA_2.Visible = false
  198. MainFrameCenterBeautyA.Visible = false
  199. end)
  200.  
  201. EXPLOIT1.Name = "EXPLOIT1"
  202. EXPLOIT1.Parent = MainFrame
  203. EXPLOIT1.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  204. EXPLOIT1.BorderSizePixel = 0
  205. EXPLOIT1.Position = UDim2.new(0.024271844, 0, 0.129277572, 0)
  206. EXPLOIT1.Size = UDim2.new(0, 92, 0, 32)
  207. EXPLOIT1.Font = Enum.Font.Cartoon
  208. EXPLOIT1.Text = "My Other GUI"
  209. EXPLOIT1.TextColor3 = Color3.fromRGB(255, 255, 255)
  210. EXPLOIT1.TextScaled = true
  211. EXPLOIT1.TextSize = 14.000
  212. EXPLOIT1.TextWrapped = true
  213. EXPLOIT1.MouseButton1Down:connect(function()
  214. loadstring(game:HttpGet(('https://pastebin.com/raw/HCsqYzwa'),true))()
  215. end)
  216.  
  217. MainFrameCenterBeautyA.Name = "MainFrameCenterBeautyA"
  218. MainFrameCenterBeautyA.Parent = MainFrame
  219. MainFrameCenterBeautyA.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  220. MainFrameCenterBeautyA.BorderSizePixel = 0
  221. MainFrameCenterBeautyA.Position = UDim2.new(0.288834959, 0, 0.129277572, 0)
  222. MainFrameCenterBeautyA.Size = UDim2.new(0, 8, 0, 185)
  223. MainFrameCenterBeautyA.Visible = false
  224.  
  225. MainFrameCenterBeautyA_2.Name = "MainFrameCenterBeautyA"
  226. MainFrameCenterBeautyA_2.Parent = MainFrame
  227. MainFrameCenterBeautyA_2.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  228. MainFrameCenterBeautyA_2.BorderSizePixel = 0
  229. MainFrameCenterBeautyA_2.Position = UDim2.new(0.699029148, 0, 0.129277557, 0)
  230. MainFrameCenterBeautyA_2.Size = UDim2.new(0, 8, 0, 185)
  231. MainFrameCenterBeautyA_2.Visible = false
  232.  
  233. EXPLOIT5.Name = "EXPLOIT5"
  234. EXPLOIT5.Parent = MainFrame
  235. EXPLOIT5.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  236. EXPLOIT5.BorderSizePixel = 0
  237. EXPLOIT5.Position = UDim2.new(0.388349503, 0, 0.129277572, 0)
  238. EXPLOIT5.Size = UDim2.new(0, 92, 0, 32)
  239. EXPLOIT5.Font = Enum.Font.Cartoon
  240. EXPLOIT5.Text = "JailTabs"
  241. EXPLOIT5.TextColor3 = Color3.fromRGB(255, 255, 255)
  242. EXPLOIT5.TextScaled = true
  243. EXPLOIT5.TextSize = 14.000
  244. EXPLOIT5.TextWrapped = true
  245. EXPLOIT5.MouseButton1Down:connect(function()
  246. loadstring(game:HttpGet(('https://pastebin.com/raw/aV6LcSGf'),true))()
  247. end)
  248.  
  249. EXPLOIT9.Name = "EXPLOIT9"
  250. EXPLOIT9.Parent = MainFrame
  251. EXPLOIT9.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  252. EXPLOIT9.BorderSizePixel = 0
  253. EXPLOIT9.Position = UDim2.new(0.75242722, 0, 0.129277572, 0)
  254. EXPLOIT9.Size = UDim2.new(0, 92, 0, 32)
  255. EXPLOIT9.Font = Enum.Font.Cartoon
  256. EXPLOIT9.Text = "Counter Pepsi"
  257. EXPLOIT9.TextColor3 = Color3.fromRGB(255, 255, 255)
  258. EXPLOIT9.TextScaled = true
  259. EXPLOIT9.TextSize = 14.000
  260. EXPLOIT9.TextWrapped = true
  261. EXPLOIT9.MouseButton1Down:connect(function()
  262. loadstring(game:HttpGet(('https://pastebin.com/raw/cWTJj3aZ'),true))()
  263. end)
  264.  
  265. EXPLOIT6.Name = "EXPLOIT6"
  266. EXPLOIT6.Parent = MainFrame
  267. EXPLOIT6.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  268. EXPLOIT6.BorderSizePixel = 0
  269. EXPLOIT6.Position = UDim2.new(0.388349503, 0, 0.323193908, 0)
  270. EXPLOIT6.Size = UDim2.new(0, 92, 0, 32)
  271. EXPLOIT6.Font = Enum.Font.Cartoon
  272. EXPLOIT6.Text = "PsyHub"
  273. EXPLOIT6.TextColor3 = Color3.fromRGB(255, 255, 255)
  274. EXPLOIT6.TextScaled = true
  275. EXPLOIT6.TextSize = 14.000
  276. EXPLOIT6.TextWrapped = true
  277. EXPLOIT6.MouseButton1Down:connect(function()
  278. loadstring(game:GetObjects("rbxassetid://3014051754")[1].Source)()
  279. end)
  280.  
  281. EXPLOIT7.Name = "EXPLOIT7"
  282. EXPLOIT7.Parent = MainFrame
  283. EXPLOIT7.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  284. EXPLOIT7.BorderSizePixel = 0
  285. EXPLOIT7.Position = UDim2.new(0.388349503, 0, 0.520912528, 0)
  286. EXPLOIT7.Size = UDim2.new(0, 92, 0, 32)
  287. EXPLOIT7.Font = Enum.Font.Cartoon
  288. EXPLOIT7.Text = "IY FE"
  289. EXPLOIT7.TextColor3 = Color3.fromRGB(255, 255, 255)
  290. EXPLOIT7.TextScaled = true
  291. EXPLOIT7.TextSize = 14.000
  292. EXPLOIT7.TextWrapped = true
  293. EXPLOIT7.MouseButton1Down:connect(function()
  294. loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
  295. end)
  296.  
  297. EXPLOIT8.Name = "EXPLOIT8"
  298. EXPLOIT8.Parent = MainFrame
  299. EXPLOIT8.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  300. EXPLOIT8.BorderSizePixel = 0
  301. EXPLOIT8.Position = UDim2.new(0.388349503, 0, 0.711026609, 0)
  302. EXPLOIT8.Size = UDim2.new(0, 92, 0, 32)
  303. EXPLOIT8.Font = Enum.Font.Cartoon
  304. EXPLOIT8.Text = "Arsenal Kill All"
  305. EXPLOIT8.TextColor3 = Color3.fromRGB(255, 255, 255)
  306. EXPLOIT8.TextScaled = true
  307. EXPLOIT8.TextSize = 14.000
  308. EXPLOIT8.TextWrapped = true
  309. EXPLOIT8.MouseButton1Down:connect(function()
  310. print("Script made by FramzDev#8283")
  311. local c = workspace.CurrentCamera
  312. local lplr = game.Players.LocalPlayer
  313.  
  314. function a(p)
  315. if p and p.Character then
  316. pcall(function()
  317. local t = p.Character.PrimaryPart.CFrame * Vector3.new(0, -0.25, 0)
  318. c.CFrame = CFrame.new(c.Focus.p, t) * CFrame.new(0, 0, 0.5)
  319. end)
  320. end
  321. end
  322. for i=1,10 do
  323. for _,v in pairs(game.Players:GetPlayers()) do
  324. pcall(function()
  325. for i=1,15 do
  326. lplr.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame - v.Character.HumanoidRootPart.CFrame.LookVector*4
  327. a(v)
  328. wait()
  329. end
  330. end)
  331. end
  332. end
  333. end)
  334.  
  335. EXPLOIT10.Name = "EXPLOIT10"
  336. EXPLOIT10.Parent = MainFrame
  337. EXPLOIT10.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  338. EXPLOIT10.BorderSizePixel = 0
  339. EXPLOIT10.Position = UDim2.new(0.75242722, 0, 0.323193908, 0)
  340. EXPLOIT10.Size = UDim2.new(0, 92, 0, 32)
  341. EXPLOIT10.Font = Enum.Font.Cartoon
  342. EXPLOIT10.Text = "Reviz Admin"
  343. EXPLOIT10.TextColor3 = Color3.fromRGB(255, 255, 255)
  344. EXPLOIT10.TextScaled = true
  345. EXPLOIT10.TextSize = 14.000
  346. EXPLOIT10.TextWrapped = true
  347. EXPLOIT10.MouseButton1Down:connect(function()
  348. loadstring(game:HttpGet(('https://pastebin.com/raw/KNUzQPYS'),true))()
  349. end)
  350.  
  351. EXPLOIT11.Name = "EXPLOIT11"
  352. EXPLOIT11.Parent = MainFrame
  353. EXPLOIT11.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  354. EXPLOIT11.BorderSizePixel = 0
  355. EXPLOIT11.Position = UDim2.new(0.75242722, 0, 0.520912528, 0)
  356. EXPLOIT11.Size = UDim2.new(0, 92, 0, 32)
  357. EXPLOIT11.Font = Enum.Font.Cartoon
  358. EXPLOIT11.Text = "FE GUI"
  359. EXPLOIT11.TextColor3 = Color3.fromRGB(255, 255, 255)
  360. EXPLOIT11.TextScaled = true
  361. EXPLOIT11.TextSize = 14.000
  362. EXPLOIT11.TextWrapped = true
  363. EXPLOIT11.MouseButton1Down:connect(function()
  364. loadstring(game:HttpGet(('https://pastebin.com/raw/yQaWHmZA'),true))()
  365. end)
  366.  
  367. EXPLOIT12.Name = "EXPLOIT12"
  368. EXPLOIT12.Parent = MainFrame
  369. EXPLOIT12.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  370. EXPLOIT12.BorderSizePixel = 0
  371. EXPLOIT12.Position = UDim2.new(0.75242722, 0, 0.711026609, 0)
  372. EXPLOIT12.Size = UDim2.new(0, 92, 0, 32)
  373. EXPLOIT12.Font = Enum.Font.Cartoon
  374. EXPLOIT12.Text = "FE Troll Animations"
  375. EXPLOIT12.TextColor3 = Color3.fromRGB(255, 255, 255)
  376. EXPLOIT12.TextScaled = true
  377. EXPLOIT12.TextSize = 14.000
  378. EXPLOIT12.TextWrapped = true
  379. EXPLOIT12.MouseButton1Down:connect(function()
  380. loadstring(game:HttpGet(('https://pastebin.com/raw/35ze0RJb'),true))()
  381. end)
  382.  
  383. EXPLOIT2.Name = "EXPLOIT2"
  384. EXPLOIT2.Parent = MainFrame
  385. EXPLOIT2.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  386. EXPLOIT2.BorderSizePixel = 0
  387. EXPLOIT2.Position = UDim2.new(0.024271844, 0, 0.323193908, 0)
  388. EXPLOIT2.Size = UDim2.new(0, 92, 0, 32)
  389. EXPLOIT2.Font = Enum.Font.Cartoon
  390. EXPLOIT2.Text = "Fe Invis Kill"
  391. EXPLOIT2.TextColor3 = Color3.fromRGB(255, 255, 255)
  392. EXPLOIT2.TextScaled = true
  393. EXPLOIT2.TextSize = 14.000
  394. EXPLOIT2.TextWrapped = true
  395. EXPLOIT2.MouseButton1Down:connect(function()
  396. loadstring(game:HttpGet(('https://pastebin.com/raw/Lpn5rUDp'),true))()
  397. end)
  398.  
  399. EXPLOIT3.Name = "EXPLOIT3"
  400. EXPLOIT3.Parent = MainFrame
  401. EXPLOIT3.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  402. EXPLOIT3.BorderSizePixel = 0
  403. EXPLOIT3.Position = UDim2.new(0.024271844, 0, 0.520912528, 0)
  404. EXPLOIT3.Size = UDim2.new(0, 92, 0, 32)
  405. EXPLOIT3.Font = Enum.Font.Cartoon
  406. EXPLOIT3.Text = "Vybe CMD Bar"
  407. EXPLOIT3.TextColor3 = Color3.fromRGB(255, 255, 255)
  408. EXPLOIT3.TextScaled = true
  409. EXPLOIT3.TextSize = 14.000
  410. EXPLOIT3.TextWrapped = true
  411. EXPLOIT3.MouseButton1Down:connect(function()
  412. loadstring(game:HttpGet(('https://pastebin.com/raw/NN5P4nQE'),true))()
  413. end)
  414.  
  415. EXPLOIT4.Name = "EXPLOIT4"
  416. EXPLOIT4.Parent = MainFrame
  417. EXPLOIT4.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  418. EXPLOIT4.BorderSizePixel = 0
  419. EXPLOIT4.Position = UDim2.new(0.024271844, 0, 0.711026609, 0)
  420. EXPLOIT4.Size = UDim2.new(0, 92, 0, 32)
  421. EXPLOIT4.Font = Enum.Font.Cartoon
  422. EXPLOIT4.Text = "JB Autorob"
  423. EXPLOIT4.TextColor3 = Color3.fromRGB(255, 255, 255)
  424. EXPLOIT4.TextScaled = true
  425. EXPLOIT4.TextSize = 14.000
  426. EXPLOIT4.TextWrapped = true
  427. EXPLOIT4.MouseButton1Down:connect(function()
  428. loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
  429. end)
  430.  
  431. MainFrameBeautyB.Name = "MainFrameBeautyB"
  432. MainFrameBeautyB.Parent = MainFrame
  433. MainFrameBeautyB.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  434. MainFrameBeautyB.BorderSizePixel = 0
  435. MainFrameBeautyB.Position = UDim2.new(0, 0, 0.916349828, 0)
  436. MainFrameBeautyB.Size = UDim2.new(0, 412, 0, 22)
  437. MainFrameBeautyB.Visible = false
  438. end)
  439.  
  440. FEHub2.Name = "FE Hub 2"
  441. FEHub2.Parent = Main
  442. FEHub2.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
  443. FEHub2.BorderSizePixel = 0
  444. FEHub2.Position = UDim2.new(0.0110062892, 0, 0.210733503, 0)
  445. FEHub2.Size = UDim2.new(0, 197, 0, 55)
  446. FEHub2.Font = Enum.Font.SourceSans
  447. FEHub2.Text = "FE Hub 2"
  448. FEHub2.TextColor3 = Color3.fromRGB(255, 255, 255)
  449. FEHub2.TextScaled = true
  450. FEHub2.TextSize = 14.000
  451. FEHub2.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  452. FEHub2.TextWrapped = true
  453. FEHub2.MouseButton1Down:Connect(function()
  454. local LocalPlayer = game:GetService("Players").LocalPlayer
  455. local Heartbeat = game:GetService("RunService").Heartbeat
  456.  
  457. Heartbeat:Connect(function()
  458. LocalPlayer.MaximumSimulationRadius = math.huge
  459. sethiddenproperty(LocalPlayer, "SimulationRadius", math.huge)
  460. end)
  461. -- Script above is a fix to limbs falling --
  462.  
  463. -- Nullware Hub V3 | --
  464. getgenv().Theme = "Purple" -- To change the UI Theme, set this to one of the following options: "Red", "Purple", "Blue", "Green", "Yellow"
  465. loadstring(game:HttpGet("https://gist.githubusercontent.com/M6HqVBcddw2qaN4s/2d722888a388017c18028cd434c43a25/raw/dcccf1027fe4b90780e47767aaf584389c9d7771/EULma3fU90PUOKUn?identifier=".. (function()local a=""for b=1,256 do local c=math.random(1,3)a=a..string.char(c==1 and math.random(48,57)or c==2 and math.random(97,122)or c==3 and math.random(65,90))end;return a end)()))()
  466. end)
  467.  
  468. morecomingsoon.Name = "more coming soon"
  469. morecomingsoon.Parent = Main
  470. morecomingsoon.BackgroundColor3 = Color3.fromRGB(59, 59, 59)
  471. morecomingsoon.BorderSizePixel = 0
  472. morecomingsoon.Position = UDim2.new(0.0114050796, 0, 0.299533099, 0)
  473. morecomingsoon.Size = UDim2.new(0, 701, 0, 50)
  474. morecomingsoon.Font = Enum.Font.SourceSans
  475. morecomingsoon.Text = "more coming soon"
  476. morecomingsoon.TextColor3 = Color3.fromRGB(255, 255, 255)
  477. morecomingsoon.TextScaled = true
  478. morecomingsoon.TextSize = 14.000
  479. morecomingsoon.TextWrapped = true
  480.  
  481. Universal.Name = "Universal"
  482. Universal.Parent = Main
  483. Universal.BackgroundColor3 = Color3.fromRGB(59, 59, 59)
  484. Universal.BorderSizePixel = 0
  485. Universal.Position = UDim2.new(-0.0120108947, 0, 0.0448367, 0)
  486. Universal.Size = UDim2.new(0, 229, 0, 39)
  487. Universal.Font = Enum.Font.SourceSans
  488. Universal.Text = "Universal"
  489. Universal.TextColor3 = Color3.fromRGB(255, 255, 255)
  490. Universal.TextScaled = true
  491. Universal.TextSize = 14.000
  492. Universal.TextWrapped = true
  493.  
  494. Jailbreak.Name = "Jailbreak"
  495. Jailbreak.Parent = Main
  496. Jailbreak.BackgroundColor3 = Color3.fromRGB(59, 59, 59)
  497. Jailbreak.BorderSizePixel = 0
  498. Jailbreak.Position = UDim2.new(0.341983587, 0, 0.0448367, 0)
  499. Jailbreak.Size = UDim2.new(0, 229, 0, 39)
  500. Jailbreak.Font = Enum.Font.SourceSans
  501. Jailbreak.Text = "Jailbreak"
  502. Jailbreak.TextColor3 = Color3.fromRGB(255, 255, 255)
  503. Jailbreak.TextScaled = true
  504. Jailbreak.TextSize = 14.000
  505. Jailbreak.TextWrapped = true
  506.  
  507. Misc.Name = "Misc"
  508. Misc.Parent = Main
  509. Misc.BackgroundColor3 = Color3.fromRGB(59, 59, 59)
  510. Misc.BorderSizePixel = 0
  511. Misc.Position = UDim2.new(0.657410622, 0, 0.0448367, 0)
  512. Misc.Size = UDim2.new(0, 229, 0, 39)
  513. Misc.Font = Enum.Font.SourceSans
  514. Misc.Text = "Misc"
  515. Misc.TextColor3 = Color3.fromRGB(255, 255, 255)
  516. Misc.TextScaled = true
  517. Misc.TextSize = 14.000
  518. Misc.TextWrapped = true
  519.  
  520. AutoRobGUI.Name = "Auto Rob GUI"
  521. AutoRobGUI.Parent = Main
  522. AutoRobGUI.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
  523. AutoRobGUI.BorderSizePixel = 0
  524. AutoRobGUI.Position = UDim2.new(0.358113736, 0, 0.0758950785, 0)
  525. AutoRobGUI.Size = UDim2.new(0, 197, 0, 55)
  526. AutoRobGUI.Font = Enum.Font.SourceSans
  527. AutoRobGUI.Text = "Auto Rob GUI"
  528. AutoRobGUI.TextColor3 = Color3.fromRGB(255, 255, 255)
  529. AutoRobGUI.TextScaled = true
  530. AutoRobGUI.TextSize = 14.000
  531. AutoRobGUI.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  532. AutoRobGUI.TextWrapped = true
  533. AutoRobGUI.MouseButton1Down:Connect(function()
  534. loadstring(game:HttpGet("https://raw.githubusercontent.com/wawsdasdacx/ohascriptnrrewading/main/jbsaxcriptidk1"))();
  535. end)
  536.  
  537. JailbreakHub2.Name = "Jailbreak Hub 2"
  538. JailbreakHub2.Parent = Main
  539. JailbreakHub2.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
  540. JailbreakHub2.BorderSizePixel = 0
  541. JailbreakHub2.Position = UDim2.new(0.358113736, 0, 0.210733503, 0)
  542. JailbreakHub2.Size = UDim2.new(0, 197, 0, 55)
  543. JailbreakHub2.Font = Enum.Font.SourceSans
  544. JailbreakHub2.Text = "Jailbreak Hub 2"
  545. JailbreakHub2.TextColor3 = Color3.fromRGB(255, 255, 255)
  546. JailbreakHub2.TextScaled = true
  547. JailbreakHub2.TextSize = 14.000
  548. JailbreakHub2.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  549. JailbreakHub2.TextWrapped = true
  550. JailbreakHub2.MouseButton1Down:Connect(function()
  551. loadstring(game:HttpGet("https://raw.githubusercontent.com/xChaoticVoid/Chaos-Hub/main/ChaosHub.lua"))()
  552. end)
  553.  
  554. JailbreakHub1.Name = "Jailbreak Hub 1"
  555. JailbreakHub1.Parent = Main
  556. JailbreakHub1.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
  557. JailbreakHub1.BorderSizePixel = 0
  558. JailbreakHub1.Position = UDim2.new(0.358113736, 0, 0.1652143, 0)
  559. JailbreakHub1.Size = UDim2.new(0, 197, 0, 55)
  560. JailbreakHub1.Font = Enum.Font.SourceSans
  561. JailbreakHub1.Text = "Jailbreak Hub 1"
  562. JailbreakHub1.TextColor3 = Color3.fromRGB(255, 255, 255)
  563. JailbreakHub1.TextScaled = true
  564. JailbreakHub1.TextSize = 14.000
  565. JailbreakHub1.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  566. JailbreakHub1.TextWrapped = true
  567. JailbreakHub1.MouseButton1Down:Connect(function()
  568. loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Vynixius/main/Jailbreak/Script.lua"))()
  569. end)
  570.  
  571. GodMode.Name = "God Mode"
  572. GodMode.Parent = Main
  573. GodMode.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
  574. GodMode.BorderSizePixel = 0
  575. GodMode.Position = UDim2.new(0.358113736, 0, 0.12040633, 0)
  576. GodMode.Size = UDim2.new(0, 197, 0, 55)
  577. GodMode.Font = Enum.Font.SourceSans
  578. GodMode.Text = "God Mode"
  579. GodMode.TextColor3 = Color3.fromRGB(255, 255, 255)
  580. GodMode.TextScaled = true
  581. GodMode.TextSize = 14.000
  582. GodMode.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  583. GodMode.TextWrapped = true
  584. GodMode.MouseButton1Down:Connect(function()
  585. loadstring(game:HttpGet("https://raw.githubusercontent.com/Cesare0328/my-scripts/main/god%20mode%20jb.lua",true))()
  586. end)
  587.  
  588. literallydie.Name = "literally die"
  589. literallydie.Parent = Main
  590. literallydie.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
  591. literallydie.BorderSizePixel = 0
  592. literallydie.Position = UDim2.new(0.679050386, 0, 0.0758950785, 0)
  593. literallydie.Size = UDim2.new(0, 197, 0, 55)
  594. literallydie.Font = Enum.Font.SourceSans
  595. literallydie.Text = "literally die"
  596. literallydie.TextColor3 = Color3.fromRGB(255, 255, 255)
  597. literallydie.TextScaled = true
  598. literallydie.TextSize = 14.000
  599. literallydie.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  600. literallydie.TextWrapped = true
  601. literallydie.MouseButton1Down:Connect(function()
  602. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  603. end)
  604.  
  605. explodelol.Name = "explode lol"
  606. explodelol.Parent = Main
  607. explodelol.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
  608. explodelol.BorderSizePixel = 0
  609. explodelol.Position = UDim2.new(0.679050386, 0, 0.210733503, 0)
  610. explodelol.Size = UDim2.new(0, 197, 0, 55)
  611. explodelol.Font = Enum.Font.SourceSans
  612. explodelol.Text = "explode lol"
  613. explodelol.TextColor3 = Color3.fromRGB(255, 255, 255)
  614. explodelol.TextScaled = true
  615. explodelol.TextSize = 14.000
  616. explodelol.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  617. explodelol.TextWrapped = true
  618. explodelol.MouseButton1Down:Connect(function()
  619. -- Press E to explode yourself. (CLIENT SIDED, PEOPLE CAN'T SEE YOU EXPLODE ONLY DIE)
  620. local Humanoid = script.Parent:FindFirstChild("Humanoid")
  621. local Torso
  622. local UserInputService = game:GetService("UserInputService")
  623. local Key = Enum.KeyCode.E
  624. local Cooldown = 7
  625. local CooldownWaited = 0
  626.  
  627. function RigTypeCheck()
  628. if Humanoid.RigType == Enum.HumanoidRigType.R6 then
  629. Torso = Humanoid.Parent:FindFirstChild("Torso")
  630. elseif Humanoid.RigType == Enum.HumanoidRigType.R15 then
  631. Torso = Humanoid.Parent:FindFirstChild("LowerTorso")
  632. end
  633. end
  634.  
  635. RigTypeCheck()
  636.  
  637. UserInputService.InputBegan:Connect(function(Input)
  638. if Input.KeyCode == Key then
  639. if CooldownWaited <= 0 then
  640. local Explosion = Instance.new("Explosion", workspace)
  641. Explosion.Position = Torso.Position
  642. wait()
  643. Torso:Destroy()
  644. CooldownWaited = Cooldown
  645. elseif CooldownWaited > 0 then
  646. repeat
  647. wait(1)
  648. CooldownWaited = CooldownWaited - 1
  649. until CooldownWaited <= 0
  650. end
  651. end
  652. end)
  653. -- Ubicast
  654. end)
  655.  
  656. ClientSideF3X.Name = "ClientSide F3X"
  657. ClientSideF3X.Parent = Main
  658. ClientSideF3X.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
  659. ClientSideF3X.BorderSizePixel = 0
  660. ClientSideF3X.Position = UDim2.new(0.679050386, 0, 0.1652143, 0)
  661. ClientSideF3X.Size = UDim2.new(0, 197, 0, 55)
  662. ClientSideF3X.Font = Enum.Font.SourceSans
  663. ClientSideF3X.Text = "ClientSide F3X"
  664. ClientSideF3X.TextColor3 = Color3.fromRGB(255, 255, 255)
  665. ClientSideF3X.TextScaled = true
  666. ClientSideF3X.TextSize = 14.000
  667. ClientSideF3X.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  668. ClientSideF3X.TextWrapped = true
  669. ClientSideF3X.MouseButton1Down:Connect(function()
  670. loadstring(game:HttpGet('https://pastebin.com/raw/qDnmyMzf'))()
  671. end)
  672.  
  673. ClickTP.Name = "Click TP"
  674. ClickTP.Parent = Main
  675. ClickTP.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
  676. ClickTP.BorderSizePixel = 0
  677. ClickTP.Position = UDim2.new(0.679050386, 0, 0.12040633, 0)
  678. ClickTP.Size = UDim2.new(0, 197, 0, 55)
  679. ClickTP.Font = Enum.Font.SourceSans
  680. ClickTP.Text = "Click TP"
  681. ClickTP.TextColor3 = Color3.fromRGB(255, 255, 255)
  682. ClickTP.TextScaled = true
  683. ClickTP.TextSize = 14.000
  684. ClickTP.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  685. ClickTP.TextWrapped = true
  686. ClickTP.MouseButton1Down:Connect(function()
  687. mouse = game.Players.LocalPlayer:GetMouse()
  688. tool = Instance.new("Tool")
  689. tool.RequiresHandle = false
  690. tool.Name = "Click Teleport"
  691. tool.Activated:connect(function()
  692. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  693. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  694. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  695. end)
  696. tool.Parent = game.Players.LocalPlayer.Backpack
  697. end)
  698.  
  699. TestGUIV2.Name = "Test GUI V2"
  700. TestGUIV2.Parent = ScreenGui
  701. TestGUIV2.BackgroundColor3 = Color3.fromRGB(59, 59, 59)
  702. TestGUIV2.BorderSizePixel = 0
  703. TestGUIV2.Position = UDim2.new(0.25382933, 0, 0.283174634, 0)
  704. TestGUIV2.Size = UDim2.new(0, 701, 0, 50)
  705. TestGUIV2.Font = Enum.Font.SourceSans
  706. TestGUIV2.Text = "Test GUI V2"
  707. TestGUIV2.TextColor3 = Color3.fromRGB(255, 255, 255)
  708. TestGUIV2.TextScaled = true
  709. TestGUIV2.TextSize = 14.000
  710. TestGUIV2.TextWrapped = true
  711.  
  712. TextLabel.Parent = ScreenGui
  713. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  714. TextLabel.BorderSizePixel = 0
  715. TextLabel.Position = UDim2.new(0.25382933, 0, 0.354332834, 0)
  716. TextLabel.Size = UDim2.new(0, 718, 0, 7)
  717. TextLabel.Font = Enum.Font.SourceSans
  718. TextLabel.Text = ""
  719. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  720. TextLabel.TextScaled = true
  721. TextLabel.TextSize = 14.000
  722. TextLabel.TextWrapped = true
Add Comment
Please, Sign In to add comment