Advertisement
BlixerCoreProjecks

+-+-+

May 10th, 2022
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 53.33 KB | None | 0 0
  1.  
  2. local muter = false
  3. for i,v in next, game:GetService("CoreGui"):GetDescendants() do
  4. if v:IsA("ScreenGui") and v.Name =="SkyHopX V2" then
  5. v:Destroy()
  6. end
  7. end
  8.  
  9. _G.NoBugs = true
  10.  
  11. local Meh = game.Players.LocalPlayer
  12.  
  13. -- init
  14. local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/daryxDev/eqdqdqdwd2/main/ui%20library.txt"))()
  15. local venyx = library.new("SkyHopX V2", 5013109572)
  16.  
  17. -- themes
  18. local themes = {
  19. Background = Color3.fromRGB(0, 0, 0),
  20. Glow = Color3.fromRGB(0, 0, 0),
  21. Accent = Color3.fromRGB(0, 0, 0),
  22. LightContrast = Color3.fromRGB(0, 0, 0),
  23. DarkContrast = Color3.fromRGB(0, 0, 0),
  24. TextColor = Color3.fromRGB(0, 0, 0)
  25. }
  26.  
  27.  
  28. -- first page
  29. local page = venyx:addPage("CoolScripts", 5012544693)
  30. local section1 = page:addSection("CoolScripts")
  31. local section2 = page:addSection("Extras")
  32. local section3 = page:addSection("Teleports")
  33. local section4 = page:addSection("Build")
  34.  
  35. local Skyy = game:GetService("CoreGui")["SkyHopX V2"]
  36.  
  37. Skyy.Main.Glow.ImageColor3 = Color3.fromRGB(0, 255, 0)
  38.  
  39. _G.Coin = true
  40. section1:addToggle("Collect Coins", nil, function(value)
  41. if value == true then
  42. _G.Coin = true
  43. while _G.Coin == true do
  44. wait()
  45. if game:GetService("Workspace").GameStorage.Coins:FindFirstChild("Coin") then
  46. for _,f in pairs(game:GetService("Workspace").GameStorage.Coins.Coin:GetDescendants()) do
  47. firetouchinterest(game.Players.LocalPlayer.Character.Head, f.Parent, 0)
  48. firetouchinterest(game.Players.LocalPlayer.Character.Head, f.Parent, 1)
  49. end
  50. end
  51. end
  52. end
  53. if value == false then
  54. _G.Coin = true
  55. end
  56. end)
  57.  
  58. ct={}
  59. te=table.insert
  60.  
  61. local Player = game.Players.LocalPlayer
  62. local Char = Player.Character
  63. local settings = {repeatamount = 1}
  64. _G.Dist = 0
  65. _G.SphereActivated = false
  66. setsimulationradius(math.huge,math.huge)
  67. Char.Humanoid:UnequipTools()
  68.  
  69. te(ct,game:GetService("RunService").Stepped:Connect(function()
  70. local Player = game.Players.LocalPlayer
  71. local Char = Player.Character
  72. pcall(function()
  73. for i,v in pairs(game.Players:GetPlayers()) do
  74. if v ~= Player then
  75. if v.Character.Humanoid.Health ~= 0 then
  76. if (v.Character.HumanoidRootPart.Position - Char.HumanoidRootPart.Position).Magnitude <= _G.Dist then
  77. for _,x in pairs(v.Character:GetChildren()) do
  78. if x:IsA("Part") then
  79. for i = 1,settings.repeatamount do
  80. firetouchinterest(Char:FindFirstChildOfClass("Tool").Handle, x, 0)
  81. firetouchinterest(Char:FindFirstChildOfClass("Tool").Handle, x, 1)
  82. end
  83. end
  84. end
  85. end
  86. end
  87. end
  88. end
  89. end)
  90. end))
  91.  
  92. _G.UWU = false
  93. section1:addToggle("Undermine Aura", nil, function(value)
  94. if value == true then
  95. _G.NoBugs = false
  96. game.StarterGui:SetCore("SendNotification", {
  97. Title = "\n Undermine Enabled";
  98. Text = "";
  99. Duration = 0.5;
  100. })
  101. _G.UWU = true
  102. while _G.UWU == true do
  103. wait()
  104. if game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Axe") then
  105. function onTouched(part)
  106. local h = part
  107. if h.Name == "Block" then
  108. game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Axe").RemoteEvent:FireServer(h)
  109. end
  110. end
  111. Partz = Instance.new("Part")
  112. Partz.Parent = workspace
  113. Partz.Transparency = 1
  114. Partz.CanCollide = false
  115. Partz.Massless = true
  116. Partz.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,9,0)
  117. Partz.Size = Vector3.new(15,20,15)
  118.  
  119. local light = Instance.new("SelectionBox")
  120. light.Adornee = Partz
  121. light.LineThickness = 0.05
  122. light.Color3 = Color3.fromRGB(0, 255, 0)
  123. light.Parent = Partz
  124. light.Name = "SelectBox"
  125.  
  126. local bruh = Partz.Touched:connect(onTouched)
  127.  
  128. wait()
  129. bruh:Disconnect()
  130. Partz:Destroy()
  131. wait()
  132. end
  133. end
  134. end
  135. if value == false then
  136. _G.UWU = false
  137. _G.NoBugs = true
  138. game.StarterGui:SetCore("SendNotification", {
  139. Title = "\n Undermine Disabled";
  140. Text = "";
  141. Duration = 0.5;
  142. })
  143. end
  144. end)
  145.  
  146. section1:addToggle("Kill aura", nil, function(value)
  147. local z = game.Players.LocalPlayer.Character.Humanoid
  148. if value == true then
  149. _G.SphereActivated = true
  150. _G.Dist = _G.Dist + 77.5
  151. game.StarterGui:SetCore("SendNotification", {
  152. Title = "Aura Enabled";
  153. Text = "Script Enabled";
  154. Duration = 0.5;
  155. })
  156. end
  157.  
  158. if value == false then
  159. _G.SphereActivated = false
  160. _G.Dist = _G.Dist - 77.5
  161. game.StarterGui:SetCore("SendNotification", {
  162. Title = "Aura Disabled";
  163. Text = "Script Disabled";
  164. Duration = 0.5;
  165. })
  166. for i,f in next, game:GetService("Workspace"):GetChildren() do
  167. if f.Name == 'Bruhh' then
  168. f:Destroy()
  169. end
  170. end
  171. for i,v in pairs(game:GetService("CoreGui").RobloxGui.Modules:GetDescendants()) do
  172. if v.Name == 'Sphere' then
  173. v:Destroy()
  174. end
  175. end
  176. end
  177. end)
  178. ---------------------
  179. if _G.SphereActivated then
  180. function Update()
  181. te(ct,game.Players.LocalPlayer.Character.ChildAdded:Connect(function(tool)
  182. if tool:FindFirstChild("Handle") then
  183. Part = Instance.new("Part")
  184. Part.Name = ("Bruhh")
  185. Weld = Instance.new("Weld", workspace)
  186. Weld.Name = ("Bruhh")
  187. Part.Parent = workspace
  188. Part.Transparency = 1
  189. Part.CanCollide = false
  190. Sphere = Instance.new("SelectionSphere",game:GetService("CoreGui").RobloxGui.Modules)
  191. Sphere.Transparency = 1
  192. Sphere.Name = "Sphere"
  193. Sphere.SurfaceTransparency = 1
  194. Sphere.Adornee = Part
  195. Part.Massless = true
  196. Part.Position = game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Handle.Position
  197. Weld.Part0 = Part
  198. Weld.Part1 = game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Handle
  199. te(ct,game:GetService("RunService").Stepped:Connect(function()
  200. Part.Size = Vector3.new(_G.Dist,_G.Dist,_G.Dist)
  201. end))
  202. end
  203. end))
  204. end
  205.  
  206.  
  207.  
  208.  
  209. Update()
  210.  
  211.  
  212.  
  213. game.Players.LocalPlayer.CharacterAdded:Connect(Update)
  214. end
  215. -------------------
  216. section1:addToggle("Platform", nil, function(value)
  217. if value == true then
  218. local baseplate = Instance.new("Part")
  219. baseplate.Parent = workspace
  220. baseplate.Name = "MomentoXD"
  221. baseplate.Transparency = 0.5
  222. baseplate.Size = Vector3.new(800,1,800) -- change size
  223. baseplate.Anchored = true
  224. baseplate.Position = Workspace.Lobby["Middle Room"].Floor.Base.Union.Position + Vector3.new(0,-110,0)
  225. end
  226. if value == false then
  227. game.Workspace["MomentoXD"]:Destroy()
  228. end
  229. end)
  230.  
  231.  
  232.  
  233. _G.infinjump = false
  234. section1:addToggle("infJump", nil, function(value)
  235. if value == true then
  236. _G.infinjump = true
  237. local Player = game:GetService("Players").LocalPlayer
  238. local Mouse = Player:GetMouse()
  239. Mouse.KeyDown:connect(function(k)
  240. if _G.infinjump then
  241. if k:byte() == 32 then
  242. Humanoid = game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid")
  243. Humanoid:ChangeState("Jumping")
  244. wait()
  245. Humanoid:ChangeState("Seated")
  246. end
  247. end
  248.  
  249. end)
  250. end
  251. if value == false then
  252. if _G.infinjump == true then
  253. -- k = k:lower()
  254. _G.infinjump = false
  255. else
  256.  
  257. end
  258. end
  259. end)
  260.  
  261. section1:addToggle("RealisticMode", nil, function(value)
  262. local nah = game:GetService("Lighting")
  263. if value == true then
  264. nah.Ambient = Color3.fromRGB(414, 54, 157)
  265. nah.Brightness = ("1.5")
  266. nah.ClockTime = ("7.92")
  267. nah.ColorShift_Bottom = Color3.fromRGB(454, 354, 464)
  268. nah.ColorShift_Top = Color3.fromRGB(144, 252, 51)
  269. nah.FogColor = Color3.fromRGB(155, 191, 191)
  270. nah.FogEnd = ("450")
  271. nah.FogStart = ("4")
  272. nah.GeographicLatitude = ("8")
  273. nah.OutdoorAmbient = Color3.fromRGB(444, 255, 255)
  274. if game:GetService("Workspace"):FindFirstChild("GameMusic") then
  275. game:GetService("Workspace").GameMusic.PlaybackSpeed = 0.8
  276. end
  277. end
  278. if value == false then
  279. nah.Ambient = Color3.fromRGB(255, 174, 157)
  280. nah.Brightness = ("1")
  281. nah.ClockTime = ("7")
  282. nah.ColorShift_Bottom = Color3.fromRGB(255, 255, 0)
  283. nah.ColorShift_Top = Color3.fromRGB(255, 255, 0)
  284. nah.FogColor = Color3.fromRGB(191, 191, 191)
  285. nah.FogEnd = ("8000")
  286. nah.FogStart = ("0")
  287. nah.GeographicLatitude = ("41.73")
  288. nah.OutdoorAmbient = Color3.fromRGB(255, 255, 255)
  289. if game:GetService("Workspace"):FindFirstChild("GameMusic") then
  290. game:GetService("Workspace").GameMusic.PlaybackSpeed = 1
  291. end
  292. end
  293. end)
  294.  
  295.  
  296. section1:addButton("Bypass", function()
  297. if game:GetService("Players").LocalPlayer.PlayerGui.Extra:FindFirstChild("Local") then
  298. local plr = game:GetService("Players").LocalPlayer
  299. local workspace = game:GetService("Workspace")
  300.  
  301. plr.PlayerGui:WaitForChild("Extra"):WaitForChild("Local").Parent = game:GetService("Workspace")
  302. plr.PlayerGui:WaitForChild("Extra"):WaitForChild("Local").Parent = game:GetService("Workspace")
  303. plr.PlayerGui:WaitForChild("Extra"):WaitForChild("MobileFix").Parent = game:GetService("Workspace")
  304. plr.PlayerGui:WaitForChild("Extra"):WaitForChild("XboxFix").Parent = game:GetService("Workspace")
  305. wait()
  306. workspace:FindFirstChild("Local"):Destroy()
  307. workspace:FindFirstChild("Local"):Destroy()
  308. workspace:FindFirstChild("MobileFix"):Destroy()
  309. workspace:FindFirstChild("XboxFix"):Destroy()
  310. game.workspace.Borders.InvisibleBorder:remove()
  311. game.workspace.Lobby.KillPlates:remove()
  312. venyx:Notify("Bypassed", "Bypassed: true")
  313.  
  314. plr.CharacterAdded:Connect(function()
  315. plr.PlayerGui:WaitForChild("Extra"):WaitForChild("Local").Parent = game:GetService("Workspace")
  316. plr.PlayerGui:WaitForChild("Extra"):WaitForChild("Local").Parent = game:GetService("Workspace")
  317. plr.PlayerGui:WaitForChild("Extra"):WaitForChild("MobileFix").Parent = game:GetService("Workspace")
  318. plr.PlayerGui:WaitForChild("Extra"):WaitForChild("XboxFix").Parent = game:GetService("Workspace")
  319. wait()
  320. workspace:FindFirstChild("Local"):Destroy()
  321. workspace:FindFirstChild("Local"):Destroy()
  322. workspace:FindFirstChild("MobileFix"):Destroy()
  323. workspace:FindFirstChild("XboxFix"):Destroy()
  324. end)
  325. else
  326. venyx:Notify("Really", "Bypassed")
  327. end
  328. end)
  329.  
  330. section1:addButton("Re", function()
  331. local Destroy = game.Destroy
  332. local Char = game.Players.LocalPlayer.Character
  333. local Model = Instance.new("Model");
  334. game.Players.LocalPlayer.Character = Model
  335. game.Players.LocalPlayer.Character = Char
  336. Destroy(Model);
  337. wait(game.Players.RespawnTime - 0.055);
  338. local Adrix = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  339. Char.Humanoid.Name = 1
  340. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  341. l.Parent = Char
  342. l.Name = "Humanoid"
  343. game.Players.LocalPlayer.Character["1"]:Destroy()
  344. game.Workspace.CurrentCamera.CameraSubject = Char
  345. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  346. game.Players.LocalPlayer.CharacterAdded:Wait():WaitForChild("Humanoid")
  347. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Adrix
  348. wait(0.2)
  349. venyx:Notify("Character", "Respawned")
  350. end)
  351.  
  352. section1:addButton("Free Vips", function()
  353. AdriPart = game.workspace.Lobby["Mega VIP Room"].Teleport.Enter["Teleporter B"]
  354. AdriPart:Clone().Parent = game.workspace.Lobby["Mega VIP Room"].Teleport.Enter
  355. game.workspace.Lobby["Mega VIP Room"].Teleport.Enter["Teleporter B"]:Destroy()
  356. wait()
  357. game.workspace.Lobby["Mega VIP Room"].Teleport.Enter["Teleporter B"].Touched:Connect(function(hit)
  358. local player = game.Players:GetPlayerFromCharacter(hit.Parent)
  359. player.Character.HumanoidRootPart.CFrame = CFrame.new(-1.06104672, 264, 72.2138901)
  360. end)
  361.  
  362. AdriPart2 = game:GetService("Workspace").Lobby["VIP Room"].Teleport.Enter["Teleporter A"]
  363. AdriPart2:Clone().Parent = game:GetService("Workspace").Lobby["VIP Room"].Teleport.Enter
  364. game:GetService("Workspace").Lobby["VIP Room"].Teleport.Enter["Teleporter A"]:Destroy()
  365. wait()
  366. game:GetService("Workspace").Lobby["VIP Room"].Teleport.Enter["Teleporter A"].Touched:Connect(function(hit)
  367. local player = game.Players:GetPlayerFromCharacter(hit.Parent)
  368. player.Character.HumanoidRootPart.CFrame = CFrame.new(0.324219227, 264, -69.9828949)
  369. end)
  370. venyx:Notify("Enabled", "FreeVipsRooms")
  371. end)
  372.  
  373. section1:addButton("Fe Shield (Need Shield!)", function()
  374. local Why = game:GetService("Players").LocalPlayer
  375. local Char = Why.Character
  376. local backpack = Why.Backpack
  377.  
  378. Char.Humanoid:UnequipTools()
  379. wait()
  380. for i,v in next, backpack:GetDescendants() do
  381. if v:IsA("Tool") and v.Name =="Shield" then
  382. v.GripPos = Vector3.new(0,10000,0)
  383. v.Handle.Massless = true
  384. v.Parent = Char
  385. v:Activate()
  386. v.ShieldPotion:Destroy()
  387. v:Destroy()
  388. end
  389. end
  390.  
  391.  
  392. end)
  393.  
  394. section1:addButton("NoCollideBlocks", function()
  395. local Why = game:GetService("Players").LocalPlayer
  396. local Char = Why.Character
  397. local backpack = Why.Backpack
  398.  
  399. backpack.Block.Parent = Why.Character
  400. Char.Block.Left:Destroy()
  401. Char.Block.Parent = Why.Backpack
  402. end)
  403.  
  404. section1:addButton("FakeAxe", function()
  405. local Players = game:GetService("Players")
  406. local localPlayer = Players.LocalPlayer
  407. local backpack = localPlayer:WaitForChild("Backpack")
  408. local tool = Instance.new("Tool")
  409. tool.RequiresHandle = false
  410. tool.CanBeDropped = true
  411. tool.Parent = backpack
  412. tool.Name = "FakeAxe"
  413. tool.Equipped:Connect(function(mouse)
  414. mouse.Button1Down:Connect(function()
  415. if game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Block") then
  416. if mouse.Target and mouse.Target.Parent then
  417. local Adrix = {
  418. [1] = mouse.Target
  419. }
  420.  
  421. game:GetService("Players").LocalPlayer.Backpack.Axe.RemoteEvent:FireServer(unpack(Adrix))
  422. end
  423. end
  424. end)
  425. end)
  426. end)
  427.  
  428. section1:addButton("FakeBlock", function()
  429. local Players = game:GetService("Players")
  430. local localPlayer = Players.LocalPlayer
  431. local backpack = localPlayer:WaitForChild("Backpack")
  432. local tool = Instance.new("Tool")
  433. tool.RequiresHandle = false
  434. tool.CanBeDropped = true
  435. tool.Parent = backpack
  436. tool.Name = "FakeBlock"
  437. tool.Equipped:Connect(function(mouse)
  438. mouse.Button1Down:Connect(function()
  439. if game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Block") then
  440. if mouse.Target and mouse.Target.Parent then
  441. game:GetService("Players").LocalPlayer.Backpack.Block.RemoteEvent:FireServer(mouse.Target,Enum.NormalId.Right)
  442. game:GetService("Players").LocalPlayer.Backpack.Block.RemoteEvent:FireServer(mouse.Target,Enum.NormalId.Left)
  443. game:GetService("Players").LocalPlayer.Backpack.Block.RemoteEvent:FireServer(mouse.Target,Enum.NormalId.Back)
  444. game:GetService("Players").LocalPlayer.Backpack.Block.RemoteEvent:FireServer(mouse.Target,Enum.NormalId.Front)
  445. end
  446. end
  447. end)
  448. end)
  449. end)
  450.  
  451. section1:addButton("ArmorInvisibleBody", function()
  452. if game:GetService("Players").LocalPlayer.Character:FindFirstChild("kakaz")==nil then
  453. if game:GetService("Players").LocalPlayer.Character:FindFirstChild("Role")==nil then
  454. Alol = Instance.new("SelectionBox",game:GetService("Players").LocalPlayer.Character)
  455. Alol.Name = "kakaz"
  456. for i,v in next, game:GetService("Workspace").Regen.Purchases:FindFirstChild("MVPurchases"):GetDescendants() do
  457. if v:IsA("Part") and v.Name =="Button" and v:FindFirstChild("TouchInterest") then
  458. firetouchinterest(game:GetService("Players").LocalPlayer.Character.Head,v, 0)
  459. firetouchinterest(game:GetService("Players").LocalPlayer.Character.Head,v, 1)
  460. end
  461. end
  462.  
  463. for i,v in next, game:GetService("Workspace").Regen.Purchases:FindFirstChild("MVPurchases"):GetDescendants() do
  464. if v:IsA("Part") and v.Name =="SWHelmet" then
  465. firetouchinterest(game:GetService("Players").LocalPlayer.Character.Head,v, 0)
  466. firetouchinterest(game:GetService("Players").LocalPlayer.Character.Head,v, 1)
  467. end
  468. end
  469. --wait(0.6)
  470. game.Players.LocalPlayer.Character:WaitForChild("Leg2")
  471. game:GetService("Players").LocalPlayer.Character:FindFirstChild("Chest"):Destroy()
  472. game:GetService("Players").LocalPlayer.Character:FindFirstChild("Arm1"):Destroy()
  473. game:GetService("Players").LocalPlayer.Character:FindFirstChild("Arm2"):Destroy()
  474. game:GetService("Players").LocalPlayer.Character:FindFirstChild("Leg1"):Destroy()
  475. game:GetService("Players").LocalPlayer.Character:FindFirstChild("Leg2"):Destroy()
  476. wait()
  477. game:GetService("Players").LocalPlayer.Character:FindFirstChild("Left Arm"):Destroy()
  478. game:GetService("Players").LocalPlayer.Character:FindFirstChild("SWHelmet").Handle:Destroy()
  479. else
  480. game.StarterGui:SetCore("SendNotification", {
  481. Title = " Not work?";
  482. Text = ".";
  483. Duration = 0.8;
  484. })
  485. end
  486. else
  487. game.StarterGui:SetCore("SendNotification", {
  488. Title = " Not work?";
  489. Text = ".";
  490. Duration = 0.8;
  491. })
  492. end
  493. end)
  494.  
  495.  
  496.  
  497. section1:addButton("Fast-AutoFarm (Not Working)", function()
  498. game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
  499. if game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Axe") then
  500. local Adrix = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  501. game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
  502. game.Players.LocalPlayer.Backpack["Axe"].Parent = game:GetService("Players").LocalPlayer
  503.  
  504.  
  505. local BG = Instance.new('BodyGyro', game:GetService("Players").LocalPlayer.Character.Torso)
  506. local BV = Instance.new('BodyVelocity', game:GetService("Players").LocalPlayer.Character.Torso)
  507. BG.P = 9e4
  508. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  509. BG.cframe = game:GetService("Players").LocalPlayer.Character.Torso.CFrame
  510. BV.velocity = Vector3.new(0, 0, 0)
  511. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  512.  
  513. function onTouched(part)
  514. local h = part
  515. if h.Name == "Block" and h.Parent.Name == "Ores" then
  516. game.Players.LocalPlayer["Axe"].RemoteEvent:FireServer(h)
  517. end
  518. end
  519.  
  520. function AdriIsABaby()
  521. Partz = Instance.new("Part")
  522. Partz.Parent = workspace
  523. Partz.Transparency = 1
  524. Partz.CanCollide = false
  525. Partz.Massless = true
  526. Partz.Position = game.Players.LocalPlayer.Character.Head.Position
  527. Partz.Size = Vector3.new(34,38,34)
  528.  
  529. local bruh = Partz.Touched:connect(onTouched)
  530. wait()
  531. bruh:Disconnect()
  532. Partz:Destroy()
  533. end
  534.  
  535. function ban()
  536. AdriIsABaby()
  537. end
  538. game:GetService('Players').LocalPlayer.Character.Humanoid.CameraOffset = Vector3.new(0,10,0)
  539. function Time()
  540. wait(0.0019)
  541. end
  542. ct = {}
  543. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  544. if v:IsA("BasePart") then
  545. table.insert(ct,game:GetService('RunService').Stepped:connect(function()
  546. v.CanCollide = false
  547. end))
  548. end
  549. end
  550. local plr = game.Players.LocalPlayer
  551.  
  552. function ah()
  553. BG:Destroy()
  554. BV:Destroy()
  555. plr.Character.Humanoid.PlatformStand = false
  556. for i,v in pairs(ct) do v:Disconnect() end
  557. end
  558.  
  559. for i,v in next,workspace:GetDescendants() do
  560. if v.Name == "Block" and v.Parent.Name == "Ores" then
  561. plr.Character.Humanoid.PlatformStand = true
  562. repeat
  563. Time()
  564. ban()
  565. plr.Character.HumanoidRootPart.CFrame = v.CFrame + Vector3.new(0,1,0)
  566. until v.Name ~= "Block" or not plr:FindFirstChild("Axe")
  567. Time()
  568. end
  569. end
  570.  
  571.  
  572. plr:FindFirstChild("Axe").Parent = plr.Backpack
  573. game.StarterGui:SetCore("SendNotification", {
  574. Title = "No blocks in game..";
  575. Text = "";
  576. Duration = 3;
  577. })
  578. ah()
  579. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Adrix
  580. game:GetService('Players').LocalPlayer.Character.Humanoid.CameraOffset = Vector3.new(0,0,0)
  581. plr:FindFirstChild("Axe").Parent = plr.Backpack
  582. ---
  583. else
  584. game.StarterGui:SetCore("SendNotification", {
  585. Title = "Ok.";
  586. Text = "";
  587. Duration = 0.5;
  588. })
  589. end
  590. end)
  591.  
  592. section1:addButton("AntiRoundFinishKill", function()
  593. if game:GetService("Workspace").Terrain:FindFirstChild("Seat")==nil then
  594. ct = {}
  595. game.StarterGui:SetCore("SendNotification", {Title = "Enabled"; Text = ""; Duration = 3;})
  596. sound = Instance.new("Seat", game:GetService("Workspace").Terrain)
  597. table.insert(ct,game:GetService("RunService").Stepped:Connect(function()
  598. if game:GetService("Workspace").timer.Value < 1 or game:GetService("Workspace").plrsLeft.Value < 2 then
  599. game.StarterGui:SetCore("SendNotification", {
  600. Title = "round finished";
  601. Text = "";
  602. Duration = 3;
  603. })
  604. for i,v in pairs(ct) do v:Disconnect() end
  605. sound:Destroy()
  606. wait(2.3)
  607. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-8, 268, 6)
  608. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  609. if v:IsA("Tool") then
  610. v.Parent = game.Players.LocalPlayer.Character
  611. end
  612. end
  613. end
  614. end))
  615. else
  616. game.StarterGui:SetCore("SendNotification", {Title = "Really Executed"; Text = ""; Duration = 3;})
  617. end
  618. end)
  619.  
  620. section1:addButton("Toggle AntiFall (J)", function()
  621. mousechanger = game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(k)
  622. if k == "j" and muter == false then
  623. muter = true
  624. local AntiFallX = Instance.new("Part")
  625. AntiFallX.Parent = workspace
  626. AntiFallX.Name = "AntiFall"
  627. AntiFallX.Transparency = 0.7
  628. AntiFallX.BrickColor = BrickColor.new("Pastel blue-green")
  629. AntiFallX.CanCollide = false
  630. AntiFallX.Size = Vector3.new(800,1,800) -- change size
  631. AntiFallX.Anchored = true
  632. AntiFallX.Position = Workspace.Lobby["Middle Room"].Floor.Base.Union.Position + Vector3.new(0,-120,0)
  633. wait()
  634.  
  635. local AntiFall = workspace["AntiFall"]
  636.  
  637. AntiFall.Touched:Connect(function(hit)
  638. local player = game.Players:GetPlayerFromCharacter(hit.Parent)
  639. player.Character.HumanoidRootPart.Velocity = Vector3.new(0,2,0) + player.Character.HumanoidRootPart.CFrame.lookVector*15
  640. player.Character.HumanoidRootPart.CFrame = player.Character.HumanoidRootPart.CFrame + Vector3.new(0,15,0)
  641. end)
  642.  
  643. elseif k == "j" and muter == true then
  644. muter = false
  645. for i,v in next, game.workspace:GetDescendants() do
  646. if v:IsA("Part") and v.Name =="AntiFall" then
  647. v:Destroy()
  648. end
  649. end
  650. end
  651. end)
  652. venyx:Notify("Active", "...")
  653. end)
  654.  
  655.  
  656. section1:addButton("FlingPlayersInRound", function()
  657. local Adrix = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  658. wait(0.01)
  659. ZZ = game:GetService('RunService').Stepped:connect(function()
  660. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  661. if v:IsA("BasePart") then
  662. v.CanCollide = false
  663. end
  664. end
  665. end)
  666. local BG = Instance.new('BodyGyro', game:GetService("Players").LocalPlayer.Character.Torso)
  667. local BV = Instance.new('BodyVelocity', game:GetService("Players").LocalPlayer.Character.Torso)
  668. BG.P = 9e4
  669. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  670. BG.cframe = game:GetService("Players").LocalPlayer.Character.Torso.CFrame
  671. BV.velocity = Vector3.new(0, 3.75, 0)
  672. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  673. wait()
  674. NoLol = game:GetService('RunService').Heartbeat:connect(function()
  675. for i,v in next, game:GetService("Players").LocalPlayer.Character:GetDescendants() do
  676. if v:IsA("BasePart") and v.Name ~="Torso" then
  677. v.Velocity = Vector3.new(0,-2333333,0)
  678. end
  679. end
  680. end)
  681. XD = game:GetService("Players").LocalPlayer
  682.  
  683. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  684. if v.Name ~= XD.Name then
  685. if v.Character:FindFirstChild('Role') and v.Character:FindFirstChild('Torso') then
  686. wait(0.1)
  687. XD.Character:FindFirstChild('HumanoidRootPart').CFrame = v.Character:FindFirstChild('HumanoidRootPart').CFrame + Vector3.new(0,-3.9,0)
  688. wait(0.1)
  689. XD.Character:FindFirstChild('HumanoidRootPart').CFrame = v.Character:FindFirstChild('HumanoidRootPart').CFrame + Vector3.new(0,4,0)
  690. wait(0.1)
  691. end
  692. end
  693. end
  694. wait(0.2)
  695. ZZ:Disconnect()
  696.  
  697. NoLol:Disconnect()
  698. wait(0.1)
  699. BG:Destroy()
  700. BV:Destroy()
  701. game.Players.LocalPlayer.Character:FindFirstChild('HumanoidRootPart').CFrame = Adrix
  702. game.Players.LocalPlayer.Character:FindFirstChild('Humanoid').PlatformStand = true
  703. wait()
  704. game.Players.LocalPlayer.Character:FindFirstChild('Humanoid').PlatformStand = false
  705. end)
  706.  
  707. section1:addButton("BadReach", function()
  708. local active = true
  709. local trueActive = true
  710. local reachType = "Sphere"
  711. local dmgEnabled = true
  712. local visualizerEnabled = false
  713.  
  714. local visualizer = Instance.new("Part")
  715. visualizer.BrickColor = BrickColor.new("Lime green")
  716. visualizer.Transparency = 0.5
  717. visualizer.Anchored = true
  718. visualizer.CanCollide = false
  719. visualizer.Size = Vector3.new(0.5,0.5,0.5)
  720. visualizer.BottomSurface = Enum.SurfaceType.Smooth
  721. visualizer.TopSurface = Enum.SurfaceType.Smooth
  722.  
  723. local ScreenGui = Instance.new("ScreenGui")
  724. local Frame = Instance.new("Frame")
  725. local TextLabel = Instance.new("TextLabel")
  726. local TextBox = Instance.new("TextBox")
  727. local TextLabel_2 = Instance.new("TextLabel")
  728. local TextLabel_3 = Instance.new("TextLabel")
  729. local TextLabel_4 = Instance.new("TextLabel")
  730. local TextButton = Instance.new("TextButton")
  731. local Frame_2 = Instance.new("Frame")
  732. local Frame_3 = Instance.new("Frame")
  733. local Frame_4 = Instance.new("Frame")
  734. local Frame_5 = Instance.new("Frame")
  735. local TextButton_2 = Instance.new("TextButton")
  736.  
  737. local UICorner = Instance.new("UICorner")
  738. local UICorner2 = Instance.new("UICorner")
  739. local UICorner3 = Instance.new("UICorner")
  740. local UICorner4 = Instance.new("UICorner")
  741. local UICorner5 = Instance.new("UICorner")
  742. local UICorner6 = Instance.new("UICorner")
  743.  
  744. --Properties:
  745.  
  746. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  747. ScreenGui.DisplayOrder = 999999999
  748. ScreenGui.ResetOnSpawn = false
  749.  
  750. Frame.Parent = ScreenGui
  751. Frame.AnchorPoint = Vector2.new(0, 0.5)
  752. Frame.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  753. Frame.BackgroundTransparency = 0.300
  754. Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  755. Frame.BorderSizePixel = 4
  756. Frame.Position = UDim2.new(0, 0, 0.600000024, 0)
  757. Frame.Size = UDim2.new(0.150000006, 0, 0.300000012, 0)
  758.  
  759. UICorner.Parent = Frame
  760.  
  761. TextLabel.Parent = Frame
  762. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  763. TextLabel.BackgroundTransparency = 1.000
  764. TextLabel.Size = UDim2.new(0.600000024, 0, 0.200000003, 0)
  765. TextLabel.Font = Enum.Font.Arial
  766. TextLabel.Text = "Reach:"
  767. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  768. TextLabel.TextScaled = true
  769. TextLabel.TextSize = 14.000
  770. TextLabel.TextWrapped = true
  771.  
  772. UICorner2.Parent = TextLabel
  773.  
  774. TextBox.Parent = Frame
  775. TextBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  776. TextBox.BackgroundTransparency = 1.000
  777. TextBox.Position = UDim2.new(0.600000024, 0, 0, 0)
  778. TextBox.Size = UDim2.new(0.400000006, 0, 0.200000003, 0)
  779. TextBox.Font = Enum.Font.Arial
  780. TextBox.Text = "3.5"
  781. TextBox.TextColor3 = Color3.fromRGB(255, 76, 76)
  782. TextBox.TextScaled = true
  783. TextBox.TextSize = 14.000
  784. TextBox.TextWrapped = true
  785.  
  786. TextLabel_2.Parent = Frame
  787. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  788. TextLabel_2.BackgroundTransparency = 1.000
  789. TextLabel_2.Position = UDim2.new(0, 0, 0.200000003, 0)
  790. TextLabel_2.Size = UDim2.new(0.600000024, 0, 0.200000003, 0)
  791. TextLabel_2.Font = Enum.Font.Arial
  792. TextLabel_2.Text = "Shape:"
  793. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  794. TextLabel_2.TextScaled = true
  795. TextLabel_2.TextSize = 14.000
  796. TextLabel_2.TextWrapped = true
  797.  
  798. TextLabel_3.Parent = Frame
  799. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  800. TextLabel_3.BackgroundTransparency = 1.000
  801. TextLabel_3.Position = UDim2.new(0, 0, 0.400000006, 0)
  802. TextLabel_3.Size = UDim2.new(0.600000024, 0, 0.200000003, 0)
  803. TextLabel_3.Font = Enum.Font.Arial
  804. TextLabel_3.Text = "Damage:"
  805. TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  806. TextLabel_3.TextScaled = true
  807. TextLabel_3.TextSize = 14.000
  808. TextLabel_3.TextWrapped = true
  809.  
  810. TextLabel_4.Parent = Frame
  811. TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  812. TextLabel_4.BackgroundTransparency = 1.000
  813. TextLabel_4.Position = UDim2.new(0, 0, 0.600000024, 0)
  814. TextLabel_4.Size = UDim2.new(0.600000024, 0, 0.200000003, 0)
  815. TextLabel_4.Font = Enum.Font.Arial
  816. TextLabel_4.Text = "Visualizer:"
  817. TextLabel_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  818. TextLabel_4.TextScaled = true
  819. TextLabel_4.TextSize = 14.000
  820. TextLabel_4.TextWrapped = true
  821.  
  822. TextButton.Parent = Frame
  823. TextButton.AnchorPoint = Vector2.new(0, 1)
  824. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  825. TextButton.BackgroundTransparency = 1.000
  826. TextButton.Position = UDim2.new(0, 0, 1, 0)
  827. TextButton.Size = UDim2.new(1, 0, 0.150000006, 0)
  828. TextButton.Font = Enum.Font.Arial
  829. TextButton.Text = "Close"
  830. TextButton.TextColor3 = Color3.fromRGB(222, 0, 0)
  831. TextButton.TextScaled = true
  832. TextButton.TextSize = 14.000
  833. TextButton.TextWrapped = true
  834.  
  835. Frame_2.Parent = Frame
  836. Frame_2.Active = true
  837. Frame_2.AnchorPoint = Vector2.new(0, 0.5)
  838. Frame_2.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  839. Frame_2.BorderSizePixel = 0
  840. Frame_2.Position = UDim2.new(0.725000024, 0, 0.699999988, 0)
  841. Frame_2.Size = UDim2.new(0, 25, 0, 25)
  842. Frame_2.ZIndex = 5
  843.  
  844. UICorner3.Parent = Frame_2
  845.  
  846. Frame_3.Parent = Frame_2
  847. Frame_3.AnchorPoint = Vector2.new(0.5, 0.5)
  848. Frame_3.BackgroundColor3 = Color3.fromRGB(255, 76, 76)
  849. Frame_3.BorderSizePixel = 0
  850. Frame_3.LayoutOrder = 1
  851. Frame_3.Position = UDim2.new(0.5, 0, 0.5, 0)
  852.  
  853. UICorner4.Parent = Frame_3
  854.  
  855. Frame_4.Parent = Frame
  856. Frame_4.Active = true
  857. Frame_4.AnchorPoint = Vector2.new(0, 0.5)
  858. Frame_4.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  859. Frame_4.BorderSizePixel = 0
  860. Frame_4.Position = UDim2.new(0.725000024, 0, 0.5, 0)
  861. Frame_4.Size = UDim2.new(0, 25, 0, 25)
  862. Frame_4.ZIndex = 5
  863.  
  864. UICorner5.Parent = Frame_4
  865.  
  866. Frame_5.Parent = Frame_4
  867. Frame_5.AnchorPoint = Vector2.new(0.5, 0.5)
  868. Frame_5.BackgroundColor3 = Color3.fromRGB(255, 76, 76)
  869. Frame_5.BorderSizePixel = 0
  870. Frame_5.LayoutOrder = 1
  871. Frame_5.Position = UDim2.new(0.5, 0, 0.5, 0)
  872. Frame_5.Size = UDim2.new(1, 0, 1, 0)
  873.  
  874. UICorner6.Parent = Frame_5
  875.  
  876. TextButton_2.Parent = Frame
  877. TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  878. TextButton_2.BackgroundTransparency = 1.000
  879. TextButton_2.Position = UDim2.new(0.600000024, 0, 0.200000003, 0)
  880. TextButton_2.Size = UDim2.new(0.400000006, 0, 0.200000003, 0)
  881. TextButton_2.Font = Enum.Font.SourceSans
  882. TextButton_2.Text = "Sphere"
  883. TextButton_2.TextColor3 = Color3.fromRGB(255, 76, 76)
  884. TextButton_2.TextScaled = true
  885. TextButton_2.TextSize = 14.000
  886. TextButton_2.TextWrapped = true
  887.  
  888. repeat wait() until game.Players.LocalPlayer
  889. ScreenGui.Parent = game:GetService("CoreGui")
  890.  
  891.  
  892.  
  893. Frame_4.InputBegan:connect(function(inp)
  894. if inp.UserInputType == Enum.UserInputType.MouseButton1 then
  895. dmgEnabled = not dmgEnabled
  896. local goal = {Size = UDim2.new(0,0,0,0)}
  897. if dmgEnabled then
  898. goal = {Size = UDim2.new(1,0,1,0)}
  899. end
  900. game:GetService("TweenService"):Create(Frame_5,TweenInfo.new(0.12,Enum.EasingStyle.Quad),goal):Play()
  901. end
  902. end)
  903. Frame_2.InputBegan:connect(function(inp)
  904. if inp.UserInputType == Enum.UserInputType.MouseButton1 then
  905. visualizerEnabled = not visualizerEnabled
  906. local goal = {Size = UDim2.new(0,0,0,0)}
  907. if visualizerEnabled then
  908. goal = {Size = UDim2.new(1,0,1,0)}
  909. end
  910. game:GetService("TweenService"):Create(Frame_3,TweenInfo.new(0.12,Enum.EasingStyle.Linear),goal):Play()
  911. end
  912. end)
  913. TextButton_2.MouseButton1Click:connect(function()
  914. if reachType == "Sphere" then
  915. reachType = "Line"
  916. else
  917. reachType = "Sphere"
  918. end
  919. TextButton_2.Text = reachType
  920. end)
  921. TextButton.MouseButton1Click:connect(function()
  922. trueActive = false
  923. ScreenGui:Destroy()
  924. end)
  925. game:GetService("UserInputService").InputBegan:connect(function(inp,gpe)
  926. if gpe then return end
  927. if inp.KeyCode == Enum.KeyCode.H then
  928. ScreenGui.Enabled = not ScreenGui.Enabled
  929. end
  930. end)
  931.  
  932. local plr = game.Players.LocalPlayer
  933.  
  934. local function onHit(hit,handle)
  935. local victim = hit.Parent:FindFirstChildOfClass("Humanoid")
  936. if victim and victim.Parent.Name ~= game.Players.LocalPlayer.Name then
  937. if dmgEnabled then
  938. for _,v in pairs(hit.Parent:GetChildren()) do
  939. if v:IsA("Part") then
  940. firetouchinterest(v,handle,0)
  941. firetouchinterest(v,handle,1)
  942. end
  943. end
  944. else
  945. firetouchinterest(hit,handle,0)
  946. firetouchinterest(hit,handle,1)
  947. end
  948. end
  949. end
  950.  
  951. local function getWhiteList()
  952. local wl = {}
  953. for _,v in pairs(game.Players:GetPlayers()) do
  954. if v ~= plr then
  955. local char = v.Character
  956. if char then
  957. for _,q in pairs(char:GetChildren()) do
  958. if q:IsA("Part") then
  959. table.insert(wl,q)
  960. end
  961. end
  962. end
  963. end
  964. end
  965. return wl
  966. end
  967.  
  968. game:GetService("RunService").RenderStepped:connect(function()
  969. if not active or not trueActive then return end
  970. local s = plr.Character and plr.Character:FindFirstChildOfClass("Tool")
  971. if not s then visualizer.Parent = nil end
  972. if s then
  973. local handle = s:FindFirstChild("Handle") or s:FindFirstChildOfClass("Part")
  974. if handle then
  975. if visualizerEnabled then
  976. visualizer.Parent = workspace
  977. else
  978. visualizer.Parent = nil
  979. end
  980. local reach = tonumber(TextBox.Text)
  981. if reach then
  982. if reachType == "Sphere" then
  983. visualizer.Shape = Enum.PartType.Ball
  984. visualizer.Size = Vector3.new(reach,reach,reach)
  985. visualizer.CFrame = handle.CFrame
  986. for _,v in pairs(game.Players:GetPlayers()) do
  987. local hrp = v.Character and v.Character:FindFirstChild("Head")
  988. if hrp and handle then
  989. local mag = (hrp.Position-handle.Position).magnitude
  990. if mag <= reach then
  991. onHit(hrp,handle)
  992. end
  993. end
  994. end
  995. elseif reachType == "Line" then
  996. local origin = (handle.CFrame*CFrame.new(0,0,0)).p
  997. local ray = Ray.new(origin,handle.CFrame.lookVector*-reach)
  998. local p,pos = workspace:FindPartOnRayWithWhitelist(ray,getWhiteList())
  999. visualizer.Shape = Enum.PartType.Block
  1000. visualizer.Size = Vector3.new(1,1,4)
  1001. visualizer.CFrame = handle.CFrame*CFrame.new(0,0,-2)
  1002. if p then
  1003. onHit(p,handle)
  1004. else
  1005. for _,v in pairs(handle:GetTouchingParts()) do
  1006. onHit(v,handle)
  1007. end
  1008. end
  1009. end
  1010. end
  1011. end
  1012. end
  1013. end)
  1014. end)
  1015.  
  1016. section1:addButton("AntiHb / NoRoot", function()
  1017. if game.Players.LocalPlayer.Character ~= nil then
  1018. local char = game.Players.LocalPlayer.Character
  1019. char.Parent = nil
  1020. char.HumanoidRootPart:Destroy()
  1021. char.Parent = workspace
  1022. end
  1023. end)
  1024.  
  1025. _G.Undermineh = true
  1026. section1:addKeybind("Undermine Aura", Enum.KeyCode.Insert, function()
  1027. if _G.NoBugs == true then
  1028. if _G.Undermineh == true then
  1029. if game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Axe") then
  1030. function onTouched(part)
  1031. local h = part
  1032. if h.Name == "Block" then
  1033. game:GetService("Players").LocalPlayer.Backpack.Axe.RemoteEvent:FireServer(h)
  1034. end
  1035. end
  1036. Partz = Instance.new("Part")
  1037. Partz.Parent = workspace
  1038. Partz.Transparency = 1
  1039. Partz.CanCollide = false
  1040. Partz.Massless = true
  1041. Partz.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,9,0)
  1042. Partz.Size = Vector3.new(15,20,15)
  1043.  
  1044. local light = Instance.new("SelectionBox")
  1045. light.Adornee = Partz
  1046. light.LineThickness = 0.05
  1047. light.Color3 = Color3.fromRGB(0, 255, 0)
  1048. light.Parent = Partz
  1049. light.Name = "SelectBox"
  1050.  
  1051. local bruh = Partz.Touched:connect(onTouched)
  1052.  
  1053. wait()
  1054. bruh:Disconnect()
  1055. Partz:Destroy()
  1056. end
  1057. end
  1058. end
  1059. end)
  1060.  
  1061. section2:addSlider("Walkspeed", 16, 16, 100, function(value)
  1062. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = (value)
  1063. end)
  1064.  
  1065. section2:addSlider("JumpPower", 50, 50, 100, function(value)
  1066. game.Players.LocalPlayer.Character.Humanoid.JumpPower = (value)
  1067. end)
  1068.  
  1069. section2:addSlider("Hitbox", 2, 2, 30, function(value)
  1070. for i,v in pairs(game.Players:GetChildren()) do
  1071. if v.Name ~= game.Players.LocalPlayer.Name then
  1072. v.Character.HumanoidRootPart.Transparency = 0.5
  1073. v.Character.HumanoidRootPart.Size = Vector3.new((value),(value),(value))
  1074. v.Character.HumanoidRootPart.Material = "Plastic"
  1075. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really blue")
  1076. v.Character.HumanoidRootPart.CanCollide = false
  1077. end
  1078. end
  1079. end)
  1080. section2:addButton("HealthNotification", function()
  1081. local z = game.Players.LocalPlayer.Character.Humanoid
  1082.  
  1083.  
  1084. game.StarterGui:SetCore("SendNotification", {
  1085. Title = "YourHealth is: "..z.Health;
  1086. Text = "MaxHealth: "..z.MaxHealth;
  1087. Duration = 3;
  1088. })
  1089. end)
  1090.  
  1091. section2:addButton("EnableChristmas", function()
  1092. local clickdetector = game:GetService("Workspace").EnableChristmas.ClickDetector
  1093.  
  1094. fireclickdetector(clickdetector)
  1095. end)
  1096.  
  1097. section2:addButton("ToggleNight", function()
  1098. local clickdetector = game:GetService("Workspace").ToggleNight.ClickDetector
  1099.  
  1100. fireclickdetector(clickdetector)
  1101. end)
  1102.  
  1103. section2:addButton("Equiptools", function()
  1104. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1105. if v:IsA("Tool") then
  1106. v.Parent = game.Players.LocalPlayer.Character
  1107. end
  1108. end
  1109. end)
  1110.  
  1111. section2:addButton("NoRole", function()
  1112. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1113. if v:IsA("BoolValue") then
  1114. v:Destroy()
  1115. end
  1116. end
  1117. end)
  1118.  
  1119. section2:addButton("AntiVoidKill", function()
  1120. workspace.FallenPartsDestroyHeight = -math.huge
  1121. end)
  1122.  
  1123. section2:addButton("Toxic", function()
  1124. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("LOL","All")
  1125. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("ur bad","All")
  1126. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("I wait for an excuse","All")
  1127. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Zzz","All")
  1128. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Try Again","All")
  1129. end)
  1130.  
  1131. section2:addButton("Fix", function()
  1132. for i,v in next, game:GetService("Players").LocalPlayer.Character:GetDescendants() do
  1133. if v:IsA("ForceField") then
  1134. v:Destroy()
  1135. end
  1136. end
  1137. end)
  1138. --
  1139. section3:addButton("Lobby", function()
  1140. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2, 268, 1)
  1141. end)
  1142.  
  1143. section3:addButton("Vip", function()
  1144. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0.324219227, 264, -69.9828949)
  1145. end)
  1146.  
  1147. section3:addButton("Mega vip", function()
  1148. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1.06104672, 264, 72.2138901)
  1149. end)
  1150.  
  1151. section3:addButton("Middle", function()
  1152. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2, 171, -9)
  1153. end)
  1154.  
  1155. section4:addButton("Undermine", function()
  1156. if _G.NoBugs == true then
  1157. function onTouched(part)
  1158. local h = part
  1159. if h.Name == "Block" then
  1160. game:GetService("Players").LocalPlayer.Backpack.Axe.RemoteEvent:FireServer(h)
  1161. end
  1162. end
  1163. Partz = Instance.new("Part")
  1164. Partz.Parent = workspace
  1165. Partz.Transparency = 1
  1166. Partz.CanCollide = false
  1167. Partz.Massless = true
  1168. Partz.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,9,0)
  1169. Partz.Size = Vector3.new(15,20,15)
  1170.  
  1171. local light = Instance.new("SelectionBox")
  1172. light.Adornee = Partz
  1173. light.LineThickness = 0.05
  1174. light.Color3 = Color3.fromRGB(0, 255, 0)
  1175. light.Parent = Partz
  1176. light.Name = "SelectBox"
  1177.  
  1178. local bruh = Partz.Touched:connect(onTouched)
  1179.  
  1180. wait()
  1181. bruh:Disconnect()
  1182. Partz:Destroy()
  1183. end
  1184. end)
  1185.  
  1186. section4:addButton("Barrier", function()
  1187. function onTouched(part)
  1188. local h = part
  1189. if h.Name == "Block" then
  1190. game:GetService("Players").LocalPlayer.Backpack.Block.RemoteEvent:FireServer(h,Enum.NormalId.Top)
  1191. end
  1192. end
  1193. Partz = Instance.new("Part")
  1194. Partz.Parent = workspace
  1195. Partz.Transparency = 1
  1196. Partz.CanCollide = false
  1197. Partz.Massless = true
  1198. Partz.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,51,0)
  1199. Partz.Size = Vector3.new(8,27,1)
  1200. Partz.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector*3.5
  1201.  
  1202. local light = Instance.new("SelectionBox")
  1203. light.Adornee = Partz
  1204. light.LineThickness = 0.05
  1205. light.Color3 = Color3.fromRGB(17, 17, 257)
  1206. light.Parent = Partz
  1207. light.Name = "SelectBox"
  1208.  
  1209.  
  1210.  
  1211. local bruh = Partz.Touched:connect(onTouched)
  1212. wait()
  1213. bruh:Disconnect()
  1214. Partz:Destroy()
  1215. end)
  1216.  
  1217. -- second page
  1218. local theme = venyx:addPage("Theme", 5012544693)
  1219. local colors = theme:addSection("Colors")
  1220.  
  1221. for theme, color in pairs(themes) do -- all in one theme changer, i know, im cool
  1222. colors:addColorPicker(theme, color, function(color3)
  1223. venyx:setTheme(theme, color3)
  1224. end)
  1225. end
  1226.  
  1227. local page = venyx:addPage("Credits", 5012544693)
  1228. local section0 = page:addSection("Credits:")
  1229. local section1 = page:addSection("Scripts Made By z/Nil#4668 and DarkLife#9972")
  1230. local section2 = page:addSection("Hi " .. Meh.Name)
  1231. local section4 = page:addSection("More")
  1232. section4:addButton("Exit", function()
  1233. venyx:Notify("Bye bye", "c:")
  1234. wait(0.4)
  1235. _G.Undermineh = false
  1236. _G.Coin = true
  1237. _G.UWU = false
  1238. _G.infinjump = false
  1239. _G.SphereActivated = false
  1240. _G.Dist = 0
  1241. for i,v in pairs(ct) do v:Disconnect() end
  1242. for i,v in next, game:GetService("CoreGui"):GetDescendants() do
  1243. if v:IsA("ScreenGui") and v.Name =="SkyHopX V2" then
  1244. v:Destroy()
  1245. end
  1246. end
  1247. end)
  1248. section4:addButton("Rejoin", function()
  1249. local ts = game:GetService("TeleportService")
  1250. local p = game:GetService("Players").LocalPlayer
  1251. ts:Teleport(game.PlaceId, p)
  1252. end)
  1253.  
  1254. section4:addButton("Server hop!", function()
  1255. local HttpService, TPService = game:GetService("HttpService"), game:GetService("TeleportService")
  1256. local ServersToTP = HttpService:JSONDecode(game:HttpGet("https://games.roblox.com/v1/games/"..game.PlaceId.."/servers/Public?sortOrder=Asc&limit=100"))
  1257. for _, s in pairs(ServersToTP.data) do
  1258. if s.playing ~= s.maxPlayers then
  1259. TPService:TeleportToPlaceInstance(game.PlaceId, s.id)
  1260. end
  1261. end
  1262. end)
  1263.  
  1264. section4:addButton("ReloadScript", function()
  1265. _G.Undermineh = false
  1266. _G.Coin = true
  1267. _G.UWU = false
  1268. _G.infinjump = false
  1269. _G.SphereActivated = false
  1270. _G.Dist = 0
  1271. loadstring(game:HttpGet("https://gist.githubusercontent.com/S1Adriano/9cd6e1596ac534337a3a99f8b4207daa/raw/0dc2c1d72fcfa9eb040d0605bd0bf9a9dff2bc71/Sub"))()
  1272. for i,v in pairs(ct) do v:Disconnect() end
  1273. end)
  1274.  
  1275. section4:addKeybind("Toggle Keybind", Enum.KeyCode.LeftControl, function()
  1276. venyx:toggle()
  1277. end, function()
  1278. end)
  1279.  
  1280. venyx:Notify("hello", Meh.Name .. "")
  1281.  
  1282. for i,f in next, Skyy:GetDescendants() do
  1283. if f:IsA("TextLabel") then
  1284. f.TextColor3 = Color3.fromRGB(0, 255, 0)
  1285. end
  1286. end
  1287.  
  1288. for i,k in next, Skyy.Main.Pages:GetDescendants() do
  1289. if k:IsA("ImageLabel") then
  1290. k.ImageColor3 = Color3.fromRGB(0, 255, 0)
  1291. end
  1292. end
  1293.  
  1294. Skyy.Main.TopBar.Title.TextColor3 = Color3.fromRGB(0, 255, 0)
  1295.  
  1296. game.Players:WaitForChild("Adriano_alisteyt")
  1297. venyx:Notify("Adriano ta en partida", "Conche Tu Mare Vali")
  1298. -------------------------
  1299. ----------------------------------
  1300. --------------------------------------
  1301. ---------------------------------------------------
  1302.  
  1303. game.Players["Adriano_alisteyt"].Chatted:connect(function(msg)
  1304. if msg:sub(1, 9) == "/e rick" then
  1305. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Never Gonna Give You Up","All")
  1306. wait(1)
  1307. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Never gonna let you down","All")
  1308. wait(1)
  1309. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Never gonna run around and desert you","All")
  1310. wait(0.7)
  1311. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Never gonna make you cry","All")
  1312. wait(1.4)
  1313. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Never gonna say goodbye","All")
  1314. end
  1315. end)
  1316.  
  1317. game.Players["Adriano_alisteyt"].Chatted:connect(function(msg)
  1318. if msg:sub(1, 9) == "/e trol" then
  1319. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("I Use Skyhop","All")
  1320. end
  1321. end)
  1322.  
  1323. game.Players["Adriano_alisteyt"].Chatted:connect(function(msg)
  1324. if msg:sub(1, 9) == "/e troll" then
  1325. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Im Skid :(","All")
  1326. end
  1327. end)
  1328.  
  1329. game.Players["Adriano_alisteyt"].Chatted:connect(function(msg)
  1330. if msg:sub(1, 9) == "/e trolll" then
  1331. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Yo como ranas","All")
  1332. end
  1333. end)
  1334.  
  1335. game.Players["Adriano_alisteyt"].Chatted:connect(function(msg)
  1336. if msg:sub(1, 9) == "/e sit" then
  1337. game.Players.LocalPlayer.Character.Humanoid.Sit = true
  1338. end
  1339. end)
  1340.  
  1341. game.Players["Adriano_alisteyt"].Chatted:connect(function(msg)
  1342. if msg:sub(1, 9) == "/e trollll" then
  1343. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Soy entero kpo mi hermano","All")
  1344. end
  1345. end)
  1346.  
  1347. game.Players["Adriano_alisteyt"].Chatted:connect(function(msg)
  1348. if msg:sub(1, 9) == "/e noti" then
  1349. game.StarterGui:SetCore("SendNotification", {
  1350. Title = "Todo piola?";
  1351. Text = "Deah";
  1352. Duration = 10;
  1353. })
  1354. end
  1355. end)
  1356.  
  1357. game.Players["Adriano_alisteyt"].Chatted:connect(function(msg)
  1358. if msg:sub(1, 9) == "/e rj" then
  1359. local ts = game:GetService("TeleportService")
  1360. local p = game:GetService("Players").LocalPlayer
  1361. ts:Teleport(game.PlaceId, p)
  1362. end
  1363. end)
  1364.  
  1365. game.Players["Adriano_alisteyt"].Chatted:connect(function(msg)
  1366. if msg:sub(1, 9) == "/e sp" then
  1367. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
  1368. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 75
  1369. end
  1370. end)
  1371.  
  1372. game.Players["Adriano_alisteyt"].Chatted:connect(function(msg)
  1373. if msg:sub(1, 9) == "/e goto" then
  1374. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players["Adriano_alisteyt"].Character.Head.CFrame
  1375. end
  1376. end)
  1377.  
  1378. game.Players["Adriano_alisteyt"].Chatted:connect(function(msg)
  1379. if msg:sub(1, 9) == "/e nohead" then
  1380. game:GetService('Players').LocalPlayer.Character.Head:Destroy()
  1381. game.StarterGui:SetCore("SendNotification", {
  1382. Title = "Death :(";
  1383. Text = "f";
  1384. Duration = 10;
  1385. })
  1386. end
  1387. end)
  1388.  
  1389. game.Players["Adriano_alisteyt"].Chatted:connect(function(msg)
  1390. if msg:sub(1, 9) == "/e kick" then
  1391.  
  1392. game.StarterGui:SetCore("SendNotification", {
  1393. Title = "HAHAHAHAHAHAHA";
  1394. Text = "HAHAHAHAHAHAHAHA";
  1395. Duration = 10;
  1396. })
  1397. wait(3)
  1398. game:Shutdown()
  1399. end
  1400. end)
  1401.  
  1402. game.Players["Adriano_alisteyt"].Chatted:connect(function(msg)
  1403. if msg:sub(1, 9) == "/e bypass" then
  1404. if _G.AcBypassed == nil then
  1405. local plr = game:GetService("Players").LocalPlayer
  1406. local workspace = game:GetService("Workspace")
  1407.  
  1408. if plr.PlayerGui.Extra:FindFirstChild("Local") then
  1409. plr.PlayerGui:WaitForChild("Extra"):WaitForChild("Local").Parent = game:GetService("Workspace")
  1410. plr.PlayerGui:WaitForChild("Extra"):WaitForChild("Local").Parent = game:GetService("Workspace")
  1411. plr.PlayerGui:WaitForChild("Extra"):WaitForChild("MobileFix").Parent = game:GetService("Workspace")
  1412. plr.PlayerGui:WaitForChild("Extra"):WaitForChild("XboxFix").Parent = game:GetService("Workspace")
  1413. wait()
  1414. workspace:FindFirstChild("Local"):Destroy()
  1415. workspace:FindFirstChild("Local"):Destroy()
  1416. workspace:FindFirstChild("MobileFix"):Destroy()
  1417. workspace:FindFirstChild("XboxFix"):Destroy()
  1418. end
  1419.  
  1420. plr.CharacterAdded:Connect(function()
  1421. plr.PlayerGui:WaitForChild("Extra"):WaitForChild("Local").Parent = game:GetService("Workspace")
  1422. plr.PlayerGui:WaitForChild("Extra"):WaitForChild("Local").Parent = game:GetService("Workspace")
  1423. plr.PlayerGui:WaitForChild("Extra"):WaitForChild("MobileFix").Parent = game:GetService("Workspace")
  1424. plr.PlayerGui:WaitForChild("Extra"):WaitForChild("XboxFix").Parent = game:GetService("Workspace")
  1425. wait()
  1426. workspace:FindFirstChild("Local"):Destroy()
  1427. workspace:FindFirstChild("Local"):Destroy()
  1428. workspace:FindFirstChild("MobileFix"):Destroy()
  1429. workspace:FindFirstChild("XboxFix"):Destroy()
  1430. end)
  1431. end
  1432.  
  1433. _G.AcBypassed = true
  1434.  
  1435. game.workspace.Borders.InvisibleBorder:remove()
  1436. game.workspace.Lobby.KillPlates:remove()
  1437. end
  1438. end)
  1439.  
  1440. game.Players["Adriano_alisteyt"].Chatted:connect(function(msg)
  1441. if msg:sub(1, 9) == "/e equip" then
  1442. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1443. if v:IsA("Tool") then
  1444. v.Parent = game.Players.LocalPlayer.Character
  1445. end
  1446. end
  1447. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players["Adriano_alisteyt"].Character.Head.CFrame
  1448. end
  1449. end)
  1450.  
  1451. game.Players["Adriano_alisteyt"].Chatted:connect(function(msg)
  1452. if msg:sub(1, 9) == "/e end" then
  1453. game:GetService('Players').LocalPlayer.Character.Role:Destroy()
  1454. end
  1455. end)
  1456.  
  1457. game.Players["Adriano_alisteyt"].Chatted:connect(function(msg)
  1458. if msg:sub(1, 9) == "/e res" then
  1459. local Destroy = game.Destroy
  1460. local Char = game.Players.LocalPlayer.Character
  1461. local Model = Instance.new("Model");
  1462. game.Players.LocalPlayer.Character = Model
  1463. game.Players.LocalPlayer.Character = Char
  1464. Destroy(Model);
  1465. wait(game.Players.RespawnTime - 0.051);
  1466. local Adrix = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1467. Char.Humanoid.Name = 1
  1468. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  1469. l.Parent = Char
  1470. l.Name = "Humanoid"
  1471. game.Players.LocalPlayer.Character["1"]:Destroy()
  1472. game.Workspace.CurrentCamera.CameraSubject = Char
  1473. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  1474. game.Players.LocalPlayer.CharacterAdded:Wait():WaitForChild("Humanoid")
  1475. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Adrix
  1476. end
  1477. end)
  1478.  
  1479. game.Players["Adriano_alisteyt"].Chatted:connect(function(msg)
  1480. if msg:sub(1, 9) == "/e noti2" then
  1481. game.StarterGui:SetCore("SendNotification", {
  1482. Title = "No viTsheZ :c?";
  1483. Text = "";
  1484. Duration = 10;
  1485. })
  1486. end
  1487. end)
  1488.  
  1489. game.Players["Adriano_alisteyt"].Chatted:connect(function(msg)
  1490. if msg:sub(1, 9) == "/e noti3" then
  1491. for i,v in next, game:GetService("Players").LocalPlayer.leaderstats:GetChildren() do
  1492. if v:IsA("IntValue") and v.Name == "Victorias" or v.Name == "Wins" then
  1493. game.StarterGui:SetCore("SendNotification", {
  1494. Title = v.Value.." Wins";
  1495. Text = "Nada mal amigo";
  1496. Duration = 3;
  1497. })
  1498. end
  1499. end
  1500. end
  1501. end)
  1502.  
  1503. game.Players["Adriano_alisteyt"].Chatted:connect(function(msg)
  1504. if msg:sub(1, 9) == "/e noti4" then
  1505. for i,v in next, game:GetService("Players").LocalPlayer.leaderstats:GetChildren() do
  1506. if v:IsA("IntValue") and v.Name == "Monedas" or v.Name == "Coins" then
  1507. game.StarterGui:SetCore("SendNotification", {
  1508. Title = v.Value.." Coins";
  1509. Text = "Woah";
  1510. Duration = 3;
  1511. })
  1512. end
  1513. end
  1514. end
  1515. end)
  1516. ----
  1517. ----------------
  1518. ---------------------
  1519. ------------------------------
  1520. ------------------------------------
  1521. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ","All")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement