Skip to content

Instantly share code, notes, and snippets.

View imcoolhubqie's full-sized avatar

imcoolhubqie

  • Joined Oct 12, 2025
View GitHub Profile
-- 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
-- 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
loadstring(game:HttpGet("https://raw.githubusercontent.com/imcoolqie/RoguePiece/main/MihawkFarm.lua"))()