[RELEASE] A Simple DLL Source

Learn or Teach General Knowledge Related to Coding or Hacking

Moderators: g3nuin3, SpeedWing, WhiteHat, mezzo

[RELEASE] A Simple DLL Source

Postby ravenflyer » Sat Mar 29, 2008 4:58 am

To the beginners in C++ it a source of one dll, to you get started in this "world".

In the source I put some Observations. Enjoy.

http://rapidshare.com/files/103138086/COD1.5_Example.rar.html

Oh the credit is of an guy from MPC Forum :P
But i made a little modification u.u
I'm playing Risk Your Life for while :)
User avatar
ravenflyer
Been Around
 
Posts: 270
Joined: Tue Mar 18, 2008 4:51 am

Postby mezzo » Sat Mar 29, 2008 7:17 am

[moved to knowledge base]

Code submission is for LSS code.
- No thanks, I already have a penguin -
User avatar
mezzo
El Mariachi
 
Posts: 739
Joined: Mon Apr 30, 2007 10:27 pm
Location: Antwerp

Re: [RELEASE] A Simple DLL Source

Postby tiduswong » Tue Apr 22, 2008 10:13 pm

ravenflyer wrote:To the beginners in C++ it a source of one dll, to you get started in this "world".

In the source I put some Observations. Enjoy.

http://rapidshare.com/files/103138086/COD1.5_Example.rar.html

Oh the credit is of an guy from MPC Forum :P
But i made a little modification u.u



not get wad u saying
ImageImage
Image
Image
Image
Image
Image

Nice? No glue or any thing normal build it up using a pair of hand. vvv
ImageImage

I'm not a leecher and not gonna be 1 of it noob!!!

Skill and Hack is the best!^^

Sorry For My Bad Memory =.=

Tidus.W

L. Spiro wrote:bummybum, stop spamming/making useless posts.



L. Spiro
tiduswong
Probably Popular
 
Posts: 1296
Joined: Sat Mar 01, 2008 2:31 am
Location: between heaven and hell

Postby shinnsohai » Wed Apr 23, 2008 1:08 pm

Raven.. it just a dll? how to make script... i willing to learn C++ what website u read can gv example? me use http://www.cprogramming.com/ i not fully understand what its wrote :lol:
-šнιηηšσнαι-
User avatar
shinnsohai
n00b
 
Posts: 973
Joined: Mon Feb 18, 2008 7:31 pm
Location: l_ A /\/ G l< A \/\/ I

Postby Oggy » Thu Oct 15, 2009 6:00 pm

Hi, this may not be useful. But here is my simple DLL source code.
It may not work as I can't test right now, but it should.

Code: Select all
; ** BASIC dll source.
ProcedureDLL CallMessageBox()
    MessageBox(0,"Title","Hello World"+Chr(13)+"This is a DLL Source code in BASIC!",#MB_OK)
  EndProcedure

  If OpenLibrary(0, "myDLL.dll")
    CallFunction(0, "CallMessageBox")
    CloseLibrary(0)
  EndIf

Hope this helps, even if I did it wrong. Been awhile since I fooled with BASIC.
Oggy
I Have A Few Questions
 
Posts: 3
Joined: Thu Oct 15, 2009 5:47 pm


Return to Knowledge Base

Who is online

Users browsing this forum: No registered users and 0 guests

cron