Cyber ml
Showing all content.
- Past hour
- Today
-
ahh it does work, thankyou so much, i apreciate it, hope to see you again in my next question xD
-
Hi Guys I'm looking for some assistance/direction with hacking Etheria Restart with game guardian. I've tried it myself and managed to change the DPS and health numbers but seems more like a visual hack as it does not increase DPS or HP. Speed hacking either crashes the game or it auto defeats at the end of the fight. If someone could please shed some slight on what and where to hack within the game? I've seen two videos on Youtube showing guys that have hacked the game but they do not give any instruction on how to do it. So it is possible to hack the damage/stats.
-
Jurassic World: The Game how to get a locked dinosaur?
THEGOAT313 replied to greenhairbeard's topic in Requests
yeah l dont know l tried it yesterday it was work and l got trike fragments max number but now l dont know maybe it work just for trike -
Jurassic World: The Game how to get a locked dinosaur?
EthanCueva replied to greenhairbeard's topic in Requests
-
Jurassic World: The Game how to get a locked dinosaur?
EthanCueva replied to greenhairbeard's topic in Requests
Thanks, although I already knew it , I'm already level 99. - Yesterday
-
Hello, I am relatively new to Game Guardian and would like to learn more about it, especially how to modify values in the game Egg, Inc. I looked at YouTube videos, and a bit on this forum but couldn't find much. I found out that by giving yourself tons of artifacts (especially stones and expensive artifacts) you can consume them for golden eggs. However, there is a limit to how many artifacts you can consume at once (don't consume all of them because you will lose them). Later, I tried modifying the amount of XP crafting got me, but it was slightly difficult to edit the correct value. When I finally edited it, the game appeared to have given me the XP, but when i rebooted the game my level went back to what it was before. I don't know much about Game Guardian, I've heard about it a year back but couldn't get it because I didn't know how to root. I rooted my tablet a few days ago and finally installed it. Here is a list of things i want to accomplish Modifying the amount of soul/mystical eggs Modifying the amount of eggs of prophecy Modifying effects of research/amount Editing chickens and hen house capacity Editing cash directly
-
Jurassic World: The Game how to get a locked dinosaur?
tobiashkansson replied to greenhairbeard's topic in Requests
XP? Amount xp;-210600260 Refine to xp amount. Change to whatever xp u want. -
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
yeah. a bit complicated but simple enough for the experienced one only. -
Jurassic World: The Game how to get a locked dinosaur?
EthanCueva replied to greenhairbeard's topic in Requests
I did it!!! It's a bit complicated, to be honest, but after doing some research myself, it seems to be simple if you understand it. -
for i = 1, #phaseValues do SET_POSITION(table.unpack(phaseValues[i])) displayPhase() end
-
ahh i see, it does work if i do that, thankyou.. a question from me, what if i have so many phase grouping that more than 3? do i need increment for it? so i dont have to write SET_POSITION(phaseValues[i][1], phaseValues[i][2], phaseValues[i][3].............................., phaseValues[i][1000])
-
Jurassic World: The Game how to get a locked dinosaur?
EthanCueva replied to greenhairbeard's topic in Requests
Thanks for sharing other knowledge also. By the way, does anyone know if they implemented "Fragments" in the Commercial Port? Yesterday I tried several codes (including the existing ones 1 through 11) and nothing. -
-
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
same as mine for Side Missions and Jurassic Heroes but with more details. Thank you for sharing. -
Jurassic World: The Game how to get a locked dinosaur?
EthanCueva replied to greenhairbeard's topic in Requests
Remember I have my YouTube channel where I explain this, but I'm Latin American, so you won't understand my language: https://www.youtube.com/@jwtghackethan There is another way to obtain and hack those fragments, yesterday I discovered 3 methods and I am sharing them: ACRONYMS: Jurassic Heroes : J.H Jurassic June : J.J Snippets (How to Hack It): 1. To find the mission value: You will have to look for the value, you are looking for: Dino Code; Number of fragments: 5 Then you use the increment of 1 and find what the value is and edit it. 2. To search for values in Jurassic Heroes: You will need to look for the following as is: Triceratops : 1.769.100.302;1.634.887.011;Number of fragments Postosuchus : 1.936.674.830;1.970.499.444;Number of fragments Dilophosaurus : 1.818.838.030;1.869.115.503; Number of fragments Then we will use the magnifying glass to refine only the value or quantity of fragments and then use the increment of 1 to know which one it is. To change the fragment type to another, you must click on the value you entered and click "Go to" and you will see that above the value (3 or 4 addresses above I think) there will be 2 values. Depending on the type of fragment you chose to change, that value will appear. The values are the ones I mentioned above for J.H.'s search. It is separated by ";" the values, example: if you gave "Go to" to the Triceratops fragment, above will be the values: 1.769.100.302 (Value above) 1.634.887.011 (Value below) And you will change those values for the type of fragment you want, let's say I choose Postosuchus, then: 1.769.100.302 (Value above) —> 1.936.674.830 1.634.887.011 (Value below) —> 1.970.499.444 To see that you have entered correctly you must activate H, S, D, F, the same as those used to find a dino's code. If you have it activated you will see that the name of the dino will appear (7 letters), like Posto su (always in 2 parts because they are 2 values). 3. To find the values of the Jurassic June fragments: It's the same as J.H: (Since the fragments are from Postosuchus then): Postosuchus : 1.936.674.830;1.970.499.444;Number of fragments Then you will use the increment of 1 and you will be able to know what it is. I know it's tedious to do the missions, but there's also a way to edit the missions to just 1: You should look for: 1.970.226.029;29.806;Amount required for the mission. Then you will use the increment of 1 to know what it is and then you can edit it if you want. -
for i = 1, #phaseValues do SET_POSITION(phaseValues[i][1], phaseValues[i][2], phaseValues[i][3]) displayPhase() end
-
hm maybe for now i will keep them outside function also in a case where i want to put another phase grouping like this : local phaseValues = {{171, 172, 200},{181, 182, 300},{191, 192, 400}} is it allowed to be written like that? after added that, so the full code will be this : function SET_POSITION(P1, P2, P3) local saved = gg.getListItems() local edited = {} for i, v in ipairs(saved) do if v.name == "P1" then v.value = P1 table.insert(edited, v) elseif v.name == "P2" then v.value = P2 table.insert(edited, v) elseif v.name == "P3" then v.value = P3 table.insert(edited, v) end end if #edited > 0 then gg.setValues(edited) gg.addListItems(edited) else gg.toast("NO MATCHING P1/P2/P3 FOUND.") end end local function createPhaseDisplayer(phaseValues, buffInfo, progressSymbol, backgroundSymbol) local phasesCount = #phaseValues local currentPhase = 0 return function () currentPhase = currentPhase + 1 if currentPhase > phasesCount then os.exit() end local indicatorFirstPart = string.rep(progressSymbol, currentPhase) local indicatorSecondPart = string.rep(backgroundSymbol, phasesCount - currentPhase) local indicator = indicatorFirstPart .. indicatorSecondPart local phaseValue = phaseValues[currentPhase] local buffInfo = buffInfo local displayMessage = string.format("\n%s : %s", buffInfo, indicator) gg.toast(displayMessage, true) end end local phaseValues = {{171, 172, 200},{181, 182, 300},{191, 192, 400}} local buffInfo = "MISSION" local symbol1 = "=" local symbol2 = "-" local displayPhase = createPhaseDisplayer(phaseValues, buffInfo, symbol1, symbol2) for i = 1, #phaseValues do SET_POSITION(phaseValues[i]) displayPhase() end
-
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
Did i missed something here? i did a single search for -1,275,068,299 but no results found. Can you be more specific. -
Jurassic World: The Game how to get a locked dinosaur?
THEGOAT313 replied to greenhairbeard's topic in Requests
hey guys be the way the id of shards any kind of shards its -1,275,068,299 just but the value first then but this (;) then but your shards value but this could just like how to collect food cash and food before you taken it then put the value and id and collect the shards with amount 999,999,99 -
can you tell me how to reduce allcosmos fragment to number (0) without increasing the amount of allcosmos starchart?
-
Jurassic World: The Game how to get a locked dinosaur?
ivansahajay replied to greenhairbeard's topic in Requests
how to unlock buildings? what's the full code for that? like, what should i at first search for unlocking buildings? -
Jurassic World: The Game how to get a locked dinosaur?
ivansahajay replied to greenhairbeard's topic in Requests
how to get heroic shards? how to increase them? what's the code for them??? - Last week
-
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
i had level 40 Pteranodon but only Fuse available. no shards level up. maybe they had not yet put for it in the game..maybe later.