ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
[MATCHMAKING!] Ro-Ghoul [ALPHA]
31.8k Views

RoGhoul Farm

[MATCHMAKING!] Ro-Ghoul [ALPHA]Uploaded by
4 years ago
Please login to perform these actions:

Description

Works better in krnl Made by: ?

View Raw
Edited By: KianQuinn Download


Comments
7
User profile picture
omerkoncel 2 years ago - Edited
when i use it it just kills 1 npc and its over
User profile picture
l77457707 2 years ago - Edited
x2
User profile picture
Jojo_318 2 years ago - Edited
Made it somewhat work with jjsploit **this will be in 2-3 diff comments bc it only lets me post 1800 chars** -- Settings local Settings = { Mobs = { -- Ghoul's ["High Rank Aogiri Member"] = true, ["Mid Rank Aogiri Member"] = true, ["Low Rank Aogiri Member"] = true, -- CCG's ["Rank 1 Investigator"] = true, ["Rank 2 Investigator"] = true, ["First Class Investigator"] = true, -- Mob's ["Human"] = true, ["Athlete"] = true }, InstantKill = true, Stage = 1, Key = "O", Speed = 100 } -- Objects local TweenService = game:GetService("TweenService") local UserInputService = game:GetService("UserInputService") local Work*e = game:GetService("Work*e") local CoreGui = game:GetService("CoreGui") local Players = game:GetService("Players") local LocalPlayer = Players.LocalPlayer local Camera = Work*e.CurrentCamera local Mouse = LocalPlayer:GetMouse() local Input = "\230\147\141\228\189\160\240\159\146\166\240\159\146\148\240\159\141\145\240\159\145\140\240\159\146\166\230\147\141\228\189\160\240\159\146\166\240\159\146\148\240\159\141\145\240\159\145\140\240\159\146\166\240\159\146\148\240\159\141\145\240\159\145\140\240\159\146\166\240\159\146\148\240\159\141\145\240\159\145\140\240\159\146\148\240\159\141\145\240\159\145\140\240\159\146\166\240\159\146\148\240\159\141\145\240\159\145\140" local Toggle = false local Timing = os.clock or tick local Start = Timing() local SpellInteger = { [1] = "One", [2] = "Two", [3] = "Three", [4] = "Four", [5] = "Five", [6] = "Six" }
User profile picture
Jojo_318 2 years ago - Edited
-- Functions local Teleport = function(CFrame) repeat wait() until not LocalPlayer.PlayerGui:FindFirstChild("S*Selection") if LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then local Time = (LocalPlayer.Character.HumanoidRootPart.Position - CFrame.Position).Magnitude / (Settings.Speed * 10) if (LocalPlayer.Character.HumanoidRootPart.Position - CFrame.Position).Magnitude < 10 then LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame else TweenService:Create(LocalPlayer.Character.HumanoidRootPart, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out), {CFrame = CFrame}):Play() wait(Time) end end end local WaitForDescendantWhichIsA = function(Parent, Class, Time) Start = Timing() repeat wait() if Timing() - Start > Time then return end for _,v in pairs(Parent:GetDescendants()) do if v:IsA(Class) then return v end end until nil end
User profile picture
Jojo_318 2 years ago - Edited
local FilterSafeZone = function(Parent) for _,v in pairs(Work*e.SafeZones:GetChildren()) do local FilterPart = Instance.new("Part", Work*e) FilterPart.Size = v.Size + Vector3.new(0,1,0) FilterPart.Position = v.Position FilterPart.Anc*d = true FilterPart.CanCollide = false FilterPart.Transparency = 1 local LowerBound = FilterPart.CFrame * CFrame.new(FilterPart.Size.X/2, 0, FilterPart.Size.Z/2) local UpperBound = FilterPart.CFrame * CFrame.new(-FilterPart.Size.X/2, 0, -FilterPart.Size.Z/2) local CounterRegion = Region3.new(Vector3.new(math.min(LowerBound.X, UpperBound.X), FilterPart.Size.Y/2 + LowerBound.Y, math.min(LowerBound.Z, UpperBound.Z)), Vector3.new(math.max(LowerBound.X, UpperBound.X), FilterPart.Size.Y/2 + LowerBound.Y, math.max(LowerBound.Z, UpperBound.Z))) local Parts = Work*e:FindPartsInRegion3(CounterRegion, FilterPart, math.huge) for _,v in pairs(Parts) do if v:IsDescendantOf(Parent) then return true end end end end -- Start LocalPlayer.Character:BreakJoints() local StageConnection = LocalPlayer.CharacterAdded:Connect(function() repeat wait() until not LocalPlayer.PlayerGui:FindFirstChild("S*Selection") LocalPlayer.Character:WaitForChild("Remotes"):WaitForChild("KeyEvent"):FireServer(Input, SpellInteger[Settings.Stage], "Down") end)
User profile picture
Jojo_318 2 years ago - Edited
UserInputService.InputBegan:Connect(function(Input) if string.lower(Input.KeyCode.Name) == string.lower(Settings.Key) then StageConnection:Disconnect() Toggle = true print("Toggle set to true, exiting loop") end end)
User profile picture
Jojo_318 2 years ago - Edited
nvm ill make it shorter or a new post
Please Login to add a comment.