Jump to content

Lenn1

Ascended
  • Posts

    205
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Lenn1

  1. well there is something I did some time ago ... I followed the logic that all items, clothes, skins, characters have an ID; assuming that the outfit / skin basics that the game gives you initially is an older ID compared to a last release, I used fuzzy search. where my standard clothing / skin ID "X" and when changing through the store, the value in my char, the ID changed! so, as i used a more recent skin released, i assumed the value increased ... and so i kept filtering until i found few values. after i got few values i tested the visual changes and it worked! of course without any effect in game except visual for me.
  2. go to data/data/com.dts.freefireth and try deleting the files in the "files" folder and change their permissions by denying read, write and execute. it is in the files folder that the debuggers are, if you just delete the files and do not change the permissions they are back. try this
  3. there are specific regions in the memory that when being scanned forces the closing, it must be because of libanogs.so, try to scan the memory excluding all data from this LIB, xa, anon and CA remembering that it is after you disable the internal debugger in the game subprocess and hide gg
  4. yes, they improve the defense against memory editors, but nothing impossible. and I also believe that the added Firebase contributes a lot to the defense, it has to contour at the system level, denying the privileges and permissions. still there is still a loophole in the free fire, I don’t know if it’s useful to you, but the anti-cheat they use has a delay to wake up and act, this is because it’s only activated when you log in to the game, on the screen home where you choose to log in to Faceboo, VK guest etc ... try there, because it works for me, but I use the x86 version, which is totally different from armeabiv7.
  5. Lenn1

    How to Find new offsets?

    function KX1() gg.setRanges(16384) --it is the same as gg.setRanges(gg.REGION_CODE_APP) gg.searchNumber("\000300", 16, false, 536870912, 0, -5) --is a search for 300(300.0 or 300,0) float value gg.getResults(4) gg.editAll("100", 16) --modifying this value, the perspective sensitivity of the crosshair increases gg.clearResults() -- --here will be a AoB search in HEX gg.setRanges(gg.REGION_CODE_APP) name("libil2cpp.so") myoffset = 12395128 -- offset old(for me is 0x00000001) why? dont know! original("7F 45 4C 46 01 01 01 00") -- HEX to STRINGS= ELF replaced("10 00 A0 E3 1E FF 2F E1")--HEX to STRINGS= ãÿ/á gg.clearResults() example to do an Array of byte search: gg.searchNumber("h7F454C4601010100", gg.TYPE_BYTE, false, gg.SIGN_EQUAL, 0xd3077000, 0xd6bbdfff, 0) local t = gg.getResults(1000) gg.addListItems(t) t = nil gg.saveList("/storage/emulated/0/Notes/com.dts.freefireth.AoB", 0) --where find offset revert = gg.getResults(1000, nil, nil, nil, nil, nil, nil, nil, nil) gg.editAll("h1000A0E31EFF2FE1", gg.TYPE_BYTE)gg.clearResults() -- gg.setRanges(gg.REGION_C_DATA) gg.searchNumber("0.01;0.01;0.01;0.01;1.41191865e34::17", gg.TYPE_FLOAT) gg.getResults(4) gg.editAll("0", gg.TYPE_FLOAT) gg.clearResults() -- gg.setRanges(32) -- is gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("5.5;1.0;0.75::9", 16) -- in class game var default,these values are to multiply damage to the head, chest, and limbs (legs and arms) respectively --ONLY VISUAL! gg.refineNumber("1", 16) gg.getResults(1) gg.editAll("-999", 16) --modifying this the damages in "chest" are not shown gg.clearResults() gg.setRanges(32) gg.searchNumber("5.5;0.75::9", 16) gg.refineNumber("0.75", 16) gg.getResults(1) gg.editAll("-999", 16) --modifying this the damages in "limbs" are not shown gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1016018816", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -5) --is pure no recoil/spread,you have to have the weapon equipped first, then search and edit the values gg.getResults(500) gg.editAll("0016018816", gg.TYPE_DWORD) --modifying this all shots do not spread gg.clearResults() gg.toast('Head****') -- XD os.remove(gg.EXT_STORAGE .. "/Android/data/com.dts.freefireth/files/reportnew.db", gg.LOAD_APPEND) --this is bull****, it would never have an effect "no ban" (anti-ban) XD os.remove(gg.EXT_STORAGE .. "/Android/data/com.dts.freefireth/files/ymrtc_log.txt", gg.LOAD_APPEND) --this is bull****, it would never have an effect "no ban" (anti-ban) XD os.remove(gg.EXT_STORAGE .. "/Android/data/com.dts.freefireth/files/ymrtc_log_bak.txt", gg.LOAD_APPEND) --this is bull****, it would never have an effect "no ban" (anti-ban) XD end
  6. Lenn1

    How to Find new offsets?

    sorry, but i can't help, because i work only with x86, even if i found the libil2cc.so offset from my x86 version (android x86) it would be useless for you, as it is another architecture. and I use the google translator, my english is terrible which makes it difficult to understand what i speak. but when searching for offset searches which is nothing more and nothing less than HEX editor, just try to do AoB (array of Byte) finding what you wanted, you find your offset. of course it may seem rude not to detail further, but you should go after more knowledge, and you can find videos here on the forum, all ready and chewed for you XD
  7. Lenn1

    How to Find new offsets?

    this script is easy to solve, just remove the searches with offsets and turn them into AoB, it will be a little slow, but it will work ... after you find the addresses, you find the offset and update the script
  8. Lenn1

    Game guardian is fake

    I won't laugh, it's a disease, right?xD the gg app doesn’t work for you, give up ... you won’t make it, nor try anymore. XD
  9. if you use the old version of the xprivacy module, in advanced mode it shows all the privacy functions that the particular application used in the last moments, minutes, etc ...
  10. forget about virtual environments, go to root mode, it's effective. the guardian game works without root, but it is very limited, and if you really want to cheat in famous games, you will have to leave the practice "non root" forgotten.
  11. try use root mode with xposed(module)...although useful, virtual spaces (virtual environments) are being easy to detect and many games are adding detection to prevent cheating. but I recommend using root with xposed and / magisk try module xprivacy...
  12. the video is very good, a pity that for famous games it is easy to detect (free fire, pubg, cod), at least in my tests here ... but it works very well in simple games
  13. I liked the way you didn't mention the game, I will adopt this strategy to make some guides like yours, I know several server side games that my cheats work for!
  14. Lenn1

    Hacking rare currencies

    you just have a known value of sweets, diamonds and gold to make a search, these values are close to each other, simple ... but the greater the value of gold and diamonds, the more accurate is the search for sweets (mints) since which I have at least 1. example: 5 mins 500 diamonds 10,000 gold coins in the format dword: 5D; 500D; 10000D: 512 depending on the current value you have, the results may be accurate with few results in the search, but tb may appear hundreds and thousands
  15. Lenn1

    Hacking rare currencies

    I forgot that I would buy with 1 gold coin, instead I used 1 diamond xD if you are buying some rare plant, just make an orderly purchase in a slightly different format: 0 diamonds for transaction 0 mins for transaction 0 gold coins for transaction x the value in USD $ on the float in range thus: 0 Dword 0 Dword 0 Dword x Float (x = value in USD $ of the plant) in my test the value of a plant costs $ 4.99 USD then the ordered search is like this: 0D; 0D; 0D; 4.90F~5.00F :: 13 the search will result in several values, but simply filter only the 0 and edit everything to 1, and of course, cost 1 diamond. after you purchase, you can roll back the edit and sync the cloud.
  16. Lenn1

    Hacking rare currencies

    on my test machine (x86), the cheating media is allocated in C (C_ALLOC). the game is simple and easy to cheat, I did not see any encryption in the values. but remembering that I use x86 architecture and may be different from armabi-v7 etc. come on: do the search in the C alloc region only, with the game open in the store, for example, let's buy coins, it's a transaction via gplay. in my country, the value of the transaction of 350,000 coins is $ 379.90 BRL, the value of $ 1 USD = 3.80 BRL! then using the calculation for conversion 379.90 / 3.80 = 99.97 USD approximately. The game needs a Dword value above 0 to validate a transaction, and items like golds, diamonds and mints are set to 0, they are discarded for use in the transaction and some function calls the gplay transaction. coming back, I want to buy 350,000 gold coins with the same gold coin, but with less value. my search will be in this format: 350000 coins 0 diamonds for transaction 0 mins for transaction 0 gold for transaction $ 99.97 transaction value gplay I discovered that the transaction value $ 99.97 is a float value. then our search will be in this orderly search format: 350000 Dword 0 Dword 0 Dword 0 Dword $ 99.98 Float Resulting in: 350000D; 0D; 0D; 0D; 99.96F~99.99F :: 17 Sorry for bad english. I hope you understand what I said.
  17. I understand why you edit the values in other offset and addresses, because the game crashes if you directly edit the double. I've always been able to find any attribute / values in this game, and I know that it does not edit the double directly because it corrupts the data and may render the account inaccessible. It must be some protection, that's what I think. Congrats on the video
  18. I love you :V xD It made my heart happy in such a way ...
  19. how do you say "with all respect" and then use pejorative terms? your examples are good, really, but only because it is not good for you, do not discard them and throw away the ideas of others, because before saying what is right or wrong, it is in practice that we will decide whether it works and does not work, it's not the decision you make, it's practicality and it's no use filling the screen with your unnecessary comments. if you reformed the script, great, if improved, OMG magnifico! .. here, it's all idea of each one, but we will only accept yours that are the best, okay? the others are trash, oh! lord of all knowledge...
  20. just loop it with the "while" and in the menu function, add the "nil" a simple call to an action, for example a toast saying that minimized ... EX: while true do if gg.isVisible(true) then menuk = 1 gg.setVisible(false) open = 1 end function open() menu = gg.choice({'✤【CHEAT 1】','✤【CHEAT 2】','➽ EXIT'}) if menu == 1 then cheat1() end if menu == 2 then cheat2() end if menu == 3 then exit() end if menu == nil then minz() end menuk= -1 function cheat1() blah blah blah end function cheat2() blah blah blah end function minz() gg.toast('MINIMIZED!!') end function exit() gg.toast('Bye') os.exit() end if menuk == 1 then open() end end end ------------------------ *use as an example may contain errors
  21. many of the functions of the script is in the c alloc, that is, some things allocated in the device, but most are everything on the server side, but I hope it gets better. it is not possible to make gold, skillpoints etc, because this information is only on the server, even if it modifies, it will only be visual ... but one thing is for sure, the jump hack is good, along with the aim assist hack! nice
  22. Lenn1

    Time Jump on Nox

    use the lucky patches to extract the apk, open it with any unrar or unzip, open the "libs" folder and look for the x86 folder, because there are x86 libraries to fix this problem, extract and copy lib.so to the folder root data / app / "game package name" / lib / armeabiv7a (or just ARM). the gg application will still show the alert that it does not support the libs, but just press "OK" and that's it. may or may not work, with me it works. Sometimes, even with x86 support, the installer will eventually install the armeabi v7a libraries. if even inside the apk is not present the x86 folder with the x86 libs, then it is because the devs have not ported, and there is nothing they can do.
  23. as a personal script creator, I would be dissatisfied if someone stole my codes, because I spend hours finding addresses, offsets, values, etc., without counting the tests that are exhaustive. But it's something I do for myself, only, and it's never going to leak the source if I do not want to. from the time the script creator shares your script created, they automatically give you the ability to get hold of your script and "steal" your source code. and the truth is: many script for free fire, is nothing more than a collection of leaked codes of several people.
  24. maybe, but an android system can still be arm, arm64, x86, x86_64, x64 and so on..you have to test.
  25. Guys, you have to understand that the antenna in C ++ aloc is not fixed because it has errors, hangs and is not viable to use, because the game closes. and what sense are you going to play with a cheat that hurts more than "help"?
×
×
  • 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.