Cheat Mod Ren'Py Rogue-Like Cheat Injector [v1.6.1] [SLDR]

The Al

Member
Dec 22, 2017
267
363
Oh. Well then I give up, because that's the one that keeps crashing every time I launch it. And I hate the fact that I feel I have to, because this injector is the most convienent of all the cheats available for this mod. I don't have to open anything outside when first running the bat file, I don't have to do anything complicated in the game. Just drag and slide to your desired positioning.
Ok, I think I can help you. Click the link to the file. When you see this page, look at the bar at the top of the code. See where it says "raw"? Click the second button to the right of the word raw Screenshot 2025-05-24 210748.png
 
  • Like
Reactions: sleepingkirby

sleepingkirby

Well-Known Member
Aug 8, 2017
1,122
1,718
The AI imzahai
Thank you both for helping out.
Just to clarify, github (as well as git itself) is a source code repository. It's workings and interface prioritizes changes and versioning over downloading individual files. It was never meant to use to download individual files but entire projects/source codes. As such, there is a way to download and individual file with git, but that's not it's designed for. But yes, there's a download raw file button. The other thing is, but the .bat and .sh are written in pure text. So if you had copy and pasted (not advised, but it's possible) the text of one of those files, dumped it into a text editor, saved it as RL_Inject.bat and then double clicked it via a file manager, it would still work.

the sliders wont work
The sliders were changed in the game after game version v1.62f. Download and apply the latest cheat injector to get it working. Follow the links and conversation above on where/how to download
 
  • Like
Reactions: imzahai

sleepingkirby

Well-Known Member
Aug 8, 2017
1,122
1,718
sliders are working but the game still crashes, maybe its a build issue
Yes. It's still an issue Oni's working on. 1.62h helped some people. Currently, no one knows what's causing the out of memory crashes as Oni himself can't reproduce it and no one's given him any good info about it other than "It crashed".
 

imzahai

Well-Known Member
Apr 19, 2019
1,022
1,329
Yes. It's still an issue Oni's working on. 1.62h helped some people. Currently, no one knows what's causing the out of memory crashes as Oni himself can't reproduce it and no one's given him any good info about it other than "It crashed".
i posted the tracelog on this site.
i don't have his discord nor patreon to post it there.
 
  • Like
Reactions: sleepingkirby

sleepingkirby

Well-Known Member
Aug 8, 2017
1,122
1,718
i posted the tracelog on this site.
i don't have his discord nor patreon to post it there.
He's gotten a few of those. And, from those, he made version h. But it's not enough info to get a full picture or ID for sure that that's the problem. He'll need other things like actual ram usage. There are even some people that are like "I got the error <posts tracelog>" and it's from version g and when he asks for more info, they never reply.

On a personal note, there seems to be an increased amount of people these days that just go "I have a X problem" and when someone asks for more info, they just vanish. I don't know what's up with that.
 
  • Like
Reactions: imzahai

imzahai

Well-Known Member
Apr 19, 2019
1,022
1,329
He's gotten a few of those. And, from those, he made version h. But it's not enough info to get a full picture or ID for sure that that's the problem. He'll need other things like actual ram usage. There are even some people that are like "I got the error <posts tracelog>" and it's from version g and when he asks for more info, they never reply.

On a personal note, there seems to be an increased amount of people these days that just go "I have a X problem" and when someone asks for more info, they just vanish. I don't know what's up with that.
likely they don't come back for a week or three waiting for a new version or fix?
 

btwitch74

New Member
Apr 20, 2024
2
1
My wife's out of the hospital and doing well so I finally have time to update this:
Windows:
Linux:
If you've grabbed it from my github repo, it's the same file.
Thanks so much for doing this, so helpful. I'm wondering if you can help me troubleshoot an issue. I'm on Win 11, save the file in the Game folder of the latest version of the game, currently 1.63c. When I run the file as an administrator, get the prompt that it's unsafe, tell the system to run it anyway, choose number 1, it looks like it is trying to create the cheat but then it hangs. It always worked up until version 1.63 of the game.
 

sleepingkirby

Well-Known Member
Aug 8, 2017
1,122
1,718
Thanks so much for doing this, so helpful. I'm wondering if you can help me troubleshoot an issue. I'm on Win 11, save the file in the Game folder of the latest version of the game, currently 1.63c. When I run the file as an administrator, get the prompt that it's unsafe, tell the system to run it anyway, choose number 1, it looks like it is trying to create the cheat but then it hangs. It always worked up until version 1.63 of the game.
So I just double checked to make sure the cheat is running with the latest version of the game (v1.63c) and it is working. The last time I heard/saw what you're describing, the person's anti-virus/security program is isolating the .bat file and/or the game's directory. Without sitting next to you (No, I'm not a ninja) I can't know for sure. It would only get stuck on cheat creation if (in no particular order):
  1. The directory can't be written to or accessed by the .bat file
  2. Powershell isn't working/accessible
  3. The .bat process was stopped/paused/isolated by an external process
So I'd double check that the antivirus isn't isolating the file and/or directory in some way. If that still doesn't work, I'd try checking the directory permission as it's possible that win11 made some changes on how some permissions work. Beyond that, I'd double check to make sure a win11 update didn't turn off powershell.
As for why you get the prompt that its unsafe, windows has, since I think win 7, marked all .bat files as unsafe even though that its native scripting file format. Which is like making a custom screw driver that only works on your brand of cars and then telling that the screw driver is unsafe to use.
 

btwitch74

New Member
Apr 20, 2024
2
1
So I just double checked to make sure the cheat is running with the latest version of the game (v1.63c) and it is working. The last time I heard/saw what you're describing, the person's anti-virus/security program is isolating the .bat file and/or the game's directory. Without sitting next to you (No, I'm not a ninja) I can't know for sure. It would only get stuck on cheat creation if (in no particular order):
  1. The directory can't be written to or accessed by the .bat file
  2. Powershell isn't working/accessible
  3. The .bat process was stopped/paused/isolated by an external process
So I'd double check that the antivirus isn't isolating the file and/or directory in some way. If that still doesn't work, I'd try checking the directory permission as it's possible that win11 made some changes on how some permissions work. Beyond that, I'd double check to make sure a win11 update didn't turn off powershell.
As for why you get the prompt that its unsafe, windows has, since I think win 7, marked all .bat files as unsafe even though that its native scripting file format. Which is like making a custom screw driver that only works on your brand of cars and then telling that the screw driver is unsafe to use.
It was my anit-virus. They changed how they reported the issue. It used to ask me if I wanted to trust the process. Now it just listed it in a log that I had to go and check and remove from the threat list. Thanks!
 
  • Like
Reactions: sleepingkirby

sleepingkirby

Well-Known Member
Aug 8, 2017
1,122
1,718
It was my anit-virus. They changed how they reported the issue. It used to ask me if I wanted to trust the process. Now it just listed it in a log that I had to go and check and remove from the threat list. Thanks!
NP. Glad it was resolved/found.