Jump to content

MilkyGT

Members
  • Posts

    58
  • Joined

  • Last visited

Posts posted by MilkyGT

  1. 8 hours ago, Lover1500 said:

    First of all,you must know how to search pointer chain to understand what i used. 

    Offsets are distances between two address.

    Chainer: search and restore pointers chains - GameGuardian (#8cfynel1)

     

     

    Smash Hit - hack balls - chainer - GameGuardian (#6rcez8q4)

     

    After checked above,here is test apk of enyby to train some pointer. 

    https://gameguardian.net/forum/applications/core/interface/file/attachment.php?id=11509 36.66 kB · 76 downloads

     

    I used multipointer level 4 in growpia game. 

    libgrowtopia.so:bss + 0x6E0 --> +0x120 --> +0x58 --> +0xFC --> +0xE0

     

    In this case, (-->) means goto pointer.

    0x120 and 0x58 etc are offsets from pointing address. In the end, after adding offset E0,the result address is what you want or change as you like. It will take a time by manually. So make script to be fast progress. 

    It may confused to u. Slowly learn them. 

    thanksss again, im gonna learn it by myself

  2. 2 minutes ago, Lover1500 said:

    I used pointers and offsets.I found out base pointer of that value and put them in script .That's all.

    If you don't know what the pointer is, the usage of codes in script would be useless for you.Google it or search in this forum about that.

    i know you are being kind rn, i have no idea what you have done with this, i just wanna know the example of it, im not gonna trying to steal your code without any permission from you, bcus the code also was encrypted,its gonna took so long without any example, its all about my project on build script. it just blow my mind when the address automaticly copied with the fresh (address)code every single time. so please...

  3. 27 minutes ago, Lover1500 said:

     I used pointers. Idont understand well what you want to. 

    The script will automatically copy the address of zero what you want. You can go to address. 

    growpia.lua 20.8 kB · 1 download

    anyway can i know what you've done with this? cus im gonna learn by my self with what you have done or bcus its rlly usefull for me, can ya? or you gonna teach me? im a script builder tho.

  4. 11 minutes ago, Lover1500 said:

    I can give examples only after i tried out. 

    game link or name

    sure the game called growtopia and i gave you a youtube link what i wanted to do and put in into script

     

     

  5. so any other way to get 0 value got select in script? bcus i cant exactly find the value what i want if i search only 0 number, the value around cannot helping much bcus the code keep changing when im about to hack the game, 

    "the value always at same position" but at the sametime the value code 0, i just wanna know how selecting value in address while the code is zero"0" with script (and the address also changing, not always same). i just wonder to get fastest way to direct (value) code what i want with the script without anytrouble and i just hate do it manually.

    REGARDS

    Screenshot_20201017-095320_1.jpg

  6. On 12/30/2019 at 8:02 AM, Enyby said:

    You use sleep

    изображение.png

    For me no any problem

    
    gg.setVisible(false)
    while true do
    	if gg.isVisible() then
    		gg.setVisible(false)
    		local v = gg.alert('Action?', 'ON', 'OFF', 'EXIT')
    		if v == 1 then
    			revert = gg.getListItems(1)
    			rev = gg.getListItems(6)
    			t = gg.getListItems(10)
    			for i, v in ipairs(t) do
    				v.flags = gg.TYPE_DWORD 
    				v.value = 5
    			end
    			gg.setValues(t)
    		elseif v == 2 then
    			gg.setValues(revert)
    			gg.setValues(rev)
    		else
    			gg.setVisible(true)
    			return
    		end
    	else
    		gg.sleep(100)
    	end
    end

     

    ohh okok, i still try to find *why*, and i think the value is the problem but on the other side its like system problem(game guardian),ahhh my head explode mhahaha , my bad i didnt say the value is keep changing everytime i walk(move in game) *its normal i think bcus* yaa is it BUT in my head still have this question ##Why when i try to revert WITH script its delay and when i try revert MANUALLY,Its work and no problem(delay)?## yaa i try with VALUE Didnt changing everytime, its work with script, but idk why hahaha with value changing its delay when with script and wasnt with manual, ahhhh its make me stressful hahahah 

     

     

  7. 20 hours ago, Enyby said:

    Different type. Word and Dword.

    ohh wait i think im wrong*maybe* save list is fine and normal, i just relize when i using script save list revert is delay (with script) right,but while delay hppn i try to exit from script and then item just took 

    ** can you explain this? @Enyby **

    and help me solve this problem whts wrong and wht should i do?

    yaa when i try with script revert is delay and when i am exit from script its just took from me here the video↓↓↓

  8. 23 hours ago, Enyby said:

    I check it on weekend.

    ok, but wait i just got some news,

    is it normal when search value and saved value have different number on same value? this is also wht i mean the save list value chnge into random number, idk wht happn and it shouldn't be like this, or is it normal? **i dont think so** 

    (can you explain this?) @Enyby

    Screenshot_20191226-194355.jpg

    Screenshot_20191226-194358.jpg

  9. 5 minutes ago, Enyby said:

    What value in this your option?

    scr_1577283740.png

    [added 0 minutes later]

    Also we do not support 87.8 anymore. Use 88.0.

    i didnt chnge anything just memory ranges, C.heap and C.alloc

    Screenshot_20191225-212619.jpg

  10. 14 minutes ago, Enyby said:

    Perhaps the game caches data and updates them when focus is lost. What does not happen when you use the script, without an input field. Try adding a call with an input field to the script code.

    hmm can be specific, I think everything is good rn after i found how to edit n revert code in save list, BUT i still dont know why,when i try to REVERT with Script its delay and when i try with manual Revert there no delay, hmmm

  11. i have question, So the script have ON/OFF, turn ON Button is good, but When i try to REVERT With OFF button, its so delay like 1minute+/- to revert the values in SAVE LIST the problem is when i click OFF button there have delay idk why i didnt put gg.sleep('')

    **Can you gimme example how to REVERT Values on save list in lua script**  

    i already put this file for example, its work but when i put into Menu ON/OFF the problem at OFF Menu

    As you can see at the picture (i try to Edit and Revert on save list) but idk the script **gimme example pls**

    **↓↓I try this code for Menu ON↓↓**
    
    revert = gg.getListItems(1)
    rev = gg.getListItems(6)
    t = gg.getListItems(10)
    for i, v in ipairs(t) do
    	v.flags = gg.TYPE_DWORD 
    		v.value = 5
    	end
    	gg.setValues(t) 
    	
    
    AND
    
    **↓↓i use this code for Menu OFF↓↓**
    
    gg.setValues(revert)
    gg.setValues(rev)

     

    Screenshot_20191223-134006.jpg

    Mwhwhhehe.lua

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