Buscar

NSMBU_v1 3 0_+6_1 17 4_ct_v1 4

Esta é uma pré-visualização de arquivo. Entre para ver o arquivo original

212
 "Infinite Time"
 
 Auto Assembler Script
 // switch parser to lua
{$lua}
if syntaxcheck then return end -- don't run past this point when adding to table/editing
[ENABLE]
resultList = AOBScan("45 89 74 15 14 89 7C 24 24")
lngt = resultList.getCount()
-- don't enable if failed to find aob
if not resultList then error("Failed to find AOB") end
bytes = {}
for x=0, lngt-1 do
 bytes[x] = readBytes(resultList[x],5, true) -- copy the original bytes as a table
 writeBytes(resultList[x], 0x90, 0x90, 0x90, 0x90, 0x90)
end
[DISABLE]
for x=0, lngt-1, 1 do
 writeBytes(resultList[x], bytes[x])
end
resultList.Destroy() -- no longer need the list so tell CE to free it
-- bytes memory is handled by lua and it'll free that for us
 
 
 211
 "Infinite Lives (You must die once first before enabling)"
 
 Auto Assembler Script
 // switch parser to lua
{$lua}
if syntaxcheck then return end -- don't run past this point when adding to table/editing
[ENABLE]
resultList = AOBScan("45 89 74 3D 04 89 74 24 34 89 7C 24 30")
lngt = resultList.getCount()
-- don't enable if failed to find aob
if not resultList then error("Failed to find AOB") end
bytes = {}
for x=0, lngt-1 do
 bytes[x] = readBytes(resultList[x],5, true) -- copy the original bytes as a table
 writeBytes(resultList[x], 0x90, 0x90, 0x90, 0x90, 0x90)
end
[DISABLE]
for x=0, lngt-1, 1 do
 writeBytes(resultList[x], bytes[x])
end
resultList.Destroy() -- no longer need the list so tell CE to free it
-- bytes memory is handled by lua and it'll free that for us
 
 
 210
 "Jump Higher"
 
 Auto Assembler Script
 // switch parser to lua
{$lua}
if syntaxcheck then return end -- don't run past this point when adding to table/editing
[ENABLE]
resultList = AOBScan("F2 0F 10 CA 41 0F 54 8F 30 00 00 40")
lngt = resultList.getCount()
-- don't enable if failed to find aob
if not resultList then error("Failed to find AOB") end
bytes = {}
for x=0, lngt-1 do
 bytes[x] = readBytes(resultList[x],4, true) -- copy the original bytes as a table
 writeBytes(resultList[x], 0x90, 0x90, 0x90, 0x90)
end
[DISABLE]
for x=0, lngt-1, 1 do
 writeBytes(resultList[x], bytes[x])
end
resultList.Destroy() -- no longer need the list so tell CE to free it
-- bytes memory is handled by lua and it'll free that for us
 
 
 2
 "Jump Much Higher"
 
 Auto Assembler Script
 // switch parser to lua
{$lua}
if syntaxcheck then return end -- don't run past this point when adding to table/editing
[ENABLE]
resultList = AOBScan("66 0F 11 8C E4 98 00 00 00 66 0F 11 94 E4 68 02 00 00 8B 94 24")
lngt = resultList.getCount()
-- don't enable if failed to find aob
if not resultList then error("Failed to find AOB") end
bytes = {}
for x=0, lngt-1 do
 bytes[x] = readBytes(resultList[x],9, true) -- copy the original bytes as a table
 writeBytes(resultList[x], 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90)
end
[DISABLE]
for x=0, lngt-1, 1 do
 writeBytes(resultList[x], bytes[x])
end
resultList.Destroy() -- no longer need the list so tell CE to free it
-- bytes memory is handled by lua and it'll free that for us
 
 
 3
 "Jump Much Much Higher"
 
 Auto Assembler Script
 // switch parser to lua
{$lua}
if syntaxcheck then return end -- don't run past this point when adding to table/editing
[ENABLE]
resultList = AOBScan("66 0F 11 8C E4 98 00 00 00 66 0F 11 94 E4 68 02 00 00 8B 94 24")
lngt = resultList.getCount()
-- don't enable if failed to find aob
if not resultList then error("Failed to find AOB") end
bytes = {}
for x=0, lngt-1 do
 bytes[x] = readBytes(resultList[x],9, true) -- copy the original bytes as a table
 writeBytes(resultList[x], 0x66, 0x0F, 0x11, 0x84, 0x24, 0x98, 0x00, 0x00, 0x00)
