Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/18/2021 in all areas

  1. 3 points
  2. You can.If your editing number is AP order or simple type you can code easily eg. for yours, useful for till 9. lol = 1 + tonumber('0.'..input[1])
    2 points
  3. i will try thanks @MonkeySAN @AKidWithMidgetFriend
    2 points
  4. The first & third pic are ones that have a "0" by the artifact. Maybe try to get one or more of those and see what happens. It could be that they are on 0 that the activate artifact button is missing.
    2 points
  5. If on PC try the Google translate browser extension from the playstore it's supposed to auto translate most pages
    1 point
  6. Int meaning integers if you're looking to edit decimals it wouldn't be a dword/word/qword type. In c++ (and maybe other variations of c not sure) you declare variable types opposed to just variables... Don't worry too much about that though focus on getting Lua down first
    1 point
  7. Good rule of thumb is to check over https://gameguardian.net/help/classgg.html Two-Three times if you can't find something still try to do a few searches with keywords like "slider" I'm this case and read even the posts that seem unrelated Lua syntax and structuring/capabilities should be looked into on the Lua 5.1 documentation you certainly cannot look over this enough I've read all 4 parts and I'm still learning new stuff as time goes on because there's just simply stuff you won't fully understand the first few times or you won't fully understand until you learn about something else https://www.lua.org/manual/5.1/ Lastly you can always feel free to shoot me a dm on discord since you're in the server if I can't help it maybe appropriate to start a help thread
    1 point
  8. yeah.I think so. believe on @blocx.He wont edit int value with his float, double.
    1 point
  9. for me..there is nothing such as ask too much.. that is one of the way to learn. apart from using Search button/bar on top this site. just ask properly so people will get the idea.
    1 point
  10. Think there's an embedded translator in the webpage because on some quotes(in p.ms more often than not) I see original language sometimes until the webpage translates it Would need to be type double if I'm mistaking right? You're alright if a message can be interpreted in more than one way I usually inquire further to get a better contextual idea
    1 point
  11. print(gg.getTargetInfo(versionName, versionCode)) If you don't know how to put that^ in a Lua script then install Qlua from the playstore nothing else is needed
    1 point
  12. sorry im very limit with english and sorry if my ask is not complete thanks all to reply
    1 point
  13. he use translator? no wonder sometime his writing confused me a bit. i thought he just bad at English. btw @blocx next time ask a question in full..will ya.
    1 point
  14. Oh sorry my bad, i thought he was unsure of what exactly is returned from the prompt class I figured I was over explaining something simple This made me think that he was unsure of what was being done with the prompt, and that it made me think that he thought it was the prompt itself that resulted in action rather than a table with value of the input from the slider... Misunderstanding maybe there's an English/french translation problem that threw me off No worries I can see how me quoting you made it seem like I was just providing a further unnecessary explanation
    1 point
  15. yelp..this show up on my screen just now and its 3 hours ago..before its was not there. this happen everytime.
    1 point
  16. i think he's know what he's doing.. thats just an example. i dont need to tell him...surely he knows he can swap it with for editing. Am i right..@blocx ?
    1 point
  17. Just change this into gg.editAll(input[1] **AND THE ARGUMENTS FOR YOUR EDIT SUCH AS FLAGS**) Must be done after getResults ofcourse. The slider is all the same. Saves input as table what's done with this table is up to the rest of the script.
    1 point
  18. local input = gg.prompt({"Select value :[0;10]"},{0},{"number"}) if input == nil then return else gg.searchNumber(input[1], 4) ....
    1 point
  19. So if you tap on it nothing happens? Can you show a picture? Have you tried clearing the cache and reloading the game?
    1 point
    When I open the script, I accept that it asks for internet permission, but the script does not open. . Please help me
    1 point
  20. Hi, I've tried your script but not everything are working. Explode darkness, teleportation, single candles run and also wings run. Do they need an update?
    1 point
  21. Hello again Lika! look at this. I'm trying to wear the Grateful Shell Collector spirit hair but I become bald. I've tried this so many times before but still bald I love this hair so much but I didn't expect I'll become bald can you check on this? Hopefully you can fix this soon. Thanks for your hardworking to fulfill our satisfaction
    1 point
  22. I have another trick for you @Shadowgunner in the new golden ticket season (because you already collected all items from this season) just do a group search and narrow down until you get to the stars value or search for coins value in the golden ticket free or premium line (since coins are easier to find), then increment by 1 and once you have the coin, change it to whatever you want, and if you want to increase other boosters then use offset calculator and type 48 (hex not checked) or 30 (hex checked) because 48 is the offset these items are apart from each other in the golden ticket prizes lines, jump to your desired item like sledge hammer, star, heart (lives) etc. increase it and collect it. NOTE: Lives and Boosters that have time will show values in seconds, like if the prize item says 30 minutes this means the value will be 1800 in DWORD. Use seconds to minutes / hour converter for that purpose if it is difficult for you to do it by yourself. To swap an item, I already discussed the method earlier on page 1 of this topic, was successful to swap and attain boosters, coins, lives but was unsuccessful to obtain the big items of golden ticket, due to which I put this topic and @NoFear helped with a much better method so, all thanks to him.
    1 point
  23. Watch on Youtube: 90.0: Added UI button for scripts - GameGuardian
    1 point
  24. yes we can change room, i already find the pattern 2 day ago. but i got save game error after explore this hack. becarefull.
    1 point
  25. Version 1.2

    2,295 downloads

    This script is a helper tool that automatically saves previous search results list so that it can be restored later. How to use: 1. Start the script. 2. Enter maximal count of saved results. 3. Perform the searches or any other results list modifications until you need to restore previous results list. 4. Activate script menu by pressing floating button with "Sx" text. This video can help to locate the button: https://gameguardian.net/forum/gallery/image/618-900-added-ui-button-for-scripts-gameguardian/ 5. Choose "Yes" to restore saved results list / choose "No" or cancel the dialogue to continue script execution / choose "Exit" to terminate the script.
    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.