Advertisement
Guest User

Pick A Side

a guest
Jul 5th, 2024
667
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.50 KB | None | 0 0
  1. --Original by PRINCEZPhi
  2. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  3. local Window = Library.CreateLib("Pick a side", "DarkTheme")
  4. local Tab = Window:NewTab("Main")
  5. local Section = Tab:NewSection("Combat")
  6.  
  7. Section:NewButton("Hitbox", "Normal Hitbox but can turn off", function()
  8. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "LOADED", Text = "E = ENABLED : Q = DISABLE."})
  9. local player = game.Players.LocalPlayer
  10. local mouse = player:GetMouse()
  11.  
  12. -- Settings
  13.  
  14. bind = ""
  15. bind2 = "e"
  16. bind3 = "q"
  17.  
  18. -- Script
  19.  
  20. mouse.KeyDown:connect(function(key)
  21. if key == bind then
  22. player.Character.HumanoidRootPart.CFrame = CFrame.new(1254.09656, 137.906067, -172.128204)
  23. end
  24. end)
  25.  
  26. mouse.KeyDown:connect(function(key2)
  27. if key2 == bind2 then
  28. _G.HeadSize = 17
  29. _G.Disabled = true
  30.  
  31.  
  32. if _G.Disabled then
  33. for i,v in next, game:GetService('Players'):GetPlayers() do
  34. if v.Name ~= game:GetService('Players').LocalPlayer.Name then
  35. pcall(function()
  36. v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
  37. v.Character.HumanoidRootPart.Transparency = 0.7
  38. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Bright red")
  39. v.Character.HumanoidRootPart.Material = "Neon"
  40. v.Character.HumanoidRootPart.CanCollide = false
  41. end)
  42. end
  43. end
  44. end
  45. end
  46. end)
  47.  
  48. mouse.KeyDown:connect(function(key3)
  49. if key3 == bind3 then
  50. _G.HeadSize = 17
  51. _G.Disabled = true
  52.  
  53.  
  54. for i,v in next, game:GetService('Players'):GetPlayers() do
  55. if v.Name ~= game:GetService('Players').LocalPlayer.Name then
  56. pcall(function()
  57. v.Character.HumanoidRootPart.Size = Vector3.new(2, 2, 1)
  58. v.Character.HumanoidRootPart.Transparency = 1
  59. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Medium stone grey")
  60. v.Character.HumanoidRootPart.Material = "Plastic"
  61. v.Character.HumanoidRootPart.CanCollide = false
  62. end)
  63. end
  64. end
  65. end
  66. end)
  67. end)
  68.  
  69. Section:NewButton("Hitbox (CANNOT TURN OFF)", "Normal Hitbox", function()
  70. _G.HeadSize = 20
  71. _G.Disabled = true
  72.  
  73. game:GetService('RunService').RenderStepped:connect(function()
  74. if _G.Disabled then
  75. for i,v in next, game:GetService('Players'):GetPlayers() do
  76. if v.Name ~= game:GetService('Players').LocalPlayer.Name then
  77. pcall(function()
  78. v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
  79. v.Character.HumanoidRootPart.Transparency = 0.7
  80. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Black")
  81. v.Character.HumanoidRootPart.Material = "Neon"
  82. v.Character.HumanoidRootPart.CanCollide = false
  83. end)
  84. end
  85. end
  86. end
  87. end)
  88. end)
  89.  
  90.  
  91.  
  92. local Section = Tab:NewSection("Autofarm")
  93.  
  94.  
  95. Section:NewButton("Autofarm V1", "Autofarm", function()
  96. ScreenGui = Instance.new("ScreenGui")
  97. main = Instance.new("Frame")
  98. TextLabel = Instance.new("TextLabel")
  99. on = Instance.new("TextButton")
  100. off = Instance.new("TextButton")
  101.  
  102. ScreenGui.Parent = game.CoreGui
  103.  
  104. main.Name = "main"
  105. main.Parent = ScreenGui
  106. main.BackgroundColor3 = Color3.new(0, 0, 0)
  107. main.BorderColor3 = Color3.new(0, 0, 0)
  108. main.Position = UDim2.new(0.779569924, 0, 0.705601931, 0)
  109. main.Size = UDim2.new(0, 219, 0, 163)
  110. main.Active = true
  111. main.Draggable = true
  112.  
  113. TextLabel.Parent = main
  114. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  115. TextLabel.BorderColor3 = Color3.new(0, 0, 0)
  116. TextLabel.Size = UDim2.new(0, 219, 0, 50)
  117. TextLabel.Font = Enum.Font.SourceSansBold
  118. TextLabel.FontSize = Enum.FontSize.Size24
  119. TextLabel.Text = "AUTOFARM V1"
  120. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  121. TextLabel.TextSize = 24
  122. TextLabel.TextWrapped = true
  123.  
  124. on.Name = "ON"
  125. on.Parent = main
  126. on.BackgroundColor3 = Color3.new(0, 0, 0)
  127. on.BorderColor3 = Color3.new(0, 0, 0)
  128. on.Position = UDim2.new(0.219178081, 0, 0.361963183, 0)
  129. on.Size = UDim2.new(0, 122, 0, 44)
  130. on.Font = Enum.Font.SourceSansBold
  131. on.FontSize = Enum.FontSize.Size24
  132. on.Text = "ON"
  133. on.TextColor3 = Color3.new(1, 1, 1)
  134. on.TextSize = 20
  135. on.TextStrokeTransparency = 0
  136. on.MouseButton1Down:connect(function()
  137. _G.toggled = true
  138. while _G.toggled == true do
  139. wait(0.25)
  140. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-42.1867104, 4, -10.0159426)
  141. wait(0.25)
  142. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(51.8459854, 4, -7.64399719)
  143. wait(0.25)
  144. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(49.0132484, 4, 12.9164495)
  145. wait(0.25)
  146. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-49.2372742, 10.0727692, 22.5755386)
  147. wait(0.25)
  148. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(22.6320515, 15.2083225, -22.8036976)
  149. wait(0.25)
  150. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(54.5018234, 4, 12.9243202)
  151. wait(0.25)
  152. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-50.9209137, 4, 23.7264462)
  153. wait(0.25)
  154. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-51.7601433, 9.02024555, 24.8675385)
  155. wait(0.25)
  156. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(54, 4, 3)
  157. wait(0.25)
  158. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-45.7298431, 4, 14.7902403)
  159. wait(0.25)
  160. end
  161. end)
  162.  
  163. off.Name = "ON"
  164. off.Parent = main
  165. off.BackgroundColor3 = Color3.new(0, 0, 0)
  166. off.BorderColor3 = Color3.new(0, 0, 0)
  167. off.Position = UDim2.new(0.219178095, 0, 0.674846649, 0)
  168. off.Size = UDim2.new(0, 122, 0, 44)
  169. off.Font = Enum.Font.SourceSansBold
  170. off.FontSize = Enum.FontSize.Size24
  171. off.Text = "OFF"
  172. off.TextColor3 = Color3.new(1, 1, 1)
  173. off.TextSize = 20
  174. off.TextStrokeTransparency = 0
  175. off.MouseButton1Down:connect(function()
  176. _G.toggled = false
  177. end)
  178. end)
  179.  
  180. local Section = Tab:NewSection("Player")
  181.  
  182. Section:NewButton("Nojumpcooldown (click about 10 times)", "jumpfreely", function()
  183. loadstring(game.HttpGet(game, "https://raw.githubusercontent.com/xaxaxaxaxaxaxaxaxa/Da-Hood-Scripts/main/No-Jump-Cooldown.lua"))();
  184. wait(0.1)
  185. loadstring(game.HttpGet(game, "https://raw.githubusercontent.com/xaxaxaxaxaxaxaxaxa/Da-Hood-Scripts/main/No-Jump-Cooldown.lua"))();
  186. wait(0.1)
  187. loadstring(game.HttpGet(game, "https://raw.githubusercontent.com/xaxaxaxaxaxaxaxaxa/Da-Hood-Scripts/main/No-Jump-Cooldown.lua"))();
  188. wait(0.1)
  189. loadstring(game.HttpGet(game, "https://raw.githubusercontent.com/xaxaxaxaxaxaxaxaxa/Da-Hood-Scripts/main/No-Jump-Cooldown.lua"))();
  190. wait(0.1)
  191. loadstring(game.HttpGet(game, "https://raw.githubusercontent.com/xaxaxaxaxaxaxaxaxa/Da-Hood-Scripts/main/No-Jump-Cooldown.lua"))();
  192. wait(0.1)
  193. loadstring(game.HttpGet(game, "https://raw.githubusercontent.com/xaxaxaxaxaxaxaxaxa/Da-Hood-Scripts/main/No-Jump-Cooldown.lua"))();
  194. wait(0.1)
  195. loadstring(game.HttpGet(game, "https://raw.githubusercontent.com/xaxaxaxaxaxaxaxaxa/Da-Hood-Scripts/main/No-Jump-Cooldown.lua"))();
  196. wait(0.1)
  197. loadstring(game.HttpGet(game, "https://raw.githubusercontent.com/xaxaxaxaxaxaxaxaxa/Da-Hood-Scripts/main/No-Jump-Cooldown.lua"))();
  198. wait(0.1)
  199. loadstring(game.HttpGet(game, "https://raw.githubusercontent.com/xaxaxaxaxaxaxaxaxa/Da-Hood-Scripts/main/No-Jump-Cooldown.lua"))();
  200. wait(0.1)
  201.  
  202. end)
  203.  
  204. Section:NewButton("Sprint", "speedupcuzurslow", function()
  205. while true do
  206. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30 --Walkspeed of your choice
  207. wait()
  208. end
  209. end)
  210.  
  211. local Section = Tab:NewSection("Hubs")
  212.  
  213. Section:NewButton("Sebs darkside", "Sebs Darkside", function()
  214. local Players = game:GetService("Players")
  215. local LocalPlayer = Players.LocalPlayer or game:GetService("Players"):GetPlayerFromCharacter(Players.LocalPlayer.Character)
  216. local Character = LocalPlayer.Character or LocalPlayer.Character:FindFirstChild("HumanoidRootPart").Parent
  217.  
  218. local MT = getrawmetatable(game)
  219. local OldIndex = MT. __index
  220. local OldNamecall = MT.__namecall
  221.  
  222. setreadonly(MT, false)
  223. MT.__index = newcclosure(function(H, HP, T, D) --Bypasses some anti FTI checks. (uBlubble, Xelvidant, etc.)
  224. if not checkcaller() and getnamecallmethod() then
  225. if tostring(H) == "Humanoid" and tostring(HP) == "Health" then
  226. return 0
  227. end
  228. if tostring(T) == "Position" and tostring(D) == "Magnitude" then
  229. return 0
  230. end
  231. end
  232. return OldIndex(H, HP)
  233. end)
  234.  
  235. local StarterGui = game:GetService("StarterGui")
  236. local DevConsoleHook --Bypasses all dev console disablers.
  237. DevConsoleHook = hookfunc(StarterGui.SetCore, newcclosure(function(Self, ...)
  238. local Args = table.pack(...)
  239. if Self == StarterGui then
  240. if Args[1] == "DevConsoleVisible" then
  241. Args[1] = nil
  242. end
  243. end
  244. end))
  245.  
  246. --Bypasses script execution.
  247. for _,v in next, getconnections(game:GetService("LogService").MessageOut) do
  248. v:Disable()
  249. end
  250. for _,v in next, getconnections(game:GetService("ScriptContext").Error) do
  251. v:Disable()
  252. end
  253.  
  254. game:GetService("ScriptContext"):SetTimeout(0.1)
  255. setreadonly(MT, true)
  256.  
  257. local UNIATTEMPT = true
  258. local VisualizerTransparencyAmount = 0.4
  259. local UIS = game:GetService("UserInputService")
  260.  
  261. -----------------------------
  262. --bypass 2
  263. local customtheme = "Dark"
  264. local reachsize = 5
  265. local dmgEnabled = true
  266. local multiplier = 0
  267. local visualizerEnabled
  268. local reachType = "Sphere"
  269.  
  270. local Material = loadstring(game:HttpGet("https://raw.githubusercontent.com/Kinlei/MaterialLua/master/Module.lua"))()
  271. local UI = Material.Load({
  272. Title = "Sebs Darkside",
  273. Style = 0,
  274. SizeX = 471,
  275. SizeY = 269,
  276. Theme = customtheme
  277. })
  278. --page bypass stuffj
  279.  
  280. UIS.InputBegan:Connect(function(input, gameProcessedEvent)
  281. if input.KeyCode == Enum.KeyCode.X then
  282. game:GetService("CoreGui")["Sebs Darkside"].Enabled = not game:GetService("CoreGui")["Sebs Darkside"].Enabled
  283. end
  284. end)
  285.  
  286. --new page which is gonna be circle reach & stuffghj
  287.  
  288. local Page2 = UI.New({
  289. Title = "Reach/Circle"
  290. })
  291. local Page3 = UI.New({
  292. Title = "Auto Clicker"
  293. })
  294. local Page4 = UI.New({
  295. Title = "Themes"
  296. })
  297.  
  298. local Page5 = UI.New({
  299. Title = "Visuaizer"
  300. })
  301.  
  302.  
  303.  
  304. local ThemePage = Page4.Dropdown({
  305. Text = "Themes",
  306. Callback = function(value)
  307. customtheme = value
  308. Text = customtheme
  309. end,
  310. Options = {"Dark", "Light", "Mocha", "Aqua", "Jester"}
  311. })
  312. local ac_on
  313. local ac_off
  314. local AcOnText = Page3.TextField({
  315. Text = "Keybind for autoclicker on",
  316. Callback = function(value)
  317. print(ac_on)
  318. ac_on = value
  319. end,
  320. })
  321. local AcOffText = Page3.TextField({
  322. Text = "Keybind for autoclicker off ",
  323. Callback = function(value)
  324. print(ac_off)
  325. ac_off = value
  326. end,
  327. })
  328.  
  329. local Mouse = game.Players.LocalPlayer:GetMouse()
  330. Mouse.KeyDown:Connect(function(key)
  331. if key == ac_on then
  332. _G.AutoClicker = true
  333. while _G.AutoClicker do
  334. wait()
  335. pcall(function()
  336. local Sword = game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Tool'
  337. Sword:Activate()
  338. end)
  339. end
  340. end
  341. end)
  342. local Mouse = game.Players.LocalPlayer:GetMouse()
  343. Mouse.KeyDown:Connect(function(key)
  344. if key == ac_off then
  345. _G.AutoClicker = false
  346. while _G.AutoClicker do
  347. wait()
  348. pcall(function()
  349. local Sword = game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Tool'
  350. Sword:Activate()
  351. end)
  352. end
  353. end
  354. end)
  355.  
  356. local CircleSize = Page2.Slider({
  357. Text = "Circle Size",
  358. Callback = function(value)
  359. reachsize = value
  360. reachsize = tonumber(value)
  361. end,
  362. Min = 0,
  363. Max = 50,
  364. Def = 4
  365. })
  366. local sparemultiplier = 1
  367. local dmgEnabled = Page2.Toggle({
  368. Text = "Enable DMG",
  369. Callback = function(value)
  370. dmgEnabled = value
  371. end,
  372. })
  373. local dmgSlider = Page2.Slider({
  374. Text = "DMG Amount",
  375. Callback = function(value)
  376. multiplier = value
  377. multiplier = tonumber(value)
  378. sparemultiplier = value
  379. sparemultiplier = tonumber(value)
  380. end,
  381. Min = 0.4,
  382. Max = 20,
  383. Def = 1,
  384.  
  385. })
  386. local ShapeDropdown = Page5.Dropdown({
  387. Text = "Visualizer Shape",
  388. Callback = function(value)
  389. reachType = value
  390. end,
  391. Options = {"Sphere", "Block"}
  392. })
  393. local ve = Page5.Toggle({
  394. Text = "Visualizer",
  395. Callback = function(value)
  396. visualizerEnabled = value
  397. end,
  398. })
  399.  
  400.  
  401. local visualizer = Instance.new("Part")
  402.  
  403. visualizer.Color = Color3.new(1, 0.968627, 0)
  404. visualizer.Transparency = VisualizerTransparencyAmount
  405. visualizer.Anchored = true
  406. visualizer.CanCollide = false
  407. visualizer.CastShadow = false
  408. visualizer.Size = Vector3.new(0.5,0.5,0.5)
  409. visualizer.BottomSurface = Enum.SurfaceType.Glue
  410. visualizer.TopSurface = Enum.SurfaceType.Glue
  411. local TweenService = game:GetService("TweenService")
  412. local part = visualizer
  413. local TweeningInformation = TweenInfo.new(
  414. 1,
  415. Enum.EasingStyle.Quad,
  416. Enum.EasingDirection.Out,
  417. 753475938457843579348573,
  418. true,
  419. 0
  420. )
  421.  
  422. local PartProperties = {
  423. Color = Color3.fromRGB(255,0,0)
  424. }
  425.  
  426. local Tween = TweenService:Create(part,TweeningInformation,PartProperties)
  427. Tween:Play()
  428. local Red = Color3.new(1, 0, 0.0156863)
  429. local Blue = Color3.new(0, 0.180392, 1)
  430. local Black = Color3.new(0, 0, 0)
  431. local White = Color3.new(1, 1, 1)
  432. local config = "Reset"
  433. local colorrvalue = 0
  434. local colorgvalue = 0
  435. local colorbvalue = 0
  436.  
  437.  
  438.  
  439. local VConfigs = Page5.Dropdown({
  440. Text = "Configs For Visualizer",
  441. Callback = function(value)
  442. config = value
  443. end,
  444. Options = {"Sebs Config", "CWare Config", "Blizzy Config", "Reset"}
  445. })
  446. --fti script
  447. local plr = game.Players.LocalPlayer
  448. local function onHit(hit,handle)
  449. local victim = hit.Parent:FindFirstChildOfClass("Humanoid")
  450. if victim and victim.Parent.Name ~= game.Players.LocalPlayer.Name then
  451. if dmgEnabled then
  452.  
  453. for _,v in pairs(hit.Parent:GetChildren()) do
  454. if v:IsA("BasePart") then
  455. for i = 1, multiplier do
  456. firetouchinterest(v,handle,0)
  457. firetouchinterest(v,handle,1)
  458. firetouchinterest(v,handle,0)
  459. end
  460. end
  461. end
  462. else
  463. firetouchinterest(hit,handle,0)
  464. firetouchinterest(hit,handle,1)
  465. end
  466. end
  467. end
  468.  
  469. local function getWhiteList()
  470. local wl = {}
  471. for _,v in pairs(game.Players:GetPlayers()) do
  472. if v ~= plr then
  473. local char = v.Character
  474. if char then
  475. for _,q in pairs(char:GetChildren()) do
  476. if q:IsA("BasePart") then
  477. table.insert(wl,q)
  478. end
  479. end
  480. end
  481. end
  482. end
  483. return wl
  484. end
  485.  
  486. game:GetService("RunService").RenderStepped:connect(function()
  487. local s = plr.Character and plr.Character:FindFirstChildOfClass("Tool")
  488. if not s then visualizer.Parent = nil end
  489. if s then
  490. local handle = s:FindFirstChild("Handle") or s:FindFirstChildOfClass("Part")
  491. if handle then
  492. if visualizerEnabled then
  493. visualizer.Parent = workspace
  494. else
  495. visualizer.Parent = nil
  496. end
  497. local reach = tonumber(reachsize)
  498.  
  499. if reach then
  500. if reachType == "Sphere" then
  501. if config == "CWare Config" then
  502. visualizer.Shape = Enum.PartType.Ball
  503. visualizer.Material = Enum.Material.Plastic
  504. visualizer.Color = Color3.new(1, 0, 0)
  505. visualizer.Transparency = 0.005459344392
  506. visualizer.Size = Vector3.new(reach,reach,reach)
  507. visualizer.CFrame = handle.CFrame
  508. visualizer.CastShadow = false
  509. visualizer.Name = math.random()
  510. elseif config == "Reset" then
  511. visualizer.Shape = Enum.PartType.Ball
  512. visualizer.Material = Enum.Material.ForceField
  513. visualizer.Color = Color3.new(1, 0.933333, 0)
  514. visualizer.Transparency = VisualizerTransparencyAmount
  515. visualizer.Size = Vector3.new(reach,reach,reach)
  516. visualizer.CFrame = handle.CFrame
  517. visualizer.CastShadow = false
  518. visualizer.Name = math.random()
  519. elseif config == "Blizzy Config" then
  520. visualizer.Shape = Enum.PartType.Ball
  521. visualizer.Material = Enum.Material.SmoothPlastic
  522. visualizer.Color = Color3.new(0.00784314, 0.454902, 1)
  523. visualizer.Transparency = 0.4
  524. visualizer.Size = Vector3.new(reach,reach,reach)
  525. visualizer.CFrame = handle.CFrame
  526. visualizer.CastShadow = false
  527. visualizer.Name = math.random()
  528. elseif config == "Sebs Config" then
  529. visualizer.Shape = Enum.PartType.Ball
  530. visualizer.Material = Enum.Material.Asphalt
  531. visualizer.Color = Color3.new(0.105882, 0.745098, 0.0313725)
  532. visualizer.Transparency = 0.8
  533. visualizer.Size = Vector3.new(reach,reach,reach)
  534. visualizer.CFrame = handle.CFrame
  535. visualizer.CastShadow = false
  536. visualizer.Name = math.random()
  537. end
  538. for _,v in pairs(game.Players:GetPlayers()) do
  539. local hrp = v.Character and v.Character:FindFirstChild("HumanoidRootPart")
  540. if hrp and handle then
  541. local mag = (hrp.Position-handle.Position).magnitude
  542. if mag <= reach then
  543. onHit(hrp,handle)
  544. end
  545. end
  546. end
  547. elseif reachType == "Block" then
  548. local origin = (handle.CFrame*CFrame.new(0,0,-2)).p
  549. local ray = Ray.new(origin,handle.CFrame.lookVector*-reach)
  550. local p,pos = w
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement