GamerzPlanet - For All Your Online Gaming Needs!!

Go Back   GamerzPlanet - For All Your Online Gaming Needs!! > ijji Games > Gunz Online > Gunz Hacks/Bots Discussion

Gunz Hacks/Bots Discussion Gunz Hacks/Bots Discussion only. No begging.



Problem with .dll creation (prefer lone222 to look at it)

Gunz Hacks/Bots Discussion


Reply
 
Thread Tools Display Modes
Old 08-24-2008, 08:46 AM   #1
Registered User
 
Last Online: Today 06:49 AM
Join Date: Feb 2008
Location: Somewhere o.o
Posts: 120
Thanks: 46
Thanked 5 Times in 5 Posts
haloistaken101 is on a distinguished road
iTrader: 0 / 0%
Points: 14,845.67
Bank: 0.00
Total Points: 14,845.67
Post Problem with .dll creation (prefer lone222 to look at it)

Ok guyz,

here's the link: [Only registered and activated users can see links. ]

Okay, lone u posted a vid about how i can be able to create a simple .dll file.

Now, my only problem about it that im getting confused is this:

In Lone222's tutorial, he puts "//"(w/o commas) and then types the functions/or explains and then he writes in codes...if u do not undderstand what im saying im going to show u an example:


//Now that we have this done, let's make a simple DLL loop that will be started when it's injecting

void DLL ()
{

while(1) //To go on Forever / until gunz closes
{

So basically im GUESSING that where he put // he's explaining things and the lines w.o // is the code?

Ps-Do not Flame me or cal me a jerk b/c im a "newb" to .dll creating and im gonna be a pro at it >.> someday...

Would like if Lone222 read this coz he's the one who can answer this straight up coz he made the tutorial

i posted the tutorial for those lazy nabs...xD! u have to click on the HTML document to view the tutorial b/c Lone is pro like that :D
Attached Files
File Type: zip 1337DLL.zip (2.35 MB, 9 views)
haloistaken101 is offline   Reply With Quote
Sponsored Links
Old 08-24-2008, 09:01 AM   #2
Registered User
 
Last Online: 12-01-2008 03:54 PM
Join Date: Nov 2005
Location: Uh..Ottawa? Old GzP Member..Original Post Count: 800
Age: 20
Posts: 502
Thanks: 0
Thanked 1,633 Times in 92 Posts
Sean is on a distinguished road
iTrader: 0 / 0%
Points: 35,139.99
Bank: 0.00
Total Points: 35,139.99
Re: Problem with .dll creation (prefer lone222 to look at it)

omg...WRITE THE CODE YOURSELF...stop copy pasting his exact code into your DLL...ffs...you don't learn anything if you do that.

You are basically writing a dll in C++ without KNOWING the language. That is the most ridiculous thing I've ever heard.

Step back. Go learn C++. Go debug Gunz. Write the DLL yourself.

I code in pure asm so gladly this "washed up code crap" isn't an issue for me.
Sean is offline   Reply With Quote
Old 08-24-2008, 09:05 AM   #3
Registered User
 
Last Online: Today 06:49 AM
Join Date: Feb 2008
Location: Somewhere o.o
Posts: 120
Thanks: 46
Thanked 5 Times in 5 Posts
haloistaken101 is on a distinguished road
iTrader: 0 / 0%
Points: 14,845.67
Bank: 0.00
Total Points: 14,845.67
Re: Problem with .dll creation (prefer lone222 to look at it)

Omg Sean...i am learning c++ but this tutorial Lone posted is my facking example so i get a facking answer on how to facking do it and some facking experience geez...IM NOT COPYING HIS CODE, im using it for practice...
haloistaken101 is offline   Reply With Quote
Old 08-24-2008, 09:07 AM   #4
Registered User
 
Last Online: 11-26-2008 06:31 AM
Join Date: Jan 2007
Posts: 342
Thanks: 27
Thanked 25 Times in 20 Posts
frenchfatcat is an unknown quantity at this point
iTrader: 0 / 0%
Points: 6,329.16
Bank: 0.00
Total Points: 6,329.16
Re: Problem with .dll creation (prefer lone222 to look at it)

Quote:
Originally Posted by Sean View Post
omg...WRITE THE CODE YOURSELF...stop copy pasting his exact code into your DLL...ffs...you don't learn anything if you do that.

You are basically writing a dll in C++ without KNOWING the language. That is the most ridiculous thing I've ever heard.

Step back. Go learn C++. Go debug Gunz. Write the DLL yourself.

I code in pure asm so gladly this "washed up code crap" isn't an issue for me.
GTFO!

he asked for lones help,
frenchfatcat is offline   Reply With Quote
Old 08-24-2008, 09:28 AM   #5
Super Penguin
 
]V[irage's Avatar
 
Last Online: Today 02:38 AM
Join Date: Dec 2007
Location: Look Up
Age: 19
Posts: 299
Thanks: 29
Thanked 1,567 Times in 62 Posts
]V[irage is an unknown quantity at this point
iTrader: 0 / 0%
Points: 83,263.55
Bank: 30,956.24
Total Points: 114,219.79
     
Xfire mirageofpenguins
Re: Problem with .dll creation (prefer lone222 to look at it)

Uhhhhhh
You should take sean's advice... though he didn't have to be a douchepuff about it.

The // are comments. I'm assuming that answers your question?
They aren't actual parts of the dll, but they exist in the source.
So right next to the while(1) loop, lone is just explaining what it does.
]V[irage is offline   Reply With Quote
Old 08-24-2008, 11:16 AM   #6
Registered User
 
Last Online: 11-23-2008 02:28 PM
Join Date: Jan 2008
Age: 19
Posts: 228
Thanks: 77
Thanked 112 Times in 35 Posts
arkansasbudz is on a distinguished road
iTrader: 0 / 0%
Points: 8,392.49
Bank: 0.00
Total Points: 8,392.49
Re: Problem with .dll creation (prefer lone222 to look at it)

exactly " // " voids stuff out so you can write a comment or a reference to something and the // makes it not try to load it as part of the code. the "//" in C++ is equivelent to the " ' " in VB
__________________
arkansasbudz is offline   Reply With Quote
Old 08-24-2008, 03:18 PM   #7
Registered User
 
Last Online: 12-01-2008 05:06 PM
Join Date: Sep 2006
Location: B.C., Canada
Age: 15
Posts: 116
Thanks: 25
Thanked 27 Times in 23 Posts
Seudieu is on a distinguished road
iTrader: 0 / 0%
Points: 9,653.86
Bank: 0.00
Total Points: 9,653.86
Re: Problem with .dll creation (prefer lone222 to look at it)

LOL

Hahaa Mirage I remember you, you're that fag that kept lawnmower'ing me when I was trying to talk to lone, xD.

O yea btw, I'm surprised lone (whos 14 years old..) knows C++ at that age. Both my parent are computer software developers and they seem to labor over learning all the computer languages. However, they both need to know like 9 so meh.

Seuldieu (heh Mirage you and Zentaki phail in comparision to lone222)
Seudieu is offline   Reply With Quote
Old 08-24-2008, 03:45 PM   #8
I LIKE PIE/PINK!!!!!!!
 
Last Online: 11-29-2008 11:02 AM
Join Date: Mar 2008
Age: 16
Posts: 660
Thanks: 78
Thanked 534 Times in 73 Posts
J4S0NSZ is on a distinguished road
iTrader: 1 / 100%
Points: 12,461.17
Bank: 0.00
Total Points: 12,461.17
Re: Problem with .dll creation (prefer lone222 to look at it)

Age doesnt matter =]

Back to topic anyway,

the // are comments i think so when a programmer looks into the source code, he knows what hes looking into.

Just ignore it =D unless u need to know what it does.

Quote:
void DLL ()
{

while(1)
{
Thats the code

Quote:

//To go on Forever / until gunz closes

//Now that we have this done, let's make a simple DLL loop that will be started when it's injecting
Thats the comment i believe

Last edited by J4S0NSZ; 08-24-2008 at 03:49 PM.. Reason: mistakes
J4S0NSZ is offline   Reply With Quote
Old 08-24-2008, 06:22 PM   #9
Registered User
 
Last Online: 12-01-2008 03:54 PM
Join Date: Nov 2005
Location: Uh..Ottawa? Old GzP Member..Original Post Count: 800
Age: 20
Posts: 502
Thanks: 0
Thanked 1,633 Times in 92 Posts
Sean is on a distinguished road
iTrader: 0 / 0%
Points: 35,139.99
Bank: 0.00
Total Points: 35,139.99
Re: Problem with .dll creation (prefer lone222 to look at it)

Quote:
Originally Posted by Seudieu View Post
LOL

Hahaa Mirage I remember you, you're that fag that kept lawnmower'ing me when I was trying to talk to lone, xD.

O yea btw, I'm surprised lone (whos 14 years old..) knows C++ at that age. Both my parent are computer software developers and they seem to labor over learning all the computer languages. However, they both need to know like 9 so meh.

Seuldieu (heh Mirage you and Zentaki phail in comparision to lone222)
If you even took the time to look at Lone's code you would see that it's poorly written and inefficient. Not to mention that it's just washed up code of older Gunz hacks written by hackers such as OWS (go and compare the code Lone222 publicized and the code OWS publicized - they are just about identical). Sure he understands the code in the hacks (because it's been re-used countless number of times and is applicable directly Gunz, the game that he's hacking) but have you seen him code hacks for any other games? The answer is no. A real game hacker doesn't stick to one game, rather they hack multiple games - it shows diversity. My view is that he just re-using old C++ code and updating the offsets and adding a few tidbits here and there thus he has no need to expand on his programming knowledge. That isn't impressive for my standards. I find it a shame that almost all Gunz hacks written in C++ appear to come from one source..it just shows that people would rather leech code and modify it slightly than to learn the language fully themselves and code the hacks from scratch. There's no better way to learn and improve then to code a hack yourself. If problems were to occur in the future (due to patching for example) then you would stand in a better position for "un-patching" your hack because you coded it from scratch and understand every bit of your code thoroughly than would someone who just took someone elses source code, updated the offsets and added a few bits of code here and there.

Last edited by Sean; 08-24-2008 at 06:27 PM..
Sean is offline   Reply With Quote
Old 08-24-2008, 08:02 PM   #10
Registered User
 
Last Online: 11-29-2008 06:45 PM
Join Date: Jul 2007
Posts: 89
Thanks: 27
Thanked 12 Times in 8 Posts
donzqwijn is on a distinguished road
iTrader: 0 / 0%
Points: 6,916.23
Bank: 0.84
Total Points: 6,917.07
Re: Problem with .dll creation (prefer lone222 to look at it)

Quote:
Originally Posted by Sean View Post
If you even took the time to look at Lone's code you would see that it's poorly written and inefficient. Not to mention that it's just washed up code of older Gunz hacks written by hackers such as OWS (go and compare the code Lone222 publicized and the code OWS publicized - they are just about identical). Sure he understands the code in the hacks (because it's been re-used countless number of times and is applicable directly Gunz, the game that he's hacking) but have you seen him code hacks for any other games? The answer is no. A real game hacker doesn't stick to one game, rather they hack multiple games - it shows diversity. My view is that he just re-using old C++ code and updating the offsets and adding a few tidbits here and there thus he has no need to expand on his programming knowledge. That isn't impressive for my standards. I find it a shame that almost all Gunz hacks written in C++ appear to come from one source..it just shows that people would rather leech code and modify it slightly than to learn the language fully themselves and code the hacks from scratch. There's no better way to learn and improve then to code a hack yourself. If problems were to occur in the future (due to patching for example) then you would stand in a better position for "un-patching" your hack because you coded it from scratch and understand every bit of your code thoroughly than would someone who just took someone elses source code, updated the offsets and added a few bits of code here and there.

Or lone sticked to gunz because thats the only game he/she plays.

Also, It might be this identical because it is the easiest way to write a dll.
just like when visiting your neighbour you walk straight to their house, not walk to the other side of the planet first
donzqwijn is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

All times are GMT +1. The time now is 01:03 AM.


Powered by: vBulletin
Copyright ©2008, GamerzPlanet.Net
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
Network: GamerzPlanet | ForumzPlanet | GzPUpload | GzPArcade | GzP Host | Australian Poker | Watch Desperate Housewives | Visits: