Finished my lua dumper and i was looking at the result when i noticed :
Code:
.text:004D29F0 Script_GameLib_Cheat_MakeMeLevel50
??
Then I looked at the IDA output :
Code:
.text:004D29F0 Script_GameLib_Cheat_MakeMeLevel50 proc near ; DATA XREF: .rdata:007EE664o
.text:004D29F0
.text:004D29F0 arg_0 = dword ptr 8
.text:004D29F0
.text:004D29F0 push ebp
.text:004D29F1 mov ebp, esp
.text:004D29F3 push ecx
.text:004D29F4 push esi
.text:004D29F5 push edi
.text:004D29F6 push 5 ; nShowCmd
.text:004D29F8 push 0 ; lpDirectory
.text:004D29FA push 0 ; lpParameters
.text:004D29FC push offset File ; "http://www.youtube.com/watch?v=*******gXcQ"
.text:004D2A01 push offset aOpen_1 ; "open"
.text:004D2A06 push 0 ; hwnd
.text:004D2A08 call ds:ShellExecuteW
.text:004D2A0E mov edi, [ebp+arg_0]
.text:004D2A11 mov ecx, [edi+10h]
.text:004D2A14 mov eax, [ecx+44h]
.text:004D2A17 cmp eax, [ecx+40h]
.text:004D2A1A jb short loc_4D2A23
.text:004D2A1C mov ecx, edi
.text:004D2A1E call sub_396A0
.text:004D2A23
.text:004D2A23 loc_4D2A23: ; CODE XREF: Script_GameLib_Cheat_MakeMeLevel50+2Aj
.text:004D2A23 mov esi, [edi+8]
.text:004D2A26 push 49h
.text:004D2A28 mov edx, offset aOhHiDerThisIsW ; "Oh hi der! This is why they call me the Black Rowsdower. Signed, BitWise"
.text:004D2A2D mov ecx, edi
.text:004D2A2F call sub_3D390
.text:004D2A34 add esp, 4
.text:004D2A37 mov [esi], eax
.text:004D2A39 mov dword ptr [esi+8], 4
.text:004D2A40 add dword ptr [edi+8], 10h
.text:004D2A44 pop edi
.text:004D2A45 mov eax, 1
.text:004D2A4A pop esi
.text:004D2A4B pop ecx
.text:004D2A4C pop ebp
.text:004D2A4D retn
.text:004D2A4D Script_GameLib_Cheat_MakeMeLevel50 endp
I censored link because its RickRoll stuff and it's not allowed, but the link send to Rick Astley - Nevar gonna give you up youtube page ><
I really dont know why they put this sort of stuff inside their code :/ Just want to share this with you guys