end
[DISABLE]
for x=0, lngt-1, 1 do
 writeBytes(resultList[x], bytes[x])
end
resultList.Destroy() -- no longer need the list so tell CE to free it
-- bytes memory is handled by lua and it'll free that for us
 
 
 209
 "Never Lose Current Suit + Invincibility after 1st hit"
 
 Auto Assembler Script
 // switch parser to lua
{$lua}
if syntaxcheck then return end -- don't run past this point when adding to table/editing
[ENABLE]
resultList = AOBScan("45 89 B4 1D 00 05 00 00")
lngt = resultList.getCount()
-- don't enable if failed to find aob
if not resultList then error("Failed to find AOB") end
bytes = {}
for x=0, lngt-1 do
 bytes[x] = readBytes(resultList[x],8, true) -- copy the original bytes as a table
 writeBytes(resultList[x], 0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90)
end
[DISABLE]
for x=0, lngt-1, 1 do
 writeBytes(resultList[x], bytes[x])
end
resultList.Destroy() -- no longer need the list so tell CE to free it
-- bytes memory is handled by lua and it'll free that for us
 
 
 
 
 Change of movupd [rsp+00000098],xmm1
 19265A4B030
 
 E4
 78
 02
 00
 00
 
 
 66
 0F
 11
 8C
 E4
 98
 00
 00
 00
 
 
 66
 0F
 11
 94
 E4
 
 
 
 Change of movupd [rsp+00000098],xmm1
 1915565919E
 
 E4
 78
 02
 00
 00
 
 
 66
 0F
 11
 8C
 E4
 98
 00
 00
 00
 
 
 66
 0F
 11
 94
 E4
 
 
 
 Change of mov edx,[r13+rbx+0000045C]
 191558C1BCA
 
 24
 80
 00
 00
 00
 
 
 41
 8B
 94
 1D
 5C
 04
 00
 00
 
 
 0F
 CA
 83
 FA
 00
 
 
 
 Change of mov edx,[r13+rbx+0000045C]
 191558C1CCF
 
 24
 80
 00
 00
 00
 
 
 41
 8B
 94
 1D
 5C
 04
 00
 00
 
 
 0F
 CA
 83
 FA
 00
 
 
 
 Change of mov edx,[r13+rbx+0000045C]
 191558C1EE5
 
 B0
 02
 00
 00
 03
 
 
 41
 8B
 94
 1D
 5C
 04
 00
 00
 
 
 0F
 CA
 83
 FA
 00
 
 
 
 Change of mov edx,[r13+rbx+0000045C]
 1915A213D18
 
 04
 00
 00
 0F
 CD
 
 
 41
 8B
 94
 1D
 5C
 04
 00
 00
 
 
 0F
 CA
 49
 89
 EB
 
 
 
 Change of mov edx,[r13+rbx+0000015C]
 1915A2A39E2
 
 C6
 8B
 5C
 24
 10
 
 
 41
 8B
 94
 1D
 5C
 01
 00
 00
 
 
 0F
 CA
 66
 0F
 10
 
 
 
 Change of mov edx,[r13+rbx+0000015C]
 1915A2A3B12
 
 C0
 F2
 0F
 12
 C0
 
 
 41
 8B
 94
 1D
 5C
 01
 00
 00
 
 
 0F
 CA
 83
 FD
 02
 
 
 
 Change of mov edx,[r13+rbx+0000015C]
 1915A2A41BD
 
 B0
 02
 00
 00
 03
 
 
 41
 8B
 94
 1D
 5C
 01
 00
 00
 
 
 0F
 CA
 39
 EE
 0F
 
 
 
 Change of mov edx,[r13+rbx+0000205C]
 1915A3288A3
 
 24
 80
 00
 00
