Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --UI Library
- local library = loadstring(game:HttpGet("https://pastebin.com/raw/eWKgbdix", true))()
- local w = library:CreateWindow('dragon nuts online')
- w:Section('Made by Megumu')
- -- Main
- w:Toggle('Enabled', {flag="enabled"})
- -- Get NPCs
- Targets = {}
- for i,v in pairs(workspace.NPC:GetChildren()) do
- if not Targets[v.Name] then
- Targets[v.Name] = v.Name
- end
- end
- w:SearchBox("Target", {
- location = _G;
- flag = "memes";
- list = Targets
- }, function()
- print(_G.memes)
- end)
- -- Variable
- local player = game.Players.LocalPlayer
- local data = game.ReplicatedStorage.DataStorage[player.Name].Data
- -- NoClip
- game:GetService("RunService").RenderStepped:Connect(function()
- if w.flags.enabled then
- player.Character.Humanoid:ChangeState(11)
- end
- end)
- -- Script
- while true do
- if w.flags.enabled then
- local shit = workspace.NPC:GetChildren()
- for i = 1, #shit do local v = shit[i]
- if w.flags.enabled and v.Name == _G.memes and pcall(function() return v.Humanoid,v.HumanoidRootPart end) and v.Humanoid.Health > 0 then
- repeat
- pcall(function()
- player.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0,0,10)
- spawn(function()
- game.ReplicatedStorage.Events.Damage:FireServer("CombatDamage", game.ReplicatedStorage.Security:GetChildren()[3], v.HumanoidRootPart, player.Character, "ShockwavePunchEffect", "Strong", true, false, "Client", "Foward", nil, data, false)
- end)
- end)
- wait()
- until not w.flags.enabled or not pcall(function() return v.HumanoidRootPart,v.Humanoid,v.Parent end) or v.Humanoid.Health <= 0
- end
- end
- end
- wait(.25)
- end
Advertisement
Comments
-
- idk if I'm brain dead or something but this script just doesn't work. I'm using synapse for the executer but that's really it. let me know if I'm doing it wrong or something
Add Comment
Please, Sign In to add comment
Advertisement