Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Made By Roblox__Exploits
- game.StarterGui:SetCore("SendNotification", {
- Title = "-悪魔-";
- Text = "ロードしました";
- Icon = "";
- Duration = 5;})
- Higher_KeyBind = "q"
- Lower_KeyBind = "e"
- local Distance = 8
- local plr = game.Players.LocalPlayer
- local m = plr:GetMouse()
- m.KeyDown:Connect(function(Key)
- if Key == Higher_KeyBind then
- Distance = Distance + 1
- game.StarterGui:SetCore("SendNotification", {
- Title = "-悪魔-";
- Text = "電力レベル: " .. Distance;
- Icon = "";
- Duration = 5;})
- end
- if Key == Lower_KeyBind then
- Distance = Distance - 1
- game.StarterGui:SetCore("SendNotification", {
- Title = "-悪魔-";
- Text = "電力レベル: " .. Distance;
- Icon = "";
- Duration = 5;})
- end
- end)
- game:GetService"RunService".Stepped:Connect(function()
- local Player = game.Players.LocalPlayer
- local Mouse = Player:GetMouse()
- local Char = Player.Character
- local Sword = Char:FindFirstChildOfClass("Tool")
- pcall(function()
- for _,v in pairs(game.Players:GetPlayers()) do
- if v and v ~= Player and v.Character.Humanoid.Health ~= 0 then
- if (v.Character.Torso.Position - Char.Torso.Position).Magnitude <= Distance then
- sword = Char:FindFirstChildOfClass("Tool")
- for i = 1,2 do
- firetouchinterest(sword.Handle, v.Character["Torso"], 0)
- firetouchinterest(sword.Handle, v.Character["Torso"], 1)
- firetouchinterest(sword.Handle, v.Character["Left Arm"], 0)
- firetouchinterest(sword.Handle, v.Character["Left Arm"], 1)
- firetouchinterest(sword.Handle, v.Character["Right Arm"], 0)
- firetouchinterest(sword.Handle, v.Character["Right Arm"], 1)
- firetouchinterest(sword.Handle, v.Character["Head"], 0)
- firetouchinterest(sword.Handle, v.Character["Head"], 1)
- firetouchinterest(sword.Handle, v.Character["Left Leg"], 0)
- firetouchinterest(sword.Handle, v.Character["Left Leg"], 1)
- firetouchinterest(sword.Handle, v.Character["Right Leg"], 0)
- firetouchinterest(sword.Handle, v.Character["Right Leg"], 1)
- end
- end
- end
- end
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement