Advertisement
JEXBLUK

DemonisV3

Jul 20th, 2023
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.44 KB | None | 0 0
  1. game:GetService("StarterGui"):SetCore("SendNotification", {
  2.  
  3. Title = "DEMONIS V3";
  4.  
  5. Text = "Demonis Has Loaded // AdvanceFalling If you see this You Scripts are good";
  6.  
  7. Icon = "rbxthumb://type=Asset&id=13797050647&w=150&h=150"})
  8.  
  9. Duration = 16;
  10.  
  11. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  12.  
  13. local Window = Library.CreateLib("DEMONIS", "BloodTheme")
  14.  
  15. local Tab = Window:NewTab("Main")
  16.  
  17. local Section = Tab:NewSection("Main")
  18.  
  19. Section:NewButton("Fly", "A simple fly command, press 'E' to toggle.", function()
  20.  
  21. loadstring(game:HttpGet("https://raw.githubusercontent.com/TR011F4C3/PANDA/main/scripts/fly.lua", true))()
  22.  
  23. end)
  24.  
  25. Section:NewButton("Noclip", "A simple noclip command, press 'V' to toggle.", function()
  26.  
  27. noclip = false
  28.  
  29. game:GetService('RunService').Stepped:connect(function()
  30.  
  31. if noclip then
  32.  
  33. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  34.  
  35. end
  36.  
  37. end)
  38.  
  39. plr = game.Players.LocalPlayer
  40.  
  41. mouse = plr:GetMouse()
  42.  
  43. mouse.KeyDown:connect(function(key)
  44.  
  45. if key == "v" then
  46.  
  47. noclip = not noclip
  48.  
  49. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  50.  
  51. end
  52.  
  53. end)
  54.  
  55. end)
  56.  
  57. Section:NewButton("ClickTP", "Click Teleportation.", function()
  58.  
  59. mouse = game.Players.LocalPlayer:GetMouse()
  60.  
  61. tool = Instance.new("Tool")
  62.  
  63. tool.RequiresHandle = false
  64.  
  65. tool.Name = "ClickTP"
  66.  
  67. tool.Activated:connect(function()
  68.  
  69. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  70.  
  71. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  72.  
  73. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  74.  
  75. end)
  76.  
  77. tool.Parent = game.Players.LocalPlayer.Backpack
  78.  
  79. end)
  80.  
  81. Section:NewToggle("Infinite Jump", "A simple Infinite Jump script.", function(state)
  82.  
  83. if state then
  84.  
  85. _G.infinjump = true
  86.  
  87. local Player = game:GetService("Players").LocalPlayer
  88.  
  89. local Mouse = Player:GetMouse()
  90.  
  91. Mouse.KeyDown:connect(function(k)
  92.  
  93. if _G.infinjump then
  94.  
  95. if k:byte() == 32 then
  96.  
  97. Humanoid = game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid")
  98.  
  99. Humanoid:ChangeState("Jumping")
  100.  
  101. wait(0.1)
  102.  
  103. Humanoid:ChangeState("Seated")
  104.  
  105. end
  106.  
  107. end
  108.  
  109. end)
  110.  
  111. local Player = game:GetService("Players").LocalPlayer
  112.  
  113. local Mouse = Player:GetMouse()
  114.  
  115. else
  116.  
  117. if _G.infinjump == true then
  118.  
  119. _G.infinjump = false
  120.  
  121. else
  122.  
  123. _G.infinjump = true
  124.  
  125. end
  126.  
  127. end
  128.  
  129. end)
  130.  
  131. Section:NewTextBox("Walk Speed", "A simple Walk Speed Input.", function(WalkScript)
  132.  
  133. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = WalkScript
  134.  
  135. end)
  136.  
  137. Section:NewTextBox("Jump Power", "A simple Jump Power Input.", function(JumpScript)
  138.  
  139. game.Players.LocalPlayer.Character.Humanoid.JumpPower = JumpScript
  140.  
  141. end)
  142.  
  143. Section:NewTextBox("Goto", "Go to a player.", function(PlayerTeleportName)
  144.  
  145. local playerone = game.Players.LocalPlayer.Character
  146.  
  147. local playertwo = game.Workspace:FindFirstChild(PlayerTeleportName)
  148.  
  149. playerone.HumanoidRootPart.CFrame = playertwo.HumanoidRootPart.CFrame * CFrame.new(0,2,0)
  150.  
  151. end)
  152.  
  153. local Tab = Window:NewTab("Games")
  154.  
  155. local Section = Tab:NewSection("Rake")
  156.  
  157. Section:NewButton("Infinite Yield", "Launches Infinite Yield.", function()
  158.  
  159. loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source", true))()
  160.  
  161. end)
  162.  
  163. Section:NewButton("Fullbright", "Getting see", function()
  164.  
  165. local Light = game:GetService("Lighting")
  166.  
  167. function dofullbright()
  168.  
  169. Light.Ambient = Color3.new(1, 1, 1)
  170.  
  171. Light.ColorShift_Bottom = Color3.new(1, 1, 1)
  172.  
  173. Light.ColorShift_Top = Color3.new(1, 1, 1)
  174.  
  175. end
  176.  
  177. dofullbright()
  178.  
  179. Light.LightingChanged:Connect(dofullbright)
  180.  
  181. end)
  182.  
  183. Section:NewButton("PLAYERS ESP", "esp", function()
  184.  
  185. loadstring(game:HttpGet("https://raw.githubusercontent.com/JEXBLUK/JEXBLUK-TEAM/main/ESP%20PLAYERS"))()
  186.  
  187. end)
  188.  
  189. Section:NewButton("BigZoom", "Changes MaxZoom To 50", function()
  190. Game.Players.LocalPlayer.CameraMaxZoomDistance = 50
  191. end)
  192.  
  193.  
  194. local Section = Tab:NewSection("Ability wars")
  195.  
  196. Section:NewButton("Ability wars1", "Discover more things", function()
  197. loadstring(game:HttpGet("https://paste.ee/r/Wo5Kj"))()
  198. end)
  199.  
  200. local Section = Tab:NewSection("Ro-Ghoul")
  201.  
  202. Section:NewButton("Ability wars1", "Discover more things", function()
  203. loadstring(game:HttpGet"https://raw.githubusercontent.com/xQuartyx/DonateMe/main/ScriptLoader")()
  204. end)
  205.  
  206. local Section = Tab:NewSection("FurryInfec")
  207.  
  208. Section:NewButton("HVH Gui", "Instant kill", function()
  209. if(_G.XenoC and _G.XenoC==false)then _G.XenoC=true;end
  210. if(game:service'CoreGui':FindFirstChild('m@th•d'))then game:service'CoreGui':FindFirstChild('m@th•d'):remove()end;task.wait()
  211. _G.XenoC = false
  212. local PLRS,TEAMS,TW,ver = game:service'Players',game:service'Teams',game:service'TweenService','v0.3';
  213. local NGL,NFA,NBT,NBT2,NBT3,TX = Instance.new("ScreenGui"),Instance.new("Frame"),Instance.new("TextButton"),Instance.new("TextButton"),Instance.new("TextButton"),Instance.new("TextLabel")
  214. local lplr = PLRS.LocalPlayer;
  215. local speaker = {C=lplr.Character,B=lplr.Backpack,T=lplr.Team};
  216. local getHump,getHum,fc,fcc,randomstring,set_properties = function(a)return(a:FindFirstChild('HumanoidRootPart')or a:FindFirstChild('Torso')or a:FindFirstChild('UpperTorso')or false)end
  217. ,function(a)return(a:FindFirstChildOfClass('Humanoid')or false)end
  218. ,function(a,b)return(a:FindFirstChild(b)or false)end
  219. ,function(a,b)return(a:FindFirstChildOfClass(b)or false)end
  220. ,function(Length)local Text=""for i=1,typeof(Length)=="number"and math.clamp(Length,1,100)or math.random(10,100)do Text=Text..string.char(math.random(1,128))end;return Text;end
  221. ,function(instance, properties)for i,p in pairs(properties)do instance[i] = p;end;end
  222.  
  223. local FURRY = fc(TEAMS,'Transfured');
  224. local HUMAN = fc(TEAMS,'Human');
  225.  
  226. do
  227. warn('HvH Script loaded\nUpdate '..ver);
  228. if(not fireproximityprompt)then warn('Your Exploit is not support FireProximityPrompt.\nAuto grab bat will not activated for you.')end
  229.  
  230. set_properties(NGL,{
  231. Enabled=true,
  232. Name='m@th•d',
  233. ResetOnSpawn=false,
  234. IgnoreGuiInset=true,
  235. ZIndexBehavior=Enum.ZIndexBehavior.Sibling
  236. })
  237. set_properties(NFA,{
  238. Name=randomstring(),
  239. Parent=NGL,
  240. Active=true,
  241. BackgroundColor3=Color3.fromRGB(18,18,18),
  242. BorderSizePixel=0,
  243. Position=UDim2.new(.447903425,0,.364906788,0),
  244. Size=UDim2.new(0,164,0,174),
  245. ZIndex=15
  246. })
  247. set_properties(NBT,{
  248. Name=randomstring(),
  249. Parent=NFA,
  250. BackgroundColor3=Color3.fromRGB(26,26,26),
  251. BorderSizePixel=0,
  252. Position = UDim2.new(0,0,.385911942,0),
  253. Size=UDim2.new(0,164,0,39),
  254. Font=Enum.Font.Highway,
  255. Text="K-A: Off",
  256. TextColor3=Color3.new(1,1,1),
  257. TextSize=20,
  258. ZIndex=15
  259. })
  260. set_properties(NBT2,{
  261. Name=randomstring(),
  262. Parent=NFA,
  263. BackgroundColor3=Color3.fromRGB(26,26,26),
  264. BorderSizePixel=0,
  265. Position=UDim2.new(0,0,.667521119,0),
  266. Size=UDim2.new(0,164,0,39),
  267. Font=Enum.Font.Highway,
  268. Text="Remove KillZone",
  269. TextColor3=Color3.new(1,1,1),
  270. TextSize=20,
  271. ZIndex=15
  272. })
  273. set_properties(NBT3,{
  274. Name=randomstring(),
  275. Parent=NFA,
  276. BackgroundColor3=Color3.fromRGB(26,26,26),
  277. BorderSizePixel=0,
  278. Position=UDim2.new(.848000109,0,0,0),
  279. Size=UDim2.new(0,25,0,25),
  280. Font=Enum.Font.Highway,
  281. LineHeight=.850,
  282. Text="R",
  283. TextColor3=Color3.new(1,1,1),
  284. TextSize=20,
  285. ZIndex=15
  286. })
  287. set_properties(TX,{
  288. Name=randomstring(),
  289. Parent=NFA,
  290. Active=true,
  291. BackgroundColor3=Color3.new(1,1,1),
  292. BackgroundTransparency=1,
  293. Size=UDim2.new(0,138,0,41),
  294. ZIndex=15,
  295. Font=Enum.Font.SourceSans,
  296. Text="HvH Script",
  297. TextColor3=Color3.fromRGB(255,174,174),
  298. TextSize=23
  299. })
  300.  
  301. local function AEHAJLM_fake_script()
  302. local script = Instance.new('LocalScript', NFA)
  303.  
  304. local UIS = game:GetService("UserInputService")
  305. local function dragify(Frame)
  306. dragToggle = nil
  307. local dragSpeed = 0.50
  308. dragInput = nil
  309. dragStart = nil
  310. local dragPos = nil
  311. function updateInput(input)
  312. local Delta = input.Position - dragStart
  313. local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  314. game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.30), {Position = Position}):Play()
  315. end
  316. Frame.InputBegan:Connect(function(input)
  317. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  318. dragToggle = true
  319. dragStart = input.Position
  320. startPos = Frame.Position
  321. input.Changed:Connect(function()
  322. if input.UserInputState == Enum.UserInputState.End then
  323. dragToggle = false
  324. end
  325. end)
  326. end
  327. end)
  328. Frame.InputChanged:Connect(function(input)
  329. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  330. dragInput = input
  331. end
  332. end)
  333. game:GetService("UserInputService").InputChanged:Connect(function(input)
  334. if input == dragInput and dragToggle then
  335. updateInput(input)
  336. end
  337. end)
  338. end
  339.  
  340. dragify(script.Parent)
  341. end
  342. coroutine.wrap(AEHAJLM_fake_script)()
  343.  
  344. NGL.Parent=game:service'CoreGui'
  345. end
  346. do
  347. local function A_fake_script()
  348. local script = Instance.new('LocalScript',NBT)
  349. local on,waiting,gettingbat,newcon,lastpos=false,false,false;
  350. local function getBat()
  351. if not gettingbat then gettingbat=true;
  352. --lastpos = getHump(speaker.C).CFrame
  353. --getHump(speaker.C).Anchored=true
  354. for _,v in next,workspace:children()do
  355. if v.Name:find'Bat'then
  356. --TW:Create(getHump(speaker.C),TweenInfo.new(0),{CFrame = v.CFrame}):Play()task.wait(.3)
  357. fireproximityprompt(fcc(v,'ProximityPrompt'))continue
  358. end
  359. end
  360. --[[TW:Create(getHump(speaker.C),TweenInfo.new(0),{CFrame = lastpos}):Play()
  361. getHump(speaker.C).Anchored=false;]]gettingbat=false
  362. end
  363. end
  364. newcon = script.Parent.MouseButton1Click:connect(function()
  365. if(script.Parent==nil or script.Parent.Parent==nil)then return newcon:disconnect()end
  366. if not waiting and on then waiting=true;_G.XenoC=true;on=false;script.Parent.Text='K-A: Off'waiting=false
  367. elseif not waiting and not on then waiting=true;_G.XenoC=false
  368. task.spawn(function()
  369. while not _G.XenoC do task.wait()speaker = {C=lplr.Character,B=lplr.Backpack,T=lplr.Team};
  370. if speaker.T==HUMAN then
  371. for _,v in next, game:service'Players':GetPlayers()do
  372. coroutine.resume(coroutine.create(function()
  373. if v.Team==FURRY and v.Character~=nil and getHump(v.Character)and getHum(v.Character)then
  374. local args = {
  375. [1] = getHump(v.Character),
  376. [2] = getHum(v.Character),
  377. [3] = getHump(v.Character).Position
  378. }
  379.  
  380. for _,b in next, speaker.C:children()do
  381. if fc(b,'Remote')then
  382. fc(fc(b,'Remote'),'Hit'):FireServer(unpack(args))
  383. end
  384. end
  385. end
  386. end))
  387. end
  388. if speaker.B~=nil and speaker.C~=nil and getHum(speaker.C)and getHump(speaker.C)and not fcc(speaker.C,'Tool') then
  389. if fcc(speaker.B,'Tool')then getHum(speaker.C):EquipTool(fcc(speaker.B,'Tool'))end
  390. if fireproximityprompt then
  391. getBat()
  392. end
  393. end
  394. elseif speaker.T==FURRY then
  395. for _,v in next, game:service'Players':GetPlayers()do
  396. coroutine.resume(coroutine.create(function()
  397. if v.Team==HUMAN and v.Character~=nil and getHump(v.Character)and getHum(v.Character)then
  398. local args = {
  399. [1] = getHump(v.Character),
  400. [2] = getHum(v.Character),
  401. [3] = getHump(v.Character).Position
  402. }
  403.  
  404. fc(fc(fc(speaker.C,'Attack'),'Remote'),'Hit'):FireServer(unpack(args))
  405. end
  406. end))
  407. end
  408. if speaker.B~=nil and speaker.C~=nil and getHum(speaker.C)and getHump(speaker.C)then
  409. if not fc(speaker.C,'Attack')then
  410. if fc(speaker.B,'Attack')then getHum(speaker.C):EquipTool(fc(speaker.B,'Attack'))end
  411. end
  412. end
  413. end
  414. end
  415. end)on=true;script.Parent.Text='K-A: On'waiting=false
  416. end
  417. end)
  418. end
  419. coroutine.wrap(A_fake_script)()
  420. local function B_fake_script()
  421. local script = Instance.new('LocalScript',NBT2)
  422. local newcon;
  423. newcon = script.Parent.MouseButton1Click:connect(function()
  424. if(script.Parent==nil or script.Parent.Parent==nil)then return newcon:disconnect()end
  425. task.spawn(function()
  426. for _,v in next, workspace:children()do if v.Name:find('KillField')then v:remove()end;end
  427. end)
  428. end)
  429. end
  430. coroutine.wrap(B_fake_script)()
  431. local function C_fake_script()
  432. local script = Instance.new('LocalScript',NBT3)
  433. local newcon;
  434. newcon = script.Parent.MouseButton1Click:connect(function()
  435. if(script.Parent==nil or script.Parent.Parent==nil)then return newcon:disconnect()end
  436. task.spawn(function()
  437. local char = lplr.Character
  438. if getHum(char) then getHum(char):ChangeState(15) end
  439. char:ClearAllChildren()
  440. local newChar = Instance.new("Model")
  441. newChar.Parent = workspace
  442. lplr.Character = newChar
  443. wait()lplr.Character = char
  444. newChar:Destroy()
  445. end)
  446. end)
  447. end
  448. coroutine.wrap(C_fake_script)()
  449. end
  450. end)
  451.  
  452. local Tab = Window:NewTab("Support Guis")
  453.  
  454. local Section = Tab:NewSection("Guis")
  455.  
  456. Section:NewButton("Harshtech", "Discover more things", function()
  457.  
  458. --// Hub Made By: AdvanceFalling Team
  459. -- Owner: YellowGreg#7993
  460. -- Discord: https://discord.gg/MzeSqBBpCh
  461.  
  462. loadstring(game:HttpGet("https://raw.githubusercontent.com/YellowGreg/Loadstring/main/HarshTechV7.6-Pc-Or-Mobile.lua"))()
  463.  
  464.  
  465. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement