Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/28/2022 in all areas

  1. 2 points
  2. function KE17() gg.searchNumber("100", gg.TYPE_FLOAT) set_one = gg.getResults(1000) gg.editAll("999", gg.TYPE_FLOAT) gg.clearResults() ---bitiş gg.searchNumber("101", gg.TYPE_FLOAT) set_two = gg.getResults(1000) gg.editAll("999", gg.TYPE_FLOAT) gg.clearResults() ---bitiş gg.searchNumber("102", gg.TYPE_FLOAT) set_three = gg.getResults(1000) gg.editAll("999", gg.TYPE_FLOAT) gg.clearResults() ---bitiş gg.searchNumber("103", gg.TYPE_FLOAT) set_four = gg.getResults(1000) gg.editAll("999", gg.TYPE_FLOAT) gg.clearResults() ---bitiş gg.searchNumber("104", gg.TYPE_FLOAT) set_five = gg.getResults(1000) gg.editAll("999", gg.TYPE_FLOAT) gg.clearResults() ---bitiş end function KE18() gg.setValues(set_one) gg.setValues(set_two) gg.setValues(set_three) gg.setValues(set_four) gg.setValues(set_five) end
    2 points
  3. For example, it would be reeealy nice if somebody gets to know how to edit the amout of a gift so I can gift myself, or others, the gift pakages with the fortune cookie.
    1 point
  4. Screenrecorder-2022-04-29-00-48-23-250.mp4
    1 point
  5. No problem for me on A12, latest version of GG
    1 point
  6. Any news on a way to hack items i tried using the crafting hack but no luck getting results anyone managed to get anything ?
    1 point
  7. The code I posted will revert the values when KE18() is called
    1 point
  8. Normaly when you call gg.editAll values are set automaticaly right ? I dont understand why you call gg.setValues in another function, can you explain ?
    1 point
  9. Can you explain more, it is a litle bit confusing for me.
    1 point
  10. "Aarch64 = arm64" statement is correct. AArch64 is the name of 64-bit ARM architecture. Both names refer to the same thing.
    1 point
  11. 1 point
  12. lol what if they don't log in or forget the password to log in
    1 point
  13. We need new admin for approved
    1 point
  14. Enyby has not been on since Sunday so he has not seen them, NoFear has been busy for the last week with real life stuff and I am not sure if D2dyno is even around anymore since his name has been changed to the generic sysadmin relatively recently.
    1 point
  15. https://www.cheto.io/en/store/product/2/8ball-pool-mobile-cheat says discontinued up top but I highly doubt anyone would discontinue a hack like this and long line is still totally possible so I am going with my first guess which is it is/was fake
    1 point
  16. Unless the game had different classes to control the damage/attributes for each type of actor(player, enemies, monster...) Otherwise, you need to re-write the library to handle them.
    1 point
  17. Used X8 sanbox ITS work android 12 i used this you must download x8sanbox launcher for android 12
    1 point
  18. Do you know the number in dword of the pickaxe and the ax of oricalchum legendary ?
    1 point
  19. When you first start like you did you only get 6, then the next week 7 and so on until you reach 10 then that is the max. I have used glitches to aquire more tasks but it's long winded and doesn't always work. So at the max the most a person can earp is 4200 points if played legitimately. I want to know if a scripts can be written to get more to beat the others using glitches and getting upto 40,000 points per farm.
    1 point
  20. Hey sammax71, would it be possible to write a script that will allow you/me lol to do say 500 tasks? Thatv500 is just a random number, or can the points be manipulated? I have tried to adjust the points via the search option but asp they are on hosts server I don't think I can change them. What do you think?
    1 point
  21. it's possible to do everything without being noticed, just don't talk in the global chat and don't have an account linked to some email I got banned when using script for one-hit, before that nothing happened
    1 point
  22. The creator of the script, if you are going to update, send the telegram there to us, for the best idea to change.
    1 point
  23. Unable to login from last update. Just flashing message Welcome Oking...... All facing same??
    1 point
    What a helpful script to use and it selects all the RR3 scripts you have in the one place. Thanks.
    1 point
  24. if value is 5% just search 0.05 (Type double) 5% = 0.05 25% = 0.25 100% = 1
    1 point
    Thank you for sharing bro for having you
    1 point
  25. How can I try this on IOS Device IGG to dup item in-game ? I cant even keep the edited number change it always revert back.
    1 point
  26. U can. Read Thread p17/18.
    1 point
  27. Can you still dupe items in this game?
    1 point
  28. It is not there, i mean the link doesnt work
    1 point
  29. It says it couldnt locate the item
    1 point
  30. Hi there! Which game is it? Not all games are the same to find it. The game has the same function but in different values. First of all you need to know somethings about your game. does your game has a aim assist already? yes - then aim assist can be found because its already written in the game code. no - then aim assist can not be found because it is not written in the code unless there is a magical option in the code that says to put off aim assist(most likely not), and GG does not let you "add" code. You have usually 2 values that can give you aim assist. aim assist starting from the main lobby (not changing value even if you leave the match) aim assist starting from in the match (changing value every time you leave the match) Now option 1 is the best one for you in case you want to put it into a script and let other use it. Why are there 2 or even more values that give the same hack? For this you have to check the logic of a game, it usually goes like this: open app loads main data -- in this process the lobby date and all the other necessarily things get loaded, if the game has 2 different values for the same hack(aim assist) then you can already edit the non changing the value from out of the lobby. enters main menu/lobby -- in this process nothing particular happens because everything is already loaded during the loading of the game data (step 2) enters a match -- in this process the data of for the match will start to load, so this means that 90% that loads in/during and for the match will also disappear when the match will be finished. Now that we have that out of the way you should do the following to get a idea of which values could be responsible for the aim assist. Go in a match and search the value of your bullets. There is a 90% chance that the value format is either dword or float. and a other 90% chance that the memory range would be either Ca(C ALLOC) or A(Annonymous) you need to figure that out for your self. Then after you found the value of your bullets you will need to go to its address. Usually you will find all the information that is needed about the gun around that address you jumped to. Like 5 to 10 lines above and/or below the original address. You have to select and save all the values that are 10 addresses above or below the original addresses and have between the following float numbers: 0.01 - 4 (aim assist value is usually not higher then 4 float, does not even reach 3 float) Copy all those values and search them 1 by 1 again in the lobby and edit them below/above there original value and usually you will find aim lock or aim bot. I hope you got the necessarily information, Regards, WhoKnowsWho
    1 point
  31. when is the cheats script approved by the moderator? From website official GG ?
    0 points
  32. Hello, I am currently making a "xa" auto cheat finder script that is effective in sports games and rpg games. Generally, these values are stored between 1 and 5 thousand. But to reach the found value, I set the value to 999. function KE17() gg.searchNumber("100", gg.TYPE_FLOAT) gg.getResults(1000) gg.editAll("999", gg.TYPE_FLOAT) gg.clearResults() ---bitiş gg.searchNumber("101", gg.TYPE_FLOAT) gg.getResults(1000) gg.editAll("999", gg.TYPE_FLOAT) gg.clearResults() ---bitiş gg.searchNumber("102", gg.TYPE_FLOAT) gg.getResults(1000) gg.editAll("999", gg.TYPE_FLOAT) gg.clearResults() ---bitiş gg.searchNumber("103", gg.TYPE_FLOAT) gg.getResults(1000) gg.editAll("999", gg.TYPE_FLOAT) gg.clearResults() ---bitiş gg.searchNumber("104", gg.TYPE_FLOAT) gg.getResults(1000) gg.editAll("999", gg.TYPE_FLOAT) gg.clearResults() ---bitiş end function KE18() gg.searchNumber("999", gg.TYPE_FLOAT) gg.getResults(99999) print("Sorry, cleanup is yours, just undo and delete all :) run the script again, continue.") os.exit() end The only problem is that these values are returned after searching and thus the game runs successfully without crashing.
    0 points
  33. When he's willing to come here.
    0 points
  34. 0 points
  35. -1 points
  36. Version v1.0

    20,168 downloads

    Script Oxide Survival, with functions that almost make you a God in the game. -----------FUNCTIONS---------- ---RAY-X VISION ---TORCH HACK ---PAUSE THE SUN OR MOON ---TIME OWNER ---NIGHT VISION ---PLAYER FUNCTIONS ---WALL HACK ---UNDERGROUD ---NO-CLIP ---Credits The Script is online, so the images may be different from the reality of the screenshots. Obrigado pela oportunidade. Brasil.
    -1 points
  37. google play link to game in question. https://play.google.com/store/apps/details?id=com.panicensuessoftware.crashdive2 unlimited torpedos (can find value and freeze as dword) unlimited deck gun (can find value and freeze as dword) unlimited AA gun (can find value and freeze as dword),(can also find AA gun magazine value as dword and freeze for no reload) unlimited cash (upgrade budget) (found) AND/OR "max all upgrades" (unfound as of this posting) unlimited crew health (unfound as of this posting) unlimited ship hull health (unfound as of this posting) unlimited fuel (unfound as of this posting) unlimited radar range (unfound as of this posting) unlimited identification range (unfound as of this posting) i'm sure i'll think of more, as well as possibly find more of these, i'll update the thread as their found.... found a copy for myself that wasn't on google play '-)
    -1 points
×
×
  • 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.