New: masm32All contenthive-129948krhive-196917zzanhive-183959hive-180932hive-185836hive-166405hive-150122steemhive-144064hive-101145uncommonlabhive-145157hive-184714hive-188619hive-183397bitcoinlifekrsuccesshive-193637motivationhive-103599hive-193186hive-180301TrendingNewHotLikersstephanex (66)in masm32 • 2 years agoGameCh: Cell2Cell en Rakion Latino: Fácil en MASM32Hola amigos. La motivación a hacer hacks para Rakion Latino cada día se ha vuelto más un hecho, especialmente con el siguiente código que vamos a procesar a continuacón: .386 .model…stephanex (66)in programing • 2 years agoMi primer cheat: Cell2Cell for RLS/RIS/RSSHola amigos. hoy traemos una sección de código que sirve para empezar a crear nuestros primeros cheats dentro de Rakion LS, programado bajo MAMS32 (ASM - RadASM Ide). A continuación: .386…alejandrop (71)in masm32 • 3 years agoThe movement on Memory MASM32mov ecx,3534F25Ch mov edx,ecx mov eax,edx+24h mov ecx,byte ptr eax+2946h cmp ecx+eax+2947h,09 cmp byte ptr edx+eax+0000294d,09 3510D42Falejandrop (71)in programming • 3 years agoBEst code of the MASM32alloc(AntiGM2,1024)alejandrop (71)in masm32 • 3 years agoFunctionparam edict for RLS MASM32 Code,byte ptr [eax+268h] mov bSlot,dl mov Address4,eax push Montoalejandrop (71)in masm32 • 3 years agoRLS - Infinity Summon Cell - Opcode bypass inyect for MASM32mov ecx,3534F25Ch mov edx,ecx mov eax,edx+24h mov ecx,byte ptr eax+2946h cmp ecx+eax+2947h,09 cmp byte ptr edx+eax+0000294d,09 3510D42Falejandrop (71)in coding • 3 years agoMASM32 perfect codealloc(AntiGM2,1024)alejandrop (71)in masm32 • 3 years agoInfinity Summon Cell metho for inyectmov ecx,3534F25Ch mov edx,ecx mov eax,edx+24h mov ecx,byte ptr eax+2946h cmp ecx+eax+2947h,09 cmp byte ptr edx+eax+0000294d,09 3510D42Falejandrop (71)in masm32 • 3 years agoShotWeapon for RLS . MASM32 CodeInfinite Shot Weappon V2: Not Delay Time Shot Address: 3521C6DB Array Enabled: 0F 84 MultiShot 3521D1ED: Array Enabled (Address + 6): 05 Infinite Shot Enabled / Disabled Address…alejandrop (71)in masm32 • 3 years agoXenesis Hopin SRC - Freevoid __declspec(naked) __stdcall SetEncryptedAddress(void * Address, long Value){ __asm{ mov eax, dword ptr [esp+0x04]; mov ecx, dword ptr [esp+0x08]; push esi; mov esi, eax; push ecx; push…alejandrop (71)in masm32 • 3 years agoNPC AddressStage Cell ~ Lv.1 ~ Level Opcode: Opcode Address: 35248610 Array Enable: B9 01 00 00 00 90 51 ~ Chaos Opcode: Opcode Address: 3524861E Array Enable: BA 0C 00 00 00 90 52 ~ For…alejandrop (71)in masm32 • 3 years agoNuevo segmento de MASM32: ChangeMode function for RLSA continuación, presentación del código de fuente de la ejecución de transformación en MASM32, para Rakion Latino: Se empieza con la dirección XXXX5E90 dentro del código de Dissembly…alejandrop (71)in masm32 • 3 years agoYa parece una rutina, ¡Vamos a avanzar de nivel!Días atrás vengo escribiendo sobre "El arte de perder el tiempo". Si es lo que buscas, pues llegaste al sitio correcto, pues a continuación, vamos a subir de nivel. Lo que mostraré es un código de…