
asianqueen
Senior Member-
Posts
303 -
Joined
-
Last visited
Everything posted by asianqueen
-
Patcher [VIP] DomiNations v1.5.67/v2.0.81 Crown-Adder/Crown Freezer + AntiBan
asianqueen replied to Mayaxaya's topic in ViP Cheats
Same... I get pushed to upgrade -
Help/Support lldb windows with itunnel_mux.exe
asianqueen replied to asianqueen's topic in Help & Support
Thanks for the help DiDA. Was a great and fun troubleshooting... -
Help/Support lldb windows with itunnel_mux.exe
asianqueen replied to asianqueen's topic in Help & Support
sure you can help me troubleshoot it tomorrow. It's getting late now. Will ping you via pm. -
Help/Support lldb windows with itunnel_mux.exe
asianqueen replied to asianqueen's topic in Help & Support
thats correct... it was working fine until my harddrive crap-out on me and I have replace my hdd with ssd. -
Help/Support lldb windows with itunnel_mux.exe
asianqueen replied to asianqueen's topic in Help & Support
I can see that it's running and I reinstall itunes to test it out before I post this in support. -
Help/Support lldb windows with itunnel_mux.exe
asianqueen replied to asianqueen's topic in Help & Support
Run manually will lead me to the first error i posted. Then close afterwards. -
Help/Support lldb windows with itunnel_mux.exe
asianqueen replied to asianqueen's topic in Help & Support
lldb opens, but mux.exe closes. -
All of the sudden, I started to get this error... I tried to open itunnel_mux.exe, I get this error: [ERROR] Error 0x2 (2): 'No such file or directory' [FATAL] Could not locate 'Apple Mobile Device Support' folder path in registry: ABORTING If I run lldb.cmd, it close automatic. If I run it as admin, I get error: Widnows cannot find 'itunnel_mux.exe'. Make sure you typed the name correctly, and then try again"
-
Clap your hands to find your phone
asianqueen replied to EMDamaker's topic in iOSGods Archives's General Cydia
Not working -
Clap your hands to find your phone
asianqueen replied to EMDamaker's topic in iOSGods Archives's General Cydia
Let see -
DIY Hack Don't Starve: Pocket Edition iPhone & iPad - Hack +4
asianqueen replied to KingCown's topic in DIY Cheats
I would assuming iphone/ipod version is Woololo For Don't Starve? You're too fast KingCrown. I was about to hack this game Goodjob -
Patcher [BEST] YouTube (All Versions) +4
asianqueen replied to Chrizk0's topic in Free Jailbreak Cheats
awesome work! -
~Notes~ This game have a check so I used NStimer. First try if you lucky, the app won't close. But if it does, max tries shouldn't be more than 7 times. If open and app doesn't close after 5sec then it means the hack works. Otherwise, just re-open til it doesn't crash. I thought about putting this on VIP, but since it has a check and yet also buggy to get it to work so just leave it at none VIP. Hope you enjoy my work. Some stage will give you low crystals and zero out your coins. Just restart level til you get max crystal. Otherwise, it works. Some of your army does zero damage to opponent like the wiz. ~Features~ Inf Crystal -> start of max crystal Inf Coins -> gain lots of coin after battle Inf HP -> ... No cooldown -> do not need to wait to deploy soliders Inf Orb Chest Inf Coin Chest ~Tested~ Iphone 6Plus ~Credit~ Hack : me Templates: Alcratraz [Hidden Content]
-
Tutorial [Working on iOS 9] How to get LLDB Working on Windows!
asianqueen replied to Rook's topic in Tutorials
i figured that even if I get that error; I can set a watch point then type c to continue. So it's working okay now, but all of the sudden now and day, when I open lldb, it close automatic... Not sure what's causing it. -
General [SHOWOFF] Hay Day v1.24.92 Hack
asianqueen replied to ipaarchive.com's topic in General Talk
Letme see -
Lemee see
-
Leme see
-
TuT [Tutorial] How to make your UIAlertView Popup only appear once!
asianqueen replied to castix's topic in Tutorials
Lemme see -
The pop up works, but only once... The next time i run the app, nothing shows up.
-
This is what I have and it pop up the alert during launch of the app, but only once. What I want is to popup everytime the player launch the app. hidden void setAlertInfo(const char *alertTitle, const char *alertMessage) { title = alertTitle; theMsg = alertMessage; } - removed - UIAlertView *av = [[UIAlertView alloc] initWithTitle:CNCString(title) message:CNCString(theMsg) delegate:nil cancelButtonTitle:@"Thank You" otherButtonTitles:nil]; [av show]; [defaults setBool:YES forKey:@"alertShown"]; } }
-
Tool GamePlayer for iOS 9! (Works on 6.x, 7.x & 8.x,9.x)
asianqueen replied to nkodder's topic in Tools
Let me see. Hope this works bc i think i download it once and it just hangs -
TuT How to reset DomiNations game/account (Negative Crowns Fix/In General)
asianqueen replied to JustinPet26's topic in Tutorials
It doesn't save and will ask you again the next time you open domination which doesn't overwrite. -
amazing @shmoo. It worked great!!! Thanks a bunch.
-
Can someone show me how to apply nstimer to code injection? The idea is to have the code to be activated after 30second peer to game is launched. Ex of tweak: #include <Foundation/Foundation.h> #include "Config.h" CNDeclare(infcoin1,0x101eff << 2); CNConstructor(SexyAss) { CNDict("bhsettings"); CNAlert("Battle Heart Cheats","Hacked by AsianQueen. Visit iOSGods.com for more."); CNBool("infcoinkey") { CNWrite(CNAddr((infcoin1 >> 2)),"001041E2");}}