cth Posted June 23, 2023 Posted June 23, 2023 (edited) ooh, you probably just do a flat group search. riiight, let me try. Nope, group search doesn't work there. So, are you gonna share, or you've just came to gloat? Edited June 23, 2023 by cth
cth Posted June 23, 2023 Posted June 23, 2023 On 6/16/2023 at 10:55 AM, dzete said: I found a way to increase reputation, rubles, emba disks and caps for reputation the value is 1 not 10, rubble is also quite interesting it has some numbers like 10 etc. what was your solution for the emba disks?
dzete Posted June 23, 2023 Posted June 23, 2023 4 hours ago, cth said: ooh, you probably just do a flat group search. riiight, let me try. Nope, group search doesn't work there. So, are you gonna share, or you've just came to gloat? Do you search the code i give? 4 hours ago, cth said: what was your solution for the emba disks? I don't think it will work because reputation doesn't work on you either
HeresTheLoveShot Posted June 23, 2023 Posted June 23, 2023 16 hours ago, dzete said: Ayoowww!! You deserve this 1
dzete Posted June 23, 2023 Posted June 23, 2023 Code I found : emba disk from event claim 3;1;4;5;6;7;8;9;10;11;12;13 and refine the number of your + in the event reward Rep and rubel:20;1;100;5;1000;10;50 search and edit it For the caps it's a little difficult to explain so I didn't include it and the emba disk sometimes didn't work 2
cth Posted June 23, 2023 Posted June 23, 2023 (edited) Yep, emba disks work. Odd that I didn't find it on my own. I found the code that declared these variables, but I couldn't do it the first time. But it works fine now. Thanks man! Where did you get the rep and rubel numbers? What are they? Edited June 23, 2023 by cth
cth Posted June 23, 2023 Posted June 23, 2023 (edited) I know where you've got the emba disk numbers. I found them in the repo, but changing them didn't change the reward for me. Lol, even managed to hack the video containers: But if you edited this, you can also edit the requirements for the scientists quests. To avoid the brainless farming of the flowers. I'll try it out. Where did you get the rep and rubel numbers? What are they? Edited June 23, 2023 by cth 1
dzete Posted June 23, 2023 Posted June 23, 2023 9 minutes ago, cth said: I know where you've got the emba disk numbers. I found them in the repo, but changing them didn't change the reward for me. Lol, even managed to hack the video containers: But if you edited this, you can also edit the requirements for the scientists quests. To avoid the brainless farming of the flowers. I'll try it out. Where did you get the rep and rubel numbers? What are they Did disk and rep work? And for disk I recommend refining and then increasing 1 to get the right number then modifying, for rep and rubble I can't explain too lazy to type and i forgot to how do it 1
cth Posted June 23, 2023 Posted June 23, 2023 (edited) 7 minutes ago, dzete said: Did disk and rep work? And for disk I recommend refining and then increasing 1 to get the right number then modifying, for rep and rubble I can't explain too lazy to type and i forgot to how do it Disks work. Rep works too. Here, for now I'm playing with exp and reward, but the rep is near, I know: And found the rep too: Dude,please explain where you got the numbers for rep? Edited June 23, 2023 by cth
cth Posted June 24, 2023 Posted June 24, 2023 (edited) HA! Found where you got the values for the quest reward! Here it is: https://github.com/Angelix1/dayr/blob/869d9ec8fa6aa2aa0b97688c87fca231cb308e2a/src/1.764/lib/utils/math2.lua#L107 Very well done, sir. The roundingRewardValue function then. Lol, very elegant. Hah. Edited June 24, 2023 by cth
cth Posted June 24, 2023 Posted June 24, 2023 You can and should change these too: The game devs want you to just grind endlessly. These are pretty straightforward.
AngelWolf Posted June 24, 2023 Posted June 24, 2023 yall do modify the modifier lmao, anyway, that's where most calculation is calculated, either on calculate.lua or on the utils libs or on _masters, and such, you can find most battle hacks calculation on battle_masters. too, soo yeh, also you each line of code basically offset by 0x10, for example L_02 = L_01.math L_03 = L_02.max L_04 = 1 L_01 = L_03(L_05, L_04) so from math to 04 is 0x20, that's basically how most my complicated hacks finds it, just looks up math and then uses the offset, but most value has dummy or duplicate, soo i currently trying to make it check if the target value's -0x10 offset is max or min or codeToNum, soo it'll always hard find it, rather blindly editAll and cause a crash 9 hours ago, cth said: Disks work. Rep works too. Here, for now I'm playing with exp and reward, but the rep is near, I know: And found the rep too: Dude,please explain where you got the numbers for rep? probs on base_masters.lua or sum, because there i found rep reward. 1
AngelWolf Posted June 24, 2023 Posted June 24, 2023 yoooooooo, i have proof of concept for caps hacks soo i found something on the code that basically identify if we spent caps or not, and im thinking to just make a script that, points to function to add caps instead, this is proof of concept, if it works, i'll be pogging lmao, cuz ive been snooping a new way to gain caps since they add somekind checks to prevent negatives, hopefully they dont have such checks for this concept. and maybe get premium feature, without buying one too
AngelWolf Posted June 24, 2023 Posted June 24, 2023 (edited) 7 hours ago, AngelWolf said: yoooooooo, i have proof of concept for caps hacks ....... POC.mp4 POGGERS, IT WORKS, pepepog ( watch the caps ) it doesnt work if you dont have caps to start with, bare minimun is 50, cuz that's iirc the cheapest thing on the store, there's a check for it, but since i have 25k i cant test it lmao here's the code lmao, this is what responsible for those free stuffies target = spendCaps replace = addCaps 0x00 L4_2 = main 0x10 L4_2 = L4_2.profile 0x20 L5_2 = L4_2 0x30 L4_2 = L4_2.spendCaps Edited June 24, 2023 by AngelWolf 2
AngelWolf Posted June 24, 2023 Posted June 24, 2023 i call it, replacing instruction, or basically, replace pointer to DO what i want instead what it supposedly do
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now