Cyber ml
Showing all content.
- Past hour
-
Address is probably a string. Maybe you want to check the string.sub() function ? https://www.lua.org/pil/20.html https://stackoverflow.com/questions/45255696/extracting-the-last-n-characters-of-string-in-lua
- Today
-
hello its me again, i still couldnt find solution about comparing address and... changing the value. the goal is to edit a value in each different address using offset, before going to the code, let me give a briefing. 0x1234567C value 19 DWORD (address "C" is static, the rest always changing) 0x123456D8 value 19 DWORD (address "D8" is static, the rest always changing) and here is my lua code, correct me please, i knew my code below is wrong. gg.searchNumber("19",gg.TYPE_DWORD) local t = gg.getResults(2) for i, v in ipairs(t) do if v.address == "C" then local q = {} q[1].address = t[1].address + 0x2 q[1].flags = 4 q[1].value = 2 q[1].freeze = true q[1].name = 'ATK' q[2].address = t[1].address + 0x20 q[2].flags = 4 q[2].value = 20 q[2].freeze = true q[2].name = 'ATK SPD' end if v.address == "D8" then local q = {} q[1].address = t[1].address + 0x4 q[1].flags = 4 q[1].value = 4 q[1].freeze = true q[1].name = 'MOVE' q[2].address = t[1].address + 0x40 q[2].flags = 4 q[2].value = 40 q[2].freeze = true q[2].name = 'MOVE SPD' end gg.setValues(q) gg.addListItems(q) end
- Yesterday
-
https://play.google.com/store/apps/details?id=com.datavisionstudio.roguelike&pcampaignid=web_share
-
Jurassic World: The Game how to get a locked dinosaur?
THEGOAT313 replied to greenhairbeard's topic in Requests
Mosasaurus rebirth: 3917189576 -
Jurassic World: The Game how to get a locked dinosaur?
CaptainCodPrice replied to greenhairbeard's topic in Requests
uptade pls rebirth mosasaurus -
Updated Try İn Game.
-
How do we do it?
-
Just freeze your game while your doing the search. The script does stuff that you could do by your self. Maybe check this video to better understand what the script does (because i can't install or use GG for a while already) https://emalm.com/?v=LBaYI The video explains the steps i want you to do. You can skip the video to 07:00.
-
Please describe what to do next.
-
Am trying to mod game values for game "Pou", there is modded apks for coins, and LP amso works on that game... but I want to be able to manually change: 1. Coins values 2. Potions and items values... I tried ordinary search, nothing, tried encrypted value, no luck, tried unknown value, no luck... Please someone with experience help me. Explain me how to do it on this game. Thank you.
-
Jurassic World: The Game how to get a locked dinosaur?
THEGOAT313 replied to greenhairbeard's topic in Requests
-
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
well..Good Luck then. -
Jurassic World: The Game how to get a locked dinosaur?
THEGOAT313 replied to greenhairbeard's topic in Requests
no thanks l dont need it actually but my curious lead me to this conversation you want make a joke but didnt work l dont want to go very deep in this conversation cuz maybe reach a level you dont want make your jokes to you lil neighbor and maybe He ill laugh -
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
just send it bro. show me what you did? if there any mistakes or anything, i can try to identify it for you. my 10 yrs old neighbour was also wondered whats so hard to understand. his English are much broken than me but yet he can understand it very well. -
Jurassic World: The Game how to get a locked dinosaur?
THEGOAT313 replied to greenhairbeard's topic in Requests
and if l sent? -
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
i want to see what you did. see if i can find any mistake that you might unaware of. since you dont want to. well..GOOD LUCK. -
Jurassic World: The Game how to get a locked dinosaur?
THEGOAT313 replied to greenhairbeard's topic in Requests
you first..- 680 replies
-
-1
-
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
show me video then. -
Jurassic World: The Game how to get a locked dinosaur?
THEGOAT313 replied to greenhairbeard's topic in Requests
the post above there son and l level the dino to 31 level and copy the last thing which is 3 ; 10 ; 274 :: 17 and did the search then l delete the :: 17 and search for those just and then appear 3 and 10 and 274 click refine to 10 change value to 999 didnt work then on the 3 same way and the 274... that may help and lm the one who ask dont try to be clever and turn it on me ok?!!!- 680 replies
-
-1
-
Use wasmegg to find your lifetime earned & spent. Then do a DWord search for (lifetime earned);(lifetime spent):: Should return two results, edit both lifetime earned values.
-
I didn't understand you right away. I can find and change the values with this script. When moving between locations, the values are reset and need to be found again, during this time I can be killed). That's why I wanted to automate the process so as not to lose precious seconds. Field_Offset_Finder_V4.lua