Jump to content

Lenn1

Ascended
  • Posts

    208
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Lenn1

  1. 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.
  2. maybe, but an android system can still be arm, arm64, x86, x86_64, x64 and so on..you have to test.
  3. 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"?
  4. Have a little more of blah blah blah... ...I do not remember saying I'm the FF writer, the most I do is my own scripts, I just shared something I saw in practice when trying to use a trick in the game. gg has no mystery to use, if you can not write .lua, save a script with manual searches. And not. I'm not here to write scripts for people, maybe even have people for it, but it's not me, I'm sorry.
  5. memory C ++ alloc is dumped by a function called "unload" when the avatar (character) is updated. Even if you freeze the value, it will not work and will crash the game. And another thing, the firebase automatically updates the values and dumps the old ones, is the new form that the garena found to inhibit the hacks. however, for testing purposes, you can create a small loop in your searches, so the antenna will always be active.
  6. the region has changed, the antenna is no longer in the anonymous region, but in C ++ Alloc, if you have the basics in gg you can even do a manual search.
  7. NICE ... I did a similar system, but it was not 100% safe for scripting codes, maybe my lack of study and ability. I really liked it, congratulations. whisper:"parabéns brother,não é só os estrangeiros que manjam dos paranauês kkkk"
  8. The edition in the memory is different in regions in x86 and ARM, it may be that the script is made for ARM (smartphones) and only the regions of the anonymous memory is similar, and so some cheater codes work, while other cheats done in XA: CODE APP are not compatible by be of different architecture. I think that's it, since the bluestacks are x86.
  9. Lenn1

    GG-Detected!

    Change the permissions that give access to the list of installed applications and / or applications running. in android there are these system-level permissions, activity manager calls, they are : getinstalledaplications,getrunningservices and getinstalledpackages. just disable, or return null, that detection will fail and the MTP alert will not appear ... there are apps that do this , use xprivacy 
  10. Amazing!! really was what I was hoping for, because some games I have had problems with ptrace, now it's wonderfully good !! Congrats to DEV team
  11. NICE!!!!
  12. Lenn1

    HOW TO USE MOD APKS!!!

    Do people still believe in Santa claus? Anti-ban is not cheating at anything, just playing the game in a conventional way. from the time you use any third-party program and / or mod apk, you are eligible to receive banishment. And to be honest, bypass, anti-ban apk, anti-ban script etc ... for me it's all a joke that only believes who is innocent. even more when it is in "other" links sorry for the lousy english
  13. I do not know very well how to do it, but I believe it is using the makeRequest API, it will have to enter with host investment, now it is safer because the gg app has been updated! Added protection against malicious script actions. wonderful!
  14. nothing will prevent them from seeing your source code, only the lay people will give up ... and if the script is very good, it will get the attention of the expert and you will say goodbye to profit and monetization. I've tried to sell script, and it did not work ... but if you want, I advise you to make a script with internet access, just like the pubg scripters are doing
  15. try using the api gg.searchaddress... I use my functions so with the search address: ex: function ESP_DES() gg.setRanges(gg.REGION_CODE_APP) gg.searchAddress ( '9A8CC17C' , 0xFFFFFFFF, gg . TYPE_FLOAT , gg . SIGN_EQUAL , 0x90000000, 0x9FFFFFFF) gg.searchNumber('500' , gg . TYPE_FLOAT ) gg.getResults(10) gg.editAll('-2', gg.TYPE_FLOAT , gg.SIGN_EQUAL , 0 , -1) gg.clearResults() gg.toast('? ESP Desativado? Aí sim meu patrão! kkk ? ') end --or --"????" is random and changes each time the application starts [...] gg.searchAddress ( '9????17C' , 0xFFFFFFFF, gg . TYPE_FLOAT , gg . SIGN_EQUAL , 0, -1) gg.searchNumber('75' , gg . TYPE_FLOAT ) gg.getResults(10) gg.editAll('-2', gg.TYPE_FLOAT , gg.SIGN_EQUAL , 0 , -1) gg.clearResults() gg.toast('? ESP Desativado? Aí sim meu patrão! kkk ? ') end I hope you understood and sorry my bad english :V
×
×
  • 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.