Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › Steam Games Hacks & Cheats › Rainbow Six: Siege › Rainbow Six Siege NoRecoil/NoSpread AHK-Script

Rainbow Six Siege NoRecoil/NoSpread AHK-Script

Posts 1–15 of 56 · Page 1 of 4
Afroist1234
Afroist1234
Rainbow Six Siege NoRecoil/NoSpread AHK-Script
Hey,
I sahre with you this ahk file which will controll your recoil better
than every other ahk script. It is very powerful. When you started it
you can activate/deactivate this script with Capslock.



Credits to Bvlcony

just ask him on skype: "maks_dj" and you will be diamond in 2 days as me


Press dowload and thanks, hope you get Diamond soon
as I don`t know exactly if you can get banned or not
you should use it on your own risk!

I Play with it since 2 weeks and have no Problems.




https://virusscan.jotti.org/de-DE/fi...job/n6cjod6f06

https://www.virustotal.com/de/file/c...is/1489139024/





You can always contact me on skype for questions
and help Service: cedriclennard





teamspeak_mpgh.net.zip
#1 · edited 9y ago · 9y ago
brunovleao
brunovleao
Using AutoHotkey? Are not you being kicked out of the game by Battleye?
#2 · 9y ago
BV
Bvlcony
Quote Originally Posted by brunovleao View Post
Using AutoHotkey? Are not you being kicked out of the game by Battleye?
Its comes from your luck, some people are using it, some people get kick for empty ahk file, some get this:


ahk is outdated thats for sure
#3 · 9y ago
T-800
[MPGH]T-800
File looks good. Approved
#4 · 9y ago
BV
Bvlcony
Quote Originally Posted by Afroist1234 View Post
Hey,
I have created this ahk file which will controll your real better
than every other ahk script. It is very powerful. When you started it
you can activate/deactivate this script with Capslock.

Press dowload and thanks, hope you get Diamond soon
as I don`t know exactly if you can get banned or not
you should use it on your own risk!

I Play with it since 2 weeks and have no Problems.




https://virusscan.jotti.org/de-DE/fi...job/n6cjod6f06

https://www.virustotal.com/de/file/c...is/1489139024/





You can always contact me on skype for questions
and help Service: cedriclennard





Also source code of this script was stolen from this thread:

Quote Originally Posted by Wazzaby View Post
This script makes your mouse move in small square making you unable to shoot precisely at one point, but reducing recoil and spread on every weapon.

Works only when LeftMouseButton is pressed.
Can be useful in many shooters.
Hotkeys: Caps=Pause; LMB=working loop; End=exit;

Code:
#NoEnv
SendMode Input
~CapsLock::Suspend
~End::ExitApp


~*$LButton::
Loop
{

GetKeyState, state, Lbutton, P
if state=u
break
		
mouseXY(3,0)
sleep 1
mouseXY(0,10)
sleep 1
mouseXY(-3,-10)
sleep 1
mouseXY(-3,0)
sleep 1
mouseXY(3,10)
sleep 1
mouseXY(0,-10)
sleep 1

}
return

mouseXY(x,y)
{
DllCall("mouse_event",int,1,int,x,int,y,uint,0,uint,0)
}
Paste this in notepad and open with AHK.
Ahk scripts are not cheats, so you will get no ban for using this.


 
additional script

Script for semiauto sniper rifles (Buck and Twitch), fast shooting when left mouse button is held, works well only with my resolution, fov, and mouse sens. Idea is clear and you can change it for yourself
Code:
#NoEnv
SendMode Input
~CapsLock::Suspend
~End::ExitApp


~*LButton::

Loop
{
      GetKeyState, state, Lbutton, P
if state=u
break
MouseClick, left, , , 1, 99, D
Sleep 32
GetKeyState, state, Lbutton, P
if state=u
break
MouseClick, left, , , 1, 99, U
Sleep 35
        mouseXY(0,6)

GetKeyState, state, Lbutton, P
if state=u
break
}

return

 
 
mouseXY(x,y)
{
DllCall("mouse_event",int,1,int,x,int,y,uint,0,uint,0)
}


Dont forget to press that "Thanks" button, please.


#5 · 9y ago
SY
Syntxi
Lol old script+ahk, just send Ubi support a ticket asking for a ban, same result.
#6 · 9y ago
psickle
psickle
Someone was banned for using this?
#7 · 8y ago
DV
DvASystems
Quote Originally Posted by psickle View Post
Someone was banned for using this?
sure, ahk is detected for long time, you have to search for c++ scripts, advantage v3 or v4 for example.
#8 · 8y ago
US
Username1337_0
mine is hella legiter tho but its good too
#9 · 8y ago
DV
DvASystems
its all what the scripts started from, the wazzaby's release.
#10 · 8y ago
RT
RTEGRWEYHGWA$RywywG
Quote Originally Posted by DvASystems View Post
its all what the scripts started from, the wazzaby's release.
lol aka you, setup ur own website w/ logins for a loader and stuff bb
#11 · 8y ago
ER
ertocildir55
i banned from game thank you asshole

- - - Updated - - -

ILL FINISH USİNG MPGH.NET SCAM SİTE

I HAVE BANNED FROM MW3 2 TİMES

BANNED FROM CSGO 1 TİMES

AND BANNED FROM RAİNBOW SİX SİEGE 139 LEVEL THANK YOU MPGH!!!!!
#12 · 8y ago
RT
RTEGRWEYHGWA$RywywG
Quote Originally Posted by ertocildir55 View Post
i banned from game thank you asshole

- - - Updated - - -

ILL FINISH USİNG MPGH.NET SCAM SİTE

I HAVE BANNED FROM MW3 2 TİMES

BANNED FROM CSGO 1 TİMES

AND BANNED FROM RAİNBOW SİX SİEGE 139 LEVEL THANK YOU MPGH!!!!!
thats your own fault, next time read the thread
#13 · 8y ago
0xHigh
0xHigh
Quote Originally Posted by ertocildir55 View Post
i banned from game thank you asshole

- - - Updated - - -

ILL FINISH USİNG MPGH.NET SCAM SİTE

I HAVE BANNED FROM MW3 2 TİMES

BANNED FROM CSGO 1 TİMES

AND BANNED FROM RAİNBOW SİX SİEGE 139 LEVEL THANK YOU MPGH!!!!!
i actually half died reading your post my man. of course.
#14 · 8y ago
AH
ahiddenmessi
Quote Originally Posted by 0xHigh View Post
i actually half died reading your post my man. of course.
I’m really happy that a kid finally left this forum
#15 · 8y ago
Posts 1–15 of 56 · Page 1 of 4

Post a Reply

Similar Threads

  • Rainbow Six: SiegeBy Ghost in General
    2Last post 12y ago
  • Rainbow Six Siege Beta Codes (Xbox One, PS4, PC)By LilLongYoungin in Selling Accounts/Keys/Items
    28Last post 11y ago
  • rainbow six siege hack?By nuvasek in Other First Person Shooter Hacks
    4Last post 10y ago
  • Rainbow Six Siege Preorder Beta Codes (Xbox One, PS4, PC)By LilLongYoungin in Shops
    16Last post 11y ago
  • RAINBOW SIX SIEGE CLOSED BETA ACCOUNT FOR RAINBOW SIX SIEGE ORIGINAL GAME ACCOUNTBy Mozilla Firefox in Trade Accounts/Keys/Items
    1Last post 11y ago

Tags for this Thread

None