Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 53
  1. #31
    SoFarOK's Avatar
    Join Date
    Jul 2016
    Gender
    male
    Posts
    195
    Reputation
    10
    Thanks
    137
    Ok not it works, but there is a way to use it also without activation (no scope). And what is different from the Heroic script?
    Last edited by SoFarOK; 09-14-2017 at 11:26 AM.


    Vouch Thread: HERE

  2. #32
    SushiWang's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    266
    My Mood
    Sleepy
    Quote Originally Posted by SoFarOK View Post
    Ok not it works, but there is a way to use it also without activation (no scope). And what is different from the Heroic script?

    herotic uses a macro that shoots 1 bullet very quickly.. (my Macro does that too) but the script changes only the mouse Position without tapfire.

    i will update the script tomorrow in the release threat now i have a 80% working shield function.

    try this one :

    Code:
    local recoil = false
    local rapidfire = false
    
    
    function OnEvent(event, arg)
    OutputLogMessage("event = %s, arg = %s\n", event, arg)
    
    if (event == "PROFILE_ACTIVATED") then
    	EnablePrimaryMouseButtonEvents(true)
    end
    
    if (event == "MOUSE_BUTTON_PRESSED" and arg == 8) then
    	if (IsModifierPressed("shift")) then
    		recoil = not recoil 
    		rapidfire = false
    			if (recoil == true) then
    				OutputLogMessage("Recoil is On\n")
    			else
    				OutputLogMessage("Recoil is Off\n")
    			end
    	else
    		OutputLogMessage("Recoil is Off\n")
    	end
    end
    
    
    if (event == "MOUSE_BUTTON_PRESSED" and arg == 1 and recoil == true and rapidfire == false)  then
    	if IsMouseButtonPressed(1) then 
    		repeat
    			MoveMouseRelative(-1,7)
    			Sleep(14)
    			MoveMouseRelative(1,-7)
    			Sleep(14)
    		until not IsMouseButtonPressed(1) 
    	end
    end
    
    if (event == "MOUSE_BUTTON_PRESSED" and arg == 8) then
    	if IsModifierPressed("alt") then
    		rapidfire = not rapidfire
    		recoil = false
    			if (rapidfire == true) then
    				OutputLogMessage("Rapidfire is On\n")
    			else
    				OutputLogMessage("Rapidfire is Off\n")
    			end
    	else
    		OutputLogMessage("Rapidfire is Off\n")
    	end
    
    end
    
    if (event == "MOUSE_BUTTON_PRESSED" and arg == 4 and recoil == false and rapidfire == true) then
    		repeat
    			PressMouseButton(1)
    			Sleep(64)
    			ReleaseMouseButton(1)
    			Sleep(73)
    		until IsModifierPressed("shift")
    end
    
    end
    Last edited by SushiWang; 09-14-2017 at 11:40 AM.

  3. The Following User Says Thank You to SushiWang For This Useful Post:

    Majestic (02-27-2018)

  4. #33
    Benthatsmyname's Avatar
    Join Date
    Sep 2016
    Gender
    female
    Posts
    25
    Reputation
    10
    Thanks
    0
    My Mood
    Aggressive
    it dosnt work said something in the coding is wrong

  5. #34
    SushiWang's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    266
    My Mood
    Sleepy
    Hmm sorry i was working on a new project for a few days so what doesnt work? Have you pressed the right mousbutton first? Do you turned the functions on?

  6. #35
    dominik1411's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Location
    My House
    Posts
    29
    Reputation
    -18
    Thanks
    6
    My Mood
    Asleep
    No recoil works good for automactic weapons, but not for pistols and stuff.

  7. #36
    hitler1945ss's Avatar
    Join Date
    Jul 2017
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    its work on bloody mouse ?

  8. #37
    SushiWang's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    266
    My Mood
    Sleepy
    NO its not for bloody mouses

    yea i work on a new script

  9. #38
    andomort's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Location
    United States
    Posts
    251
    Reputation
    13
    Thanks
    11,023
    My Mood
    Mellow
    Careful with uploading source, BE can sig it easily

  10. #39
    SushiWang's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    266
    My Mood
    Sleepy
    Quote Originally Posted by andomort View Post
    Careful with uploading source, BE can sig it easily
    okay but psst dont tell anybody

  11. #40
    armishstrike's Avatar
    Join Date
    Sep 2016
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    hey do you have a razer macro

  12. #41
    ffyellowcard's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Location
    Universe
    Posts
    7
    Reputation
    10
    Thanks
    0
    already tested the no activation script and doesnt work
    any helps ?

  13. #42
    Regular.Paint's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Location
    N/A
    Posts
    109
    Reputation
    10
    Thanks
    22
    My Mood
    Breezy
    I'm not sure if its your script, but when I use the macro everything works on the desktop. The mouse shakes like its supposed to, but in game its often extremely delayed or doesn't even work. Do you have any idea on how to fix this?

  14. #43
    SushiWang's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    266
    My Mood
    Sleepy
    Quote Originally Posted by Regular.Paint View Post
    I'm not sure if its your script, but when I use the macro everything works on the desktop. The mouse shakes like its supposed to, but in game its often extremely delayed or doesn't even work. Do you have any idea on how to fix this?
    Yea its my script mhm i paused the game for some time and the dev. of scripts and my tool but mhm let me see try to give a longer sleep delay maybe its to short

    - - - Updated - - -

    Quote Originally Posted by Benthatsmyname View Post
    it dosnt work said something in the coding is wrong
    replace the code again ^^

    - - - Updated - - -

    Quote Originally Posted by armishstrike View Post
    hey do you have a razer macro
    maybe i will make one

    - - - Updated - - -

    Quote Originally Posted by ffyellowcard View Post
    already tested the no activation script and doesnt work
    any helps ?
    no activation script ? for what function ?

  15. #44
    SnakyNKnown's Avatar
    Join Date
    Apr 2018
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Hi! idk whats the problem but i have downloaded aver 215 scripts of no recoil for rainbow six siege. I turn the script on and it works in the background, but when i go in-game it just doesn't seem to work. If someone can help me that be much appreciated.


    Thank you.

  16. #45
    SFproductions's Avatar
    Join Date
    Mar 2018
    Gender
    male
    Location
    Belgium
    Posts
    12
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by dominik1411 View Post
    No recoil works good for automactic weapons, but not for pistols and stuff.
    Why would you even want it for pistols? there is like almost no recoil on them...

Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [WTT] Assassin's Creed Syndicate UPlay Account for Rainbow Six Siege Gift on Steam
    By SnowSmasher in forum Selling Accounts/Keys/Items
    Replies: 0
    Last Post: 01-06-2016, 10:00 PM
  2. [WTS] NVIDIA game code for Rainbow Six Siege or Assassin’s Creed Syndicate
    By TooChang in forum Selling Accounts/Keys/Items
    Replies: 2
    Last Post: 10-11-2015, 12:55 AM
  3. Uplay Codes for Rainbow Six Siege
    By wEFTwefwfefesfefe in forum Giveaways
    Replies: 4
    Last Post: 10-01-2015, 10:40 PM
  4. [Other] Uplay Codes for Rainbow Six Siege
    By fl4zh in forum Giveaways
    Replies: 5
    Last Post: 10-01-2015, 01:19 PM
  5. [WTT] RAINBOW SIX SIEGE CLOSED BETA ACCOUNT FOR RAINBOW SIX SIEGE ORIGINAL GAME ACCOUNT
    By Mozilla Firefox in forum Trade Accounts/Keys/Items
    Replies: 1
    Last Post: 04-30-2015, 10:36 AM