Jump to content

Recommended Posts

Posted

Armv8

Sherch

C80E42B8r;081540FDr::4509

Edit

28008052r;E803679Er

Utf-8 new season point 

:SSPDecor15DinoPoints.amount

Posted
On 11/22/2024 at 4:16 PM, The_rock15 said:

Armv8

Sherch

C80E42B8r;081540FDr::4509

Edit

28008052r;E803679Er

Utf-8 new season point 

:SSPDecor15DinoPoints.amount

Can you share how it works?

 

Posted
On 11/22/2024 at 3:16 AM, The_rock15 said:

Armv8

Sherch

C80E42B8r;081540FDr::4509

Edit

28008052r;E803679Er

Utf-8 new season point 

:SSPDecor15DinoPoints.amount

I'm angry 😠 now, This is not working. Nothing Works!!

Posted
On 9/20/2024 at 4:13 AM, NoFear said:

Disable auto update in playstore.

I can't automate the script so that it finds the two values I need, which I can find without the script..

In my case, these values are in gg.TYPE_FLOAT

this is one of the versions of my script, there were several of these versions, I will not publish everything because you are unlikely to need them, since they are most likely incorrectly made in the bark!

in our case, we are looking for what is shown in the screenshot, that this value will change to 0 and freeze

-- Script generated by GameGuardian 101.1 (16142) at 2024-11-29 17:50:37 for Hero Survival IO [com.game.hero.survival.war 1.6.8 (115)]
-- Lua help: http://gameguardian.net/help/

-- options
local scriptName = [=====[Script for Hero Survival IO 1.6.8]=====]
local scriptVersion = '1.0.0'
local scriptAuthor = 'User'
local startToast = ''
-- 0 - no check; 1 - check package only, 2 - check package and build
local checkTarget = 0

local targetName = [=====[Hero Survival IO]=====]
local targetPkg = 'com.game.hero.survival.war'
local targetVersion = [=====[1.6.8]=====]
local targetBuild = 115

-- functions

-- init
gg.require('101.1', 16142)

if startToast ~= '' then startToast = '\n'..startToast end
gg.toast(scriptName..' v'..scriptVersion..' by '..scriptAuthor..startToast)

if checkTarget ~= 0 then
    local info = gg.getTargetInfo()
    local check = false
    local current = false
    if checkTarget >= 1 then
        check = targetPkg
        current = info.packageName
    end
    if checkTarget >= 2 then
        check = check..' '..targetVersion..' ('..targetBuild..')'
        current = current..' '..info.versionName..' ('..info.versionCode..')'
    end
    if check ~= current then
        gg.alert('This script for "'..targetName..'" ['..check..'].\nYou select "'..info.label..'" ['..current..'].\nNow script exit.')
        os.exit()
    end
end

local revert = nil

-- main code

-- Clear previous results and search for the float values in the range 0-120
gg.clearResults()
gg.searchNumber("0~120", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0)

-- Get results and check if any were found
local results = gg.getResults(100)
if #results > 0 then
    -- Freeze all the results that are float type
    for i, v in ipairs(results) do
        if v.flags == gg.TYPE_FLOAT then
            v.value = "0"  -- Set value to 0
            v.freeze = true  -- Freeze the value
        end
    end
    gg.addListItems(results)  -- Add modified results to the list
else
    -- If no results were found, print a message
    gg.toast("No values found in the range 0~120.")
end

-- Resume the game process
gg.processResume()

 

Posted
On 11/22/2024 at 3:16 PM, The_rock15 said:

Armv8

Sherch

C80E42B8r;081540FDr::4509

Edit

28008052r;E803679Er

Utf-8 new season point 

:SSPDecor15DinoPoints.amount

after searching how many number do i have to change to get result :SSPDecor15DinoPoints.amount B40000 does not work

Posted

it's not worth changing b40000

On 26/11/2024 at 19:14, Sweetdreams22 said:

Je suis en colère 😠maintenant, ça ne marche pas. Rien ne marche !!

Is work for all time 

Posted

For the new season points :

UTF-8 search
= :SSPPet16PenguinPoints.amount

HEX search
= h 00 53 53 50 50 65 74 31 36 50 65 6E 67 75 69 6E 50 6F 69 6E 74 73 2E 61 6D 6F 75 6E 74 00

Dword ordered group search
= 28D;1,347,441,491D;909,210,725D;1,735,288,144D;1,349,413,237D;1,953,393,007D;1,835,085,427D;1,953,396,079D::29

- Season pass unlock by @NoFear still working

- armv8 only

Posted
7 hours ago, Sweetdreams22 said:

How do I unlock the season pass? You keep saying season pass unlock still working but I can't find it!

i dont understand..you cant find it?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.