Advertisement
vaux19

Untitled

Mar 27th, 2020 (edited)
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.50 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local Frame_2 = Instance.new("Frame")
  9. local Open = Instance.new("TextButton")
  10. local HACK = Instance.new("Frame")
  11. local dadada = Instance.new("Frame")
  12. local Vip = Instance.new("TextButton")
  13. local OffOn = Instance.new("TextLabel")
  14. local YTschoka = Instance.new("TextLabel")
  15. local ImageLabel = Instance.new("ImageLabel")
  16. local Close = Instance.new("TextButton")
  17. local Megavip = Instance.new("TextButton")
  18. local ImageLabel_2 = Instance.new("ImageLabel")
  19. local OffOn1 = Instance.new("TextLabel")
  20. local AfkWins = Instance.new("TextButton")
  21. local OffOn2 = Instance.new("TextLabel")
  22. local ImageLabel_3 = Instance.new("ImageLabel")
  23. local Coins = Instance.new("TextButton")
  24. local ImageLabel_4 = Instance.new("ImageLabel")
  25. local OffOn3 = Instance.new("TextLabel")
  26. local Coming = Instance.new("TextButton")
  27. local ImageLabel_5 = Instance.new("ImageLabel")
  28. local OffOn4 = Instance.new("TextLabel")
  29. local TextLabel = Instance.new("TextLabel")
  30. local Frame1 = Instance.new("Frame")
  31. local Frame_3 = Instance.new("Frame")
  32. local Open_2 = Instance.new("TextButton")
  33. local MORE = Instance.new("Frame")
  34. local dadada_2 = Instance.new("Frame")
  35. local Noclip = Instance.new("TextButton")
  36. local OffOn4_2 = Instance.new("TextLabel")
  37. local YTschoka_2 = Instance.new("TextLabel")
  38. local ImageLabel_6 = Instance.new("ImageLabel")
  39. local SizeCostum = Instance.new("TextBox")
  40. local Close1 = Instance.new("TextButton")
  41. local Range = Instance.new("TextButton")
  42. local ImageLabel_7 = Instance.new("ImageLabel")
  43. local OffOn5 = Instance.new("TextLabel")
  44. local Jump = Instance.new("TextButton")
  45. local OffOn7 = Instance.new("TextLabel")
  46. local ImageLabel_8 = Instance.new("ImageLabel")
  47. local NoclipPlayer = Instance.new("TextBox")
  48. local Esp = Instance.new("TextButton")
  49. local ImageLabel_9 = Instance.new("ImageLabel")
  50. local OffOn6 = Instance.new("TextLabel")
  51. local TextLabel_2 = Instance.new("TextLabel")
  52. local Frame1_2 = Instance.new("Frame")
  53. local Frame_4 = Instance.new("Frame")
  54. local dadada_3 = Instance.new("Frame")
  55. local Open_3 = Instance.new("TextButton")
  56. local Attack = Instance.new("Frame")
  57. local Booster = Instance.new("TextButton")
  58. local OffOn8 = Instance.new("TextLabel")
  59. local YTschoka_3 = Instance.new("TextLabel")
  60. local ImageLabel_10 = Instance.new("ImageLabel")
  61. local NormalBooster = Instance.new("TextBox")
  62. local Close1_2 = Instance.new("TextButton")
  63. local NormalBooster_2 = Instance.new("TextButton")
  64. local ImageLabel_11 = Instance.new("ImageLabel")
  65. local BoosterKeybind = Instance.new("TextBox")
  66. local OffOn9 = Instance.new("TextLabel")
  67. local TextLabel_3 = Instance.new("TextLabel")
  68.  
  69. --Properties:
  70.  
  71. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  72. ScreenGui.Parent = game.CoreGui
  73.  
  74. Frame.Parent = ScreenGui
  75. Frame.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
  76. Frame.BorderSizePixel = 0
  77. Frame.Position = UDim2.new(0.0937692821, 0, 0.157330155, 0)
  78. Frame.Size = UDim2.new(0, 139, 0, 38)
  79.  
  80. Frame_2.Parent = Frame
  81. Frame_2.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  82. Frame_2.BorderSizePixel = 0
  83. Frame_2.Position = UDim2.new(0, 0, 0.842105269, 0)
  84. Frame_2.Size = UDim2.new(0, 139, 0, 6)
  85.  
  86. Open.Name = "Open"
  87. Open.Parent = Frame
  88. Open.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  89. Open.BackgroundTransparency = 1.000
  90. Open.Position = UDim2.new(0.755395651, 0, -0.342105269, 0)
  91. Open.Size = UDim2.new(0, 40, 0, 45)
  92. Open.Font = Enum.Font.Cartoon
  93. Open.Text = "+"
  94. Open.TextColor3 = Color3.fromRGB(255, 255, 255)
  95. Open.TextScaled = true
  96. Open.TextSize = 25.000
  97. Open.TextWrapped = true
  98. Open.MouseButton1Click:connect(function()
  99. HACK.Visible = true
  100. end)
  101.  
  102. HACK.Name = "HACK"
  103. HACK.Parent = Frame
  104. HACK.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
  105. HACK.BorderSizePixel = 0
  106. HACK.Position = UDim2.new(0, 0, 1.65789473, 0)
  107. HACK.Size = UDim2.new(0, 139, 0, 388)
  108. HACK.Draggable = true
  109. HACK.Active = true
  110. HACK.Visible = false
  111.  
  112. dadada.Name = "dadada"
  113. dadada.Parent = HACK
  114. dadada.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  115. dadada.BorderSizePixel = 0
  116. dadada.Position = UDim2.new(0, 0, 0.998687506, 0)
  117. dadada.Size = UDim2.new(0, 139, 0, 6)
  118.  
  119. Vip.Name = "Vip"
  120. Vip.Parent = HACK
  121. Vip.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  122. Vip.BorderSizePixel = 0
  123. Vip.Position = UDim2.new(0.0431654677, 0, 0.0942408368, 0)
  124. Vip.Size = UDim2.new(0, 80, 0, 34)
  125. Vip.Font = Enum.Font.Cartoon
  126. Vip.Text = "Vip"
  127. Vip.TextColor3 = Color3.fromRGB(255, 255, 255)
  128. Vip.TextSize = 25.000
  129. Vip.TextWrapped = true
  130. Vip.MouseButton1Click:connect(function()
  131. OffOn.Text = "Off"
  132. wait(1)
  133. OffOn.Text = "On"
  134. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-0.536050022, 264, -60.1360474)
  135. end)
  136.  
  137. OffOn.Name = "Off/On"
  138. OffOn.Parent = HACK
  139. OffOn.BackgroundColor3 = Color3.fromRGB(190, 63, 0)
  140. OffOn.BackgroundTransparency = 1.000
  141. OffOn.Position = UDim2.new(0.618705034, 0, 0.0942408368, 0)
  142. OffOn.Size = UDim2.new(0, 53, 0, 34)
  143. OffOn.Font = Enum.Font.Cartoon
  144. OffOn.Text = "Off"
  145. OffOn.TextColor3 = Color3.fromRGB(255, 255, 255)
  146. OffOn.TextSize = 20.000
  147.  
  148. YTschoka.Name = "YTschoka"
  149. YTschoka.Parent = HACK
  150. YTschoka.BackgroundColor3 = Color3.fromRGB(190, 63, 0)
  151. YTschoka.BackgroundTransparency = 1.000
  152. YTschoka.Position = UDim2.new(0.050359726, 0, 0.868070066, 0)
  153. YTschoka.Size = UDim2.new(0, 124, 0, 34)
  154. YTschoka.Font = Enum.Font.Cartoon
  155. YTschoka.Text = "YTschoka"
  156. YTschoka.TextColor3 = Color3.fromRGB(255, 255, 255)
  157. YTschoka.TextSize = 25.000
  158.  
  159. ImageLabel.Parent = HACK
  160. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  161. ImageLabel.BackgroundTransparency = 1.000
  162. ImageLabel.Position = UDim2.new(0.618705034, 0, 0.0705843344, 0)
  163. ImageLabel.Size = UDim2.new(0, 53, 0, 52)
  164. ImageLabel.Image = "http://www.roblox.com/asset/?id=6264280559"
  165. ImageLabel.ImageColor3 = Color3.fromRGB(255, 170, 0)
  166.  
  167. Close.Name = "Close"
  168. Close.Parent = HACK
  169. Close.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  170. Close.BorderSizePixel = 0
  171. Close.Position = UDim2.new(0.359712064, 0, 0.778841376, 0)
  172. Close.Size = UDim2.new(0, 80, 0, 34)
  173. Close.Font = Enum.Font.Cartoon
  174. Close.Text = "Close Gui"
  175. Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  176. Close.TextSize = 25.000
  177. Close.TextWrapped = true
  178. Close.MouseButton1Click:connect(function()
  179. HACK.Visible = false
  180. end)
  181. Megavip.Name = "Mega vip"
  182. Megavip.Parent = HACK
  183. Megavip.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  184. Megavip.BorderSizePixel = 0
  185. Megavip.Position = UDim2.new(0.0431654677, 0, 0.222611964, 0)
  186. Megavip.Size = UDim2.new(0, 80, 0, 34)
  187. Megavip.Font = Enum.Font.Cartoon
  188. Megavip.Text = "Mega Vip"
  189. Megavip.TextColor3 = Color3.fromRGB(255, 255, 255)
  190. Megavip.TextSize = 25.000
  191. Megavip.TextWrapped = true
  192. Megavip.MouseButton1Click:connect(function()
  193. OffOn1.Text = "Off"
  194. wait(1)
  195. OffOn1.Text = "On"
  196. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-0.124740824, 264, 60.7365799)
  197. end)
  198.  
  199. ImageLabel_2.Parent = HACK
  200. ImageLabel_2.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  201. ImageLabel_2.BackgroundTransparency = 1.000
  202. ImageLabel_2.Position = UDim2.new(0.618705094, 0, 0.198955476, 0)
  203. ImageLabel_2.Size = UDim2.new(0, 53, 0, 52)
  204. ImageLabel_2.Image = "http://www.roblox.com/asset/?id=6264280559"
  205. ImageLabel_2.ImageColor3 = Color3.fromRGB(255, 170, 0)
  206.  
  207. OffOn1.Name = "Off/On1"
  208. OffOn1.Parent = HACK
  209. OffOn1.BackgroundColor3 = Color3.fromRGB(190, 63, 0)
  210. OffOn1.BackgroundTransparency = 1.000
  211. OffOn1.Position = UDim2.new(0.618705034, 0, 0.222611964, 0)
  212. OffOn1.Size = UDim2.new(0, 53, 0, 34)
  213. OffOn1.Font = Enum.Font.Cartoon
  214. OffOn1.Text = "Off"
  215. OffOn1.TextColor3 = Color3.fromRGB(255, 255, 255)
  216. OffOn1.TextSize = 20.000
  217.  
  218. AfkWins.Name = "Afk Wins"
  219. AfkWins.Parent = HACK
  220. AfkWins.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  221. AfkWins.BorderSizePixel = 0
  222. AfkWins.Position = UDim2.new(0.0431654677, 0, 0.372096539, 0)
  223. AfkWins.Size = UDim2.new(0, 80, 0, 34)
  224. AfkWins.Font = Enum.Font.Cartoon
  225. AfkWins.Text = "Afk"
  226. AfkWins.TextColor3 = Color3.fromRGB(255, 255, 255)
  227. AfkWins.TextSize = 25.000
  228. AfkWins.TextWrapped = true
  229. AfkWins.MouseButton1Click:connect(function()
  230. OffOn3.Text = "Off"
  231. wait(1)
  232. OffOn3.Text = "On"
  233. while true do
  234. wait(0.3)
  235. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-46.9946022, 13.1556273, 10.6785765)
  236. end
  237. end)
  238.  
  239. OffOn2.Name = "Off/On2"
  240. OffOn2.Parent = HACK
  241. OffOn2.BackgroundColor3 = Color3.fromRGB(190, 63, 0)
  242. OffOn2.BackgroundTransparency = 1.000
  243. OffOn2.Position = UDim2.new(0.618705034, 0, 0.519003749, 0)
  244. OffOn2.Size = UDim2.new(0, 53, 0, 34)
  245. OffOn2.Font = Enum.Font.Cartoon
  246. OffOn2.Text = "Off"
  247. OffOn2.TextColor3 = Color3.fromRGB(255, 255, 255)
  248. OffOn2.TextSize = 20.000
  249.  
  250. ImageLabel_3.Parent = HACK
  251. ImageLabel_3.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  252. ImageLabel_3.BackgroundTransparency = 1.000
  253. ImageLabel_3.Position = UDim2.new(0.618705094, 0, 0.348440021, 0)
  254. ImageLabel_3.Size = UDim2.new(0, 53, 0, 52)
  255. ImageLabel_3.Image = "http://www.roblox.com/asset/?id=6264280559"
  256. ImageLabel_3.ImageColor3 = Color3.fromRGB(255, 170, 0)
  257.  
  258. Coins.Name = "Coins"
  259. Coins.Parent = HACK
  260. Coins.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  261. Coins.BorderSizePixel = 0
  262. Coins.Position = UDim2.new(0.0503597111, 0, 0.516426444, 0)
  263. Coins.Size = UDim2.new(0, 80, 0, 34)
  264. Coins.Font = Enum.Font.Cartoon
  265. Coins.Text = "Coins"
  266. Coins.TextColor3 = Color3.fromRGB(255, 255, 255)
  267. Coins.TextSize = 25.000
  268. Coins.TextWrapped = true
  269. Coins.MouseButton1Click:connect(function()
  270. OffOn2.Text = "Off"
  271. wait(1)
  272. OffOn2.Text = "On"
  273. local cpos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  274.  
  275. local stuff = workspace:getDescendants()
  276. for i=1,#stuff do
  277. if stuff[i].Name == "Block" and stuff[i].Parent.Name == "Ores" then
  278. repeat
  279. wait()
  280. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = stuff[i].CFrame
  281. game.Players.LocalPlayer.Character.Axe.RemoteEvent:FireServer(stuff[i])
  282. until stuff[i].Name ~= "Block" or not game.Players.LocalPlayer.Character:findFirstChild("Axe")
  283. end
  284. end
  285.  
  286. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = cpos
  287. end)
  288.  
  289. ImageLabel_4.Parent = HACK
  290. ImageLabel_4.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  291. ImageLabel_4.BackgroundTransparency = 1.000
  292. ImageLabel_4.Position = UDim2.new(0.625899315, 0, 0.495347202, 0)
  293. ImageLabel_4.Size = UDim2.new(0, 53, 0, 52)
  294. ImageLabel_4.Image = "http://www.roblox.com/asset/?id=6264280559"
  295. ImageLabel_4.ImageColor3 = Color3.fromRGB(255, 170, 0)
  296.  
  297. OffOn3.Name = "Off/On3"
  298. OffOn3.Parent = HACK
  299. OffOn3.BackgroundColor3 = Color3.fromRGB(190, 63, 0)
  300. OffOn3.BackgroundTransparency = 1.000
  301. OffOn3.Position = UDim2.new(0.618705034, 0, 0.372096568, 0)
  302. OffOn3.Size = UDim2.new(0, 53, 0, 34)
  303. OffOn3.Font = Enum.Font.Cartoon
  304. OffOn3.Text = "Off"
  305. OffOn3.TextColor3 = Color3.fromRGB(255, 255, 255)
  306. OffOn3.TextSize = 20.000
  307.  
  308. Coming.Name = "Coming"
  309. Coming.Parent = HACK
  310. Coming.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  311. Coming.BorderSizePixel = 0
  312. Coming.Position = UDim2.new(0.0431654677, 0, 0.647869706, 0)
  313. Coming.Size = UDim2.new(0, 80, 0, 34)
  314. Coming.Font = Enum.Font.Cartoon
  315. Coming.Text = "Coming"
  316. Coming.TextColor3 = Color3.fromRGB(255, 255, 255)
  317. Coming.TextSize = 25.000
  318. Coming.TextWrapped = true
  319.  
  320. ImageLabel_5.Parent = HACK
  321. ImageLabel_5.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  322. ImageLabel_5.BackgroundTransparency = 1.000
  323. ImageLabel_5.Position = UDim2.new(0.625899315, 0, 0.624213159, 0)
  324. ImageLabel_5.Size = UDim2.new(0, 53, 0, 52)
  325. ImageLabel_5.Image = "http://www.roblox.com/asset/?id=6264280559"
  326. ImageLabel_5.ImageColor3 = Color3.fromRGB(255, 170, 0)
  327.  
  328. OffOn4.Name = "Off/On4"
  329. OffOn4.Parent = HACK
  330. OffOn4.BackgroundColor3 = Color3.fromRGB(190, 63, 0)
  331. OffOn4.BackgroundTransparency = 1.000
  332. OffOn4.Position = UDim2.new(0.618705034, 0, 0.647869766, 0)
  333. OffOn4.Size = UDim2.new(0, 53, 0, 34)
  334. OffOn4.Font = Enum.Font.Cartoon
  335. OffOn4.Text = "Off"
  336. OffOn4.TextColor3 = Color3.fromRGB(255, 255, 255)
  337. OffOn4.TextSize = 20.000
  338.  
  339. TextLabel.Parent = Frame
  340. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  341. TextLabel.BackgroundTransparency = 1.000
  342. TextLabel.Size = UDim2.new(0, 139, 0, 32)
  343. TextLabel.Font = Enum.Font.Cartoon
  344. TextLabel.Text = "Skywars"
  345. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  346. TextLabel.TextSize = 25.000
  347. TextLabel.TextWrapped = true
  348.  
  349. Frame1.Name = "Frame1"
  350. Frame1.Parent = ScreenGui
  351. Frame1.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
  352. Frame1.BorderSizePixel = 0
  353. Frame1.Position = UDim2.new(0.217149913, 0, 0.157330155, 0)
  354. Frame1.Size = UDim2.new(0, 139, 0, 38)
  355.  
  356. Frame_3.Parent = Frame1
  357. Frame_3.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  358. Frame_3.BorderSizePixel = 0
  359. Frame_3.Position = UDim2.new(0, 0, 0.842105269, 0)
  360. Frame_3.Size = UDim2.new(0, 139, 0, 6)
  361.  
  362. Open_2.Name = "Open"
  363. Open_2.Parent = Frame1
  364. Open_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  365. Open_2.BackgroundTransparency = 1.000
  366. Open_2.Position = UDim2.new(0.755395651, 0, -0.342105269, 0)
  367. Open_2.Size = UDim2.new(0, 40, 0, 45)
  368. Open_2.Font = Enum.Font.Cartoon
  369. Open_2.Text = "+"
  370. Open_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  371. Open_2.TextScaled = true
  372. Open_2.TextSize = 25.000
  373. Open_2.TextWrapped = true
  374. Open_2.MouseButton1Click:connect(function()
  375. MORE.Visible = true
  376. end)
  377.  
  378. MORE.Name = "MORE"
  379. MORE.Parent = Frame1
  380. MORE.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
  381. MORE.BorderSizePixel = 0
  382. MORE.Position = UDim2.new(0, 0, 1.65789473, 0)
  383. MORE.Size = UDim2.new(0, 139, 0, 419)
  384. MORE.Draggable = true
  385. MORE.Active = true
  386. MORE.Visible = false
  387.  
  388. dadada_2.Name = "dadada"
  389. dadada_2.Parent = MORE
  390. dadada_2.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  391. dadada_2.BorderSizePixel = 0
  392. dadada_2.Position = UDim2.new(0, 0, 0.998687506, 0)
  393. dadada_2.Size = UDim2.new(0, 139, 0, 6)
  394.  
  395. Noclip.Name = "Noclip"
  396. Noclip.Parent = MORE
  397. Noclip.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  398. Noclip.BorderSizePixel = 0
  399. Noclip.Position = UDim2.new(0.0503597111, 0, 0.0942408368, 0)
  400. Noclip.Size = UDim2.new(0, 80, 0, 34)
  401. Noclip.Font = Enum.Font.Cartoon
  402. Noclip.Text = "Noclip"
  403. Noclip.TextColor3 = Color3.fromRGB(255, 255, 255)
  404. Noclip.TextSize = 25.000
  405. Noclip.TextWrapped = true
  406. Noclip.MouseButton1Click:connect(function()
  407. local Victim = NoclipPlayer.Text
  408. noclip = false
  409. game:GetService('RunService').Stepped:Connect(function()
  410. if noclip then
  411. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  412.  
  413. end
  414. end)
  415.  
  416. local p = game.Players.LocalPlayer
  417. local mo = p:GetMouse()
  418.  
  419. mo.KeyDown:Connect(function(k)
  420. if k == Victim then
  421. noclip = not noclip
  422. p.Character.Humanoid:ChangeState(11)
  423. end
  424. end)
  425. end)
  426.  
  427. OffOn4_2.Name = "Off/On4"
  428. OffOn4_2.Parent = MORE
  429. OffOn4_2.BackgroundColor3 = Color3.fromRGB(190, 63, 0)
  430. OffOn4_2.BackgroundTransparency = 1.000
  431. OffOn4_2.Position = UDim2.new(0.625899255, 0, 0.0942408368, 0)
  432. OffOn4_2.Size = UDim2.new(0, 53, 0, 34)
  433. OffOn4_2.Font = Enum.Font.Cartoon
  434. OffOn4_2.Text = "Off"
  435. OffOn4_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  436. OffOn4_2.TextSize = 20.000
  437.  
  438. YTschoka_2.Name = "YTschoka"
  439. YTschoka_2.Parent = MORE
  440. YTschoka_2.BackgroundColor3 = Color3.fromRGB(190, 63, 0)
  441. YTschoka_2.BackgroundTransparency = 1.000
  442. YTschoka_2.Position = UDim2.new(0.050359726, 0, 0.868070066, 0)
  443. YTschoka_2.Size = UDim2.new(0, 124, 0, 34)
  444. YTschoka_2.Font = Enum.Font.Cartoon
  445. YTschoka_2.Text = "YTschoka"
  446. YTschoka_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  447. YTschoka_2.TextSize = 25.000
  448.  
  449. ImageLabel_6.Parent = MORE
  450. ImageLabel_6.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  451. ImageLabel_6.BackgroundTransparency = 1.000
  452. ImageLabel_6.Position = UDim2.new(0.625899434, 0, 0.0705843344, 0)
  453. ImageLabel_6.Size = UDim2.new(0, 53, 0, 52)
  454. ImageLabel_6.Image = "http://www.roblox.com/asset/?id=6264280559"
  455. ImageLabel_6.ImageColor3 = Color3.fromRGB(255, 170, 0)
  456.  
  457. SizeCostum.Name = "SizeCostum"
  458. SizeCostum.Parent = MORE
  459. SizeCostum.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  460. SizeCostum.BorderSizePixel = 0
  461. SizeCostum.Position = UDim2.new(0.0499997139, 0, 0.579609632, 0)
  462. SizeCostum.Size = UDim2.new(0, 124, 0, 34)
  463. SizeCostum.Font = Enum.Font.Cartoon
  464. SizeCostum.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  465. SizeCostum.PlaceholderText = "Size"
  466. SizeCostum.Text = ""
  467. SizeCostum.TextColor3 = Color3.fromRGB(255, 255, 255)
  468. SizeCostum.TextSize = 25.000
  469.  
  470. Close1.Name = "Close1"
  471. Close1.Parent = MORE
  472. Close1.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  473. Close1.BorderSizePixel = 0
  474. Close1.Position = UDim2.new(0.359712064, 0, 0.778841376, 0)
  475. Close1.Size = UDim2.new(0, 80, 0, 34)
  476. Close1.Font = Enum.Font.Cartoon
  477. Close1.Text = "Close Gui"
  478. Close1.TextColor3 = Color3.fromRGB(255, 255, 255)
  479. Close1.TextSize = 25.000
  480. Close1.TextWrapped = true
  481. Close1.MouseButton1Click:connect(function()
  482. MORE.Visible = false
  483. end)
  484.  
  485. Range.Name = "Range"
  486. Range.Parent = MORE
  487. Range.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  488. Range.BorderSizePixel = 0
  489. Range.Position = UDim2.new(0.050359726, 0, 0.475595236, 0)
  490. Range.Size = UDim2.new(0, 80, 0, 34)
  491. Range.Font = Enum.Font.Cartoon
  492. Range.Text = "Range"
  493. Range.TextColor3 = Color3.fromRGB(255, 255, 255)
  494. Range.TextSize = 25.000
  495. Range.TextWrapped = true
  496. Range.MouseButton1Click:connect(function()
  497. OffOn6.Text = "Off"
  498. wait(1)
  499. OffOn6.Text = "On"
  500. local Victim = SizeCostum.Text
  501. _G.HeadSize = Victim
  502. _G.Disabled = true
  503.  
  504. game:GetService('RunService').RenderStepped:connect(function()
  505. if _G.Disabled then
  506. for i,v in next, game:GetService('Players'):GetPlayers() do
  507. if v.Name ~= game:GetService('Players').LocalPlayer.Name then
  508. pcall(function()
  509. v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
  510. v.Character.HumanoidRootPart.Transparency = 1
  511. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really blue")
  512. v.Character.HumanoidRootPart.Material = "Neon"
  513. v.Character.HumanoidRootPart.CanCollide = false
  514. end)
  515. end
  516. end
  517. end
  518. end)
  519. end)
  520. ImageLabel_7.Parent = MORE
  521. ImageLabel_7.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  522. ImageLabel_7.BackgroundTransparency = 1.000
  523. ImageLabel_7.Position = UDim2.new(0.625899315, 0, 0.456712037, 0)
  524. ImageLabel_7.Size = UDim2.new(0, 53, 0, 52)
  525. ImageLabel_7.Image = "http://www.roblox.com/asset/?id=6264280559"
  526. ImageLabel_7.ImageColor3 = Color3.fromRGB(255, 170, 0)
  527.  
  528. OffOn5.Name = "Off/On5"
  529. OffOn5.Parent = MORE
  530. OffOn5.BackgroundColor3 = Color3.fromRGB(190, 63, 0)
  531. OffOn5.BackgroundTransparency = 1.000
  532. OffOn5.Position = UDim2.new(0.625899315, 0, 0.320464015, 0)
  533. OffOn5.Size = UDim2.new(0, 53, 0, 34)
  534. OffOn5.Font = Enum.Font.Cartoon
  535. OffOn5.Text = "Off"
  536. OffOn5.TextColor3 = Color3.fromRGB(255, 255, 255)
  537. OffOn5.TextSize = 20.000
  538.  
  539. Jump.Name = "Jump"
  540. Jump.Parent = MORE
  541. Jump.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  542. Jump.BorderSizePixel = 0
  543. Jump.Position = UDim2.new(0.0431654453, 0, 0.322167844, 0)
  544. Jump.Size = UDim2.new(0, 80, 0, 34)
  545. Jump.Font = Enum.Font.Cartoon
  546. Jump.Text = "Jump"
  547. Jump.TextColor3 = Color3.fromRGB(255, 255, 255)
  548. Jump.TextSize = 25.000
  549. Jump.TextWrapped = true
  550. Jump.MouseButton1Click:connect(function()
  551. OffOn5.Text = "Off"
  552. wait(1)
  553. OffOn5.Text = "On"
  554. game:GetService("UserInputService").JumpRequest:connect(function()
  555. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  556. end)
  557. end)
  558.  
  559. OffOn7.Name = "Off/On7"
  560. OffOn7.Parent = MORE
  561. OffOn7.BackgroundColor3 = Color3.fromRGB(190, 63, 0)
  562. OffOn7.BackgroundTransparency = 1.000
  563. OffOn7.Position = UDim2.new(0.618705094, 0, 0.680163026, 0)
  564. OffOn7.Size = UDim2.new(0, 53, 0, 34)
  565. OffOn7.Font = Enum.Font.Cartoon
  566. OffOn7.Text = "Off"
  567. OffOn7.TextColor3 = Color3.fromRGB(255, 255, 255)
  568. OffOn7.TextSize = 20.000
  569.  
  570. ImageLabel_8.Parent = MORE
  571. ImageLabel_8.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  572. ImageLabel_8.BackgroundTransparency = 1.000
  573. ImageLabel_8.Position = UDim2.new(0.625899315, 0, 0.298511326, 0)
  574. ImageLabel_8.Size = UDim2.new(0, 53, 0, 52)
  575. ImageLabel_8.Image = "http://www.roblox.com/asset/?id=6264280559"
  576. ImageLabel_8.ImageColor3 = Color3.fromRGB(255, 170, 0)
  577.  
  578. NoclipPlayer.Name = "NoclipPlayer"
  579. NoclipPlayer.Parent = MORE
  580. NoclipPlayer.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  581. NoclipPlayer.BorderSizePixel = 0
  582. NoclipPlayer.Position = UDim2.new(0.0500000343, 0, 0.203560829, 0)
  583. NoclipPlayer.Size = UDim2.new(0, 124, 0, 34)
  584. NoclipPlayer.Font = Enum.Font.Cartoon
  585. NoclipPlayer.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  586. NoclipPlayer.PlaceholderText = "Keybind"
  587. NoclipPlayer.Text = ""
  588. NoclipPlayer.TextColor3 = Color3.fromRGB(255, 255, 255)
  589. NoclipPlayer.TextSize = 25.000
  590.  
  591. Esp.Name = "Esp"
  592. Esp.Parent = MORE
  593. Esp.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  594. Esp.BorderSizePixel = 0
  595. Esp.Position = UDim2.new(0.0503597111, 0, 0.683375955, 0)
  596. Esp.Size = UDim2.new(0, 80, 0, 34)
  597. Esp.Font = Enum.Font.Cartoon
  598. Esp.Text = "Esp"
  599. Esp.TextColor3 = Color3.fromRGB(255, 255, 255)
  600. Esp.TextSize = 25.000
  601. Esp.TextWrapped = true
  602.  
  603. ImageLabel_9.Parent = MORE
  604. ImageLabel_9.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  605. ImageLabel_9.BackgroundTransparency = 1.000
  606. ImageLabel_9.Position = UDim2.new(0.625899315, 0, 0.659575999, 0)
  607. ImageLabel_9.Size = UDim2.new(0, 53, 0, 52)
  608. ImageLabel_9.Image = "http://www.roblox.com/asset/?id=6264280559"
  609. ImageLabel_9.ImageColor3 = Color3.fromRGB(255, 170, 0)
  610.  
  611. OffOn6.Name = "Off/On6"
  612. OffOn6.Parent = MORE
  613. OffOn6.BackgroundColor3 = Color3.fromRGB(190, 63, 0)
  614. OffOn6.BackgroundTransparency = 1.000
  615. OffOn6.Position = UDim2.new(0.625899315, 0, 0.480368555, 0)
  616. OffOn6.Size = UDim2.new(0, 53, 0, 34)
  617. OffOn6.Font = Enum.Font.Cartoon
  618. OffOn6.Text = "Off"
  619. OffOn6.TextColor3 = Color3.fromRGB(255, 255, 255)
  620. OffOn6.TextSize = 20.000
  621.  
  622. TextLabel_2.Parent = Frame1
  623. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  624. TextLabel_2.BackgroundTransparency = 1.000
  625. TextLabel_2.Position = UDim2.new(-0.00719428062, 0, 0, 0)
  626. TextLabel_2.Size = UDim2.new(0, 139, 0, 32)
  627. TextLabel_2.Font = Enum.Font.Cartoon
  628. TextLabel_2.Text = "Function"
  629. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  630. TextLabel_2.TextSize = 25.000
  631. TextLabel_2.TextWrapped = true
  632.  
  633. Frame1_2.Name = "Frame1"
  634. Frame1_2.Parent = ScreenGui
  635. Frame1_2.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
  636. Frame1_2.BorderSizePixel = 0
  637. Frame1_2.Position = UDim2.new(0.334978402, 0, 0.157330155, 0)
  638. Frame1_2.Size = UDim2.new(0, 139, 0, 38)
  639.  
  640. Frame_4.Parent = Frame1_2
  641. Frame_4.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  642. Frame_4.BorderSizePixel = 0
  643. Frame_4.Position = UDim2.new(0, 0, 0.842105269, 0)
  644. Frame_4.Size = UDim2.new(0, 139, 0, 6)
  645.  
  646. dadada_3.Name = "dadada"
  647. dadada_3.Parent = Frame_4
  648. dadada_3.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  649. dadada_3.BorderSizePixel = 0
  650. dadada_3.Position = UDim2.new(0, 0,58.165, 0)
  651. dadada_3.Size = UDim2.new(0, 139, 0, 6)
  652.  
  653. Open_3.Name = "Open"
  654. Open_3.Parent = Frame1_2
  655. Open_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  656. Open_3.BackgroundTransparency = 1.000
  657. Open_3.Position = UDim2.new(0.755395651, 0, -0.342105269, 0)
  658. Open_3.Size = UDim2.new(0, 40, 0, 45)
  659. Open_3.Font = Enum.Font.Cartoon
  660. Open_3.Text = "+"
  661. Open_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  662. Open_3.TextScaled = true
  663. Open_3.TextSize = 25.000
  664. Open_3.TextWrapped = true
  665. Open_3.MouseButton1Click:connect(function()
  666. Attack.Visible = true
  667. end)
  668. Attack.Name = "Attack"
  669. Attack.Parent = Frame1_2
  670. Attack.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
  671. Attack.BorderSizePixel = 0
  672. Attack.Position = UDim2.new(0, 0, 1.65789473, 0)
  673. Attack.Size = UDim2.new(0, 139, 0, 318)
  674. Attack.Draggable = true
  675. Attack.Active = true
  676. Attack.Visible = false
  677.  
  678. Booster.Name = "Booster"
  679. Booster.Parent = Attack
  680. Booster.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  681. Booster.BorderSizePixel = 0
  682. Booster.Position = UDim2.new(0.0503597111, 0, 0.0942408368, 0)
  683. Booster.Size = UDim2.new(0, 80, 0, 34)
  684. Booster.Font = Enum.Font.Cartoon
  685. Booster.Text = "Booster"
  686. Booster.TextColor3 = Color3.fromRGB(255, 255, 255)
  687. Booster.TextSize = 25.000
  688. Booster.TextWrapped = true
  689. Booster.MouseButton1Click:connect(function()
  690. OffOn8.Text = "Off"
  691. wait(1)
  692. OffOn8.Text = "On"
  693. local Victim = BoosterKeybind.Text
  694. game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(key)
  695. if key == Victim then
  696. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 190
  697. end
  698. end)
  699. end)
  700. OffOn8.Name = "Off/On8"
  701. OffOn8.Parent = Attack
  702. OffOn8.BackgroundColor3 = Color3.fromRGB(190, 63, 0)
  703. OffOn8.BackgroundTransparency = 1.000
  704. OffOn8.Position = UDim2.new(0.618705034, 0, 0.0942408368, 0)
  705. OffOn8.Size = UDim2.new(0, 53, 0, 34)
  706. OffOn8.Font = Enum.Font.Cartoon
  707. OffOn8.Text = "Off"
  708. OffOn8.TextColor3 = Color3.fromRGB(255, 255, 255)
  709. OffOn8.TextSize = 20.000
  710.  
  711. YTschoka_3.Name = "YTschoka"
  712. YTschoka_3.Parent = Attack
  713. YTschoka_3.BackgroundColor3 = Color3.fromRGB(190, 63, 0)
  714. YTschoka_3.BackgroundTransparency = 1.000
  715. YTschoka_3.Position = UDim2.new(0.050359726, 0, 0.868070066, 0)
  716. YTschoka_3.Size = UDim2.new(0, 124, 0, 34)
  717. YTschoka_3.Font = Enum.Font.Cartoon
  718. YTschoka_3.Text = "YTschoka"
  719. YTschoka_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  720. YTschoka_3.TextSize = 25.000
  721.  
  722. ImageLabel_10.Parent = Attack
  723. ImageLabel_10.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  724. ImageLabel_10.BackgroundTransparency = 1.000
  725. ImageLabel_10.Position = UDim2.new(0.625899374, 0, 0.0642950311, 0)
  726. ImageLabel_10.Size = UDim2.new(0, 53, 0, 52)
  727. ImageLabel_10.Image = "http://www.roblox.com/asset/?id=6264280559"
  728. ImageLabel_10.ImageColor3 = Color3.fromRGB(255, 170, 0)
  729.  
  730. NormalBooster.Name = "NormalBooster"
  731. NormalBooster.Parent = Attack
  732. NormalBooster.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  733. NormalBooster.BorderSizePixel = 0
  734. NormalBooster.Position = UDim2.new(0.0499997139, 0, 0.60319078, 0)
  735. NormalBooster.Size = UDim2.new(0, 124, 0, 34)
  736. NormalBooster.Font = Enum.Font.Cartoon
  737. NormalBooster.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  738. NormalBooster.PlaceholderText = "Keybind"
  739. NormalBooster.Text = ""
  740. NormalBooster.TextColor3 = Color3.fromRGB(255, 255, 255)
  741. NormalBooster.TextSize = 25.000
  742.  
  743. Close1_2.Name = "Close1"
  744. Close1_2.Parent = Attack
  745. Close1_2.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  746. Close1_2.BorderSizePixel = 0
  747. Close1_2.Position = UDim2.new(0.366906315, 0, 0.759973466, 0)
  748. Close1_2.Size = UDim2.new(0, 80, 0, 34)
  749. Close1_2.Font = Enum.Font.Cartoon
  750. Close1_2.Text = "Close Gui"
  751. Close1_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  752. Close1_2.TextSize = 25.000
  753. Close1_2.TextWrapped = true
  754. Close1_2.MouseButton1Click:connect(function()
  755. Attack.Visible = false
  756. end)
  757. NormalBooster_2.Name = "Normal Booster"
  758. NormalBooster_2.Parent = Attack
  759. NormalBooster_2.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  760. NormalBooster_2.BorderSizePixel = 0
  761. NormalBooster_2.Position = UDim2.new(0.050359726, 0, 0.42423752, 0)
  762. NormalBooster_2.Size = UDim2.new(0, 80, 0, 34)
  763. NormalBooster_2.Font = Enum.Font.Cartoon
  764. NormalBooster_2.Text = "Normal Booster"
  765. NormalBooster_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  766. NormalBooster_2.TextSize = 25.000
  767. NormalBooster_2.TextWrapped = true
  768. NormalBooster_2.MouseButton1Click:connect(function()
  769. OffOn8.Text = "Off"
  770. wait(1)
  771. OffOn8.Text = "On"
  772. local Victim = NormalBooster.Text
  773. game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(key)
  774. if key == Victim then
  775. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 35
  776. end
  777. end)
  778. end)
  779.  
  780. ImageLabel_11.Parent = Attack
  781. ImageLabel_11.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  782. ImageLabel_11.BackgroundTransparency = 1.000
  783. ImageLabel_11.Position = UDim2.new(0.618705094, 0, 0.392775744, 0)
  784. ImageLabel_11.Size = UDim2.new(0, 53, 0, 52)
  785. ImageLabel_11.Image = "http://www.roblox.com/asset/?id=6264280559"
  786. ImageLabel_11.ImageColor3 = Color3.fromRGB(255, 170, 0)
  787.  
  788. BoosterKeybind.Name = "BoosterKeybind"
  789. BoosterKeybind.Parent = Attack
  790. BoosterKeybind.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  791. BoosterKeybind.BorderSizePixel = 0
  792. BoosterKeybind.Position = UDim2.new(0.0499999523, 0, 0.253875315, 0)
  793. BoosterKeybind.Size = UDim2.new(0, 124, 0, 34)
  794. BoosterKeybind.Font = Enum.Font.Cartoon
  795. BoosterKeybind.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  796. BoosterKeybind.PlaceholderText = "Keybind"
  797. BoosterKeybind.Text = ""
  798. BoosterKeybind.TextColor3 = Color3.fromRGB(255, 255, 255)
  799. BoosterKeybind.TextSize = 25.000
  800.  
  801. OffOn9.Name = "Off/On9"
  802. OffOn9.Parent = Attack
  803. OffOn9.BackgroundColor3 = Color3.fromRGB(190, 63, 0)
  804. OffOn9.BackgroundTransparency = 1.000
  805. OffOn9.Position = UDim2.new(0.618705153, 0, 0.421092927, 0)
  806. OffOn9.Size = UDim2.new(0, 53, 0, 34)
  807. OffOn9.Font = Enum.Font.Cartoon
  808. OffOn9.Text = "Off"
  809. OffOn9.TextColor3 = Color3.fromRGB(255, 255, 255)
  810. OffOn9.TextSize = 20.000
  811.  
  812. TextLabel_3.Parent = Frame1_2
  813. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  814. TextLabel_3.BackgroundTransparency = 1.000
  815. TextLabel_3.Size = UDim2.new(0, 139, 0, 32)
  816. TextLabel_3.Font = Enum.Font.Cartoon
  817. TextLabel_3.Text = "Attack Costum"
  818. TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  819. TextLabel_3.TextSize = 25.000
  820. TextLabel_3.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement