Leaderboard
Popular Content
Showing content with the highest reputation on 03/10/2018 in Posts
-
Name of the Game: The Sims Mobile Version:9.1.1.140984 Root Needed? YES Internet Required? YES Google Play Store Link https://play.google.com/store/apps/details?id=com.ea.gp.simsmobile Hack Features: Currency, XP, Items YouTube Video: https://youtu.be/Nl3GdHhshqQ http://sendvid.com/ip89mplm Encrypted Instructions: Dword search 1;0;1;2;0;1;3;0::137 This step isn't in video, but then search 0;0;0;1;3;0::37 Then 1;3;0::9 Then 0 Then save results. Now you'll search 1;0;1;2;0;1;3;0::137 Then 0;0;0;1;2;0::37 Then 1;2;0::9 Then 0 and save results Goto saved list. Select all. Change address location by 4. Now scroll through the list. Look for two 9 digit values beside each other. The address location should end in same number. If you have no such results, close game and retry. Goto address, compare to the video, the FORMAT should look very similar, not the values. If above you see 1 and 1, you are at coins. 1 and 2 is cash. 4 lines below the value in save list is the encrypted qty value. Think of the value encryption like this. if you have 0 coins, and value is like -688123456, just drop the negative or if not negative, make it negative. This will make values massive quickly. Confirm edit worked buy buying something. Next line below value, is a value that going to be below all important values. Copy and search value. Save results. Change address -4. EDIT ONLY ONE AT A TIME... and extremely high risk of breaking game if you edit something beyond what is allowed. No joke, you can and will break your save. With encrypted search, have increments always be the same. Credits to: NoFear8 points
-
3 points
-
The video I messaged him was one I recorded before finalizing details and searches, I don't mind sharing, keep in mind or want meant for following, was meant for my record. This is this video... Again, DO NOT COMPLAIN ABOUT IT... This wasn't for sharing. In the meantime use this with the guide. If needed.2 points
-
Starting from version 8.28.0 GG have support of LUA scripts. It can be loaded and run. https://www.lua.org/manual/5.2/manual.html Scripting Documentation: https://gameguardian.net/help/1 point
-
Name of Game: the sims mobile Play Store Link (If it's a paid app, the apk): no its free but not available on playstore Version: latest What cheat? Health, xp, gold...: yeah all of it Have you tried cheating this game? What happened?: yeah i did it worked but i crashed and turn back to 0 . i can eve hack energy and lvel but it crashes on money Comments:1 point
-
Omg, im dizzy... see so much number, i dont know which to modify, while you can find it at ease.. i think i will uninstall the game.. d*** its so hard to hack 1 game.. i cant ask u more questions, i dont wat to waste ur time..lol i usually just try to find the value of the currencies, or edit and modify the number of certain task in game.. but this, man.. my head's hurt but thanks anyways @NoFear.1 point
-
Hello sir this is a pretty popular game. But with a simple way can hack money with guardian game. NOTE: at least complete 1 shipment to avoid lag errors when changing value Hack money Euro Truck Simulator http://sendvid.com/nlpt13s5 My youtube chanel youtube.com/sinsmedia71 point
-
1 point
-
1 point
-
can you tell me what is change address location, what should i press, i dont know, please tell me.1 point
-
1 point
-
1 point
-
Dword 1;0;1;2;0;1;3;0::137 Then 1;3;0::9 Then 0 save results 1;0;1;2;0;1;3;0::137 then 1;2;0::9 then 0 save results Goto saved. Select all, change address by 4. Look for 2 or 4 matching 9 digit values in address location ending in 0. Then 4 lines below is currency If above value you see, 1;1 is coins 1;2 is cash1 point
-
I am late, because my windows has gone - must install a new system and other software. I cannot send PM's, so if someone want hack please give an email. edit Who has been intrrested got message - now I can explain how to find eaf64c Try make video tomrrow1 point
-
hello I have found how to earn ~10-12x more coins. I have spend a lot of time watching tutorials, searching forums, decompiling, trying several emulators, installing a lot of software etc...and bingo - looking into code I've found simpliest way and it worked. I can share this method, but not public here. I'll try make video tomorrow and upload somewhere.1 point
-
Unlikely. If I attempted and succeeded, everyone would want it for free. The time alone it would take to attempt to do it again, isn't worth it. Sorry.1 point
-
Credits hack still works but ban is inevitable or very risky. I've been very busy so I can't help anybody ( it's the reason that I closed the credits hack).1 point
-
1 point
-
I have faced a problem now. My code is this: d = gg.prompt({A='Number of Orbs Or Dooblins'}, {A='0,}) gg.toast ('Quadropus 2.0.48 Hack by Backlift') gg.setRanges ( gg.REGION_C_ALLOC) gg.searchNumber (data[A], gg.TYPE_DOUBLE, true, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 1 then gg.editAll('100000000', gg.TYPE_DOUBLE) gg.alert ('Hacking Done, Enjoy) else gg.alert ('Go to game and change the value, then load the script again to continue') end Theorically it should: 1_open a prompt screen to user to get value and meanwhile, toast a message 2_after value input, set range to (Ca) and search the value as Encrypted Double 3_if found 1 value Change it to a very high number, if not, tell user to change the value and reload script But I get errors: Script ended: Script error: org.luaj.vm2.LuaError: load /sdcard/Notes/Quadropus 2.0.48 Script by Backlift.lua: org.luaj.vm2.LuaError: /sdcard/Notes/Quadropus 2.0.48 Script by Backlift.lua:1: unfinished string at org.luaj.vm2.LuaValue.error(LuaValue.java:1051) at org.luaj.vm2.Globals.loadfile(Globals.java:185) at android.ext.Script.runScript(Script.java:1035) at android.ext.Script.access$8(Script.java:1032) at android.ext.Script$ScriptThread.run(Script.java:998) Caused by: org.luaj.vm2.LuaError: /sdcard/Notes/Quadropus 2.0.48 Script by Backlift.lua:1: unfinished string at org.luaj.vm2.compiler.LexState.lexerror(LexState.java:266) at org.luaj.vm2.compiler.LexState.read_string(LexState.java:451) at org.luaj.vm2.compiler.LexState.llex(LexState.java:611) at org.luaj.vm2.compiler.LexState.next(LexState.java:673) at org.luaj.vm2.compiler.LexState.checknext(LexState.java:822) at org.luaj.vm2.compiler.LexState.recfield(LexState.java:1129) at org.luaj.vm2.compiler.LexState.constructor(LexState.java:1167) at org.luaj.vm2.compiler.LexState.simpleexp(LexState.java:1418) at org.luaj.vm2.compiler.LexState.subexpr(LexState.java:1523) at org.luaj.vm2.compiler.LexState.expr(LexState.java:1541) at org.luaj.vm2.compiler.LexState.explist(LexState.java:1261) at org.luaj.vm2.compiler.LexState.funcargs(LexState.java:1278) at org.luaj.vm2.compiler.LexState.suffixedexp(LexState.java:1373) at org.luaj.vm2.compiler.LexState.simpleexp(LexState.java:1427) at org.luaj.vm2.compiler.LexState.subexpr(LexState.java:1523) at org.luaj.vm2.compiler.LexState.expr(LexState.java:1541) at org.luaj.vm2.compiler.LexState.explist(LexState.java:1258) at org.luaj.vm2.compiler.LexState.assignment(LexState.java:1636) at org.luaj.vm2.compiler.LexState.exprstat(LexState.java:1958) at org.luaj.vm2.compiler.LexState.statement(LexState.java:2055) at org.luaj.vm2.compiler.LexState.statlist(LexState.java:2072) at org.luaj.vm2.compiler.LexState.mainfunc(LexState.java:2088) at org.luaj.vm2.compiler.LuaC$CompileState.luaY_parser(LuaC.java:129) at org.luaj.vm2.compiler.LuaC$CompileState.access$0(LuaC.java:120) at org.luaj.vm2.compiler.LuaC.compile(LuaC.java:99) at org.luaj.vm2.Globals.compilePrototype(Globals.java:304) at org.luaj.vm2.Globals.loadPrototype(Globals.java:283) at org.luaj.vm2.Globals.load(Globals.java:254) at org.luaj.vm2.Globals.loadfile(Globals.java:183) ... 3 more1 point
-
Yes. And can be created automated calculator/tool based on gg. Present function 'toast', 'alert' and 'prompt' which allow create some dialogs for user. For example 'Input gold amount:' and use this value for make search. data = gg.prompt({[1]='Search value', [2]='Replace value', [3]='Max count'}, {[1]='123', [2]='456', [3]='321'}) gg.searchNumber(data[1], gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) found = gg.getResultCount() gg.alert('We found: '..found) gg.getResults(data[3]) replaced = gg.editAll(data[2], gg.TYPE_DWORD) gg.alert('We replaced: '..replaced) gg.alert('Summary: We search '..data[1]..', found '..found..', replaced '..replaced..' to '..data[2]..' with max count '..data[3]..';') print('Script ended.')1 point
-
1 point
-
Hey Guys, I'm Just Wanted To Know About How Can I Know Every one Of The War Items's Special Code ?, And Of Course I'm Asking About The Special Codes That Don't Change Every Time I Try To Open The Game In It-1 points