Jump to content

Lover1500

Contributor
  • Posts

    340
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by Lover1500

  1. You set 't'. But why print 'r'?
  2. If want change,you used wrong. It should be like this t[14].value = 9 gg.setValues(t) print('Done') As i say you can check saved file. Not to save only address! Check below photo. Address are always changed ever restart game. But Arrangement in lib are same whenever. Starter address may be started from address 0 or adress blah blah. But same arrangement. So you can use lib + offset. Idk your lib and offset. For my case,lib is libunity.so and offset 6ae934. Always check before code. print(gg.getRangesList(your lib)) I will code like this for printing the value. start = gg.getRangesList(blah blah) lol = start[depend info of lib] + 0x6ae934 lol.flags = 4 lol=gg.getValues(lol) print(lol.value) Do as you wish!
  3. If its in Xa region(code app), you can use easily lib + offset! No need to search value. When you get the address of that value,save it. And check lib and offset in saved file(.txt).
  4. What feature should i put next? And i want to know if there is a problem of which script doesnt work. Im really excited!Thanks for using this script. I'm working now for 64 bit(but yeah same features as this 32 bit script)
  5. Done update .Still need to improve.
  6. Ohh is there one using this script? I thought no one use this script. So i managed stop to update. Now i guess i would release new update within two days. Thanks for using this script
  7. View File The Tiger(gold and gems hack script) I have created a simple script for gold and gem hack.(only 64bit) Script do so fast. Try tested it and enjoy! Don't forget to report the problems of script and recommend. So only that i can improve the script in future. Submitter Lover1500 Submitted 10/18/2020 Category LUA scripts ko.mp4 2020_10_18_07_07_36.mp4
  8. Version 1.0.0

    6,768 downloads

    I have created a simple script for gold and gem hack.(only 64bit) Script do so fast. Try tested it and enjoy! Don't forget to report the problems of script and recommend. So only that i can improve the script in future.
  9. 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 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.
  10. 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.
  11. 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 Screenrecorder-2020-10-17-19-09-40-860.mp4
  12. I can give examples only after i tried out. game link or name
  13. Link the game or name. Btw i think you must use pointer and offset.
  14. So that ADD opcode from Xa region effects to silver value. First,I'll search silver value and i want its x64 opcode. I dont know its opcode(only know it is 'ADD'). In this case, is it possible to find opcode by silver value? If its possible,how? By pointers? Or by something else? Can you help us sir!
  15. Thanks for your recommend. Next script update will include -killCooldown 0 -long kill -complete tasks and etc -and will be available on both of 32 bit and 64 bit. So it wont need to use only virtual xposed. Thanks again for trying test my script.
  16. Thanks for your comment sir. -what is 'mark imposters'. I really dont know. If its like imp radar,using imp before match is enough. (Other imps will be shown by red letter bar. -freezing vision value is useless. Even when we play again ,vision values are restarted with a new pointer. So i cant use freeze or game can be crashed. -Kill Distance and All task complete is added. (but havent upload yet). good news sir. -I will try for anti-vote value. Btw im glad to get your recommendations. Thanks alot.
  17. View File Among Us Lua Here is my first script for among us game. Script isnt perfect. But I want you to try it cuz I use pointers in it. Super fast! In this script, -You can be crew even if you are imp. -You can be always imp if you are host. If you're not host you can only do sabotage. Kills will be only for your visions. They are not die really. (Can see other imps) -You can walk through walls. -For vision,you can see everything clearly in your range. (Even other side of walls) Please let me know errors of this script and recommend new features of hacks. Use only virtual exposed 32 bit or script wont work properly. Submitter Lover1500 Submitted 10/02/2020 Category LUA scripts  
  18. Version 2.0.0

    20,523 downloads

    Here is my first script for among us game. Script isnt perfect. But I want you to try it cuz I use pointers in it. Super fast! In this script, -You can be crew even if you are imp. -You can be always imp if you are host. If you're not host you can only do sabotage. Kills will be only for your visions. They are not die really. (Can see other imps) -You can walk through walls. -For vision,you can see everything clearly in your range. (Even other side of walls) Please let me know errors of this script and recommend new features of hacks. Use only virtual exposed 32 bit or script wont work properly.
  19. Play game and search ammo value manually. When you get desire value,use goto and check its address around(check both of above and under values of your address). Memorize them or screenshot them. Exit game, play and search ammo value again. Goto address and check. And you will notice unchanged values of your ammo address around. Use them to make script for others.
  20. Show addresses around in goto address interface. And which ones are you think static values which wont change on another virtual spaces or 32 and 64 bit(so that you can use nice group search script). Then I can make some codes for you.
  21. In this code, 1200;1200;15 is group search. You can see them in photo. 9 is distance of that group(from start one(1200) to end one(15)). If you choose two items into group,the distance must be 5 at least. Then everytime you add next items into group the distance will be added by 4. If 3 items in group, the distance must be at least 9.If 4 items, distance is 13.If 5 items, 17 and so on. If you dont put distance,gg will use 512 automatically. My group is included 3 items and they are in order. So I use 1200;1200;15::9.You can use prompt in place of 15. The last one 4 is short form of gg.TYPE_DWORD. Cuz its 4 bytes. You read gg api carefully and you will understand them. And make a lua file and input print(gg) And you can read some usage of gg functions.
  22. Show your codes or link your script. There are many people who will help you in this forum.
  23. Lover1500

    Chainer

    @Enyby Sir......I love pointer chainer script a lot. Though it is still in beta its so powerful. There are some features I want in future version of script. As example, I will use chainer script for a desire address(Let script be depth-3 and offset-2560). I will get 100 chainers. The chainer i want is also included in these pointer chains. But i dont know exactly which one. And I will exit from game and play and search again desire address manually. Then use chainer script again(depth-3 and offset-2560) And I will compare first script and second script. Then only the same pointer chains will be restored as a newer third script. Is it possible sir? Even above content is impossible. There is still a feature I want. That is- Run the result script. And i will get desire value and to show or print the chains of pointer of the loaded value. Please sir. I love to know your magic.
  24. gg.searchNumber("0;0:512", 4, false, gg.SIGH_EQUAL, 0, -1, 1000) Is it like this sir?
×
×
  • 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.