All Activity
- Today
-
local lang = {' English',' Español'} local selectHack = {"ONLY SELECT ONE HACK", "ELIGE SOLO UN TRUCO"} local hack = {{'Position', 'Teleport'}, {'Posición', 'Teletransportarse'}} local toast = {{'Position Hack chosen!', 'Teleport Hack chosen!'},{'¡Posición elegida!', '¡Teletransportado!'}} function SelectLanguage() local menu = gg.choice(lang, nil,'CHOOSE LANGUAGE / ELIGE EL IDIOMA') if menu == nil then os.exit() else langC = menu Main() end end function Main() local menu = gg.choice(hack[langC], nil, selectHack[langC]) if menu == nil then return end gg.toast(toast[langC][menu]) if menu == 1 then -- Position Hack elseif menu == 2 then -- Teleport Hack end end while true do if gg.isVisible() then gg.setVisible(false) SelectLanguage() end gg.sleep(100) end
-
Jurassic World: The Game how to get a locked dinosaur?
hemen replied to greenhairbeard's topic in Requests
Bro are you Ostaposaurus -
Jurassic World: The Game how to get a locked dinosaur?
THEGOAT313 replied to greenhairbeard's topic in Requests
yes bro that exactly what l mean the unrealeased dinos these two different ways to do l hope every one get benfit of this -
hello again, here iam with my curiosity and experiment on lua scripting today i will make menu and the goal is to switch between language using menu text before making this, i ve read some past topic posted by RCPOLSKI heres his topic link RCPOLSI's Topic Link but i will try to make my version with the goal that i want. local lang = {' English'. ' Español'} local langC = 0 local hackEN = {'Position'. 'Teleport'} local hackSP = {'Posición'. 'Teletransportarse'} function SelectLanguage() local menu = gg.choice({lang[1], lang[2]}, nil,'ONLY SELECT ONE LANGUAGE') if menu == nil then os.exit end if menu == 1 then langC = 1 Main() end end if menu == 2 then langC = 2 Main() end end end function Main() if langC == 1 then local menu = gg.choice({hackEN[1], hackEN[2]}, nil,'ONLY SELECT ONE HACK') if menu == nil then os.exit end if menu == 1 then --Position Hack end if menu == 2 then --Teleport Hack end end if langC == 2 then local menu = gg.choice({hackSP[1], hackSP[2]}, nil,'ONLY SELECT ONE HACK') if menu == nil then os.exit end if menu == 1 then --Position Hack end if menu == 2 then --Teleport Hack end end end while true do if gg.isVisible() then gg.setVisible(false) SelectLanguage() end gg.sleep(100) end i wonder what i write above is correct or not, i havent try it yet. maybe perhaps, you can shorten the script text length?
-
Jurassic World: The Game how to get a locked dinosaur?
holame replied to greenhairbeard's topic in Requests
can someone teach me how to find their ids -
Jurassic World: The Game how to get a locked dinosaur?
hemen replied to greenhairbeard's topic in Requests
Their data is already in game so we can get that easily the id's which are not in game are fukuimimus and bull t-rex ids i think there is a Misunderstanding between unreleased (which are not officially released for public but have their ids in game) and those which are confirmed but their ids are not in game -
Hello, I need help, please. I couldn't find a value or a way to cheat without using resources. I want to advance the game by unlocking new cakes. There are a number of cakes I want to unlock, and there's a line to complete experience points to unlock new cakes. I couldn't find the value for this bar or line for experience points. Please help me. Thank you. This is the game link (https://play.google.com/store/apps/details?id=com.falcon.dm.water.cake.sort.puzzle )and this is the line or path (the experience points path; each time you merge cakes and complete a full plate, the points increase).
-
Does it work with other apps? How about other memory regions (you can select those in the settings tab, the left-most of the four tabs in the topmost toolbar)?
- 1 reply
-
- Samsung
- Samsung note20
-
(and 2 more)
Tagged with:
-
Storage permission doesn't want to activate with Gameguardian
HorridModz replied to Matt19's question in Help
Yes, I have had funky experiences with GG on some emulators. Sometimes it's in the completely wrong path and you have to navigate there. And the storage permission showing as not allowed may just be an emulator thing. -
Wow, this is a very cool project! I don't know much about this, but wanted to pitch in and say that `pairipcore` is widespread and seems to have much research done on it. If you wanna use a debugger, you can probably find a bypass - such as https://platinmods.com/threads/how-to-bypass-pairip-protections-latest-too-easy.203105/. Again, I know nothing of value here, but I wanna recommend using Frida. Perhaps you could trace the call stack (functions as well as their arguments and returns). Just an idea.
-
Jurassic World: The Game how to get a locked dinosaur?
TheMrPalmerGaming replied to greenhairbeard's topic in Requests
you have discord or something 2 show me? -
Hi bro you know how to get free ticket if you know so please help me C80E42B8r;081540FDr::4509 I try this but not working
-
Jurassic World: The Game how to get a locked dinosaur?
THEGOAT313 replied to greenhairbeard's topic in Requests
for example hydropa and the mosasaurus gen 3 which thier id's in pervious pages and one armed baryonx -
The floating GG window disappears when entering Genshin Impact.
HorridModz replied to JxxyWoods's question in Help
I don't have any particular experience with Genshin Impact, but the game has a reputation for being heavily protected. I don't know how it would be able to hide GG considering that GG has root access, but I'm guessing this is a form of anticheat. Even if you do get GG to work, like I said, the game has a lot of anticheat. I would recommend doing some research / asking around before you try modding it.- 1 reply
-
- Genshin impact
- Help
-
(and 1 more)
Tagged with:
-
3 games, Same anti cheat (value isn't changed in game)
HorridModz replied to NomNomNom's topic in Requests
Of course, you can try freezing the value. But this isn't necessarily anticheat. You most likely have the wrong value, and it's not the real one (may be visual etc.), instead it's just another instance of the value controlled by the real one. If this is the only result you're getting, odds are the real value is encrypted or stored in another way (different data type etc.). -
Help understanding how to unlock premium in games/WorldBox
aueranna replied to TheHiThereMan's question in Help
I will check it out when I have the opportunity. Thanks for sharing! -
Jurassic World: The Game how to get a locked dinosaur?
hemen replied to greenhairbeard's topic in Requests
I find another way you have at least one badge beacon store it in your market then open game guardian and search for 1 on dword after getting alot of results place the decoration then refine at 0 then restore it then refine at 1 do to until you find 10 to 20 results then use inrement to find the right one then change the quantity don't use increment if you have alot of result otherwise your game gonna crash - Yesterday
-
Have you found the script?
-
Jurassic World: The Game how to get a locked dinosaur?
TheMrPalmerGaming replied to greenhairbeard's topic in Requests
also is there a way of getting more badge bacons. Everytime i try it my game crashes. -
Jurassic World: The Game how to get a locked dinosaur?
TheMrPalmerGaming replied to greenhairbeard's topic in Requests
nvm i figured it out -
Jurassic World: The Game how to get a locked dinosaur?
hemen replied to greenhairbeard's topic in Requests
Badge Beacon: -852413883 Brachiosaurus Sculpture: -1268232173 Triceratops Exhibit: 427738399 Indoraptor Skylight: 266163637 Ammonite Oasis: 504851324 MR. DNA Statue: -1489370798 Spinosaurus Skeleton: 1805323180 Paradise Lagoon: -1085599335 Clock Tower: 352124288 Sundial: -806329226 Rainforest Pavilion: -218378741 Ocean Fountain: -1617945622 Earth Park: 821951616 I have codes for limited ones also if need you them -
Jurassic World: The Game how to get a locked dinosaur?
hemen replied to greenhairbeard's topic in Requests
@THEGOAT313 is saying that you know how to get the ids for those dinosaurs which are not in the game yet -
Jurassic World: The Game how to get a locked dinosaur?
hemen replied to greenhairbeard's topic in Requests
Bro i know that I think you are asking how to hack the decorations if the devs has'nt put the dinosaur's ids yet how can you know what is the id for that dinosaur