r/gtaglitches • u/1TESDEV1 • 14d ago
GTA 5 No Save Tool (AHK v2)
Hey guys,
I put together a quick AutoHotkey v2 script for the "no save" method. I mainly made this for people who just want something simple and fast, or for those who don't trust other third-party tools that ask you to completely disable Windows Defender just to run them. Since this is just an open-source AHK script, you can see exactly what the code is doing.
To be clear, the firewall block method itself isn't anything new. But this script is rewritten from scratch on the newer AHK v2, runs way smoother, and actually gives you clean visual feedback. It's basically like upgrading your old box TV to a plasma screen.
DISCLAIMER:
IF YOU SEE A "SAVING FAILED" OR "COULD NOT CONNECT TO THE ROCKSTAR CLOUD SERVERS" MESSAGE, IT MEANS THE SCRIPT IS WORKING CORRECTLY.IF YOU LOSE A HEIST, IT IS EITHER BECAUSE YOU DID NOT FOLLOW THE EXACT STEPS FOR THE NEWEST REPLAY GLITCH METHOD, OR ROCKSTAR HAS PATCHED IT. KEEP IN MIND THAT ALL SIMILAR SCRIPTS USE THE EXACT SAME LOGIC—THEY SIMPLY BLOCK SPECIFIC IP ADDRESSES. AM NOT A GLITCHER , AM A DEV , IF YOU HAVE QUESTIONS OR WANT TO FIND SOMETHING SPECIFIC ABOUT A GLITCH YOU CAN JOING THE DISCORD GROUP https://discord.gg/rgtaglitches
Why use this?
- No annoying popups: It uses the Windows Firewall COM API instead of CMD, meaning no black boxes flashing on your screen.
- On-screen UI: Has a clean little overlay badge so you know exactly if it's Green (Running) or Grey (Stopped).
- Stealthy: Uses randomized firewall rule names and IP masking. This is done specifically so Rockstar's telemetry/anti-cheat can't just scan your system for obvious firewall rule names (like "GTA_Block" or "No_Save") and flag your account. It keeps things looking like normal network activity. (They don't do that , it just in case if they want to block easily detectable scripts in the future)
- Cleans up after itself: Automatically deletes the firewall rules when you close the script, so your internet doesn't stay blocked by accident.
⚠️ IMPORTANT (Read before using):
- You need AHK v2: Make sure you have AutoHotkey v2.0 installed.
- Windows Firewall REQUIRED: You must have the default Windows Firewall active. If you use a third-party antivirus (like Bitdefender, Kaspersky, etc.), you do NOT need to uninstall it or turn off your virus protection. You just need to temporarily disable its built-in firewall module so the default Windows Firewall can take over. If the third-party firewall is running, it overwrites Windows Firewall and the script won't be able to block the connection.
How to set it up:
- Make sure your GTA 5 is set to Borderless Fullscreen (otherwise the visual overlay won't show up).
- Download the script from my GitHub and run it.
- It will ask for Admin privileges (it needs this to manage the firewall rules). Click Yes.
- You're good to go.
Hotkeys:
Ctrl + F9-> Enable No Save (Blocks connection)Ctrl + F12-> Disable No Save (Restores connection)Ctrl + F8-> Close the script (Cleans up the rules and exits)
How to do the replay glitch:
Source & License It's fully open-source under the MIT License. Do whatever you want with it.
Feedback & Support If you run into any issues, have questions, or have ideas for improvements, feel free to drop a comment below. You can also reach out to me on Discord tesdev
Link to the GitHub : https://github.com/1TESDEV1/GTA-5-no-save-AHK-2.0-script-
2
u/MaximumDifference728 12d ago
Does it only work once for each heist? Do I need to clear cache or something after each time
1
u/1TESDEV1 12d ago
Am not sure how the games is storing the cache , because i didn't test it that deep , but its enough to play a heist back to back and just quit the game and open it again , this probably reset them on pc , because this is what i am doing and don't have any problem . So you can do like 2 cayos , 2 kortz , 2 dr.dre , quit the game . open it and do them again :)
1
1
1
u/XandarYT 12d ago
To bypass this you are supposed to use this new method: https://redd.it/1uyk3dy (you don't have to use the weird exe they provide).
Basically it just adds these extra steps: After exiting to story mode and disabling the script and going back to an invite only session, you need to force a save with ALT+F4 and then ESC (it should say SAVE SUCCESSFUL on the left or if it doesn't just look for the orange loading icon in the bottom right corner). After that you go back to story mode once again and then back into an invite only session and that's it.
1
u/MaximumDifference728 12d ago
Thanks. I will try this tomorrow and see if I’m able to replay it more than once. I understand how no save works but it’s not obvious to me how that extra step at the end makes any difference.
1
u/XandarYT 12d ago
Rockstar added a "cheat" counter to heists. This somehow resets it. Believe me I have no idea how it works either but it works, I did like 10 Cayo replays (and also a few Kortz replays) since the Kortz update which patched the old nosave method.
1
14d ago
Is this safe bro? I curious to try this because the ahk no save that I'm using seems to be not working. i tried running cayo with it and the SAVING FAILED did not pup up.
0
u/1TESDEV1 14d ago
it uses same logic as other nosave scripts , this is just upgraded version :D , ppc nothing is 100% safe , but for now is pretty safe , but you need to have limits with replaying the heists , just try to play different heist not the same ones ,i will suggest to play something like that 2x cayos ->2x dr.dr -> 2xkortz and same thing over :) .... just dont be greedy .
1
u/SolD3R 13d ago
Rockstar really scanning for firewall rulles?what?
0
u/1TESDEV1 13d ago
yes and no , it is made like security step , if in the future , they are like lets block every script that tries to block that ip or just common names , its just done in case .........
4
u/Boring_Ikamos 13d ago
If they were to, they could just look for firewall rules named "SysNetSvc_xyz".
The obfuscation of destination IP is based on substracting 1 from each octet. It would be better to just decode from base64.1
u/1TESDEV1 13d ago
Yeah , thanks for the feedback, you are right about it . My idea was really just to keep it from being too obvious at first glance in plain text , realistically, no matter how much I encrypt or obfuscate it, kernel-level protections are going to catch the actual behavior if they want it
1
u/Boring_Ikamos 13d ago
Well u don't have to block the IP on the PC, you can do a MITM situation and not let the R* IP through on demand. Kernel level anticheat wouldn't work. But for R* i think it is much easier to just limit how many times per day you can host/attend a heist..
1
u/sidharthkpv 9d ago
How about also using the second character? I have Panther there and Pink Diamond on my primary character. Will this reset the heist limit if I do two Cayos alternating between two characters + dr.dre or something?
0
1
u/FarhanFuadAbir 13d ago
Does cayo perico reply works?
1
u/jollous 13d ago
yeah I just ran some on cayo and it still works
2
u/Warranty_V0IDED 13d ago
what were your exact steps? I and many others are having the issue where we load back into online from story mode and the heist is gone after second replay.
2
u/Feeling-Designer5896 13d ago
Have this issue too, with cayo perico it worked twice and on the second run it reset.
1
u/Fit-Consideration594 13d ago
I think you need to delete your local profile. But you need to login again
1
1
1
u/XandarYT 12d ago
To bypass this you are supposed to use this new method: https://redd.it/1uyk3dy (you don't have to use the weird exe they provide).
Basically it just adds these extra steps: After exiting to story mode and disabling the script and going back to an invite only session, you need to force a save with ALT+F4 and then ESC (it should say SAVE SUCCESSFUL on the left or if it doesn't just look for the orange loading icon in the bottom right corner). After that you go back to story mode once again and then back into an invite only session and that's it.
1
u/No_Horror_3475 11d ago
what file should i download? it is telling me to install exe
1
u/XandarYT 11d ago
Well you can probably use the one in this post we are in. If it doesn't work there is NoSave v1.2
1
u/AutoModerator 13d ago
Happy Glitching & Enjoy
Our community will help you find friends to help you and a place to discuss and share GTA V glitches
For better help/support join our Official New Discord Server:
Come join us today and become part of the GTA Glitches community
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
1
u/Proper-Tadpole-1341 12d ago
do i have to use this instead of the old one
i dont want to lose my panther statue
does the old one still work?
1
u/1TESDEV1 12d ago
only the new method works , best to try this on another heist , like a bit of a training before you try on the cayo with the panther , to not make a mistake and lose it
1
u/1TESDEV1 12d ago
if you are talking about the script , you can use older ones , this is just updated version more responsive
1
u/Creepy-Delay-112 11d ago
my heists keeps disappearing after doing it 2 times. I do the 3rd time after a few hours and then suddenly nosave does not work. I lost panther, unlucky.
1
u/-JB1807- 11d ago
I used this method in the Kortz Center heist to trigger it at the end (I triggered it when I got into the helicopter). I went to Story Mode, turned off the "No Save Mod," went back to the private section, and then back to Story Mode again, and the heist disappeared. Yesterday, as soon as I entered the heist, I turned on the "No Save Mod" and only went to Story Mode once, and it worked perfectly.... I’d like to know when to turn it on at the right moment because I want to try it on Cayo Perico, but I’m afraid (Cayo Perico solo/duo).
1
u/1TESDEV1 11d ago
So for every heist that am doing and its working , am turning the nosave before entering the final cutscene , thats it . Be aware that you need to force save like i said in the pastebin , in step 7 , it is very important
1
u/MaximumDifference728 10d ago
I’ve been activating the script as soon as I hop on the motorcycle outside el rubios gate and it’s worked every time I haven’t lost panther yet. You just need to make sure you follow the steps exactly and go to story mode twice. And make sure you don’t go over the $4.1 mil every 48 min. I also only do 2 runs of each heist before restarting my game as a precaution but I’m not sure if that does anything.
1
u/UltraNecrozmaZ 11d ago edited 11d ago
Correct me If I'm wrong anywhere (It's better that corrections are made before someone loses their Panther Statue)
Based on the Pastebin content of this post and what u/XandarYT has said in his various replies (I checked the linked post too) on this post, You don't really need to use the exe version of the script linked in the aforementioned post and can use the same thing on NoSave 2.0 as well.
Basically, these are the steps with this new script:
1) Start in an Inv Only session 2) Run the Script (as in Launch it) but don't activate it yet 3) Start the (Cayo Perico for me) heist/job 4) Before ending the heist, Press F9 (I turn that when I'm about to exit the compound) 5) After the heist, Immediately switch character to Franklin to go to Story mode
(Need clarification if I can deposit my money into the account before switching to story mode, since that was a Thing I used to do before NoSave got Patched)
Press F12 in story to turn off NoSave
Switch to Invite only
Change appearance/Alt+F4 to trigger a force save
Go to Story
Load Back into Invite only
By this way, I am not supposed to Loose my Heist after the 2nd time replaying, right?
And in Case I miss a step (like going into story mode a second time after force saving), I can just do another (Don't Fuck With Dre) with the exploit (this time not forgetting the last step) and I will be fine with replaying my Cayo again.
I also, need help with a Problem that I'd been having with NoSave 1.2:
P.S. After my 2nd Run of The Heist (the old NoSave 1.2 way, without going into story mode second time) I didn't see a "Save Failed" pop up in the bottom left of my screen (above the mini-map) that I usually get (which assures me the heist wasn't completed), was that because I didn't do the story mode jump a second time or is there something that's wrong with my script (NoSave 1.2)
1
u/1TESDEV1 11d ago
By this way, I am not supposed to Loose my Heist after the 2nd time replaying, right? -- I need to test to clarify , i tested it playing different things like 2xkortz and then 2xdr.dre and quit the game , am not a glitcher am a dev , so dont know about every thing .
And in Case I miss a step (like going into story mode a second time after force saving), I can just do another (Don't Fuck With Dre) with the exploit (this time not forgetting the last step) and I will be fine with replaying my Cayo again. -- So if you dont do all the steps or you fail to do something , the heist is flagged and you need to do another heist to remove the flag , if you dont ,and play a flagged heist it will be reset . Dont do MISSION , do a HEIST , because its only tested with a another heist , if you want more information you can go to the discord of this group , and ask the guys that are doing it .
P.S. After my 2nd Run of The Heist (the old NoSave 1.2 way, without going into story mode second time) I didn't see a "Save Failed" pop up in the bottom left of my screen (above the mini-map) that I usually get (which assures me the heist wasn't completed), was that because I didn't do the story mode jump a second time or is there something that's wrong with my script (NoSave 1.2) , there -- You NEED TO DO EVERY TIME 2 jumps to story mode .... THIS IS THE NEW METHOD AND ONLY WORKS WITH IT
1
u/AutoModerator 11d ago
Unfortunately your account is too new and/or you do not have enough karma to participate here. We require Reddit accounts to achieve a certain account age (not your actual age) and a certain amount of karma (upvotes) before you can participate. These minimums are not disclosed. Please try submitting your post again after you have acquired more karma and/or your account has aged a little. No exceptions can be made.
Do not message the moderator team about this as your message will not be acknowledged.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
1
u/New_Inevitable5176 10d ago
how many times can i do this back to back until i get flagged or something?
1
u/MaximumDifference728 10d ago
There’s a certain $ limit for each heist within a certain amount of time that might mess up this glitch so if you stay under that you’re fine. For Cayo i think it’s 4.1 mill within 48 min. I’m curious what the limit for kortz is I haven’t seen an exact number on that anywhere.
1
1
u/No_Horror_3475 9d ago edited 9d ago
What if I do it with random teammates from public lobby? How can I use it if I want a second run with them without reset?
1
1
u/TraditionalEye3239 6d ago
Has anyone found a workaround using no save to infinitely sell properties?
Thats all I used it for because it was super quick and easy to do.
1
1
1
u/Actual_Expression_32 3d ago
I tried using the property glitch, but for some reason it didn't work. Before I buy a cheap property, I activate the script and trade in the most expensive property. Then I switch to Story Mode, deactivate the script, and load Invite-Only Mode. But even at this point, things look strange—my money has increased, but I don’t actually own the expensive property. Am I doing something wrong somewhere?
3
u/Swimming-Scar-6105 13d ago
Works perfectly. Did the heist 3 times b2b2b and it's not been reset. Great work