Shadowspaz / NIAutoclicker

Autoclicks in the background, giving you full control of your own mouse to do whatever else you want!
173 stars 34 forks source link

Autoclicker doesnt work for roblox. #10

Open KillerMLG opened 6 years ago

KillerMLG commented 6 years ago

I was trying it out in roblox for some grinding. The problem is that it doesnt click at all. Is there any way to fix it?

NightxOfficial commented 5 years ago

I was trying it out in Roblox for some grinding. The problem is that it doesn't click at all. Is there any way to fix it?

It doesn't work for me either.

SeverusWolf commented 3 years ago

you need to insert this script but I don't know how? local toggled = false; local key = "J";

game:GetService("UserInputService").InputBegan:connect(function(input, ischat) if not ischat then if input.KeyCode == Enum.KeyCode[key] then
toggled = not toggled end end end)

while game:GetService("RunService").RenderStepped:Wait() do if toggled then mouse1click() end end end

RuizuKun-Dev commented 3 years ago

I'm having the same issue.

I downloaded the 64x version and ran it as administrator

@SeverusWolf , you can't use that script it requires an exploit which will get you banned

vignakke commented 2 years ago

I'm having the same issue.

I downloaded the 64x version and ran it as administrator

@SeverusWolf , you can't use that script it requires an exploit which will get you banned

wont work for me how ?

https://user-images.githubusercontent.com/69920044/148619883-2730e657-4958-4dd7-905f-b5071d2c9ff9.mp4

Andrei-rgbgamer commented 2 years ago

It works add the code to the ahk file in the zip it works for me now

vignakke commented 2 years ago

It works add the code to the ahk file in the zip it works for me now

wich code and wich zip? can you provide some links and vidéo please?