Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- OpenProcess("Roblox")
- autoAssemble([[
- alloc(mem,1000)
- alloc(newmem,1000)
- alloc(callfunc,1000)
- label(mem1)
- label(newmem1)
- label(callfunc1)
- registerSymbol(mem1)
- registerSymbol(newmem1)
- registerSymbol(callfunc1)
- mem:
- mem1:
- mov edx,newmem1
- mov ecx,[eax]
- mov [edx],ecx
- mov ecx,[eax+04]
- mov [edx+04],ecx
- mov ecx,[eax+08]
- mov [edx+08],ecx
- mov ecx,[eax+0C]
- mov [edx+0C],ecx
- mov eax,[ebp+08]
- add esp,10
- jmp "RobloxPlayerBeta.exe"+75EBD4
- newmem:
- newmem1:
- callfunc:
- callfunc1:
- lea eax,[eax+08]
- mov eax,"RobloxPlayerBeta.exe"+75EBB0
- call eax
- mov eax,[ebp+08]
- jmp "RobloxPlayerBeta.exe"+3B192C
- "RobloxPlayerBeta.exe"+75EBCE:
- jmp mem
- nop
- "RobloxPlayerBeta.exe"+3B1926:
- jmp callfunc
- nop
- ]])
- sleep(100)
- local Ip = readString(getAddress("newmem1"), 15)
- if (Ip ~= nil) then
- sleep(100)
- autoAssemble([[
- dealloc(mem)
- dealloc(newmem)
- dealloc(callfunc)
- "RobloxPlayerBeta.exe"+75EBCE:
- mov eax,[ebp+08]
- add esp,10
- "RobloxPlayerBeta.exe"+3B1926:
- call dword ptr [eax+08]
- mov eax,[ebp+08]
- ]])
- showMessage("Server IP: " .. Ip)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement