Jump to content

ItsSC

VIP+
  • Posts

    708
  • Joined

  • Last visited

  • Days Won

    38

Everything posted by ItsSC

  1. Cool!! I don't share so you choose to steal instead? Never think of learning in other way? Failed math and wanted to learn math so you look for other's answer during exam and called this "LEARNING"? Telling me that this is a good script and no one freaking willing to help me to build the script, only try to destroy it. Then after I decide to delete it, you guys started to pleased me for fuck? @NoFear even showed the method to hack and cant you just fucking spend some time to understand it and utilize it?
  2. ItsSC

    Fast search

    A single search is faster than group search. But editing those in one search is dangerous which could cause game crashing. So function xqmnb comes to work to make a checking for those result. If they meet the requirements you set , they will be edited else won't.
  3. By that calculation, 1q = 1e+51 NOTE: THIS IS JUST BY CALCULATION WHEN 1A = 1000 1B = 1000A . FOR SOME GAMES, THEY HAVE A DIFFERENT CALCULATION WITH TOTALLY NO SENSE OF MATHEMATICS. JUST DEPENDING ON THEIR FORMATTING.
  4. 1a usually means 1k which is 1000. 1b = 1000000 by this we can see every increment of alphabet is 1x10^3 there are 26 alphabet. After filled up with all 26 alphabet, another alphabet is added and first alphabet turn to a. 1z then 1aa by calculation 1aa = (1x10^3)^27 = 1e+81 (1 with 81 zeroes behind) (easy math)
  5. Both SW and HW run the same result, which are correct code. I can't figure how you guys get a false code from same calculation.
  6. gg version
  7. Show me your gg settings. Anything that are not default just send me. (including language) Also, send me your gg version, that could be a reason gg failed calculate the correct dword from bytes.
    Keep it up! Nice work. Would like to help in other field like basic offset scripting, inbox me if you need :).
  8. ItsSC

    LUA scripting

    Save result gg.addListItems() Delete saved result gg.removeListItems() Save result by variable T1= gg.getResults() deleted saved result from a variable T1= nil
  9. ???? This script is for Last Day On Earth. Of course it can't use in other game. Every game hold different value.
  10. for i=1, 100 do a = { { address = t1[1].address + offset , flags = 4 --dword }, { address = t1[1].address + offset2 , flags = 4 --dword }, --repeat this until you insert everything you want } end
  11. for i=1, 100 do a = { { address = t1[1].address + offset , address = t1[1].address + offset2, -- do until you satisfied } } end
  12. Basically I dont see any advanced script have open source. Learn lua from google is easier and fastest way to learn.
  13. x = --value you want gg.searchNumber(x,gg.TYPE_DWORD) local t1 = gg.getResults(100) for i=1, 100 do a = { address = t1[1].address + offset , address = t1[1].address + offset2, -- do until you satisfied } end gg.addListItems(a) This can save address of different offset. (MAYBE?)
  14. x = --value you want gg.searchNumber(x,gg.TYPE_DWORD) local t1 = gg.getResults(100) gg.addListItems(t1) This is what you can do , after searching the value, save all result you want to saved list. You can't run both action simultaneously.
  15. x = -- the address you want edit y = --the address as reference offset = --your offset local x[1].value = y[1].address + offset --What you want is this gg.addListItems(x)
  16. What do you mean? Send me a video.
  17. Try use bluestack instead.
  18. What phone are you using?
  19. Everything are working as I tested.
  20. Then don't log.
  21. I have no idea why still crash. Just pray for it.
  22. 2 is not a bug. Just I haven't add in those menu.
  23. Yes, instead of 23, tick 234.
×
×
  • 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.