Search the Community
Showing results for 'Chainer script'.
Found 10,000 results
-
Jurassic World: The Game how to get a locked dinosaur?
THEGOAT313 replied to greenhairbeard's topic in Requests
pro l dwonload the script and try it not work and the script didnt work -
RR3 All version. Unlocks events in current ROUND.
Count_Nosferatu replied to Count_Nosferatu's topic in LUA scripts
Hi Guys. Open the script with any text editor, the comments say what needs to be done for new versions of the game. Specifically for version 12.6.1 you need to change: local Events = { -- For RR3 v12.5 'HUAYRA ROYALE (Flashback) - August 20, 2024', 'Ferrari 296 GTB TTC - August 26, 2024', "F1 PIRELLI GP D'ITALIA 2024 (Race Day) - August 27, 2024", 'TRACK DAY: MONZA SP1 (Flashback) - September 1, 2024', 'Acura NSX GT3 LTS - September 6, 2024', 'GT3 Challenge TTC - September 10, 2024', 'Jaguar C-X75 R3 Spec LTS - September 11, 2024', 'F1 SINGAPORE GP 2024 (Race Day) - September 16, 2024', } local Date = { -- For RR3 v12.6 '2024082000', '2024082600', '2024082700', '2024090100', '2024090600', '2024091000', '2024091100', '2024091600', } -
So make script for 32
-
hello guys, I found a problem. I created a script for rally fury game and it work on 64 bit devices. But the script doesn't work for 32 bit devices. I have done tests on several 32 bit and 64 bit devices. the result is that my script only works on 64 bit devices and doesn't work on 32 bit devices. all of them use Android 10 and GameGuardian version 101.1
-
View File Blade Ball: Dodgeball Master Script Includes Diamonds & Gold Shop Hack, Super Jump/Far Reach, Super Speed, No Dash Cooldown, Ball Freeze Editor game link -https://play.google.com/store/apps/details?id=blade.sword.deflect.ball.aecade.games Submitter luckyday-999 Submitted 08/14/2024 Category LUA scripts
-
-
Is there a way to unban an account from a game which has already been banned?? Is there a script or something i can do to unban the account?? I have friends who have been banned and need help too to get their accounts back... If there is a way pls can anyone help me? Is there some tutorial in how to do it? I looked in game guardian forum and i have seen ppl doing script to bypass ban and getting accounts back who were already banned
-
Hello can anyone script for old item swap for golden ticket?
-
Can you give it for Ophax 1.46 version. The cheat code is not working. It would be perfect if you make a script.
-
Select Close. I want it to return to its original state. My script. if cstatus1 == on then cstatus1 = off else cstatus1 = on end if cstatus1 == on then gg.setRanges(32) gg.searchNumber("1401;19:5",4) gg.refineNumber("1401",4) local start = gg.getResults(1) local target = start[1].address + 0x4 local target2 = start[1].address + -0x4C local target3 = start[1].address + -0x9C local target4 = start[1].address + -0xEC gg.setValues ({ {address = target,flags=4,value=150000}, {address = target2,flags=4,value=150000}, {address = target3,flags=4,value=150000}, {address = target4,flags=4,value=150000}}) gg.toast("[ON]") else Help me Return to original value gg.clearResults() gg.toast("[OFF]") end
-
View File [+2] Temple Run 2 (open-source) This script was made for people to use as a base. Here's a quick overview of how it works: Initialization: The script begins by loading and preparing itself to fetch the necessary addresses. Address Retrieval: Instead of manually entering values, the script performs a group search for stable values around the target address. It then calculates the correct address using an offset from the fetched address. Cheat Activation: With addresses already fetched you can activate the cheats immediately. This means no further searching is needed once the script is running. Cheats: Coin Modifier: Adjusts the quantity of coins. Gem Modifier: Modifies the quantity of gems. This approach provides a smooth experience to the users by getting the addresses once at the start so that they can keep turning on/off the cheats with no delays. Submitter wwyssb Submitted 08/08/2024 Category LUA scripts
-
Version 1.0.1
439 downloads
This script was made for people to use as a base. Here's a quick overview of how it works: Initialization: The script begins by loading and preparing itself to fetch the necessary addresses. Address Retrieval: Instead of manually entering values, the script performs a group search for stable values around the target address. It then calculates the correct address using an offset from the fetched address. Cheat Activation: With addresses already fetched you can activate the cheats immediately. This means no further searching is needed once the script is running. Cheats: Coin Modifier: Adjusts the quantity of coins. Gem Modifier: Modifies the quantity of gems. This approach provides a smooth experience to the users by getting the addresses once at the start so that they can keep turning on/off the cheats with no delays. -
I am a cheat maker on the windows platform making internal and external cheats, ive decided to look at android games and this is where I will start at! Will release every source of my scripts for you guys to learn from it!
- 1 reply
-
1
-
Hello guys this is my script code local input = gg.prompt( {"search value", "repeat value"}, {1,10}, {"number", "number"} ) local searchVal = input[1] local repeatVal = input[2] gg.setRanges(gg.REGION_ANONYMOUS) for i=1, repeatVal do gg.searchNumber(searchVal, gg.TYPE_DWORD) local results = gg.getResults(gg.getResultCount()) gg.loadResults(results) gg.sleep(2000) end I made a script to repeat the search results every two seconds for a set number of times. It works in very few results, but in large results (10,000 or more), you search for a new one all of a sudden, and then "gameguardian" breaks down. I can't search anymore, I can't shut down the script, and I have to turn off "gameguardian" itself. Can someone please fix this? Thank you
-
View File [ Blockpost Mobile ] Mod Menu Whitlesyy Blockpost Mobile Mod Menu @whitlesyy USE REGİONS: V,A,XA Menu Have: High Jump Noclip No Spread Silent Aim -------------- Password: freekey @whitlesyy Submitter whitlesyy Submitted 08/05/2024 Category LUA scripts
-
Hello everyone, I'm looking for a code that will help me intercept dlsym and make a hook. Early on, I remember they made a script with an offsets hook, this is not suitable for a symbol hook, because 18 bytes are needed for the hook. Example dlsym of "glDrawElements"
-
Can anyone help me with how to create a script using this offset. the game is in unity 2d online, and this script would be to increase my experience received when killing monsters [Servidor] // RVA: 0xAE5980 Deslocamento: 0xAE5980 VA: 0xAE5980 public void OnGainExperience(Monstro monstro, int quantidade) { }
-
In summary, the lib.so file and memory values are closely related in that the former contains the executable code (opcodes) that define the application’s behavior, and the latter represents the runtime state of these codes. Editing the lib.so file alters the program's machine code, while manipulating memory values can change the application’s behavior during execution. About your question "how can I find it which hack connected to which class?" Answer : If you mean on memory, then you can scan value using Class Search script and get result of Class name even for games which have obsfucated dump.cs which is very helpful. Class name and Field offset searcher (#by23kt0q) Script will show you class name in most of cases like 90%.
-
SIMPLE SCRIPT EASY TO UNDERSTAND HOW TO USE OFFSET WITH GAME GUARDIAN gg.setValues({{address=gg.getRangesList("libexample.so")[1].start+0xABC123,flags=gg.TYPE_FLOAT,value=345}}) Script Breakdown 1. gg.setValues(): This function is used to set new values in the memory of the application being modified by GameGuardian. It allows you to specify what memory address you want to change and what value you want to set there. 2. {{address=gg.getRangesList("libexample.so")[1].start+0xABC123, flags=gg.TYPE_FLOAT, value=345}}: This argument to `gg.setValues()` is a table (in Lua, tables are used to represent arrays and objects). Let’s dissect this table: gg.getRangesList("libexample.so"): This function retrieves a list of memory ranges associated with the specified library, in this case, `"libexample.so"`. The returned list includes information about different segments of memory related to this library. [1]: Accesses the first range/address(base Address) from the list. This typically refers to the main segment where the library’s data is stored. start: This property of the memory range object gives the starting address of the memory segment for `"libexample.so"`. +0xABC123: Adds an offset to the starting address. The offset `0xABC123` is a hexadecimal number which represents the specific location within the library’s memory where you want to make the change. flags=gg.TYPE_FLOAT: Specifies the type of data being modified at the target address. In this case, `gg.TYPE_FLOAT` indicates that the value being set is a floating-point number. value=345: This is the new value that will be set at the calculated address. Since `flags=gg.TYPE_FLOAT`, `345` will be interpreted as a floating-point number. Summary This script sets a floating-point value (`345`) at a specific address in the memory of the game or application. The exact address is determined by adding an offset (`0xABC123`) to the starting address of the memory range for the `"libexample.so"` library. This could be used to modify game behavior or data dynamically.
-
1
-
- offset
- Offset value
- (and 12 more)
-
Can someone update the script?
-
-
-
-
-
gg.clearResults() gg.clearList() gg.searchNumber("4321", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0) local t = gg.getResults(1) gg.addListItems(t) gg.clearResults() gg.searchNumber("4321", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0) local t = gg.getResults(1) gg.addListItems(t) gg.clearResults() gg.searchNumber("4321", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0) local t = gg.getResults(1) gg.addListItems(t) gg.clearResults() local tc = gg.getListItems() gg.cleaeList() for i, v in ipairs(tc) do v.address = v.address - 0x1C end gg.addListItems(tc) local ttc = gg.getListItems() gg.searchNumber("1234", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0) local t = gg.getResults(1) gg.addListItems(t) gg.clearResults() gg.searchNumber("1234", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0) local t = gg.getResults(1) gg.addListItems(t) gg.clearResults() gg.searchNumber("1234", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0) local t = gg.getResults(1) gg.addListItems(t) gg.clearResults() local tb = gg.getListItems() gg.cleaeList() for i, v in ipairs(tb) do v.address = v.address + 0x1C v.value = ttc[1].value end gg.addListItems(tb) gg.setValues(ttc)