00
 
 
 41
 8B
 94
 1D
 5C
 20
 00
 00
 
 
 0F
 CA
 83
 FA
 00
 
 
 
 Change of mov edx,[r13+rbx+0000705C]
 192658DB600
 
 05
 8B
 5C
 24
 7C
 
 
 41
 8B
 94
 1D
 5C
 70
 00
 00
 
 
 49
 89
 C6
 41
 0F
 
 
 
 Change of mov edx,[r13+rbx+00001A5C]
 192659056A0
 
 24
 80
 00
 00
 00
 
 
 41
 8B
 94
 1D
 5C
 1A
 00
 00
 
 
 0F
 CA
 BD
 00
 00
 
 
 
 Change of mov edx,[r13+rbx+0000705C]
 192659C5CC7
 
 05
 8B
 5C
 24
 7C
 
 
 41
 8B
 94
 1D
 5C
 70
 00
 00
 
 
 49
 89
 C6
 41
 0F
 
 
 
 Change of mov [r13+rbx+14],r14d
 1EB3761BE20
 
 89
 F6
 41
 0F
 CE
 
 
 45
 89
 74
 1D
 14
 
 
 89
 74
 24
 24
 4D
 
 
 
 Change of mov [r13+rbx+14],r14d
 1EB3763C447
 
 89
 F6
 41
 0F
 CE
 
 
 45
 89
 74
 1D
 14
 
 
 89
 74
 24
 24
 4D
 
 
 
 Change of mov [r13+rbx+14],r14d
 1EB376B34DD
 
 89
 F6
 41
 0F
 CE
 
 
 45
 89
 74
 1D
 14
 
 
 89
 74
 24
 24
 4D
 
 
 
 Change of mov [r13+rbx+14],r14d
 1EB3772AFDE
 
 89
 F6
 41
 0F
 CE
 
 
 45
 89
 74
 1D
 14
 
 
 89
 74
 24
 24
 BA
 
 
 
 Change of mov [r13+rbx+14],r14d
 1EB37752F49
 
 89
 F6
 41
 0F
 CE
 
 
 45
 89
 74
 1D
 14
 
 
 89
 74
 24
 24
 4D
 
 
 
 Change of mov [r13+rbx+14],r14d
 1EB3775D778
 
 89
 F6
 41
 0F
 CE
 
 
 45
 89
 74
 1D
 14
 
 
 89
 74
 24
 24
 41
 
 
 
 Change of mov [r13+rbx+14],r14d
 1EB3775D8E0
 
 89
 F6
 41
 0F
 CE
 
 
 45
 89
 74
 1D
 14
 
 
 89
 74
 24
 24
 B8
 
 
 
 Change of mov [r13+rbx+14],r14d
 1EB3777B553
 
 89
 F6
 41
 0F
 CE
 
 
 45
 89
 74
 1D
 14
 
 
 89
 74
 24
 24
 41
 
 
 
 Change of mov [r13+rbx+14],r14d
 1EB377D9372
 
 89
 F6
 41
 0F
 CE
 
 
 45
 89
 74
 1D
 14
 
 
 89
 74
 24
 24
 4D
 
 
 
 Change of mov [r13+rbx+14],r14d
 1EB37835C95
 
 89
 F6
 41
 0F
 CE
 
 
 45
 89
 74
 1D
 14
 
 
 89
 74
 24
 24
 4D
 
 
 
 Change of mov [r13+rbx+14],r14d
 1EB378902CF
 
 89
 F6
 41
 0F
 CE
 
 
 45
 89
 74
 1D
 14
 
 
 89
 74
 24
 24
 41
 
 
 
 Change of mov [r13+rbx+14],r14d
 1EB378EF04D
 
 89
 F6
 41
 0F
 CE
 
 
 45
 89
 74
 1D
 14
 
 
 89
 74
 24
 24
 4D
 
 
 
 Change of mov [r13+rbx+00000500],r14d
 176AF5E500B
 
 89
 D6
 41
 0F
 CE
 
 
 45
 89
 B4
 1D
 00
 05
 00
 00
 
 
 49
 89
 D6
 41
 0F
 
 
 
 Change of mov [r13+rbx+00000500],r14d
 18F4040559B
 
 89
 D6
 41
 0F
 CE
 
 
 45
 89
 B4
 1D
 00
 05
 00
 00
 
 
 89
 9C
 24
 80
 00
 
 
 
 Change of mov [r13+rdi+04],r14d
 1F46F44148E
 
 89
 F6
 41
 0F
 CE
 
 
 45
 89
 74
 3D
 04
 
 
 89
 74
 24
 34
 89

Teste o Premium para desbloquear

Aproveite todos os benefícios por 3 dias sem pagar! 😉
Já tem cadastro?

Continue navegando