Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/08/2019 in Posts

  1. Read: http://www.catb.org/~esr/faqs/smart-questions.html 1. The title of the topic is "help me" and others like that. Indicate a clear reason. With such titles, you can not wait for help. 2. The wording “how to fix it?”, And then the screen or code. Or “help fix the error” and then two pages of code. No one will guess what mistake, where, how or what. Do not specify specifically - do not receive help. If after a quick reading of the question it is impossible to understand the essence of the question, then no one will ask you many suggestive questions. This is for you, not the one who answers. 3. Ask what is written in help. Before asking a question, carefully read the help, and also carefully study all the messages that you receive. It is quite possible that the answer is in these messages, or in the help. 4. The code is not formatted. When the code is not formatted (there are no line breaks and indentation) it is difficult to work with it and it is difficult to notice an error. Edit the post and format the code by adding line feeds and indentation. Perhaps after that you yourself will see where the error is.
    2 points
  2. It is possible for that you need to put an alert and then write the prompt variable , store the input data in a variable , execute the search and edit and after that again store your value to variable so that Script can use it again.But since you will need to change a lot of things for that. So when you search damage 580; 301 then enter the values for example 120; 43 and execute the script it changes the values in the game. When you repeat the procedure again, when the script is executed write 120;43 in the box where you see 580;43.Since , you are using prompt input it means the script will use whatever value you give it.
    1 point
  3. Ahh , so you want a script that remembers your last input data and uses it for next edit . See my video , like that you mean ?? https://youtu.be/2m8jkfP5j1o
    1 point
  4. Dont give up...check this out when you search and find one..you actually can find them all.
    1 point
  5. Yes, you need to change both display value and xor
    1 point
  6. To memorize the value in data[1] , just simply pass it to any variable . Example - > a = data[1] It will memorize the value driven into data[1] . If I am understanding correctly then you need 657;402 so in prompt write that value . data = gg.prompt({[1]gg.prompt ({[1] = 'life; damage', [2] = 'desired value', [3] = 'do not change'}, {[1] = '657; 402', [2 ] = '99999', [3] = '999'}). Next time when it changes , change 657;402 to that value. If I understood wrong then try to be more specific what you are asking.
    1 point
  7. just set memory ranges to =A:Anonymous only.
    1 point
  8. Are you sure that's value you change is true xor? If it's not when you change 111x8 but the result will 0 I try change today and still can hack Ex: 600 0 -12222344 0 -12222344 (true xor)
    1 point
  9. gg.toast('✖----------✖') gg.toast('----------------') --Game guardian detection if gg.isVisible(true) then gg.setVisible(false) end gg.clearResults() kele0=0 Qjctx=1 function main() gg.clearResults() gg.setVisible(false) menu = gg.choice({'GodeMode(Enable)','Exit'},nil,'Выбери кнопку для взлома') if menu == 1 then GodeMode(Enable) elseif menu == 2 then SM8(K) end Qjctx=-1 end function GodeMode(Enable) data = gg.prompt({[1]='life; damage', [2]='desired value', [3]='do not change'}, {[1]='580;301', [2]='99999', [3]='999'}) gg.searchNumber(data[1], gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) local found = gg.getResults(data[3]) for i, v in ipairs(found) do if v.flags == gg.TYPE_DWORD then v.value = data[2] v.freeze = true end end gg.addListItems(found) found = nil end function SM8(K) print('▶-------------------)◀') gg.toast('▶Надеюсь вам понравилась◀') gg.toast('▶Спасибо за использование◀') os.exit() end while(true) do --gg.sleep(999999999999999990) --Game guardian detection if gg.isVisible(true) then Qjctx=1 gg.setVisible(false) end gg.clearResults() if Qjctx==1 then main() end end
    1 point
  10. example Search Wood : 94  change the value by using it : Refine the new value : 93 then GOTO --> change both the high-lighted and the one below it hope you can understand it.
    1 point
  11. im not an expert..so i cant say for sure if it was your phone.. i still manage to search and change the values...couple of times now. i turn off data while play the game but dont sure if that really the reason.
    1 point
  12. function GodeMode(Enable) blahblahblah() You need to define blahblahblah() first .
    1 point
  13. Try read error message. blahblahblah is not defined at line of call.
    1 point
×
×
  • 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.