This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- Rogue Piece Auto Mihawk Farm by imcoolqie | |
| -- 自动接任务 + 一击杀 + 自动拾取 | 手机 Delta 可用 | |
| local P=game.Players.LocalPlayer local W=game.Workspace local V=game:GetService("VirtualInputManager") | |
| local char=P.Character or P.CharacterAdded:Wait() local root=char:WaitForChild("HumanoidRootPart") | |
| -- UI | |
| local gui=Instance.new("ScreenGui",game.CoreGui) gui.ResetOnSpawn=false | |
| local f=Instance.new("Frame",gui);f.Size=UDim2.new(0,200,0,90);f.Position=UDim2.new(0.5,-100,0,10) | |
| f.BackgroundColor3=Color3.fromRGB(10,10,10);f.BorderColor3=Color3.fromRGB(0,200,255);f.Active=true;f.Draggable=true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- Rogue Piece Auto Mihawk Farm by imcoolqie | |
| -- 自动接任务 + 一击杀 + 自动拾取 | 手机 Delta 可用 | |
| local P=game.Players.LocalPlayer local W=game.Workspace local V=game:GetService("VirtualInputManager") | |
| local char=P.Character or P.CharacterAdded:Wait() local root=char:WaitForChild("HumanoidRootPart") | |
| -- UI | |
| local gui=Instance.new("ScreenGui",game.CoreGui) gui.ResetOnSpawn=false | |
| local f=Instance.new("Frame",gui);f.Size=UDim2.new(0,200,0,90);f.Position=UDim2.new(0.5,-100,0,10) | |
| f.BackgroundColor3=Color3.fromRGB(10,10,10);f.BorderColor3=Color3.fromRGB(0,200,255);f.Active=true;f.Draggable=true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| loadstring(game:HttpGet("https://raw.githubusercontent.com/imcoolqie/RoguePiece/main/MihawkFarm.lua"))() |