-
Posts
179 -
Joined
-
Last visited
-
Days Won
29
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by AngelWolf
-
Buying Perk cost less, Day R survival 735 [x64] This will require game hardcoded pointer swap Step 1: Finding The Calculator Pointer Using Query: 3D;0D;Q 'min' Using Dword: 229304 Then Offset it by -C (for Dword) and -10 (for query, reference 3D) Save the Address [ Min ] Step 2: Finding the function Using Query: 10D;0D;Q 'codeToNum2' Using Dword: 1386555185 Then Offset it by -C (for Dword) and -10 (for query, reference 10D) Save the ID [ CTN2 ] Step 3: Pointer Search for specific function that calculates the Perk Cost Pointer Search CTN2 id, Offset by +40 Type Double Filter by 0 Re-offset it by -10 type Qword and then editAll by MIN (####h) now if done correctly, everytime you pick perk the points will not decreased Code References function getCost(perk) ctn = math2.codeToNum2 cost = perk.cost cost = ctn(cost) cal = math.max perkCost = cal(cost, 0) return perkCost end we modify the math.max to math.min hence the pointer swap
-
if you not using emulator then its probably arch issue, my phone is x64 and yours might be x32, soo that can be the problem. It's normal for a script doesn't work due differences archs. How to fix well, sadly gotta built it yourself or wait for someone. Tho i supposed some hacks already been showed how to modify manually, The Currency multiplier, i already share it on i think page 39 or something on base_npc_config.lua and there's listed what each currency worth is such as iirc black_rubles is 0.5. The battle hacks is the complicated one. Starting AP is 1 AP refill is 1 Max AP is 3 Weapon limit is 3 Pet Limit is 1
-
the script i share already did it for you or post about npc game files on page 39 something
-
Im not entire sure, use with caution, Badcase test pet swap before and it seems works fine on his end, i'll assume it's ok, but with currency modifier, i have no clue. The Currency modifier can crash out your game hence i said revert it when done on the video
-
Here you go, I'll add other stuff later, still making the script better for other incoming stuff It's not obfuscated soo feel free to look into it
-
Let's gooo, I found how to make so that you can bring all pets and i mean literally 1000 weapons to a battle quite funny ngl
-
This is what i found after several testing, this options will be added to the script btw Regen AP Max AP Starting AP Brings Multiple Pet on battle (Buggy asf, and the game kinda refuse to cooperative, you gotta go around the selection, cuz its only allows to pick one. will find a way to remove that limitations) Removes Locked Mini Location Energy, Tools Use 100% Chance on Search Nulls Requirements on crafting Several POI for Teleports And... i find a more convenience way to modify Carry Capacity without affecting Player's Speed Removes Max Radiation Cap( Idk why you need this but its there) I'll add Teleport function later when i find a much better way to static Values
-
I found how to get all pets and other stuff i've been testing around, thanks to BadCase obviously for the POC(proof of concept) how to achieve some stuff, he didn't exactly gave the code or function how to do it, but i watched his VIP script on youtube and can make sense how it works. I'll update my script and make another which VIP version too. Don't worry i'll add plenty free options too. But most complex stuff will be VIP
-
not all item is included. for those box gifts,i believe most of them got removed from the game but the image being left on assets.
-
server ban just basically normal ban and you can still create new account and use same device, while device ban is basically any new account you use will be banned instantly and only way to get away from it is using new device. but i think there's more about banning system on this game. cuz on lib.initialize.lua and main.lua it loads alot of device information and also google play stuff and vise versa for other types like Apple and huawei. and also on profile file (game data) it had an encrypted PinCode and Key on line 1 and then followed with save_data in table. this is for cloud save checking and auth for online. i still doesnt understand how it works.
-
They can Device ban ya btw, this what i got from reading moderation game files for multiplayer L15_1 = { id = "deviceBan", button = "mpa_device_ban", isVisible = false L16_1 = { id = "ban", button = "mpa_ban", isVisible = false } L17_1 = { id = "mute", button = "mpa_mute", isVisible = false } so yeah. basically Hardware ban in the nutshell for mobile games.
-
wym range value, this values is hardcoded to the game, its on the base_npc_config. alternatively you can use these values, (the smaller the value the more guaranteed it lands there) [2] = 5, [3] = 15, [5] = 50 [10] = 100, [20] = 250, [30] = 500, [50] = 1000, also here's a reset caps value for bases, yk when you want to reset the base the game will ask for caps and it increase each time you reset. here's the group search for it Search: 100;150;200;250;300;350;400;450;500;550;600;650;700;750;800;850;900;950;1000 Type: Double i test modified them all to -100 and reset the base, the cap will adds. but i haven't test it online or do it dangerous to use. so for now use at own risk
-
Here's funny stuff lul Guarantee Jackpot on wheel Search : 0.5;0.307;0.15;0.025;0.01;0.005;0.002;0.001 Type : Double and then filter by 0.001 modify it to 100 or something kek.
-
if you using emulator then its expected, i just redownload it and test it and it works fine
-
asfar i know using memory modification using GG it isnt possible since the radius is hardcoded. it might possible using game file modification, but at current time i really dont want messing with dayr's game file cuz it's quite annoying to compile back. if i really wanted something like unlock the game to be easy to modify then it'll be so much work. wym like how. just enable it. if the menu notifies something and your green bar moves then it means the script works. so all you have to do now just do hunt with pet, and win the hunt, every battle should grant you exp if you won. and if all done correctly, you and your pet should be 100. now disable the script to avoid crashing or corrupting or locked out of the profile.
-
Max Value for player position on XY axis Y Axis Float = 2.53125 Double = 9 X Axis Float = 2.75 Double = 16 you can find the float value using jerome's way. i was trying finding the static value for player position using double value, but so far i find nothing static. and also the address you find is just a temporary address, it can relocate anytime and if you quit from current session, it relocate again, i also find how to make the currency either inflates or worthless. so you can get gazillion reward from quest or pay only 1 for repair or buy for each quantity.
-
i dont understand, what you meant
-
['wheelSpinPrices'] = { [1] = { [1] = 1, [2] = 100}, [2] = { [1] = 5, [2] = 500}, [3] = { [1] = 10, [2] = 1000} }, ['trainMoveKmPrice'] = 0.4, ['timeTraderUpdate'] = 21600, ['traderBuyMult'] = 2, ['trainMoveKgPrice'] = 0.0001, ['buyerSellMult'] = 0.5, ['timeBuyerUpdate'] = 21600, ['timeQuestUpdate'] = 3600, ['reputationList'] = { [1] = 0, [2] = 300, [3] = 800, [4] = 1550, [5] = 2500, [6] = 5000 }, ['currencyWorth'] = { ['halloween_soul'] = 1, ['iron_nut'] = 0.25, ['halloween_coin'] = 1, ['ration_card'] = 0.25, ['black_ruble'] = 0.5 }, ['repairMinWorth'] = 10, ['healRadiationWorth'] = 3, ['healHpWorth'] = 1, ['baseResetPrice'] = { [1] = 100, [2] = 150, [3] = 200, [4] = 250, [5] = 300, [6] = 350, [7] = 400, [8] = 450, [9] = 500, [10] = 550, [11] = 600, [12] = 650, [13] = 700, [14] = 750, [15] = 800, [16] = 850, [17] = 900, [18] = 950, [19] = 1000 } base_npc_config.lua
-
Day r Game Config lul https://sourceb.in/5jICNAb6sr Online Game config return { ['cooldownCommandSalute'] = 5, ['channelList'] = { [1] = 'common', [2] = 'trade', [3] = 'personal', [4] = 'premium' }, ['timeGiftFree'] = 300, ['timeSendMessage'] = 600, ['giftBanItems'] = { --ALot of Stuff }, ['giftItemQuantityLimit'] = 10000, ['levelNeedOnline'] = 20, ['giftItemLimit'] = 25, ['timeGiftPremium'] = 60, ['timeCommandSalute'] = 30, ['cooldownMessage'] = 5 }
-
Wait.. i think i manage to extract resource.car, i'll try to make the game load un-encrypted data, the code is barely readable, but it shows something in it, here one of the file, https://sourceb.in/ETxekeP1k4
-
Just general thumb, dont be greedy. No one seems sure about how the anti cheat works. since the game is obfuscated. The game data located on resources.car file and .car is corona game builder's archive file and this file contains alot of Lua File in it. Its one way game data. can't be reverse engineered, asfar i know, the file encrypted with a key which we don't know about. Im also unsure how those modded apk mods the game. but im inclined it's just preload saves.
-
basically dropping item and then find the item value, then freeze it. so you can pick it up infinitely.
-
should be available around page 17, how ppl do it. it just like modifies the output anyway, lets use torch as dummy here's the crafting scheme 1 wood 1 rags 500 Gasoline we do group search 1;1;500 and the size is depends on your device. i think it will work with :200 this will gave alot of result (other crafting might little) then we filter with 500 after that we do editAll with increment of 1 or anything you like. now we click off the torch scheme and reopen it to see it refreshed with new value, find the value it changed to. let's say 510 now we revert and remove others and keep this one, then view memory this value. Now this the fun part on top left of gg memory view tab theres a pause button and beside it theres a filters. click the filter and put this .0$ and apply (just remember to remove the filter if you item swap), this will make our life simpler to find the other values. (alternatively iirc if we dont use the filter it's around 10 ish address in between) go back to search tab and click the value we found and view the memory value again since after we apply the filter its make the memory view move around. now if you did this you should find 510 on memory view and go above it probably 5 address or so and you should find 1.0 Double (second value) and go further more and you'll find another 1.0 Double (first value) now you find all the crafting requirement. how about the result? go back to the 510.0 Double on memory view and go down probably 10 or 5 it's often uncertain, try finding the result of the crafting. if the crafting gives you 5, try find 5, but in this case it's 1 so try look for 1. If you find it then change it as much as you want, tho again dont too much. if all done correctly. after you refresh the crafting scheme the new value should be applied. 1 wood, 1 rags, 1 gasoline = <number> Torch
-
Instantly kicks you to main menu and show System Message saying you being banned even in single player. That i know so far about their anti cheat system, beside locking you out from your profile (basically removes the Resume button lol) i would say (my own opinion) via crafting is the safest atm, cuz im still unsure about Drop/Pickup method, cuz alot of ppl got ban using that method earlier like around page 14, but again proceed with caution.