Skip to content

Instantly share code, notes, and snippets.

View DuyNgao2306's full-sized avatar

Crow DuyNgao2306

View GitHub Profile
do local Players=game:GetService("Players");local UserInputService=game:GetService("UserInputService");local VirtualInputManager=game:GetService("VirtualInputManager");local HttpService=game:GetService("HttpService");local GuiService=game:GetService("GuiService");local LocalPlayer=Players.LocalPlayer;local PlayerGui=LocalPlayer:WaitForChild("PlayerGui",10);if not PlayerGui then return;end math.randomseed(os.time());if PlayerGui:FindFirstChild("MacroSystemGui") then PlayerGui.MacroSystemGui:Destroy();end local pointsData={};local MAX_CLICKS=100;local currentMode="None";local isRunning=false;local isMinimized=false;local connections={};local currentlyEditingPoint=nil;local runThread=nil;local draggingUI,dragStartUI,startPosUI=false,nil,nil;local draggingPoint,dragStartPoint,activeDot=false,nil,nil;local createWaypoint;local setMode;local function safeClear(t) if table.clear then table.clear(t);else for k in pairs(t) do t[k]=nil;end end end local hasFileSupport=writefile and readfile and isfolder and makefolder
-- [[ VISUAL AUTO CLICKER - HEAVY & DEEP CLICK EDITION (V0.1) ]] --
local Players = game:GetService("Players")
local UserInputService = game:GetService("UserInputService")
local VirtualInputManager = game:GetService("VirtualInputManager")
local HttpService = game:GetService("HttpService")
local GuiService = game:GetService("GuiService")
local LocalPlayer = Players.LocalPlayer
local PlayerGui = LocalPlayer:WaitForChild("PlayerGui", 10)
-- [[ VISUAL AUTO CLICKER - STRONGER CLICK FIX (V0.1) ]] --
local Players = game:GetService("Players")
local UserInputService = game:GetService("UserInputService")
local VirtualInputManager = game:GetService("VirtualInputManager")
local HttpService = game:GetService("HttpService")
local LocalPlayer = Players.LocalPlayer
local PlayerGui = LocalPlayer:WaitForChild("PlayerGui", 10)
if not PlayerGui then return end
-- [[ VISUAL AUTO CLICKER - OPTIMIZED PERFORMANCE (V0.1) ]] --
local Players = game:GetService("Players")
local UserInputService = game:GetService("UserInputService")
local VirtualInputManager = game:GetService("VirtualInputManager")
local HttpService = game:GetService("HttpService")
local LocalPlayer = Players.LocalPlayer
local PlayerGui = LocalPlayer:WaitForChild("PlayerGui", 10)
if not PlayerGui then return end
-- [[ VISUAL AUTO CLICKER - ULTRA PC & MOBILE CLICK FIX (V0.1) ]] --
local Players = game:GetService("Players")
local UserInputService = game:GetService("UserInputService")
local VirtualInputManager = game:GetService("VirtualInputManager")
local GuiService = game:GetService("GuiService")
local HttpService = game:GetService("HttpService")
local LocalPlayer = Players.LocalPlayer
local PlayerGui = LocalPlayer:WaitForChild("PlayerGui", 10)
-- [[ VISUAL AUTO CLICKER - HEAVY CLICK EDITION (V0.1 - WITH SLOT DELETE) ]] --
local Players = game:GetService("Players")
local UserInputService = game:GetService("UserInputService")
local VirtualInputManager = game:GetService("VirtualInputManager")
local GuiService = game:GetService("GuiService")
local HttpService = game:GetService("HttpService")
local LocalPlayer = Players.LocalPlayer
local PlayerGui = LocalPlayer:WaitForChild("PlayerGui", 10)
-- [[ VISUAL AUTO CLICKER - HEAVY CLICK EDITION (V0.1 - FULLY OPTIMIZED & SCALE POSITION) ]] --
local Players = game:GetService("Players")
local UserInputService = game:GetService("UserInputService")
local VirtualInputManager = game:GetService("VirtualInputManager")
local GuiService = game:GetService("GuiService")
local HttpService = game:GetService("HttpService")
local LocalPlayer = Players.LocalPlayer
local PlayerGui = LocalPlayer:WaitForChild("PlayerGui", 10)
-- [[ VISUAL AUTO CLICKER - HEAVY CLICK EDITION (V0.1 - FULL COMPATIBILITY FIX) ]] --
local Players = game:GetService("Players")
local UserInputService = game:GetService("UserInputService")
local VirtualInputManager = game:GetService("VirtualInputManager")
local GuiService = game:GetService("GuiService")
local HttpService = game:GetService("HttpService")
local LocalPlayer = Players.LocalPlayer
local PlayerGui = LocalPlayer:WaitForChild("PlayerGui", 10)
-- [[ VISUAL AUTO CLICKER - HEAVY CLICK EDITION (V0.1 - FULL COMPATIBILITY FIX) ]] --
local Players = game:GetService("Players")
local UserInputService = game:GetService("UserInputService")
local VirtualInputManager = game:GetService("VirtualInputManager")
local GuiService = game:GetService("GuiService")
local HttpService = game:GetService("HttpService")
local LocalPlayer = Players.LocalPlayer
local PlayerGui = LocalPlayer:WaitForChild("PlayerGui", 10)
-- [[ VISUAL AUTO CLICKER - HEAVY CLICK EDITION (V0.1 - SAFE FILE SYSTEM) ]] --
local Players = game:GetService("Players")
local UserInputService = game:GetService("UserInputService")
local VirtualInputManager = game:GetService("VirtualInputManager")
local GuiService = game:GetService("GuiService")
local HttpService = game:GetService("HttpService")
local LocalPlayer = Players.LocalPlayer
local PlayerGui = LocalPlayer:WaitForChild("PlayerGui", 10)