Jump to content

Offline Shop Source Codes


Recommended Posts

ok,Today is our country's traditional festival, Chinese New Year!

so,this is my little gift.its coded by Roxaz,i bought it long time ago.dont worry just use it if you want.

have fun....

 

http://www.4shared.com/file/k4oipjMm/C4_OfflineShop.html

Link to comment
Share on other sites

work only for c4 server?

thx for share dude :)

 

I guess if you have enough Codding skills, you can do it, or even put it in more than 1 extender, but i doubt you have them, so downloading it will be something like, filling space in your hard drive for nothing.

 

Btw sandeagle, you got +1 karma for this share, for me its very helpful.

Link to comment
Share on other sites

I guess if you have enough Codding skills, you can do it, or even put it in more than 1 extender, but i doubt you have them, so downloading it will be something like, filling space in your hard drive for nothing.

 

Btw sandeagle, you got +1 karma for this share, for me its very helpful.

 

Such coding skills as opening the source and seeing clear plain text comments about hooks for dvamp exe and "native openpp" exe side by side?

 

 

Link to comment
Share on other sites

I guess if you have enough Codding skills, you can do it, or even put it in more than 1 extender, but i doubt you have them, so downloading it will be something like, filling space in your hard drive for nothing.

 

Btw sandeagle, you got +1 karma for this share, for me its very helpful.

 

+1 karma because it is something else you can sell and palm off as your own work?

Link to comment
Share on other sites

  • 3 weeks later...
  • 1 month later...
  • 2 months later...

nvm

 

 

ok,Today is our country's traditional festival, Chinese New Year!

so,this is my little gift.its coded by Roxaz,i bought it long time ago.dont worry just use it if you want.

have fun....

 

http://www.4shared.com/file/k4oipjMm/C4_OfflineShop.html

Link to comment
Share on other sites

  • 1 year later...
  • 2 months later...
  • 2 weeks later...

include windows.inc

 

 

 

.DATA

 

EXTRN ?CanSellItem@COfflineShop@@SA_NPEAVCItem@@@Z:PROC

.CODE

 

ManagePrivateStoreFilterHook proc

    mov rax, [rcx+30h]

    cmp dword ptr[rax+70h], 39h

    jnz @F

    ret

  @@:

    push rax

    push rcx

    sub rsp, 20h

    call ?CanSellItem@COfflineShop@@SA_NPEAVCItem@@@Z

    add rsp, 20h

    cmp rax, 0

    pop rcx

    pop rax

    ret

ManagePrivateStoreFilterHook endp

 

END

 

for compile im ML64

Link to comment
Share on other sites

  • 1 year later...
Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock