Logitech No Recoil Macro (No Shake)

Posts 1630 of 155 · Page 2 of 11
Would not that be the code?
Code:
x = 5
y = 10
z = 15

xyz = 1
yzx = 2
zxy = 3
idknigga = 4
niggaidk = 5

abc = -1
cba = 3
bac = 1
cab = -3


function OnEvent(event, arg)
	--[[
	OutputLogMessage("event nigga = %s, arg nigga = %d\n", event, arg)
	]]

	EnablePrimaryMouseButtonEvents(true)

if (event == "G_PRESSED" and arg == idknigga) then
		ognibber = not ognibber
	end

if (event == "MOUSE_BUTTON_PRESSED" and arg == xyz and ognibber) then
		repeat
		MoveMouseRelative(abc, cba)
		Sleep(x)

oveMouseRelative(bac, cab)
		Sleep(x)
		until not IsMouseButtonPressed(xyz)
	end
end
Quote Originally Posted by LadeiRa View Post
Would not that be the code?
Code:
x = 5
y = 10
z = 15

xyz = 1
yzx = 2
zxy = 3
idknigga = 4
niggaidk = 5

abc = -1
cba = 3
bac = 1
cab = -3


function OnEvent(event, arg)
	--[[
	OutputLogMessage("event nigga = %s, arg nigga = %d\n", event, arg)
	]]

	EnablePrimaryMouseButtonEvents(true)

if (event == "G_PRESSED" and arg == idknigga) then
		ognibber = not ognibber
	end

if (event == "MOUSE_BUTTON_PRESSED" and arg == xyz and ognibber) then
		repeat
		MoveMouseRelative(abc, cba)
		Sleep(x)

oveMouseRelative(bac, cab)
		Sleep(x)
		until not IsMouseButtonPressed(xyz)
	end
end
because i added in junk code to make it less easy to be seen as anything like a no recoil script, also you fucked it up by trying to remove stuff so i would recommend you just use what i posted or dont complain when it wont work
Quote Originally Posted by 0xHigh View Post
because i added in junk code to make it less easy to be seen as anything like a no recoil script, also you fucked it up by trying to remove stuff so i would recommend you just use what i posted or dont complain when it wont work
Calm down man, i'm just ask if there is the code '-' sorry man.
Quote Originally Posted by n0games View Post
Why do you post this when you said you got banned using it??
https://www.mpgh.net/forum/showthrea...1#post13369267
smh. a) if i got banned for this that means that i would have gotten banned for every macro i used, b) i wasnt sure if this was what got me banned, c) shut the fuck up, d) i dont care
So Im having an issue with activating the script. I took a look at it and the activation is when "G_PRESSED". I know logitech keyboards usually have G keys as their function keys so is there anyway I can change that? I have been looking up all the different key codes in LUA and whenever I change it to say "BSLASH" or "DEL" it dosnt work. Is there anyway you can direct me how to change the key?
If I came off as complaining my bad. Im just trying to learn is all. That and i've always had problems with scripts that require "G_Pressed". I was just seeing if I could change that specific keypress since Function4 isnt working for me for some reason. I mean IDK how i could fuck up copy and pasting script into the logitech software then seeing that the profile is permanent/default. Just confused and would like some help on it.
Quote Originally Posted by thebronzewing View Post
If I came off as complaining my bad. Im just trying to learn is all. That and i've always had problems with scripts that require "G_Pressed". I was just seeing if I could change that specific keypress since Function4 isnt working for me for some reason. I mean IDK how i could fuck up copy and pasting script into the logitech software then seeing that the profile is permanent/default. Just confused and would like some help on it.
well g pressed after that arg == 4 means f4, change the arg to 5 and it’s f5, etc
troll
doest even work the script doesnt work at all
howd you do it..please explain precisely
Quote Originally Posted by dhabak777 View Post
howd you do it..please explain precisely
go to your mouse profiles section and right click the default/active profile and then click scripting and paste this in then save and use. f4 toggles it on while you shoot you wont have recoil.
This shit doesnt work lol... check your script before posting it or at least give more detailed instructions as it no one knew how to copy and paste fucking text lmao
I know how to use macros but yours doesn't work at all, and I know it's not me who's doing something wrong cause I can use every other Logitech macro. I don't know if it's the extra text or what but it doesn't work. Hope you fix it
Posts 1630 of 155 · Page 2 of 11

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?