Advertisement
coz

f

coz
Jul 7th, 2020
522
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.18 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local GUI = Instance.new("ScreenGui")
  7. local OPEN = Instance.new("Frame")
  8. local Open = Instance.new("TextButton")
  9. local CORE = Instance.new("Frame")
  10. local CREDIT = Instance.new("Frame")
  11. local CREDIT_2 = Instance.new("Frame")
  12. local TextLabel = Instance.new("TextLabel")
  13. local Arsenal = Instance.new("TextButton")
  14. local Jailbreak = Instance.new("TextButton")
  15. local TowerofHell = Instance.new("TextButton")
  16. local PIGGY = Instance.new("TextButton")
  17. local Flicker = Instance.new("TextButton")
  18. local MadCity = Instance.new("TextButton")
  19. local FieldTripZ = Instance.new("TextButton")
  20. local NinjaLegends = Instance.new("TextButton")
  21. local Others = Instance.new("TextButton")
  22. local CLOSE = Instance.new("TextButton")
  23. local MyRestaurant = Instance.new("TextButton")
  24. local TPC = Instance.new("TextButton")
  25. local IJ = Instance.new("TextButton")
  26. local WalkSpeed = Instance.new("TextButton")
  27. local Noclip = Instance.new("TextButton")
  28. local GravityO = Instance.new("TextButton")
  29. local GravityF = Instance.new("TextButton")
  30. local TextLabel_2 = Instance.new("TextLabel")
  31. local Arsenal_2 = Instance.new("Frame")
  32. local TextLabel_3 = Instance.new("TextLabel")
  33. local TextButton = Instance.new("TextButton")
  34. local TextButton_2 = Instance.new("TextButton")
  35. local TextButton_3 = Instance.new("TextButton")
  36. local TextButton_4 = Instance.new("TextButton")
  37. local TextButton_5 = Instance.new("TextButton")
  38. local TextButton_6 = Instance.new("TextButton")
  39. local TextLabel_4 = Instance.new("TextLabel")
  40. local JAILBREAK = Instance.new("Frame")
  41. local TextLabel_5 = Instance.new("TextLabel")
  42. local AUTOFARM = Instance.new("TextButton")
  43. local WS = Instance.new("TextButton")
  44. local TextLabel_6 = Instance.new("TextLabel")
  45. local Noclip_2 = Instance.new("TextButton")
  46.  
  47. --Properties:
  48.  
  49. GUI.Name = "GUI"
  50. GUI.Parent = game.CoreGui
  51. GUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  52.  
  53. OPEN.Name = "OPEN"
  54. OPEN.Parent = GUI
  55. OPEN.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  56. OPEN.Position = UDim2.new(0, 0, 0.937710464, 0)
  57. OPEN.Size = UDim2.new(0, 100, 0, 37)
  58.  
  59. Open.Name = "Open"
  60. Open.Parent = OPEN
  61. Open.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  62. Open.BorderSizePixel = 0
  63. Open.Position = UDim2.new(0.0799999833, 0, 0, 0)
  64. Open.Size = UDim2.new(0, 83, 0, 37)
  65. Open.Font = Enum.Font.Highway
  66. Open.Text = "OPEN"
  67. Open.TextColor3 = Color3.fromRGB(255, 255, 255)
  68. Open.TextSize = 30.000
  69. Open.TextStrokeTransparency = -8.000
  70. Open.MouseButton1Down:connect(function()
  71. CORE.Visible = true
  72. Open.Visible = false
  73. end)
  74.  
  75. CORE.Name = "CORE"
  76. CORE.Parent = GUI
  77. CORE.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  78. CORE.Position = UDim2.new(0.128895178, 0, 0.297979802, 0)
  79. CORE.Size = UDim2.new(0, 445, 0, 253)
  80. CORE.SizeConstraint = Enum.SizeConstraint.RelativeYY
  81. CORE.Visible = false
  82. CORE.Draggable = true
  83.  
  84. CREDIT.Name = "CREDIT"
  85. CREDIT.Parent = CORE
  86. CREDIT.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  87. CREDIT.BorderSizePixel = 0
  88. CREDIT.Position = UDim2.new(0, 0, 0.924901187, 0)
  89. CREDIT.Size = UDim2.new(0, 445, 0, 19)
  90.  
  91. CREDIT_2.Name = "CREDIT"
  92. CREDIT_2.Parent = CORE
  93. CREDIT_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  94. CREDIT_2.BorderSizePixel = 0
  95. CREDIT_2.Size = UDim2.new(0, 445, 0, 32)
  96.  
  97. TextLabel.Parent = CREDIT_2
  98. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  99. TextLabel.BackgroundTransparency = 1.000
  100. TextLabel.Size = UDim2.new(0, 445, 0, 32)
  101. TextLabel.Font = Enum.Font.Gotham
  102. TextLabel.Text = "DARKFUNDER"
  103. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  104. TextLabel.TextSize = 30.000
  105. TextLabel.TextStrokeTransparency = 0.000
  106. TextLabel.TextWrapped = true
  107.  
  108. Arsenal.Name = "Arsenal"
  109. Arsenal.Parent = CORE
  110. Arsenal.BackgroundColor3 = Color3.fromRGB(255, 255, 10)
  111. Arsenal.Position = UDim2.new(0.0202247184, 0, 0.177865595, 0)
  112. Arsenal.Size = UDim2.new(0, 91, 0, 27)
  113. Arsenal.Font = Enum.Font.Gotham
  114. Arsenal.Text = "Arenal"
  115. Arsenal.TextColor3 = Color3.fromRGB(0, 0, 0)
  116. Arsenal.TextSize = 14.000
  117. Arsenal.MouseButton1Down:connect(function()
  118. Arsenal_2.Visible = true
  119. wait(5)
  120. Arsenal_2.Visible = false
  121. end)
  122.  
  123. Jailbreak.Name = "Jailbreak"
  124. Jailbreak.Parent = CORE
  125. Jailbreak.BackgroundColor3 = Color3.fromRGB(252, 1, 7)
  126. Jailbreak.Position = UDim2.new(0.0202247184, 0, 0.332015812, 0)
  127. Jailbreak.Size = UDim2.new(0, 91, 0, 27)
  128. Jailbreak.Font = Enum.Font.Highway
  129. Jailbreak.Text = "Jailbreak"
  130. Jailbreak.TextColor3 = Color3.fromRGB(0, 0, 0)
  131. Jailbreak.TextSize = 14.000
  132. Jailbreak.MouseButton1Down:connect(function()
  133. JAILBREAK.Visible = true
  134. wait(10)
  135. JAILBREAK.Visible = false
  136. end)
  137.  
  138. TowerofHell.Name = "Tower of Hell"
  139. TowerofHell.Parent = CORE
  140. TowerofHell.BackgroundColor3 = Color3.fromRGB(128, 0, 128)
  141. TowerofHell.Position = UDim2.new(0.0202247184, 0, 0.490118563, 0)
  142. TowerofHell.Size = UDim2.new(0, 91, 0, 27)
  143. TowerofHell.Font = Enum.Font.Highway
  144. TowerofHell.Text = "Tower Of Hell"
  145. TowerofHell.TextColor3 = Color3.fromRGB(0, 0, 0)
  146. TowerofHell.TextSize = 14.000
  147.  
  148. PIGGY.Name = "PIGGY"
  149. PIGGY.Parent = CORE
  150. PIGGY.BackgroundColor3 = Color3.fromRGB(253, 128, 8)
  151. PIGGY.Position = UDim2.new(0.0202247184, 0, 0.644268751, 0)
  152. PIGGY.Size = UDim2.new(0, 91, 0, 27)
  153. PIGGY.Font = Enum.Font.Highway
  154. PIGGY.Text = "PIGGY"
  155. PIGGY.TextColor3 = Color3.fromRGB(0, 0, 0)
  156. PIGGY.TextSize = 14.000
  157. PIGGY.MouseButton1Down:connect(function()
  158. loadstring(game:HttpGet(('https://raw.githubusercontent.com/lolpoppyus/Roblox-Lua/master/Piggy'),true))()
  159. end)
  160.  
  161. Flicker.Name = "Flicker"
  162. Flicker.Parent = CORE
  163. Flicker.BackgroundColor3 = Color3.fromRGB(252, 2, 255)
  164. Flicker.Position = UDim2.new(0.0202247184, 0, 0.790513873, 0)
  165. Flicker.Size = UDim2.new(0, 91, 0, 27)
  166. Flicker.Font = Enum.Font.Highway
  167. Flicker.Text = "Flicker"
  168. Flicker.TextColor3 = Color3.fromRGB(0, 0, 0)
  169. Flicker.TextSize = 14.000
  170. Flicker.MouseButton1Down:connect(function()
  171. loadstring(game:HttpGet(('https://pastebin.com/raw/dxwn1Hvz'),true))()
  172. end)
  173.  
  174.  
  175. MadCity.Name = "Mad City"
  176. MadCity.Parent = CORE
  177. MadCity.BackgroundColor3 = Color3.fromRGB(32, 255, 255)
  178. MadCity.Position = UDim2.new(0.269662917, 0, 0.332015812, 0)
  179. MadCity.Size = UDim2.new(0, 91, 0, 27)
  180. MadCity.Font = Enum.Font.Highway
  181. MadCity.Text = "Mad City"
  182. MadCity.TextColor3 = Color3.fromRGB(0, 0, 0)
  183. MadCity.TextSize = 14.000
  184. MadCity.MouseButton1Down:connect(function()
  185. loadstring(game:HttpGet("https://system-exodus.com/scripts/madlads/MadLads.lua",true))()
  186.  
  187. end)
  188.  
  189. FieldTripZ.Name = "Field Trip Z"
  190. FieldTripZ.Parent = CORE
  191. FieldTripZ.BackgroundColor3 = Color3.fromRGB(153, 102, 51)
  192. FieldTripZ.Position = UDim2.new(0.269662917, 0, 0.490118563, 0)
  193. FieldTripZ.Size = UDim2.new(0, 91, 0, 27)
  194. FieldTripZ.Font = Enum.Font.Highway
  195. FieldTripZ.Text = "Field Trip Z"
  196. FieldTripZ.TextColor3 = Color3.fromRGB(0, 0, 0)
  197. FieldTripZ.TextSize = 14.000
  198. FieldTripZ.MouseButton1Down:connect(function()
  199. loadstring(game:HttpGet("https://pastebin.com/raw/LrK9eJwB", true))()
  200.  
  201. end)
  202.  
  203. NinjaLegends.Name = "Ninja Legends"
  204. NinjaLegends.Parent = CORE
  205. NinjaLegends.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  206. NinjaLegends.Position = UDim2.new(0.269662917, 0, 0.644268751, 0)
  207. NinjaLegends.Size = UDim2.new(0, 91, 0, 27)
  208. NinjaLegends.Font = Enum.Font.Highway
  209. NinjaLegends.Text = "Ninja Legends"
  210. NinjaLegends.TextColor3 = Color3.fromRGB(0, 0, 0)
  211. NinjaLegends.TextSize = 14.000
  212. NinjaLegends.MouseButton1Down:connect(function()
  213. loadstring(game:HttpGet('https://system-exodus.com/scripts/ninjalegends/NinjaLegendsV3.lua',true))()
  214. end)
  215.  
  216. Others.Name = "Others"
  217. Others.Parent = CORE
  218. Others.BackgroundColor3 = Color3.fromRGB(253, 96, 60)
  219. Others.Position = UDim2.new(0.269662917, 0, 0.790513873, 0)
  220. Others.Size = UDim2.new(0, 91, 0, 27)
  221. Others.Font = Enum.Font.Highway
  222. Others.Text = "Troll"
  223. Others.TextColor3 = Color3.fromRGB(0, 0, 0)
  224. Others.TextSize = 14.000
  225. Others.MouseButton1Down:connect(function()
  226. loadstring(game:HttpGet(('https://pastebin.com/raw/YNkWWyAu'),true))()
  227. end)
  228.  
  229. CLOSE.Name = "CLOSE"
  230. CLOSE.Parent = CORE
  231. CLOSE.BackgroundColor3 = Color3.fromRGB(153, 102, 51)
  232. CLOSE.BorderSizePixel = 0
  233. CLOSE.Position = UDim2.new(0.800000012, 0, 0.924901187, 0)
  234. CLOSE.Size = UDim2.new(0, 89, 0, 19)
  235. CLOSE.Font = Enum.Font.SourceSans
  236. CLOSE.Text = "CLOSE"
  237. CLOSE.TextColor3 = Color3.fromRGB(255, 255, 255)
  238. CLOSE.TextSize = 22.000
  239. CLOSE.MouseButton1Down:connect(function()
  240. CORE.Visible = true
  241. end)
  242.  
  243. MyRestaurant.Name = "My Restaurant"
  244. MyRestaurant.Parent = CORE
  245. MyRestaurant.BackgroundColor3 = Color3.fromRGB(33, 255, 6)
  246. MyRestaurant.Position = UDim2.new(0.269662917, 0, 0.177865595, 0)
  247. MyRestaurant.Size = UDim2.new(0, 91, 0, 27)
  248. MyRestaurant.Font = Enum.Font.Highway
  249. MyRestaurant.Text = "My Restaurant"
  250. MyRestaurant.TextColor3 = Color3.fromRGB(0, 0, 0)
  251. MyRestaurant.TextSize = 14.000
  252. MyRestaurant.MouseButton1Down:connect(function()
  253. loadstring(game:HttpGet(('https://pastebin.com/raw/cbNnXMvj'),true))()
  254. end)
  255.  
  256. TPC.Name = "TPC"
  257. TPC.Parent = CORE
  258. TPC.BackgroundColor3 = Color3.fromRGB(253, 96, 60)
  259. TPC.Position = UDim2.new(0.570786536, 0, 0.719367564, 0)
  260. TPC.Size = UDim2.new(0, 66, 0, 45)
  261. TPC.Font = Enum.Font.Highway
  262. TPC.Text = "Click TP"
  263. TPC.TextColor3 = Color3.fromRGB(0, 0, 0)
  264. TPC.TextSize = 14.000
  265. TPC.MouseButton1Down:connect(function()
  266. loadstring(game:HttpGet(('https://pastebin.com/raw/eTDPKsSN'),true))()
  267. end)
  268.  
  269. IJ.Name = "IJ"
  270. IJ.Parent = CORE
  271. IJ.BackgroundColor3 = Color3.fromRGB(253, 96, 60)
  272. IJ.Position = UDim2.new(0.782022476, 0, 0.719367564, 0)
  273. IJ.Size = UDim2.new(0, 66, 0, 45)
  274. IJ.Font = Enum.Font.Highway
  275. IJ.Text = "INF JUMP"
  276. IJ.TextColor3 = Color3.fromRGB(0, 0, 0)
  277. IJ.TextSize = 14.000
  278. TPC.MouseButton1Down:connect(function()
  279. loadstring(game:HttpGet(('https://pastebin.com/raw/rN4p69LU'),true))()
  280. end)
  281.  
  282. WalkSpeed.Name = "WalkSpeed"
  283. WalkSpeed.Parent = CORE
  284. WalkSpeed.BackgroundColor3 = Color3.fromRGB(77, 65, 255)
  285. WalkSpeed.Position = UDim2.new(0.570786536, 0, 0.490118533, 0)
  286. WalkSpeed.Size = UDim2.new(0, 66, 0, 45)
  287. WalkSpeed.Font = Enum.Font.Highway
  288. WalkSpeed.Text = "WS (x)"
  289. WalkSpeed.TextColor3 = Color3.fromRGB(0, 0, 0)
  290. WalkSpeed.TextSize = 14.000
  291. WalkSpeed.MouseButton1Down:connect(function()
  292. local walkspeedplayer = game:GetService("Players").LocalPlayer
  293. local walkspeedmouse = walkspeedplayer:GetMouse()
  294.  
  295. local walkspeedenabled = false
  296.  
  297. function x_walkspeed(key)
  298. if (key == "x") then
  299. if walkspeedenabled == false then
  300. _G.WS = 100;
  301. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  302. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  303. Humanoid.WalkSpeed = _G.WS;
  304. end)
  305. Humanoid.WalkSpeed = _G.WS;
  306.  
  307. walkspeedenabled = true
  308. elseif walkspeedenabled == true then
  309. _G.WS = 20;
  310. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  311. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  312. Humanoid.WalkSpeed = _G.WS;
  313. end)
  314. Humanoid.WalkSpeed = _G.WS;
  315.  
  316. walkspeedenabled = false
  317. end
  318. end
  319. end
  320.  
  321. walkspeedmouse.KeyDown:connect(x_walkspeed)
  322.  
  323. end)
  324.  
  325. Noclip.Name = "Noclip"
  326. Noclip.Parent = CORE
  327. Noclip.BackgroundColor3 = Color3.fromRGB(188, 255, 92)
  328. Noclip.Position = UDim2.new(0.782022476, 0, 0.490118533, 0)
  329. Noclip.Size = UDim2.new(0, 66, 0, 45)
  330. Noclip.Font = Enum.Font.Highway
  331. Noclip.Text = "Noclip"
  332. Noclip.TextColor3 = Color3.fromRGB(0, 0, 0)
  333. Noclip.TextSize = 14.000
  334.  
  335. GravityO.Name = "Gravity O"
  336. GravityO.Parent = CORE
  337. GravityO.BackgroundColor3 = Color3.fromRGB(253, 96, 60)
  338. GravityO.Position = UDim2.new(0.570786536, 0, 0.332015812, 0)
  339. GravityO.Size = UDim2.new(0, 66, 0, 27)
  340. GravityO.Font = Enum.Font.Highway
  341. GravityO.Text = "Gravity On"
  342. GravityO.TextColor3 = Color3.fromRGB(0, 0, 0)
  343. GravityO.TextSize = 14.000
  344. GravityO.MouseButton1Down:connect(function()
  345. game.Workspace.Gravity = 196.2
  346. GravityOFF.Visible = true
  347. GravityON.Visible = true
  348. end)
  349.  
  350. GravityF.Name = "Gravity F"
  351. GravityF.Parent = CORE
  352. GravityF.BackgroundColor3 = Color3.fromRGB(253, 96, 60)
  353. GravityF.Position = UDim2.new(0.782022476, 0, 0.332015812, 0)
  354. GravityF.Size = UDim2.new(0, 66, 0, 27)
  355. GravityF.Font = Enum.Font.Highway
  356. GravityF.Text = "Gravity Off"
  357. GravityF.TextColor3 = Color3.fromRGB(0, 0, 0)
  358. GravityF.TextSize = 14.000
  359. GravityF.MouseButton1Down:connect(function()
  360. game.Workspace.Gravity = 35
  361. GravityOFF.Visible = true
  362. GravityON.Visible = true
  363. end)
  364.  
  365. TextLabel_2.Parent = CORE
  366. TextLabel_2.BackgroundColor3 = Color3.fromRGB(192, 184, 255)
  367. TextLabel_2.Position = UDim2.new(0.525842667, 0, 0.169960469, 0)
  368. TextLabel_2.Size = UDim2.new(0, 200, 0, 31)
  369. TextLabel_2.Font = Enum.Font.Highway
  370. TextLabel_2.Text = "LOCAL"
  371. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  372. TextLabel_2.TextSize = 14.000
  373.  
  374. Arsenal_2.Name = "Arsenal"
  375. Arsenal_2.Parent = GUI
  376. Arsenal_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  377. Arsenal_2.Position = UDim2.new(0.0226628892, 0, 0.444444448, 0)
  378. Arsenal_2.Size = UDim2.new(0, 297, 0, 199)
  379. Arsenal_2.Visible = false
  380. Arsenal_2.Draggable = true
  381.  
  382. TextLabel_3.Parent = Arsenal_2
  383. TextLabel_3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  384. TextLabel_3.Size = UDim2.new(0, 297, 0, 26)
  385. TextLabel_3.Font = Enum.Font.Highway
  386. TextLabel_3.Text = "ARSENAL"
  387. TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  388. TextLabel_3.TextSize = 14.000
  389.  
  390. TextButton.Parent = Arsenal_2
  391. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  392. TextButton.Position = UDim2.new(0.0471380465, 0, 0.266331673, 0)
  393. TextButton.Size = UDim2.new(0, 70, 0, 37)
  394. TextButton.Font = Enum.Font.Highway
  395. TextButton.Text = "SILENT AIM"
  396. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  397. TextButton.TextSize = 14.000
  398. TextButton.MouseButton1Down:connect(function()
  399. loadstring(game:HttpGet(('https://pastebin.com/raw/1zeMTpLJ'),true))()
  400. end)
  401.  
  402. TextButton_2.Parent = Arsenal_2
  403. TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  404. TextButton_2.Position = UDim2.new(0.0471380465, 0, 0.567839205, 0)
  405. TextButton_2.Size = UDim2.new(0, 70, 0, 37)
  406. TextButton_2.Font = Enum.Font.Highway
  407. TextButton_2.Text = "CRASH SER"
  408. TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  409. TextButton_2.TextSize = 14.000
  410. TextButton_2.MouseButton1Down:connect(function()
  411. loadstring(game:HttpGet("https://raw.githubusercontent.com/NougatBitz/ArsenalHaxx/master/TintenFisch.lua"))();
  412. end)
  413.  
  414. TextButton_3.Parent = Arsenal_2
  415. TextButton_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  416. TextButton_3.Position = UDim2.new(0.380471379, 0, 0.266331673, 0)
  417. TextButton_3.Size = UDim2.new(0, 70, 0, 37)
  418. TextButton_3.Font = Enum.Font.Highway
  419. TextButton_3.Text = "Give Kills"
  420. TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  421. TextButton_3.TextSize = 14.000
  422. TextButton_3.MouseButton1Down:connect(function()
  423. loadstring(game:HttpGet("https://pastebin.com/raw/N5CpFKmh", true))()
  424. end)
  425.  
  426.  
  427. TextButton_4.Parent = Arsenal_2
  428. TextButton_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  429. TextButton_4.Position = UDim2.new(0.380471379, 0, 0.567839205, 0)
  430. TextButton_4.Size = UDim2.new(0, 70, 0, 37)
  431. TextButton_4.Font = Enum.Font.Highway
  432. TextButton_4.Text = "AIM BOT V3 (LAGGY)"
  433. TextButton_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  434. TextButton_4.MouseButton1Down:connect(function()
  435. loadstring(game:HttpGet("https://raw.githubusercontent.com/NougatBitz/ArsenalHaxx/master/Script"))();
  436. end)
  437.  
  438. TextButton_5.Parent = Arsenal_2
  439. TextButton_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  440. TextButton_5.Position = UDim2.new(0.710437655, 0, 0.266331673, 0)
  441. TextButton_5.Size = UDim2.new(0, 70, 0, 37)
  442. TextButton_5.Font = Enum.Font.Highway
  443. TextButton_5.Text = "Auto Farm"
  444. TextButton_5.TextColor3 = Color3.fromRGB(0, 0, 0)
  445. TextButton_5.TextSize = 14.000
  446. TextButton_5.MouseButton1Down:connect(function()
  447. _G.on = true
  448. _G.Time = 2
  449.  
  450. loadstring(game:HttpGet("https://pastebin.com/raw/8ZsY63DQ"))();
  451. end)
  452.  
  453.  
  454. TextLabel_4.Parent = Arsenal_2
  455. TextLabel_4.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  456. TextLabel_4.Position = UDim2.new(0, 0, 0.869346738, 0)
  457. TextLabel_4.Size = UDim2.new(0, 297, 0, 26)
  458. TextLabel_4.Font = Enum.Font.Highway
  459. TextLabel_4.Text = "CREDIT TO ALL SCRIPTERS"
  460. TextLabel_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  461. TextLabel_4.TextSize = 14.000
  462.  
  463. JAILBREAK.Name = "JAILBREAK"
  464. JAILBREAK.Parent = GUI
  465. JAILBREAK.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  466. JAILBREAK.Position = UDim2.new(0.464589238, 0, 0.33164984, 0)
  467. JAILBREAK.Size = UDim2.new(0, 297, 0, 199)
  468. JAILBREAK.Visible = false
  469. JAILBREAK.Draggable = true
  470.  
  471. TextLabel_5.Parent = JAILBREAK
  472. TextLabel_5.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  473. TextLabel_5.Size = UDim2.new(0, 297, 0, 26)
  474. TextLabel_5.Font = Enum.Font.Highway
  475. TextLabel_5.Text = "Jailbreak"
  476. TextLabel_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  477. TextLabel_5.TextSize = 14.000
  478.  
  479. AUTOFARM.Name = "AUTO FARM"
  480. AUTOFARM.Parent = JAILBREAK
  481. AUTOFARM.BackgroundColor3 = Color3.fromRGB(255, 255, 10)
  482. AUTOFARM.Position = UDim2.new(0.289562285, 0, 0.261306524, 0)
  483. AUTOFARM.Size = UDim2.new(0, 125, 0, 68)
  484. AUTOFARM.Font = Enum.Font.Highway
  485. AUTOFARM.Text = "AUTO ROB"
  486. AUTOFARM.TextColor3 = Color3.fromRGB(0, 0, 0)
  487. AUTOFARM.TextSize = 20.000
  488. AUTOFARM.MouseButton1Down:connect(function()
  489. loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
  490.  
  491. end)
  492.  
  493. WS.Name = "WS"
  494. WS.Parent = JAILBREAK
  495. WS.BackgroundColor3 = Color3.fromRGB(38, 225, 112)
  496. WS.Position = UDim2.new(0.0538720638, 0, 0.638190925, 0)
  497. WS.Size = UDim2.new(0, 70, 0, 37)
  498. WS.Selected = true
  499. WS.Font = Enum.Font.Highway
  500. WS.Text = "WS (X)"
  501. WS.TextColor3 = Color3.fromRGB(0, 0, 0)
  502. WS.TextSize = 14.000
  503. WS.MouseButton1Down:connect(function()
  504. local walkspeedplayer = game:GetService("Players").LocalPlayer
  505. local walkspeedmouse = walkspeedplayer:GetMouse()
  506.  
  507. local walkspeedenabled = false
  508.  
  509. function x_walkspeed(key)
  510. if (key == "x") then
  511. if walkspeedenabled == false then
  512. _G.WS = 100;
  513. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  514. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  515. Humanoid.WalkSpeed = _G.WS;
  516. end)
  517. Humanoid.WalkSpeed = _G.WS;
  518.  
  519. walkspeedenabled = true
  520. elseif walkspeedenabled == true then
  521. _G.WS = 20;
  522. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  523. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  524. Humanoid.WalkSpeed = _G.WS;
  525. end)
  526. Humanoid.WalkSpeed = _G.WS;
  527.  
  528. walkspeedenabled = false
  529. end
  530. end
  531. end
  532.  
  533. walkspeedmouse.KeyDown:connect(x_walkspeed)
  534.  
  535. end)
  536.  
  537. TextLabel_6.Parent = JAILBREAK
  538. TextLabel_6.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  539. TextLabel_6.Position = UDim2.new(0, 0, 0.869346738, 0)
  540. TextLabel_6.Size = UDim2.new(0, 297, 0, 26)
  541. TextLabel_6.Font = Enum.Font.Highway
  542. TextLabel_6.Text = "CREDIT TO ALL SCRIPTERS"
  543. TextLabel_6.TextColor3 = Color3.fromRGB(255, 255, 255)
  544. TextLabel_6.TextSize = 14.000
  545.  
  546. Noclip_2.Name = "Noclip"
  547. Noclip_2.Parent = JAILBREAK
  548. Noclip_2.BackgroundColor3 = Color3.fromRGB(33, 255, 205)
  549. Noclip_2.Position = UDim2.new(0.73737365, 0, 0.638190925, 0)
  550. Noclip_2.Size = UDim2.new(0, 70, 0, 37)
  551. Noclip_2.Font = Enum.Font.Garamond
  552. Noclip_2.Text = "Noclip"
  553. Noclip_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  554. Noclip_2.TextSize = 14.000
  555.  
  556. Noclip.MouseButton1Click:connect(function()
  557. game:GetService('RunService').Stepped:connect(function()
  558. game.Players.LocalPlayer.Character.Head.CanCollide = false
  559. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  560. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  561. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  562. end)
  563. end)
  564.  
  565. Noclip_2.MouseButton1Click:connect(function()
  566. game:GetService('RunService').Stepped:connect(function()
  567. game.Players.LocalPlayer.Character.Head.CanCollide = false
  568. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  569. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  570. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  571. end)
  572. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement