Open KillerMLG opened 6 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.
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
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
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 ?
It works add the code to the ahk file in the zip it works for me now
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?
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?