Jump to content

FTRMN

Ascended
  • Posts

    125
  • Joined

  • Last visited

  • Days Won

    15

Everything posted by FTRMN

  1. It's hard to understand people. They ask for help and then disappear, or they help us but sometimes they just leave without saying thank you or a few nice words. This is really annoying. We don't have any patience anymore. So much effort is being put in, it shouldn't be hard to just say thank you and praise.
  2. Komut dosyası bitti: Komut dosyası hatası: luaj.o: local igg = {} setmetatable (gg,{__index = function (a,b) return igg[b] end,__newindex = function (a,b,c) igg[b] = c ...:32 `failed read line` attempt to concatenate a nil value level = 1, const = 31, proto = 2, upval = 6, vars = 12, code = 157 CONCAT v3 v3..v4 ; PC 42 CODE 018100D6 OP 22 A 3 B 3 C 4 Bx 1540 sBx -129531 stack traceback: local igg = {} setmetatable (gg,{__index = function (a,b) return igg[b] end,__newindex = function (a,b,c) igg[b] = c ...:32 in upvalue 'translate' local igg = {} setmetatable (gg,{__index = function (a,b) return igg[b] end,__newindex = function (a,b,c) igg[b] = c ...:98 in function 'acpidp' /storage/emulated/0/Download/Farm Island Build & Adventure.lua: in function 'mainMenu' /storage/emulated/0/Download/Farm Island Build & Adventure.lua: in function 'stopClose' /storage/emulated/0/Download/Farm Island Build & Adventure.lua: in function </storage/emulated/0/Download/Farm Island Build & Adventure.lua:3> (...tail calls...) [Java]: in ? at luaj.LuaValue.H(src:2567) at luaj.LuaValue.b(src:2531) at luaj.LuaString.u(src:364) at luaj.LuaClosure.a(src:470) at luaj.LuaClosure.a(src:167) at luaj.LuaClosure.a(src:538) at luaj.LuaClosure.a(src:189) at luaj.LuaClosure.a(src:540) 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 why ???
  3. where is the game Link ? U try any hack method ?? Give More Info
  4. Wrong upload sorry com.earlymorningstudio.vendirplagueoflies.Mar_02_2025_10.28.lua
  5. Have game link ? İ will try for u
  6. Awesome guide for hacking thanks a lot
  7. View File King Of Defense 2 [ Script v1.0] Script Help Video Game ; King Of Defense 2 Cheats; - Elite Pass Point Hack - Elite Pass Open - Remove Ads - Unlock Heros ( But Need Up to Rank for Upgrade and Equip) - Crystal & Gem Hack - Battle Cash Hack Submitter FTRMN Submitted 02/25/2025 Category LUA scripts  
  8. Version 1.0.0

    172 downloads

    Script Help Video Game ; King Of Defense 2 Cheats; - Elite Pass Point Hack - Elite Pass Open - Remove Ads - Unlock Heros ( But Need Up to Rank for Upgrade and Equip) - Crystal & Gem Hack - Battle Cash Hack
  9. U r Best Hacker
  10. FTRMN

    LUA scripting

    -- Define the menu options menu = gg.choice({ "1. Enter Value and Search", "2. Refine Search", "3. Edit Results", "4. Exit" }, nil, "Game Guardian Script") -- Function to search for the value in memory function searchValue() gg.clearResults() value = gg.prompt({"Enter the value to search:"}, {[1] = "0"}, {[1] = "number"}) if value == nil then return end dataType = gg.choice({ "1. Dword", "2. Float", "3. Double", "4. Word", "5. Byte" }, nil, "Select Data Type") if dataType == nil then return end local typeMap = { [1] = gg.TYPE_DWORD, [2] = gg.TYPE_FLOAT, [3] = gg.TYPE_DOUBLE, [4] = gg.TYPE_WORD, [5] = gg.TYPE_BYTE } gg.searchNumber(value[1], typeMap[dataType]) gg.toast("Search completed!") end -- Function to refine the search results function refineSearch() value = gg.prompt({"Enter the new value to refine search:"}, {[1] = "0"}, {[1] = "number"}) if value == nil then return end gg.refineNumber(value[1], gg.TYPE_DWORD) -- Default to DWORD for refinement gg.toast("Refinement completed!") end -- Function to edit the search results function editResults() value = gg.prompt({"Enter the new value to set:"}, {[1] = "0"}, {[1] = "number"}) if value == nil then return end local results = gg.getResults(100) -- Get up to 100 results for i, v in ipairs(results) do v.value = value[1] end gg.setValues(results) gg.toast("Values updated!") end -- Main loop while true do if menu == 1 then searchValue() elseif menu == 2 then refineSearch() elseif menu == 3 then editResults() elseif menu == 4 then gg.toast("Exiting script...") os.exit() end menu = gg.choice({ "1. Enter Value and Search", "2. Refine Search", "3. Edit Results", "4. Exit" }, nil, "Game Guardian Script") end
  11. View File Tower Defense Lua Script V1.1 PlayStore Game Link Game Hack Videos Hack List; + in battle currency hack + İn battle radius/fire rate hack +Main Money Hack +Main Token(Mermaid) Hack +++ Open Source Code Not Encrpty Script Made By HackerHouseYT Edit By FTRMN.. VID_20250204_004235.mp4 TowerDefenseHack.lua Submitter FTRMN Submitted 02/04/2025 Category LUA scripts  
  12. View File Turret Defense King Play Store Link ++ HACKS++ + All Encrypted Value Can Changed .. Just type all the encrypted visible values you see on the screen into the money hack. The game may crash, don't let this stop you You can change the xorkey in the Options menu. When you enter the xorkey of a game you know in another game, the system will automatically decrypt the encryption and write it to the value you want in an encrypted form. The script is completely mine and is open source. VID_20250204_085050.mp4 Submitter FTRMN Submitted 02/04/2025 Category LUA scripts  
  13. Version 1.3

    155 downloads

    Play Store Link ++ HACKS++ + All Encrypted Value Can Changed .. Just type all the encrypted visible values you see on the screen into the money hack. The game may crash, don't let this stop you You can change the xorkey in the Options menu. When you enter the xorkey of a game you know in another game, the system will automatically decrypt the encryption and write it to the value you want in an encrypted form. The script is completely mine and is open source. VID_20250204_085050.mp4
  14. Version 1.0.0

    94 downloads

    PlayStore Game Link Game Hack Videos Hack List; + in battle currency hack + İn battle radius/fire rate hack +Main Money Hack +Main Token(Mermaid) Hack +++ Open Source Code Not Encrpty Script Made By HackerHouseYT Edit By FTRMN.. VID_20250204_004235.mp4 TowerDefenseHack.lua
  15. View File Defense Legend 5 Survivor TD Game Link ; DEFENSE LEGEND 5 [TD] Submitter FTRMN Submitted 01/08/2025 Category LUA scripts  
  16. Version 3.0

    518 downloads

    Game Link ; DEFENSE LEGEND 5 [TD] Game Video; Defense Legend 5 Script Video
  17. Use vmospro for android 12 + 13 + 14 >
  18. Thank u try to this game.. i try other Technic for this game
  19. @sammax71 u can look if have ur free time..
  20. FTRMN

    Bullet Echo...

    https://gameguardian.net/forum/files/file/4052-online-mega-script-v04-100-free-not-encrypted-new-scripts-added-dailyweekly-apexggv2/
  21. İ changed only Lvl hack anonymous range .. but cant change attack HP or def..
  22. Pls write Google play link and what try hack and request hack .. please edit first your post .. i Now search and find game then try hack something ..
  23. https://files.fm/f/7quhbvweq7
×
×
  • 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.