Jump to content

Search the Community

Showing results for 'Huawei mate 10'.

  • Search By Tags

    Type tags separated by commas.
    For example, the common name of the game: PUBG, Free Fire, Rules of Survival, Critical Ops, Mobile Legends: Bang Bang, etc.
  • Search By Author

Content Type


Forums

  • GameGuardian
    • Requests
    • Help
    • Guides
    • Cheats
    • Video Tutorials
    • Unintended Effects
  • General
    • General Discussion
    • Introduce yourself (:
    • Announcements
    • Website suggestions/Bugs
  • Downloads Support
    • Apps
    • LUA scripts
  • Online Multiplayer Mods
    • Altering Online Games with Gameguardian
    • Download Mods
  • Other Hacks
    • Tutorials
    • Non-GameGuardian
  • Archive
    • Archived topics

Categories

  • Official Downloads
  • Virtual spaces (no root)
  • LUA scripts
    • Forward Assault
    • Free Fire
    • PUBG
    • Rules of Survival
    • Templates
    • Tools
  • Test applications
  • Other

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Device


Discord ID

  1. Sorry for late joining to this topic. They fixed this already since 1.9.2 version for the "fixed" roll and randomized it already BUT only for the roll. Everything else still the same, FIXED for heist, community chest, sticker packs, and so on. The differences in cake event / car event the special buddy event, its still fixed but with the multiplier, if you change the multiplier into x1, its fixed for the x1 only if change to x20, it fixed to x20 only. so there no win win situation here. the thing about monopoly go is, actually not everything is server sided but im still not sure how they do it. Like the glitch for getting dice bar fulled via invitation it was base on client side (and check the version of the client on server side before sending request) and so far there is around 10 people using this method on newest version 1.11.0 - 1.11.5 by decompiling sources of 1.10.0 into 1.11 and again i think its just bug from the game that the developer miss out a lot. and i found out that rolling at active connection is different with offline. etc, i manage to always "double" roll the dice when there is connection but when i turn off the internet the always "double" roll wont be activated. may i know who you are?
  2. View File THANOS VIP 3.0_dec_r00tsec_offline telegram group. https://t.me/decryptedlua HM = gg.multiChoice({ "1. WALLHACK SNAPDRAGON 620+", "2. WALLHACK SNAPDRAGON 835", "3. WALLHACK SNAPDRAGON 845 V1", "4. WALLHACK SNAPDRAGON 845 V2", "5. WALLHACK ALTERNATIVE V1", "6. WALLHACK ALTERNATIVE V2", "7. WALLHACK ALTERNATIVE V3", "8. WALLHACK ALTERNATIVE V4", "9. COLOR BRANCO", "10. COLOR VERDE", "11. COLOR AZUL V1", "12. COLOR AZUL V2", "13. COLOR PRETO", "11. COLOR AMRELO", "15. COLOR VIOLETA ", "16. COLOR VERMELHO ", "17. COLOR MIX V1", "18. COLOR MIX V2", "19. COLOR DIAMANTE", "20. NO RECOIL PERFECT \240\159\133\189\240\159\133\180\240\159\134\134 ", "21. WALLSHOT PERFECT \240\159\133\189\240\159\133\180\240\159\134\134", "22. MAGIC BULLET \240\159\133\189\240\159\133\180\240\159\134\134", "23. MAGIC BULLET THANOS", "24. MAGIC BULLETT THANOS V2", Submitter akkradet Submitted 08/07/18 Category LUA scripts
  3. Double - Double in hex - first 32 bit double as float. 0 = 0 0.0 1 = 3ff0000000000000 1.875 2 = 4000000000000000 2.0 3 = 4008000000000000 2.125 4 = 4010000000000000 2.25 5 = 4014000000000000 2.3125 6 = 4018000000000000 2.375 7 = 401c000000000000 2.4375 8 = 4020000000000000 2.5 9 = 4022000000000000 2.53125 10 = 4024000000000000 2.5625 11 = 4026000000000000 2.59375 12 = 4028000000000000 2.625 13 = 402a000000000000 2.65625 14 = 402c000000000000 2.6875 15 = 402e000000000000 2.71875 16 = 4030000000000000 2.75 17 = 4031000000000000 2.765625 18 = 4032000000000000 2.78125 19 = 4033000000000000 2.796875 20 = 4034000000000000 2.8125 21 = 4035000000000000 2.828125 22 = 4036000000000000 2.84375 23 = 4037000000000000 2.859375 24 = 4038000000000000 2.875 25 = 4039000000000000 2.890625 26 = 403a000000000000 2.90625 27 = 403b000000000000 2.921875 28 = 403c000000000000 2.9375 29 = 403d000000000000 2.953125 30 = 403e000000000000 2.96875 From code: public class HelloWorld{ public static void main(String []args){ for (int i = 0; i < 100; i++) { long l = Double.doubleToLongBits((double)i); System.out.println(i + " = " + Long.toHexString(l) + " " + Float.intBitsToFloat((int)(l >> 32))); } } } For: http://www.tutorialspoint.com/compile_java_online.php In last GG you can simple search with double data type.
  4. Help please, when using player info this happens Script ended: Script error: luaj.o: /storage/emulated/0/Download/com.gameinsight.gobandroid-2.lua:32 tableMetadataOffsets = t[2].address attempt to index ? (a nil value) with key 'address' (field '2') level = 1, const = 10, proto = 0, upval = 1, vars = 8, code = 25 GETTABLE v2 v2 "address" ; PC 17 CODE 01424087 OP 7 A 2 B 2 C 265 Bx 1289 sBx -129782 stack traceback: /storage/emulated/0/Download/com.gameinsight.gobandroid-2.lua:32 in function 'searchString' /storage/emulated/0/Download/com.gameinsight.gobandroid-2.lua:778 in function 'fighterStats' /storage/emulated/0/Download/com.gameinsight.gobandroid-2.lua:1140 in function 'START' /storage/emulated/0/Download/com.gameinsight.gobandroid-2.lua:1449 in main chunk [Java]: in ? at luaj.LuaValue.f(src:989) at luaj.LuaValue.c(src:2864) at luaj.LuaValue.i(src:2767) at luaj.LuaValue.w(src:1094) at luaj.LuaClosure.a(src:363) at luaj.LuaClosure.a(src:167) at luaj.LuaClosure.a(src:534) at luaj.LuaClosure.l(src:160) at luaj.LuaClosure.a(src:533) at luaj.LuaClosure.l(src:160) at luaj.LuaClosure.a(src:533) at luaj.LuaClosure.l(src:160) at android.ext.Script.d(src:6056) at android.ext.Script$ScriptThread.run(src:5785)
  5. Help please, when using player info this happens Script ended: Script error: luaj.o: /storage/emulated/0/Download/com.gameinsight.gobandroid-2.lua:32 tableMetadataOffsets = t[2].address attempt to index ? (a nil value) with key 'address' (field '2') level = 1, const = 10, proto = 0, upval = 1, vars = 8, code = 25 GETTABLE v2 v2 "address" ; PC 17 CODE 01424087 OP 7 A 2 B 2 C 265 Bx 1289 sBx -129782 stack traceback: /storage/emulated/0/Download/com.gameinsight.gobandroid-2.lua:32 in function 'searchString' /storage/emulated/0/Download/com.gameinsight.gobandroid-2.lua:778 in function 'fighterStats' /storage/emulated/0/Download/com.gameinsight.gobandroid-2.lua:1140 in function 'START' /storage/emulated/0/Download/com.gameinsight.gobandroid-2.lua:1449 in main chunk [Java]: in ? at luaj.LuaValue.f(src:989) at luaj.LuaValue.c(src:2864) at luaj.LuaValue.i(src:2767) at luaj.LuaValue.w(src:1094) at luaj.LuaClosure.a(src:363) at luaj.LuaClosure.a(src:167) at luaj.LuaClosure.a(src:534) at luaj.LuaClosure.l(src:160) at luaj.LuaClosure.a(src:533) at luaj.LuaClosure.l(src:160) at luaj.LuaClosure.a(src:533) at luaj.LuaClosure.l(src:160) at android.ext.Script.d(src:6056) at android.ext.Script$ScriptThread.run(src:5785
  6. stdout

    Egg inc golden eggs

    Jumpy, You are not going to want to use DWord because the value can exceed that size. Most values used in the game are going to be Double. Your first surefire approach is to wait for an ad reward that gives eggs. This could also work for a brown package. Scan the golden egg reward as Double (increase the 'Only the first N results to 100,000,000). If your results are 10-11 (or something reasonable) you can either change each one independently, or wrecklessly change all values to some large number (50000 or maybe even something like 1.5e12). Going too high will bug it out, I wouldn't exceed 1.8e308. I don't like changing a bunch of values as once, but this will work. If anything is funky, just restart your game. Another approach may be to scan the eggs you have, but doing so, I'd advise you to use ranges: Your display shows 1.5M, scan 1.5e6~1.6e6. Last approach would be to do ordered scans with respect to task list, but this would be limited and tedious depending on what your current tasks are. If you find a solution that allows you to pinpoint an exact address for a successful change, feel free to let me know your approach.
  7. Features: •Infinity Life Please notice: This function works after you reach Level 10. PS:There’s no “X”on the screen but mod has already loaded. For IOS user Requirements: -Jailbroken iDevice -Cydia Substrate -xmodgames Instructions for Installation in iDevice: cydia repo:http://apt.xmodgames.com. click repo for tutorial deb file:http://www.xmodgames.com/x.deb tutorial https://www.youtube.com/watch?v=dOmoDcJSSjU For Android users: Requirements: 1 Rooted phone 2 xmodgames Download in Android system: download link:http://www.xmodgames.com/x.apk or search "xmodgames" in google play store Instructions for Activation: Click 'xmodgames' on HomeScreen. Click on the icon. Then click the blue button to install the mod. Click the “launch” button to start. Launch the game without xmodgames. After you have finished using five lives, you have to wait for a few minutes to get a life or buy refill by money.Launch the game with xmodgames... You can have countless lives have been playing a game...PS: There ‘s no overlay button“X”for Android version,however,when you open and see“Xmodgames has been loaded”it means Xmodgames is working. Enjoy this victory! Here is the tutorial video! https://www.youtube.com/watch?v=FTDdUT-YdpU Credits: xmodgames Team (for the hack)
  8. Hi @Marks01, are you sure you're doing the exact same step like I did on the video? The reason it's need to be disabled is because: MagiskSu will conflct with SuperSu ( See 'Install Magisk on Emulator' video at 01:34 ). Please clarify the following: - The reason Modules tab is greyed out: Magisk isn't installed properly ( Redo steps from 'Install Magisk on Emulator' video at 00:10 - 00:41 ). - From the first Installation, make sure You still have the Root ENABLED when opening Magisk App ( See 'Install Magisk on Emulator' video at 01:13 ). - DONT USE 'Hide Magisk App' or the Magisk App will lose it's Root previleges. The reason for this is: Magisk Root are handled by Magisk App. Be paying attention when Installing Magisk App. The Indication of MagiskSu is successfully installed are mentioned in this time list: - The Magisk Terminal says 'Done' and the Installation ended ( See 'Install Magisk on Emulator' video at 0:38) - The Magisk App will ask for Root and it says 'Abnormal State' ( See 'Install Magisk on Emulator' video at 01:13 and 01:34 ) Above timestamp is a VITAL Part of Magisk Installation. I can't really tell if you're doing something wrong, perhaps a screen-recording would helps.
  9. Hi @harpov, you're trying to pass a string as parameter. It is kind of difficult in Game Guardian, since it can only replace existing memory. String is handled as pointer, when function asking for string types, it is asking the pointer of the string not the string itself. It is because string can consist more than one character, which there will be several hex/bytes representing each character. You might want to read this: ARM Patching I've seen that you're only trying to make it return null. First, you need to check wether the function is void or returning something. If you're intending to disable the function just do: BX LR 1E FF 2F E1 If it's void, disabling the function can crash the game. Alternatively you can pass one character to the parameter. You can try to convert character to hex: UTF8 to Hex. For example, character 'a' is '0x61' in hex. So you can do something like this: MOV R1, 0x61 61 10 A0 E3 Note that you need to adjust the 'R1' or the register according to the parameter. First parameter is usually passed into R1 register, but since it is a string, you might looking for LDR/LDRB instruction inside the function and change it with the instruction above.
  10. First of all, not to be a grammar ***** or anything, but you're typing in a forum, not texting your buddy down the street. Don't resort to using the contractions and abbreviations from texting in a venue that really doesn't require nor desire it. Second, if it was taking you 10 tries to load the restore (I am going to assume that you mean killing the process and restarting completely), then there was something wrong in your save that it was trying to restore. Thirdly, if this is happening to you, then it should randomly happen to everyone EVERY TIME that it takes a long time to load. It has NEVER randomized my account data, even when I had one particularly difficult time where it took 5 different restarts to get the game to restore. However, EACH TIME I restarted I went and cleared the game data in order to NOT have an unintentional bleed-through effect. _______________________________________________ added 4 minutes later I think I found the problem. Of all the people having this problem, how many of them have used a modded APK and gotten it to save to Google or the like? THIS is why I don't use modded APKs. Not only do I want to be able to do the things myself, I want to know that the only thing changing is what I am changing at that moment.
  11. It's the scrap points hack which gave me the hint. The first two tries failed because I "only" found 2 values which, as soon as I edit and the loading circle freezes before the "connecting" screen, the 2 values will automatically change to some very random **** (Like in my case, one changed to 43 and the second to a 10-digit negative number). As soon as this happens, my scrap points successfully changed to over 400 millions, but as I purchased a legendary part, boom! Back to 26 millions. Something weird happened in the third try. The first search led me to the *usual* 2 values. What I did was immediately launching a "new search" of the same value. To my surprise, I'm sitting with 4 results!! I immediately edited them because I somehow knew it would work. The two last values remained the same even after the circle freeze, the connecting screen and even the main menu. Which kinda led me to this: FM will trick you into thinking you've found the right values to hack, but really, they're fake. I just realized I've always been editing the wrong Gold values (although they're the only ones I manage to find)...
  12. saw this same thing on my samsung galaxy tab s7+ (sm-t970), it's EXACTLY the warning you get in android 11, and GG fails to do anything useful. (let me clarify below) after fully installing GG (and yes, letting GG installing random 'XYZVBQ' like always to hide from anti-cheat softwares) (xyzvbq is not the exact thing, just random letters i used for the example) open GG (either mode, sw or hw same results either way in the end) 'start it' in the GG main window open game you want to hack tap GG floating above the app to select what process i want to 'inspect' result is hard lock on screen for about 10 seconds or so and then a total system restart (total reboot of the tablet) .... in reference to the provided picture Akbhai123456: GG v101.1 is telling you flat out that it was made for OLDER versions of ANDROID and may not work with ANDROID 11 (red velvet cake); my wonder is what do i do until i can play my games with my beloved GG? if there's a guide or a fix i've not found it yet, or should i wait till GG v101.2 to enjoy good ol GG bliss?
  13. Anyone with a link to a guide for finding Heart Values? I'm not sure what this term even means TBH. Trying to edit IVs and I'm not sure if I'm finding the right stuff. Currently using these directions, but I edited the address for the unit (by turning on and off Favorite and searching for 100 and 101 until I only get one address) and I'm not sure if that's the Heart Value Also tried with different offsets of -124/-128 and different lines etc. but I've only randomly changed my units speed to over 1000 and nothing else. Step 0. Identify Unit with good ivs or ivs you wantStep 1: Find Heart Value. Copy the address. Go to addressStep 2: In hex calculator, Heart Value - 100Step 3: Find that new value in the Go To (Arrow) function in GGStep 4: Tick that line and the two lines below it. Save as dwordStep 5: Identify unit you want to modify ivs forStep 6: Follow steps 1-3Step 7: Copy saved line values as dword into new units lineStep 8: Change skills on characters you modified ivs forStep 9: Restart the gameStep 10: Your IVs should be reflected by your new stats
  14. XOR SEARCH: This method of search is very unique and not intended for you to try as a first method. Once you've tried all memory types, all ranges, unknown increased and unknown decreased and all fail, this method might be what you want to do last. XOR is a simple encryption method, but without the key, you can't know the value. And games lately (not all) will have a key that changes on value change, making finding these types of values EXTREMELY difficult if not impossible... Until now. HUGE thanks to @Enyby The search All the games I've come across that use this method have all been dword, so I'll stick to dword. Also most games (except For Emblem Heroes and some parts in GunPie) the XOR key and XOR value are 4bytes apart. Let's say you have 25 gold. To search 25 with xor key 4 bytes away 25X4 If you know your value is within a range but not 100% on value, so you know you collected about 40 to 45 gold, your search can be 38~50X4 Then when you collect 10 more 48~60X4 During these searches, if you want to eliminate many results that are most likely not it, you can do a does not equal 0 and does not equal the value. You search 500X4 Followed by ≠0 ≠500 Then you can resume the XOR method. This search cannot be done with a group search. If done properly, can do unknown changed/unchanged. Editing You have a couple ways you can edit values. Edit results and if you want to edit to 12345 Put 12345X4 If you want to edit multiple values keeping xor and doing a different value for each. If you have 3 results from searching 500X4 Edit results 100;5000;15000X4 First value week be edited to 100 2nd 5000 and 3rd to 15000. The other option ,goto address, copy value above (xor key) using the xor calculator built into GG, calculate value and got can type values and re-encrypt with proper xor key. Increment edit If you have 5 results and want each to be different, separate each edit with a ;. So for 5 results 5;10;15;20;25X4 Value 1 will be 5, 2 will be 10..... Then you can figure out the correct value, revert and remove the wrong values and continue with editing that one value. List of known games using XOR protected values. Tiny Miners Bullet Force Gunpie Super Mario Run Fire Emblem Heroes (SP: 8 is xor offset. Level: 24 is xor offset) Touch Tank Target Acquired Futurama: Worlds of Tomorrow Pokémon: Magikarp Jump Skychamp HAWK: Freedom Squadron Candy Crush Heroes Infinite Stickman Legend (XOR offset 8) Zombie Pandemic Survivor
  15.  @zam535582 @Jimeous thank you very much to both of you with all of your explainations, with zam's simple way and jim's details. The point for this game is do NOT be TOO greedy. In this kind of game, it should be around 0-999 (3 digits) for the value of rare item (such as ticket), its just to be safe in my opinion. You can always FREEZE the value, but dont adding more value to the limit so you will not get the ban. And for the value, the rare item (i just called it rare, such as group item and ticket,etc that you will not get it so easy) have an unique value. Its not like you input "10" then the output will come as "10" too, the simple value is for search purpose, not for the hack output. Especially for the 3 addresses that Jim's mentioned it above. what it was called? XOR or somethin use offset calculator, but we dont have to think about it. I just give some numbers of value that make it work and save to your progress (It doesnt reset even if you close the game). First, you search the value of some rare item you want to hack, in this case the job ticket as example. We have 3 job ticket, new search 3 --> spend 1 jobticket, search 2 (refine) --> spend 1 more, search 1 (refine)--> it will show you 1 address, click it and press GoTo. You will find the addresses like Jim's said With Jim's guide before : (x)B417A178 - this is the first value that we will change (y)BA17A17C - This is the value that was found when it was Searched (z)B417A180 - and this is the second value we change right after the first one (x). Click the (x) address, and choose DWORD, then input the number, after that do it for (z) too : (x) 1,679,760,649 (y) 1,679,760,637 - for value of 500. (x) 1,708,878,270 (y) 1,708,878,298 - for value of 100. I just give you 2 combinations for value because it seems fine until now (no ban), you can always freeze it (free the two of them, not just one). and of course the value will save to your progress. Checkout for Jim's and Zam's comments in this post for the better learning. Sorry if it not so simple, i just cant get the word to describe it. Yang indo (saya liat ada iklan gojek tu hahaha) pokoknya mah ini buat tiket dan group item biar ke save jumlah itemnya di game. sebenernya buat Job juga bisa, asal udah kebuka(atau sempet dapet dari job tiket) tuh job nya. contohnya bisa buat duplikat A rank champion, asal udah pernah dapet. kalo belom mah gambarnya kekunci.
  16. View File PUBG 0.18.0 HACK || NO RECOIL || AIM BOT|| SPEED HACK|| PUBG MOBILE 0.18.0 HACK 2020 VIP SCRIPT || WALLHACK || NO RECOIL || I upload Daily Videos on this Gamegaurdain because this script and host are working fine You Must Download Latest HOst & Script From Below Site http://pubgleak.com/ .JOIN TELEGRAM " http://t.me/rmgaming" Get Latest Script and Host From Telegram Pubg Global 0.18 Hacks from pubgleak.com (100% work for Rooted ) (Never Use Hacks on your Main Account) Kindly Download the zip file and extract to main directory. Note: your extract with android file manager it is possible that the file path became /emulated/0/ so please correct it in case mistake "10 year Ban". after extraction Start Pubg Global 0.17 as normal 1:Open MT Manger Execute PUBG_GL.sh 2:. In lobby run BypassFixNothing using GG 3:.Enjoy Hacks Note : Don't close MT during game .when game finishes first exit Game then MT . Download: DONT'T FORGET TO SUBSCRIBE TO CHANNEL BELOW ALL LINKS ARE IN FILE JUST DOWNLOAD AND ENJOY LINKS FROM EVERY SERVERS ___________________________________________________________ https://www.youtube.com/watch?v=sXP5FmGYpyY&feature=youtu.be Submitter minhasokz2 Submitted 08/17/2019 Category PUBG  
  17. Script berakhir: Kesalahan skrip: luaj.o: /storage/emulated/0/Download/Blade Idle.lua:-1 table expected for set index ('3') value, got nil level = 1, const = 7, proto = 0, upval = 1, vars = 250, code = 51 SETTABLE v5 3 v2 ; PC 9 CODE 8000814A OP 10 A 5 B 256 C 2 Bx 131074 sBx 3 stack traceback: /storage/emulated/0/Download/Blade Idle.lua: in function 'valueFromClass' /storage/emulated/0/Download/Blade Idle.lua: in function 'main' /storage/emulated/0/Download/Blade Idle.lua: in function 'mainMenu' /storage/emulated/0/Download/Blade Idle.lua: in function 'stopClose' /storage/emulated/0/Download/Blade Idle.lua: in main chunk (...tail calls...) [Java]: in ? at luaj.LuaValue.d(src:2795) at luaj.LuaValue.b(src:1123) at luaj.LuaClosure.a(src:383) at luaj.LuaClosure.a(src:207) at luaj.LuaClosure.a_(src:195) at luaj.LuaClosure.a(src:544) at luaj.LuaClosure.l(src:160) at luaj.LuaClosure.a(src:533) at luaj.LuaClosure.l(src:160) at luaj.LuaClosure.a(src:533) at luaj.LuaClosure.l(src:160) at luaj.LuaClosure.a(src:533) at luaj.LuaClosure.a(src:207) at luaj.am.b(src:73) at luaj.LuaClosure.a(src:600) at luaj.LuaClosure.l(src:160) at android.ext.Script.d(src:6056) at android.ext.Script$ScriptThread.run(src:5785) Error
  18. Requirements to the UI. If you decide to offer a new UI for GG, you should understand the following: 1. UI must support different screen resolutions. From the minimum to the maximum sizes. Different sizes you can view in manuals from google: https://material.io/devices/ https://developer.android.com/guide/practices/screens_support.html small screens are at least 426dp x 320dp 2. UI must support both portrait and landscape orientation. 3. UI must support the entire set of versions of Android, from 2.3.3 (API 10). 4. You need to understand what it means to each element of the interface, how it is used, under what conditions and how often. 5. The interface must not be beautiful, it's not a picture. It should be comfortable and functional. 6. There is some agreement in Material Design. You must be aware of them at the UI design. For example the size of touchable item must be at least 48dp. https://material.io/guidelines/ 7. GG is not SBGH or any other tool. We have our own way, own features and own interface. So no need to blindly copy someone else's interface. Such ideas will not be considered. You are only wasting yours and our time. 8. Although it is possible to make different layout for different screen sizes, orientations and even the Android version, the UI should look the same everywhere, so as not to confuse users.
  19. Play Store Icon Image: Name of Game: SimCity BuildIt Game Version:1.2.23.20736 Name of Cheat: Add Resources Steps: Load SimCity Check your Simoleans amount Search for the amount in GG (4 byte) Buy something small using Simoleans Search GG for the new amount Repeat 4 and 5 until you only have 1 or 2 results Tap the results and save them (any name, doesn't matter) Go to saved results tab, tap, modify amount(s) - I put in 900,000,000 Now tap the checkbox on the right to lock the amount in place Return to game, buy something - amount you have should remain at 900,000,000 Return to GG, uncheck the lock boxes, start new search Repeat steps 2 - 11 for SimCash Now (with results cleared), Go to the bottom left of your city, you should find the port (If not, continue playing until you have it) Using simoleans, pack the ship, (buy missing items if needed), Cast it off Click the port, use cash to get a new ship to come back Repeat steps 14 and 15 until you have 15 or 20 keys Now do steps 2 - 10 for your keys. (I just gave myself 60,000 keys, as they aren't really used a whole lot) Screenshot:
  20. I am from india, in asia taxes are so high, n lots of corruption that middle class ppl cant think to spend 10 dollars on games, i m looking for a job from last 5 years, still got none, tried lots of businesses too, none worked coz of corruption. reality is something else, we dont wanna cheat anybody but its the system here n 1 person cant change the system. We dont earn here that much, thats the reason we shift towards bigger countries, i was in england for 5 years for my higher studies n i took loan of 20000 pounds, which i worked hard n returned in just less than 2 years, coz i was in england, here it took me 15 to 20 years, i hope now u got the idea, why we are cheaters. sorry for that. But coz of our cheating only GG is growing coz we here take all the risks, i put my accounts under risk, coz maybe i will loose the accounts but at least i will share my knowledge here to protect others from getting banned, I am happy being a cheater now, i feel proud of myself, even if i m poor. thx
  21. I have used insta win mostly to steal & to recover gems.. I have used teleport orbs to you (70-80%) I am genuinely very happy to hack this game after many year i was having a legit Account since 6-7 years since the game released I don't properly remember the date.. I was very happy so i started using hack in main account level 58 & also 2 more accounts level 18 & level 10.. I have known someday this will ban me.. I used to lastly play this game before 3-4 years but since i got your script i use it to enjoy now,so its no big deal if my main acc is banned (cuz i wasnt using it anyway..) I really thank you for your time to make this awesome script Keep it up.. This is first hack of kot i have find since this many years passed.. i appreciate it alot.. Also i Just wanted to know do u use insta win to steal big gems? I have steal gem of 300000+ from level 1000+ player.. May be thats why i have got reported and got banned..
  22. [ @kiynox ] could this script be any better? function menus() choices = gg.choice({'Prepare spam','Search','Exit'}) if choices == nil then os.exit() else if choices == 3 then os.exit() else prepares(choices) end end end function prepares(choices) if choices == 1 then gg.clearResults() gg.searchNumber("9;74;8.0", gg.TYPE_FLOAT) gg.refineNumber('74', gg.TYPE_FLOAT) chatspam = gg.getResults(gg.getResultsCount()) gg.addListItems(chatspam) elseif choices == 2 then gg.loadResults(chatspam) gg.getResults(1000) chatspam = gg.prompt({"Enter which letter you want to spam?(0 = A, 1 = B, 2 = C, 3 = D, 4 = E, 5 = F, 6 = G, 7 = H, 8 = I, 9 = J, 10 = K, 11 = L, 12 = M, 13 = N, 14 = O, 15 = P, 16 = Q, 17 = R, 18 = S, 19 = T, 20 = U, 21 = V, 22 = W, 23 = X, 24 = Y, 25 = Z)"}, {[1] ="0"}, {["1"] ="number"}) if chatspam == nil then gg.alert("you haven't searched anything so the script will restart!") return end gg.editAll(chatspam[1] ,gg.TYPE_FLOAT) chatspam = gg.getResults(gg.getResultsCount()) end end knxs = false while true do if gg.isVisible(true) then knxs = true else knxs = false end if knxs == true then menus() else gg.setVisible(false) end end
  23. Thanks to @Newbi for pointing the neg/post values. I found out how these are encrypted. There are 3 addresses for every value. They are 4 bytes apart and they are random. 1st and 3rd address indicate the value and if one is neg then the other will be pos and the sum of these two numbers equals to what you have.idk what the 2nd address indicate. To find the values first select a region. search exact gold,spend some gold , refine until 1 result. The region of that address is the value region. Now tick only that region and search 1;1;65537::13 then 65537. You will get a couple results. Now u have to go to each 65537 s memory and check the 3 dwords 4 bytes down until u find the right one. Look for 3 numbers(most time less than ±500000). check the 1st and 3rd value and add them. That indicates your level.if you found the value then add 10/20 to the pos number and check the game to see if your level changed. If changed then you found it. Now the values after those first three indicate xp,gold,skill, talent,honor,.... Everything. To change add numbers to the positive value as much as you want. But Don't add absurd amount. This will ruin your gameplay experience.100-1000 is fine I guess lol.
  24. no process selection wasn't the last thing (after reviewing my original post, a step was indeed missing) in the steps i took, i could choose the process, but you can't search a value (crashes when you try), you can't load speedhack (when you try it crashes), if you go to the addresses tab of GG as soon as you do it crashes. I will include logcat files for each of these processes, while i might have had the process selected for 2 minutes and 17 seconds, i'd not searched for a value yet, i select the process to hack as soon as the game starts loading which takes a little time, then to navigate to where i need to be in the game to search for a value takes time as well, so how long GG is running (without doing anything with the RAM of the game via GG it runs like any app would, it's when you try to use GG to do anything with the app you want to hack that it fails.) going to take time to type all these out as i do them, so the time stamps are a little pointless, i'll just give the time each starts 11:40am (time on tablet, so stamp in file should be the same) started gg started game long pressed GG icon to enable speed hack choose game's process screen freeze for aprox 10 seconds and hard reboot at 11:44am (time on my pc, can't read the clock if the tablet is restarting, lolx) first logcat file (takes me a few minutes between each run to save the logcat file and zip it up on my pc to post here) 11:50 started GG started game choose process try to search for dword value of 1 screen freeze for aprox 10 seconds and hard reboot 11:52am (again time on pc because tablet it restarting) second method logcat file (each time i'm making sure to delete the previous logcat file to ensure totally new files each time) 11:56am start gg start game select process choose addresses tab attempt to scroll screen freeze and hard reboot 11:58am (again time on the pc; tablet rebooting) third logcat test these where all done with SOFTWARE GG; if you like i can go through the same process in hw gg but the results always end the same with a hard reboot. if there is anymore i can do, let me know! hope all this helps first logcat file-GG_logcat_r101.1_16142_11_30.7z second method logcat file-GG_logcat_r101.1_16142_11_30.7z third logcat test-GG_logcat_r101.1_16142_11_30.7z
  25. I'd like to compile what's hacked and not hacked. These hacks and methods below are undetected by in-game cheating mechanism (crappy summon - D & C items/characters and unable to access shop). Confirmed Hacks Group Items (Mystic Flute, Energizing Stew, Power Orb, Royal Gift, Miracle Mallet, Pouches, Trophies, Kairo Flans, etc) & Summoning Tickets** Food & non-food items (i.e. sturdy board, large nails, strong rope, etc) Town Materials (Wood, Gems, Ore, Grass & Food) & Energy Character Status** Game play speed** ** These categories are hack-able with certain limitations. Summoning tickets are hack-able until 999, character status is best to be hacked within their limit and Game play speed is best set to x5 in GG. Research/Upgrade speed won't be affected as they are affected by your device clock. More explanation below. Unconfirmed Hack Gems Methods Group Item & Summoning Tickets** Search for the total summoning ticket or group item quantity. Use 1, search for new # and keep repeating until you find a list of workable results (up to your preference). The only number that significant is 2 DWORD values shown below. 2. Items (Food and non-food items) Search any item you like to hack. In this example I will be using Healthy Mushroom. I have 10 in my town #1 storage. Use 1 of them and search for DWORD with value of 9. Keep repeats this process until you find a single search result. If you clicked on GOTO, it doesn't have any significant number below it. Use Healthy Mushroom to any/all residents. The value will change to (# of item you set in GG - # of item available in your storage) 91. I have 10 to start with, used 2. I changed its value to 99 and after i used all 91 of them to all my residents, the item will disappear from your storage. Keep in mind, you can use any numbers of Healthy Mushroom to any residents. The item will still be available until you restarted your game. 3. Town Materials (Wood, Gems, Ore , Grass & Food) and Energy 4. Character status** This can be done similarly with category #3 and #4 above. You will have to find the current and maximum value of your character. I have my Rancher with current Speed value of 30. I use Wairo Creamy Cake to increase to 33 and then used GG to max it to 60. This method seems useless if you already have Wairo Creamy Cake or something similar. If you set your current speed value and maximum speed value allowed to, in this case 60, then your character will not be benefited from this change.
×
×
  • 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.