Jump to content

Backlift

VIP+
  • Posts

    268
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Backlift

  1. Backlift

    LUA scripting

    how to define table for it?
  2. its named Golz in the game...it is Gold...but named as "Golz" in the game. Check Screenshot: it said: "Current Golz"
  3. View File Doom & Destiny Advanced v1.6.9.0 Hack Script by Backlift Script for Doom & Destiny Advanced for Golz,XP,Items etc... Submitter Backlift Submitted 07/25/17 Category LUA scripts
  4. Version 1.0.0

    1,987 downloads

    Script for Doom & Destiny Advanced for Golz,XP,Items etc...
  5. As I know it's about Hardware Acceleration (HW) and Software Acceleration (SW). They have no difference in overall functionality, I use (HW), if one failed for you, use the other. It was implemented by developers as some devices had problems with Hardware Acceleration (As it's default at settings "Interface Acceleration") so they may start by (SW).
  6. You mean I edit this: if gg.getResultCount() <= 3 then gg.editAll('9000', gg.TYPE_DOUBLE) To this:? if gg.getResultCount() <= 3 then gg.getResults(3) gg.editAll('9000', gg.TYPE_DOUBLE) If yes, will there be a problem (for gg.getResults(3)) if results are less than 3? Because found Values may be 1 or 2 or 3.
  7. Script finishes with no errors but values don't change, by tapping on GG icon the values are unaffected ( if it was 6, it is still 6) and I may manually edit it. Script is fine, you may check. Most of the times works, sometimes don't. Edit: I once even encountered that script finished with no error but edited only 1 value of 3 found Values, I used "editAll" command.
  8. This is possible if the request and respond are in plain-text format. However, I don't think your hacks will actually take effect in server...you are manipulating your app, you don't really get "true" from server, but you may try it. You need 2 Android phones and both rooted: 1_ Device 1 works as a modem, install Zanti on it and run Ztether. 2_ Device 2 is the one having the game 3_ Play with device 2 while connected to device 1 and intercept packets using (zpacket editor) 4_ when you found out the "true" respond, copy it and use it when needed by replacing it on other packets. Just to let you know the thing you wanted is possible, again, I don't know if it really works as a hack.
  9. Version 1.0.1

    3,382 downloads

    Hack Script for items. INFO: 1_ This script is not optimised for Readability and learning, use Simple Hack Script by Backlift for learning lua and testing things out if you are a beginner. 2_ It may be possible to hack other things with it (like health...) but not tested, has a cap, may crash. 3_ you MAY get game crash sometimes (game mechanism is sensitive to changes), don't worry, restart the game and try again. FAQ: Q: Why 9000? A: because game has a cap of item (65535) and I got some crashes about items having too much values (32000 and 12000), seems under 10K is safe, so I set it to 9K Q: What happens if I set values to 1 million or more? A: game can only save items upto 65535 number, it won't save, and next time you resume game and pick one of that item and it goes 65536...game crashes.
  10. View File Crashlands v1.2.16 Hack Script by Backlift Hack Script for items. INFO: 1_ This script is not optimised for Readability and learning, use Simple Hack Script by Backlift for learning lua and testing things out if you are a beginner. 2_ It may be possible to hack other things with it (like health...) but not tested, has a cap, may crash. 3_ you MAY get game crash sometimes (game mechanism is sensitive to changes), don't worry, restart the game and try again. FAQ: Q: Why 9000? A: because game has a cap of item (65535) and I got some crashes about items having too much values (32000 and 12000), seems under 10K is safe, so I set it to 9K Q: What happens if I set values to 1 million or more? A: game can only save items upto 65535 number, it won't save, and next time you resume game and pick one of that item and it goes 65536...game crashes. Submitter Backlift Submitted 07/25/17 Category LUA scripts
  11. Yeah, there are many lamers out there, like COC hack websites... Try an unknown search with only changed/unchanged, if and only if it's Hackable, this way it must work.
  12. I want to have a Raccoon as my pet.

    They are so lovely ??

  13. We are very busy, said I can't promise anything. Ofcourse there is a way to hack it, but we are just busy doing other stuff. Try a fuzzy search with increased and decreased method. You may find it, takes much time, but if it's possible...there is a chance you will find it this way
  14. Backlift

    LUA scripting

    It think you made a typo, it's 5561 actually: Some request: 1_Can we have a command to edit a certain value in search results? We have "editAll" command but sometimes it's critical to only edit one value from founded values, cuz others are fake and crash the game, something like this: [code] [edit] = function: edit /* gg.edit(value number in results,string value, int type) [/code] example we have 4 value and we want to edit the third value to 1000 we do this then: gg.edit(3,1000,gg.TYPE_DWORD) 2_can we have the ability to save a value to saved list? Not just for saving, for adding other addressess based on that address from offsets. _______________________________________________ added 1 minute later Yes, you are right. In "about" it's 5561 not 5599. Thanks for telling.
  15. Backlift

    LUA scripting

    goto end doesn't work becsuse end is for if command.( if goto in if) we should use something else, like: goto endscript
  16. Backlift

    LUA scripting

    it does have an alert before it that says: hacking done. i will use goto end then.
  17. Backlift

    LUA scripting

    @Enyby we are using a method to not get crash by user not entering a value, however this seems a crash to user: how to make script end without log? if v == nil then os.exit end
  18. Backlift

    LUA scripting

    @Enyby im trying to group search with: x = (100 - v['i']) + 684, 100 - v['i'] so if v = 53 i must have results of 47 and 731 but i have 2 situations: 1_when its: x = (100 - v['i']) + 684, 100 - v['i'] i get only 731 2_when its: x = 100 - v['i'], (100 - v['i']) + 684 i get inly 43 how to group search? how to set range? i actually want to run this parameter: 684+value;value::9
  19. I don't think there is a need to prove something to you. You are not forced to install this app nor paying anything for it.
  20. Backlift

    LUA scripting

    I am using that code already. Having buttons will ease the situation a bit more, and I have some other nice things to do with buttons.
  21. Backlift

    LUA scripting

    @Enyby the situation is like this: There is a game with more than 1 parameter that are Hackable, for example this game: A game that has, gems,mana,gold and silver (like Cower Defense or WRB) but this game saves values each in a different region than other, they are different type. User MAY want to hack only one value , for this instance of the game. I could do it by using this trick: (It's part of my next script, 50% finished) (on phone, no code button to submit it as a code, so it may be a bit messy) >>> x = gg.prompt({z='Wich value you want to be hacked? (1=mana,2=gold,3=gems,4=silver)'}, {z='0'}) if x == 1 then goto mana end if x == 2 then goto gold end if x == 3 then goto gems end if x == 4 then goto silver end <<< Making a button that user choose what he/she wants is more convenient.
  22. Backlift

    LUA scripting

    @Enyby can we have the ability to make buttons using "button" command? I tried it, no errors but no button shows up either.
  23. Backlift

    LUA scripting

    By installing this, it gives 2 icons on the drawer: GG (HW) and GG (SW) Is it about hardware acceleration & software acceleration?
×
×
  • 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.