Jump to content

Recommended Posts

Posted

Hi, maybe someone have virtual machine working on Android 13? Already tried CMOS and f1vm and no luck 😕

 

i wanted to play again day r with modded weapon damage, but without VM it's impossible for me.

Posted (edited)

Hello. I'm not sure if this has been mentioned yet, but for those who are playing on emulators like bluestacks and have failed at swapping items using the method mentioned here since you always get 0 results when getting the pointer id, just pointer search the fourth line before the item you want with 0 offset and you'll get the dword value.
Here's an example for terem ball. The highlighted purple part here is  what you'd want to long press and click on pointer search with 0 offset.

 

 

terem ball.png

Edited by definedex
Posted (edited)

Hi, I don't know much about using Game Guardian and much less how to use it in Day R survival, I was looking at the old posts of this thread but I didn't understand very well, what I want to know is how to duplicate game items in online mode and if possible, could you help me to install Day R survival in Virtualxposed since I get an error.

 

 

Edited by Sulky
Posted

Do you folks know if it would be easy to also inflate/deflate other currencies? I'm talking about the Progress floppy disks currency as well as the currencies from the Halloween and Christmas events?

Posted
  On 5/23/2023 at 4:04 AM, Lalaland3210 said:

Did you post it in this thread? I can't find it.

Expand  

its the same script i post on page 42 something. the one from 1.728+ ish

  On 5/23/2023 at 11:28 PM, cth said:

Do you folks know if it would be easy to also inflate/deflate other currencies? I'm talking about the Progress floppy disks currency as well as the currencies from the Halloween and Christmas events?

Expand  

Halloween souls should be already included on the script, since it inflates this id Halloween_souls, but i guess i'll look into new game's code and let's everyone knows what's the modifier, so yall can edit it by yourself

Posted

How about getting caps as a reward with 100% probability for viewing ads, plus maybe 10x the amount of caps per ad? 

I'm trying to be careful not to raise any red flags.

Posted
  On 5/24/2023 at 5:52 PM, cth said:

How about getting caps as a reward with 100% probability for viewing ads, plus maybe 10x the amount of caps per ad? 

I'm trying to be careful not to raise any red flags.

Expand  

instant ban, they have checks for ads

Posted
  On 5/24/2023 at 1:18 AM, AngelWolf said:

its the same script i post on page 42 something. the one from 1.728+ ish

Halloween souls should be already included on the script, since it inflates this id Halloween_souls, but i guess i'll look into new game's code and let's everyone knows what's the modifier, so yall can edit it by yourself

Expand  

You can as well include that modifier in your script. But if you can post it separately, that would also be a huge help!

Posted

yoooo, check this repository i made for day r, might interest y'all
it has v1.764 clean source code (not all can be cleaned automatically)
it also has some lua scripts i use to clean files from raw dirty lua to clean lua

https://github.com/Angelix1/dayr

 

Posted (edited)
  On 5/26/2023 at 7:08 PM, cth said:

You can as well include that modifier in your script. But if you can post it separately, that would also be a huge help!

Expand  

here

	['buyerSellMult'] = 0.5,
	['currencyWorth'] = {
		['iron_nut'] = 0.25,
		['ny_cookie'] = 1,
		['ny_balls'] = 1,
		['black_ruble'] = 0.5,
		['halloween_soul'] = 1,
		['emba_disk'] = 1,
		['ration_card'] = 0.25,
		['halloween_coin'] = 1
	},
Edited by AngelWolf
Posted (edited)
  On 5/28/2023 at 4:14 AM, AngelWolf said:

here

	['buyerSellMult'] = 0.5,
	['currencyWorth'] = {
		['iron_nut'] = 0.25,
		['ny_cookie'] = 1,
		['ny_balls'] = 1,
		['black_ruble'] = 0.5,
		['halloween_soul'] = 1,
		['emba_disk'] = 1,
		['ration_card'] = 0.25,
		['halloween_coin'] = 1
	},
Expand  

Tried adding emba_disk to your script to the reb array just like you do to the other four currencies, but it didn't do anything for emba. It might be that emba just doesn't use it? Here's what I added:

		reb[5] = { 
			address= reb[4].address + 0x28,
			name = Cheat_AmBroke.."Emba_disk",
			flags= gg.TYPE_DOUBLE,
		}

Please advise. Might be that my address offset is not right, but... I mean, yeah.

Edited by cth
Posted
  On 5/28/2023 at 4:01 AM, AngelWolf said:

yoooo, check this repository i made for day r, might interest y'all
it has v1.764 clean source code (not all can be cleaned automatically)
it also has some lua scripts i use to clean files from raw dirty lua to clean lua

https://github.com/Angelix1/dayr

 

Expand  

Is there any way to upgrade santa level or demon level after event end?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.