Jump to content
  • 0

Help me freeze this value, thanks


hungkaioz

Question

Posted

function PISOUNOA()

local old = gg.getRanges()

gg.clearResults()

gg.setRanges (gg.REGION_C_BSS | gg.REGION_ANONYMOUS | gg.REGION_C_ALLOC)

gg.searchNumber("-2;16777216;31~229::173", gg.TYPE_DWORD)

gg.refineNumber("31~229",gg.TYPE_DWORD)

gg.getResults(gg.getResultsCount())

gg.editAll("39", gg.TYPE_DWORD)

gg.toast(" 🌀 Portal cambiado 🌀 ")

gg.setRanges(old)

gg.clearResults()

 

end

5 answers to this question

Recommended Posts

Posted
53 minutes ago, MonkeySAN said:

try this..





gg.setRanges (gg.REGION_C_BSS | gg.REGION_ANONYMOUS | gg.REGION_C_ALLOC)




  
,v in ipairs(result) do
    v.value = 39
    v.flags = gg.TYPE_DWORD 
   
)
gg.clearResults()
  

 

 

If you have another method please help me

Posted

hmm..that should work.

as long as you dont remove those freeze values in the saved list.

did the values stay freezed if you did the search and freeze it manually?

Posted
10 minutes ago, MonkeySAN said:

hmm..nó sẽ hoạt động.

miễn là bạn không xóa các giá trị đóng băng đó trong danh sách đã lưu.

các giá trị có bị đóng băng không nếu bạn thực hiện tìm kiếm và đóng băng nó theo cách thủ công?

When I search and edit it manually it works perfectly.

When using the script, when I check in the saved list and see it is frozen but not working.

If there is a mistake in my code can you help me fix it?

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.