Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local MadebyAlex = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local Name = Instance.new("TextLabel")
- local JumpBox = Instance.new("TextBox")
- local JumpSet = Instance.new("TextButton")
- local SpeedBox = Instance.new("TextBox")
- local Setspeed = Instance.new("TextButton")
- local Help = Instance.new("TextLabel")
- local Labelforj = Instance.new("TextLabel")
- local Credit = Instance.new("TextLabel")
- local Moreoptions = Instance.new("TextButton")
- local ExitGUI = Instance.new("TextButton")
- local CloseMainFrame = Instance.new("TextButton")
- local Main2 = Instance.new("Frame")
- local FirstPopUp = Instance.new("Frame")
- local FarmButton = Instance.new("TextButton")
- local QuestButton = Instance.new("TextButton")
- local Help2 = Instance.new("TextLabel")
- local Text1 = Instance.new("TextLabel")
- local CloseFarmingMore = Instance.new("TextButton")
- local Name2 = Instance.new("TextLabel")
- local FarmFrame = Instance.new("Frame")
- local HumanButton = Instance.new("TextButton")
- local HumanTitle = Instance.new("TextLabel")
- local MidRankAOG = Instance.new("TextLabel")
- local MidRankButton = Instance.new("TextButton")
- local BossTItle = Instance.new("TextLabel")
- local BossButton = Instance.new("TextButton")
- local HighAOG = Instance.new("TextLabel")
- local HighAOGButton = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local CloseFarmFrame = Instance.new("TextButton")
- local QuestFrame = Instance.new("Frame")
- local AutoGetQuestButton = Instance.new("TextButton")
- local AutoGetQuestTitle = Instance.new("TextLabel")
- local AutoRedeemRepTitle = Instance.new("TextLabel")
- local AutoRedeemRepButton = Instance.new("TextButton")
- local TextLabel_2 = Instance.new("TextLabel")
- local TextLabel_3 = Instance.new("TextLabel")
- local Credit2 = Instance.new("TextLabel")
- local CloseQuestFrame = Instance.new("TextButton")
- local OpenButton = Instance.new("Frame")
- local OpenButtonReal = Instance.new("TextButton")
- MadebyAlex.Name = "MadebyAlex"
- MadebyAlex.Parent = game.CoreGui
- MadebyAlex.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Main.Name = "Main"
- Main.Parent = MadebyAlex
- Main.BackgroundColor3 = Color3.new(0.172549, 0.243137, 0.313726)
- Main.BorderColor3 = Color3.new(0.121569, 0.172549, 0.223529)
- Main.Position = UDim2.new(0.422680408, 0, 0.103515625, 0)
- Main.Size = UDim2.new(0, 329, 0, 390)
- Main.Active = true
- Main.Draggable = true
- Name.Name = "Name"
- Name.Parent = Main
- Name.BackgroundColor3 = Color3.new(0.027451, 0.0392157, 0.0509804)
- Name.BackgroundTransparency = 0.75
- Name.BorderColor3 = Color3.new(0.129412, 0.184314, 0.239216)
- Name.Size = UDim2.new(0, 329, 0, 36)
- Name.Font = Enum.Font.Cartoon
- Name.Text = "v0.1 Ro-Ghoul Script"
- Name.TextColor3 = Color3.new(1, 1, 1)
- Name.TextScaled = true
- Name.TextSize = 14
- Name.TextWrapped = true
- JumpBox.Name = "JumpBox"
- JumpBox.Parent = Main
- JumpBox.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
- JumpBox.BorderColor3 = Color3.new(0.152941, 0.215686, 0.278431)
- JumpBox.Position = UDim2.new(0.043058455, 0, 0.689748049, 0)
- JumpBox.Size = UDim2.new(0, 189, 0, 70)
- JumpBox.Font = Enum.Font.Cartoon
- JumpBox.Text = ""
- JumpBox.TextColor3 = Color3.new(0, 1, 0.2)
- JumpBox.TextScaled = true
- JumpBox.TextSize = 14
- JumpBox.TextWrapped = true
- JumpSet.Name = "JumpSet"
- JumpSet.Parent = Main
- JumpSet.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
- JumpSet.BorderColor3 = Color3.new(0.145098, 0.203922, 0.262745)
- JumpSet.Position = UDim2.new(0.672374904, 0, 0.693147242, 0)
- JumpSet.Size = UDim2.new(0, 91, 0, 65)
- JumpSet.Font = Enum.Font.Cartoon
- JumpSet.Text = "Set"
- JumpSet.TextColor3 = Color3.new(0, 1, 0.2)
- JumpSet.TextScaled = true
- JumpSet.TextSize = 14
- JumpSet.TextWrapped = true
- JumpSet.MouseButton1Click:connect(function()
- local player = game.Players.LocalPlayer
- local character = player.Character
- character.Humanoid.JumpPower = JumpBox.Text
- end)
- SpeedBox.Name = "SpeedBox"
- SpeedBox.Parent = Main
- SpeedBox.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
- SpeedBox.BorderColor3 = Color3.new(0.152941, 0.215686, 0.278431)
- SpeedBox.Position = UDim2.new(0.043058455, 0, 0.380418986, 0)
- SpeedBox.Size = UDim2.new(0, 189, 0, 70)
- SpeedBox.Font = Enum.Font.Cartoon
- SpeedBox.Text = ""
- SpeedBox.TextColor3 = Color3.new(0, 1, 0.2)
- SpeedBox.TextScaled = true
- SpeedBox.TextSize = 14
- SpeedBox.TextWrapped = true
- Setspeed.Name = "Setspeed"
- Setspeed.Parent = Main
- Setspeed.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
- Setspeed.BorderColor3 = Color3.new(0.145098, 0.203922, 0.262745)
- Setspeed.Position = UDim2.new(0.672374904, 0, 0.383818179, 0)
- Setspeed.Size = UDim2.new(0, 91, 0, 65)
- Setspeed.Font = Enum.Font.Cartoon
- Setspeed.Text = "Set"
- Setspeed.TextColor3 = Color3.new(0, 1, 0.2)
- Setspeed.TextScaled = true
- Setspeed.TextSize = 14
- Setspeed.TextWrapped = true
- Setspeed.MouseButton1Click:connect(function()
- local player = game.Players.LocalPlayer
- local character = player.Character
- character.Humanoid.WalkSpeed = SpeedBox.Text
- end)
- Help.Name = "Help"
- Help.Parent = Main
- Help.BackgroundColor3 = Color3.new(1, 1, 1)
- Help.BackgroundTransparency = 1
- Help.BorderSizePixel = 0
- Help.Position = UDim2.new(0.043058455, 0, 0.278442353, 0)
- Help.Size = UDim2.new(0, 299, 0, 31)
- Help.Font = Enum.Font.Cartoon
- Help.Text = "To set your walkspeed or jump power edit the textbox down below to your number then click set, put 40 or you will crash"
- Help.TextColor3 = Color3.new(1, 1, 1)
- Help.TextScaled = true
- Help.TextSize = 14
- Help.TextWrapped = true
- Labelforj.Name = "Labelforj"
- Labelforj.Parent = Main
- Labelforj.BackgroundColor3 = Color3.new(1, 1, 1)
- Labelforj.BackgroundTransparency = 1
- Labelforj.BorderSizePixel = 0
- Labelforj.Position = UDim2.new(0.043058455, 0, 0.582309663, 0)
- Labelforj.Size = UDim2.new(0, 299, 0, 31)
- Labelforj.Font = Enum.Font.Cartoon
- Labelforj.Text = "Jump Power"
- Labelforj.TextColor3 = Color3.new(1, 1, 1)
- Labelforj.TextSize = 20
- Labelforj.TextWrapped = true
- Credit.Name = "Credit"
- Credit.Parent = Main
- Credit.BackgroundColor3 = Color3.new(0.172549, 0.243137, 0.313726)
- Credit.BorderColor3 = Color3.new(0.129412, 0.184314, 0.239216)
- Credit.Position = UDim2.new(0, 0, 0.941025615, 0)
- Credit.Size = UDim2.new(0, 329, 0, 23)
- Credit.Font = Enum.Font.SourceSans
- Credit.Text = "Made By Alexander"
- Credit.TextColor3 = Color3.new(1, 1, 1)
- Credit.TextScaled = true
- Credit.TextSize = 14
- Credit.TextWrapped = true
- Moreoptions.Name = "Moreoptions"
- Moreoptions.Parent = Main
- Moreoptions.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
- Moreoptions.BorderColor3 = Color3.new(0.129412, 0.184314, 0.239216)
- Moreoptions.Position = UDim2.new(0.194528878, 0, 0.117948718, 0)
- Moreoptions.Size = UDim2.new(0, 200, 0, 50)
- Moreoptions.Font = Enum.Font.Cartoon
- Moreoptions.Text = "Farming & More"
- Moreoptions.TextColor3 = Color3.new(1, 1, 1)
- Moreoptions.TextScaled = true
- Moreoptions.TextSize = 14
- Moreoptions.TextWrapped = true
- Moreoptions.MouseButton1Click:connect(function()
- Main2.Visible = true
- end)
- ExitGUI.Name = "ExitGUI"
- ExitGUI.Parent = Main
- ExitGUI.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
- ExitGUI.BackgroundTransparency = 1
- ExitGUI.BorderColor3 = Color3.new(0.145098, 0.203922, 0.262745)
- ExitGUI.Position = UDim2.new(0.902582943, 0, 0.0923076943, 0)
- ExitGUI.Size = UDim2.new(0, 32, 0, 24)
- ExitGUI.Font = Enum.Font.Cartoon
- ExitGUI.Text = "x"
- ExitGUI.TextColor3 = Color3.new(1, 0, 0)
- ExitGUI.TextScaled = true
- ExitGUI.TextSize = 14
- ExitGUI.TextWrapped = true
- ExitGUI.MouseButton1Click:connect(function()
- MadebyAlex:Destroy()
- end)
- CloseMainFrame.Name = "CloseMainFrame"
- CloseMainFrame.Parent = Main
- CloseMainFrame.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
- CloseMainFrame.BackgroundTransparency = 1
- CloseMainFrame.BorderColor3 = Color3.new(0.145098, 0.203922, 0.262745)
- CloseMainFrame.Position = UDim2.new(0.8509112, 0, 0.0923076943, 0)
- CloseMainFrame.Size = UDim2.new(0, 32, 0, 24)
- CloseMainFrame.Font = Enum.Font.Cartoon
- CloseMainFrame.Text = "-"
- CloseMainFrame.TextColor3 = Color3.new(1, 1, 1)
- CloseMainFrame.TextScaled = true
- CloseMainFrame.TextSize = 14
- CloseMainFrame.TextWrapped = true
- CloseMainFrame.MouseButton1Click:connect(function()
- Main.Visible = false
- OpenButton.Visible = true
- end)
- Main2.Name = "Main2"
- Main2.Parent = MadebyAlex
- Main2.BackgroundColor3 = Color3.new(0.172549, 0.243137, 0.313726)
- Main2.BorderColor3 = Color3.new(0.121569, 0.172549, 0.223529)
- Main2.Position = UDim2.new(0.483598858, 0, 0.140625, 0)
- Main2.Size = UDim2.new(0, 239, 0, 349)
- Main2.Visible = false
- Main2.Active = true
- Main2.Draggable = true
- FirstPopUp.Name = "FirstPopUp"
- FirstPopUp.Parent = Main2
- FirstPopUp.BackgroundColor3 = Color3.new(1, 1, 1)
- FirstPopUp.BackgroundTransparency = 1
- FirstPopUp.Position = UDim2.new(0, 0, 0.103151865, 0)
- FirstPopUp.Size = UDim2.new(0, 239, 0, 313)
- FarmButton.Name = "FarmButton"
- FarmButton.Parent = FirstPopUp
- FarmButton.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
- FarmButton.BorderColor3 = Color3.new(0.145098, 0.203922, 0.262745)
- FarmButton.Position = UDim2.new(0.079497911, 0, 0.292263597, 0)
- FarmButton.Size = UDim2.new(0, 200, 0, 50)
- FarmButton.ZIndex = 7
- FarmButton.Font = Enum.Font.Cartoon
- FarmButton.Text = "Farm"
- FarmButton.TextColor3 = Color3.new(1, 1, 1)
- FarmButton.TextScaled = true
- FarmButton.TextSize = 14
- FarmButton.TextWrapped = true
- FarmButton.MouseButton1Click:connect(function()
- FirstPopUp.Visible = false
- QuestFrame.Visible = false
- FarmFrame.Visible = true
- end)
- QuestButton.Name = "QuestButton"
- QuestButton.Parent = FirstPopUp
- QuestButton.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
- QuestButton.BorderColor3 = Color3.new(0.145098, 0.203922, 0.262745)
- QuestButton.Position = UDim2.new(0.079497911, 0, 0.713467002, 0)
- QuestButton.Size = UDim2.new(0, 200, 0, 50)
- QuestButton.ZIndex = 7
- QuestButton.Font = Enum.Font.Cartoon
- QuestButton.Text = "Quests"
- QuestButton.TextColor3 = Color3.new(1, 1, 1)
- QuestButton.TextScaled = true
- QuestButton.TextSize = 14
- QuestButton.TextWrapped = true
- QuestButton.MouseButton1Click:connect(function()
- FirstPopUp.Visible = false
- QuestFrame.Visible = true
- FarmFrame.Visible = false
- end)
- Help2.Name = "Help2"
- Help2.Parent = FirstPopUp
- Help2.BackgroundColor3 = Color3.new(1, 1, 1)
- Help2.BackgroundTransparency = 1
- Help2.BorderSizePixel = 0
- Help2.Position = UDim2.new(0, 0, 0.108882524, 0)
- Help2.Size = UDim2.new(0, 239, 0, 50)
- Help2.ZIndex = 7
- Help2.Font = Enum.Font.Cartoon
- Help2.Text = "Select 1 of these 2 buttons then a whole new gui should pop up, after that click those buttons"
- Help2.TextColor3 = Color3.new(1, 1, 1)
- Help2.TextScaled = true
- Help2.TextSize = 14
- Help2.TextWrapped = true
- Text1.Name = "Text1"
- Text1.Parent = FirstPopUp
- Text1.BackgroundColor3 = Color3.new(1, 1, 1)
- Text1.BackgroundTransparency = 1
- Text1.BorderSizePixel = 0
- Text1.Position = UDim2.new(0, 0, 0.498567373, 0)
- Text1.Size = UDim2.new(0, 239, 0, 50)
- Text1.ZIndex = 7
- Text1.Font = Enum.Font.Cartoon
- Text1.Text = "This is a short new gui so dont copy it, or your gay"
- Text1.TextColor3 = Color3.new(1, 1, 1)
- Text1.TextSize = 14
- Text1.TextWrapped = true
- CloseFarmingMore.Name = "CloseFarming&More"
- CloseFarmingMore.Parent = FirstPopUp
- CloseFarmingMore.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
- CloseFarmingMore.BackgroundTransparency = 1
- CloseFarmingMore.BorderColor3 = Color3.new(0.145098, 0.203922, 0.262745)
- CloseFarmingMore.Position = UDim2.new(0.866108775, 0, 0, 0)
- CloseFarmingMore.Size = UDim2.new(0, 32, 0, 24)
- CloseFarmingMore.Font = Enum.Font.Cartoon
- CloseFarmingMore.Text = "x"
- CloseFarmingMore.TextColor3 = Color3.new(1, 0, 0)
- CloseFarmingMore.TextScaled = true
- CloseFarmingMore.TextSize = 14
- CloseFarmingMore.TextWrapped = true
- CloseFarmingMore.MouseButton1Click:connect(function()
- Main2.Visible = false
- end)
- Name2.Name = "Name2"
- Name2.Parent = Main2
- Name2.BackgroundColor3 = Color3.new(0.027451, 0.0392157, 0.0509804)
- Name2.BackgroundTransparency = 0.75
- Name2.BorderColor3 = Color3.new(0.129412, 0.184314, 0.239216)
- Name2.Size = UDim2.new(0, 239, 0, 36)
- Name2.Font = Enum.Font.Cartoon
- Name2.Text = "v0.1 Ro-Ghoul Script"
- Name2.TextColor3 = Color3.new(1, 1, 1)
- Name2.TextScaled = true
- Name2.TextSize = 14
- Name2.TextWrapped = true
- FarmFrame.Name = "FarmFrame"
- FarmFrame.Parent = Main2
- FarmFrame.BackgroundColor3 = Color3.new(1, 1, 1)
- FarmFrame.BackgroundTransparency = 1
- FarmFrame.Position = UDim2.new(0, 0, 0.103151865, 0)
- FarmFrame.Size = UDim2.new(0, 239, 0, 313)
- FarmFrame.Visible = false
- HumanButton.Name = "HumanButton"
- HumanButton.Parent = FarmFrame
- HumanButton.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
- HumanButton.Position = UDim2.new(0.0334728025, 0, 0.182108626, 0)
- HumanButton.Size = UDim2.new(0, 51, 0, 36)
- HumanButton.ZIndex = 9
- HumanButton.Font = Enum.Font.SourceSans
- HumanButton.Text = ""
- HumanButton.TextColor3 = Color3.new(0.0666667, 1, 0)
- HumanButton.TextSize = 14
- HumanButton.MouseButton1Click:connect(function()
- local lp = game.Players.LocalPlayer
- local rs = game:GetService("RunService").RenderStepped
- local pfs = game:GetService("PathfindingService")
- for i,k in pairs(game.Workspace.NPCSpawns["HumanSpawns"]:GetChildren()) do
- if k.Name == "Athlete" or "Human" then
- local path = pfs:FindPathAsync(lp.Character.HumanoidRootPart.Position, k:FindFirstChild("HumanoidRootPart").Position)
- local points = path:GetWaypoints()
- for _,v in pairs(points) do
- rs:wait()
- lp.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position) + Vector3.new((-2))
- end
- end
- end
- end)
- HumanTitle.Name = "HumanTitle"
- HumanTitle.Parent = FarmFrame
- HumanTitle.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
- HumanTitle.BorderColor3 = Color3.new(0.145098, 0.203922, 0.262745)
- HumanTitle.Position = UDim2.new(0.276150614, 0, 0.182108626, 0)
- HumanTitle.Size = UDim2.new(0, 164, 0, 36)
- HumanTitle.Font = Enum.Font.Cartoon
- HumanTitle.Text = "Human"
- HumanTitle.TextColor3 = Color3.new(1, 1, 1)
- HumanTitle.TextScaled = true
- HumanTitle.TextSize = 14
- HumanTitle.TextWrapped = true
- MidRankAOG.Name = "MidRankAOG"
- MidRankAOG.Parent = FarmFrame
- MidRankAOG.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
- MidRankAOG.BorderColor3 = Color3.new(0.145098, 0.203922, 0.262745)
- MidRankAOG.Position = UDim2.new(0.271966517, 0, 0.383386612, 0)
- MidRankAOG.Size = UDim2.new(0, 164, 0, 36)
- MidRankAOG.Font = Enum.Font.Cartoon
- MidRankAOG.Text = "Mid Rank AOG"
- MidRankAOG.TextColor3 = Color3.new(1, 1, 1)
- MidRankAOG.TextScaled = true
- MidRankAOG.TextSize = 14
- MidRankAOG.TextWrapped = true
- MidRankButton.Name = "MidRankButton"
- MidRankButton.Parent = FarmFrame
- MidRankButton.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
- MidRankButton.Position = UDim2.new(0.0292887017, 0, 0.383386612, 0)
- MidRankButton.Size = UDim2.new(0, 51, 0, 36)
- MidRankButton.ZIndex = 9
- MidRankButton.Font = Enum.Font.SourceSans
- MidRankButton.Text = ""
- MidRankButton.TextColor3 = Color3.new(0.0666667, 1, 0)
- MidRankButton.TextSize = 14
- MidRankButton.MouseButton1Click:connect(function()
- local lp = game.Players.LocalPlayer
- local rs = game:GetService("RunService").RenderStepped
- local pfs = game:GetService("PathfindingService")
- for i,k in pairs(game.Workspace.NPCSpawns["GhoulSpawns"]:GetChildren()) do
- if k.Name == "Low Rank Aogiri Member" or "Mid Rank Aogiri Member" then -- Low and Mid
- local path = pfs:FindPathAsync(lp.Character.HumanoidRootPart.Position, k:FindFirstChild("HumanoidRootPart").Position)
- local points = path:GetWaypoints()
- for _,v in pairs(points) do
- rs:wait()
- lp.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position) + Vector3.new((-2))
- end
- end
- end
- end)
- BossTItle.Name = "BossTItle"
- BossTItle.Parent = FarmFrame
- BossTItle.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
- BossTItle.BorderColor3 = Color3.new(0.145098, 0.203922, 0.262745)
- BossTItle.Position = UDim2.new(0.276150614, 0, 0.59105432, 0)
- BossTItle.Size = UDim2.new(0, 164, 0, 36)
- BossTItle.Font = Enum.Font.Cartoon
- BossTItle.Text = "Boss"
- BossTItle.TextColor3 = Color3.new(1, 1, 1)
- BossTItle.TextScaled = true
- BossTItle.TextSize = 14
- BossTItle.TextWrapped = true
- BossButton.Name = "BossButton"
- BossButton.Parent = FarmFrame
- BossButton.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
- BossButton.Position = UDim2.new(0.0334728025, 0, 0.59105432, 0)
- BossButton.Size = UDim2.new(0, 51, 0, 36)
- BossButton.ZIndex = 9
- BossButton.Font = Enum.Font.SourceSans
- BossButton.Text = ""
- BossButton.TextColor3 = Color3.new(0.0666667, 1, 0)
- BossButton.TextSize = 14
- BossButton.MouseButton1Click:connect(function()
- local lp = game.Players.LocalPlayer
- local rs = game:GetService("RunService").RenderStepped
- local pfs = game:GetService("PathfindingService")
- for i,k in pairs(game.Workspace.NPCSpawns["BossSpawns"]:GetChildren()) do
- if k.Name == "Eto Yoshimura" then
- local path = pfs:FindPathAsync(lp.Character.HumanoidRootPart.Position, k:FindFirstChild("HumanoidRootPart").Position)
- local points = path:GetWaypoints()
- for _,v in pairs(points) do
- rs:wait()
- lp.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position) + Vector3.new((-2))
- end
- end
- end
- end)
- HighAOG.Name = "HighAOG"
- HighAOG.Parent = FarmFrame
- HighAOG.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
- HighAOG.BorderColor3 = Color3.new(0.145098, 0.203922, 0.262745)
- HighAOG.Position = UDim2.new(0.276150614, 0, 0.789137423, 0)
- HighAOG.Size = UDim2.new(0, 164, 0, 36)
- HighAOG.Font = Enum.Font.Cartoon
- HighAOG.Text = "High AOG"
- HighAOG.TextColor3 = Color3.new(1, 1, 1)
- HighAOG.TextScaled = true
- HighAOG.TextSize = 14
- HighAOG.TextWrapped = true
- HighAOGButton.Name = "HighAOGButton"
- HighAOGButton.Parent = FarmFrame
- HighAOGButton.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
- HighAOGButton.Position = UDim2.new(0.0334728025, 0, 0.789137423, 0)
- HighAOGButton.Size = UDim2.new(0, 51, 0, 36)
- HighAOGButton.ZIndex = 9
- HighAOGButton.Font = Enum.Font.SourceSans
- HighAOGButton.Text = ""
- HighAOGButton.TextColor3 = Color3.new(0.0666667, 1, 0)
- HighAOGButton.TextSize = 14
- HighAOGButton.MouseButton1Click:connect(function()
- local lp = game.Players.LocalPlayer
- local rs = game:GetService("RunService").RenderStepped
- local pfs = game:GetService("PathfindingService")
- for i,k in pairs(game.Workspace.NPCSpawns["AggroSpawns"]:GetChildren()) do
- if k.Name == "High Rank Aogiri Member" then
- local path = pfs:FindPathAsync(lp.Character.HumanoidRootPart.Position, k:FindFirstChild("HumanoidRootPart").Position)
- local points = path:GetWaypoints()
- for _,v in pairs(points) do
- rs:wait()
- lp.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position) + Vector3.new((-2))
- end
- end
- end
- end)
- TextLabel.Parent = FarmFrame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Size = UDim2.new(0, 239, 0, 40)
- TextLabel.Font = Enum.Font.Cartoon
- TextLabel.Text = "Click on the button from the mob you want it should turn green and it will take you to the mod"
- TextLabel.TextColor3 = Color3.new(1, 1, 1)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- CloseFarmFrame.Name = "CloseFarmFrame"
- CloseFarmFrame.Parent = FarmFrame
- CloseFarmFrame.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
- CloseFarmFrame.BackgroundTransparency = 1
- CloseFarmFrame.BorderColor3 = Color3.new(0.145098, 0.203922, 0.262745)
- CloseFarmFrame.Position = UDim2.new(0.866108775, 0, 0, 0)
- CloseFarmFrame.Size = UDim2.new(0, 32, 0, 24)
- CloseFarmFrame.Font = Enum.Font.Cartoon
- CloseFarmFrame.Text = "-"
- CloseFarmFrame.TextColor3 = Color3.new(1, 1, 1)
- CloseFarmFrame.TextScaled = true
- CloseFarmFrame.TextSize = 14
- CloseFarmFrame.TextWrapped = true
- CloseFarmFrame.MouseButton1Click:connect(function()
- FarmFrame.Visible = false
- FirstPopUp.Visible = true
- end)
- QuestFrame.Name = "QuestFrame"
- QuestFrame.Parent = Main2
- QuestFrame.BackgroundColor3 = Color3.new(1, 1, 1)
- QuestFrame.BackgroundTransparency = 1
- QuestFrame.Position = UDim2.new(0, 0, 0.103151865, 0)
- QuestFrame.Size = UDim2.new(0, 239, 0, 313)
- QuestFrame.Visible = false
- AutoGetQuestButton.Name = "AutoGetQuestButton"
- AutoGetQuestButton.Parent = QuestFrame
- AutoGetQuestButton.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
- AutoGetQuestButton.Position = UDim2.new(0.0376569033, 0, 0.284345031, 0)
- AutoGetQuestButton.Size = UDim2.new(0, 51, 0, 36)
- AutoGetQuestButton.ZIndex = 9
- AutoGetQuestButton.Font = Enum.Font.SourceSans
- AutoGetQuestButton.Text = ""
- AutoGetQuestButton.TextColor3 = Color3.new(0.0666667, 1, 0)
- AutoGetQuestButton.TextSize = 14
- AutoGetQuestButton.MouseButton1Click:connect(function()
- local lp = game.Players.LocalPlayer
- local rs = game:GetService("RunService").RenderStepped
- local pfs = game:GetService("PathfindingService")
- local path = pfs:FindPathAsync(lp.Character.HumanoidRootPart.Position, game.Workspace.Anteiku.Yoshimura:FindFirstChild("HumanoidRootPart").Position)
- local points = path:GetWaypoints()
- for _,v in pairs(points) do
- rs:wait()
- lp.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position)
- end
- wait()
- local Event = game:GetService("ReplicatedStorage").Remotes.Yoshimura.Task
- Event:InvokeServer()
- end)
- AutoGetQuestTitle.Name = "AutoGetQuestTitle"
- AutoGetQuestTitle.Parent = QuestFrame
- AutoGetQuestTitle.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
- AutoGetQuestTitle.BorderColor3 = Color3.new(0.145098, 0.203922, 0.262745)
- AutoGetQuestTitle.Position = UDim2.new(0.280334711, 0, 0.284345031, 0)
- AutoGetQuestTitle.Size = UDim2.new(0, 164, 0, 36)
- AutoGetQuestTitle.Font = Enum.Font.Cartoon
- AutoGetQuestTitle.Text = "Auto Get Quest"
- AutoGetQuestTitle.TextColor3 = Color3.new(1, 1, 1)
- AutoGetQuestTitle.TextScaled = true
- AutoGetQuestTitle.TextSize = 14
- AutoGetQuestTitle.TextWrapped = true
- AutoRedeemRepTitle.Name = "AutoRedeemRepTitle"
- AutoRedeemRepTitle.Parent = QuestFrame
- AutoRedeemRepTitle.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
- AutoRedeemRepTitle.BorderColor3 = Color3.new(0.145098, 0.203922, 0.262745)
- AutoRedeemRepTitle.Position = UDim2.new(0.280334711, 0, 0.504792392, 0)
- AutoRedeemRepTitle.Size = UDim2.new(0, 164, 0, 36)
- AutoRedeemRepTitle.Font = Enum.Font.Cartoon
- AutoRedeemRepTitle.Text = "Auto Redeem Rep."
- AutoRedeemRepTitle.TextColor3 = Color3.new(1, 1, 1)
- AutoRedeemRepTitle.TextScaled = true
- AutoRedeemRepTitle.TextSize = 14
- AutoRedeemRepTitle.TextWrapped = true
- AutoRedeemRepButton.Name = "AutoRedeemRepButton"
- AutoRedeemRepButton.Parent = QuestFrame
- AutoRedeemRepButton.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
- AutoRedeemRepButton.Position = UDim2.new(0.0376569033, 0, 0.504792392, 0)
- AutoRedeemRepButton.Size = UDim2.new(0, 51, 0, 36)
- AutoRedeemRepButton.ZIndex = 9
- AutoRedeemRepButton.Font = Enum.Font.SourceSans
- AutoRedeemRepButton.Text = ""
- AutoRedeemRepButton.TextColor3 = Color3.new(0.0666667, 1, 0)
- AutoRedeemRepButton.TextSize = 14
- AutoRedeemRepButton.MouseButton1Click:connect(function()
- local lp = game.Players.LocalPlayer
- local rs = game:GetService("RunService").RenderStepped
- local pfs = game:GetService("PathfindingService")
- local path = pfs:FindPathAsync(lp.Character.HumanoidRootPart.Position, game.Workspace.Anteiku.Yoshimura:FindFirstChild("HumanoidRootPart").Position)
- local points = path:GetWaypoints()
- for _,v in pairs(points) do
- rs:wait()
- lp.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position)
- end
- wait()
- local Event = game:GetService("ReplicatedStorage").Remotes.ReputationCashOut
- Event:InvokeServer()
- end)
- TextLabel_2.Parent = QuestFrame
- TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_2.BackgroundTransparency = 1
- TextLabel_2.Size = UDim2.new(0, 239, 0, 62)
- TextLabel_2.Font = Enum.Font.Cartoon
- TextLabel_2.Text = "Click on the button from the mob you want it should turn green and it will take you to the mod Not a lot in this one"
- TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
- TextLabel_2.TextScaled = true
- TextLabel_2.TextSize = 14
- TextLabel_2.TextWrapped = true
- TextLabel_3.Parent = QuestFrame
- TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_3.BackgroundTransparency = 1
- TextLabel_3.Position = UDim2.new(0, 0, 0.680511177, 0)
- TextLabel_3.Size = UDim2.new(0, 239, 0, 62)
- TextLabel_3.Font = Enum.Font.Cartoon
- TextLabel_3.Text = "Thanks to Pro Hacks for being the 1st one to showcase this gui so please sub to him!! Love you Pro Hacks No homo"
- TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
- TextLabel_3.TextScaled = true
- TextLabel_3.TextSize = 14
- TextLabel_3.TextWrapped = true
- Credit2.Name = "Credit2"
- Credit2.Parent = QuestFrame
- Credit2.BackgroundColor3 = Color3.new(0.172549, 0.243137, 0.313726)
- Credit2.BorderColor3 = Color3.new(0.129412, 0.184314, 0.239216)
- Credit2.Position = UDim2.new(0, 0, 0.941025615, 0)
- Credit2.Size = UDim2.new(0, 239, 0, 23)
- Credit2.Font = Enum.Font.SourceSans
- Credit2.Text = "Made By Alexander"
- Credit2.TextColor3 = Color3.new(1, 1, 1)
- Credit2.TextScaled = true
- Credit2.TextSize = 14
- Credit2.TextWrapped = true
- CloseQuestFrame.Name = "CloseQuestFrame"
- CloseQuestFrame.Parent = QuestFrame
- CloseQuestFrame.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
- CloseQuestFrame.BackgroundTransparency = 1
- CloseQuestFrame.BorderColor3 = Color3.new(0.145098, 0.203922, 0.262745)
- CloseQuestFrame.Position = UDim2.new(0.866108775, 0, 0, 0)
- CloseQuestFrame.Size = UDim2.new(0, 32, 0, 24)
- CloseQuestFrame.Font = Enum.Font.Cartoon
- CloseQuestFrame.Text = "-"
- CloseQuestFrame.TextColor3 = Color3.new(1, 1, 1)
- CloseQuestFrame.TextScaled = true
- CloseQuestFrame.TextSize = 14
- CloseQuestFrame.TextWrapped = true
- CloseQuestFrame.MouseButton1Click:connect(function()
- QuestFrame.Visible = false
- FirstPopUp.Visible = true
- end)
- OpenButton.Name = "OpenButton"
- OpenButton.Parent = MadebyAlex
- OpenButton.BackgroundColor3 = Color3.new(1, 1, 1)
- OpenButton.BackgroundTransparency = 1
- OpenButton.Size = UDim2.new(0, 100, 0, 100)
- OpenButton.Visible = false
- OpenButtonReal.Name = "OpenButtonReal"
- OpenButtonReal.Parent = OpenButton
- OpenButtonReal.BackgroundColor3 = Color3.new(0.172549, 0.243137, 0.313726)
- OpenButtonReal.BorderColor3 = Color3.new(0.152941, 0.215686, 0.278431)
- OpenButtonReal.Position = UDim2.new(0, 0, 2.6099999, 0)
- OpenButtonReal.Size = UDim2.new(0, 162, 0, 50)
- OpenButtonReal.Font = Enum.Font.Cartoon
- OpenButtonReal.Text = "Open"
- OpenButtonReal.TextColor3 = Color3.new(1, 1, 1)
- OpenButtonReal.TextScaled = true
- OpenButtonReal.TextSize = 14
- OpenButtonReal.TextStrokeTransparency = 0
- OpenButtonReal.TextWrapped = true
- OpenButtonReal.MouseButton1Click:connect(function()
- Main.Visible = true
- OpenButtonReal.Visible = false
- end)
Add Comment
Please, Sign In to add comment