Single fire macro script or setting?

09/17/2018 00:56 kwebber321#1
Anyone have a good single fire macro settings? I have a logitech g502 and set a simple macro script in the logitech profiler but got banned after 1 day of use. ANyone know of a good time delay or settings for it?
09/17/2018 16:42 mrfly0101#2
Never heard Logitech script will give ban. even 1 day, you added something else?
just confuse
09/17/2018 16:50 d0xs#3
i use this tiny script for PUBG, works perfectly with AK.

Code:
EnablePrimaryMouseButtonEvents(true);
 
function OnEvent(event, arg)
    if IsKeyLockOn("numlock" )then
        if IsMouseButtonPressed(1) then
            Sleep(33)
            repeat
                MoveMouseRelative(0,4)
                Sleep(4)
            until not IsMouseButtonPressed(1)
        end                
    end
end
09/18/2018 20:27 kwebber321#4
Quote:
Originally Posted by mrfly0101 View Post
Never heard Logitech script will give ban. even 1 day, you added something else?
just confuse
Well i just the macro from the Logitech app. I'm guessing my speed was way too fast to be though of as "human". Lol
09/19/2018 16:57 mrfly0101#5
Quote:
Originally Posted by kwebber321 View Post
Well i just the macro from the Logitech app. I'm guessing my speed was way too fast to be though of as "human". Lol
Then it is a report ban maybe, if you really get ban with script then others should be banned as well.
09/20/2018 10:33 axel_le_chef#6
so script on pubg with logitech software dont give ban ? x)

Quote:
Originally Posted by d0xs View Post
i use this tiny script for PUBG, works perfectly with AK.

Code:
EnablePrimaryMouseButtonEvents(true);
 
function OnEvent(event, arg)
    if IsKeyLockOn("numlock" )then
        if IsMouseButtonPressed(1) then
            Sleep(33)
            repeat
                MoveMouseRelative(0,4)
                Sleep(4)
            until not IsMouseButtonPressed(1)
        end                
    end
end


that's dont work wel for me, my cursor go too low
10/02/2018 23:13 netbandi7#7
The single fire recoil patterns for each gun and different scopes are way too different to just have one script working across all recoil tables.
Check out my signature if you're looking for a more professional approach :P