| View previous topic :: View next topic |
| Author |
Message |
ZenX Grandmaster Cheater Supreme
Reputation: 1
Joined: 26 May 2007 Posts: 1021 Location: ">>Pointer<<" : Address 00400560 Offset :1FE
|
|
| Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Mon Dec 24, 2007 12:58 pm Post subject: |
|
|
Dark Byte
_________________
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
|
| Back to top |
|
 |
Doomedone Newbie cheater
Reputation: 0
Joined: 23 Dec 2007 Posts: 14
|
Posted: Mon Dec 24, 2007 3:09 pm Post subject: |
|
|
...Huh ?
i did not totally understand that ?
grammer people, it makes the difference between
bruce helped his dad, jack, off the horse
|
|
| Back to top |
|
 |
samuri25404 Grandmaster Cheater
Reputation: 7
Joined: 04 May 2007 Posts: 955 Location: Why do you care?
|
Posted: Mon Dec 24, 2007 5:40 pm Post subject: |
|
|
| Doomedone wrote: | ...Huh ?
i did not totally understand that ?
grammer people, it makes the difference between
bruce helped his dad, jack, off the horse :P |
Ahahahaa, good one.
In Latin (probably in other languages too, I just take Latin for school), grammar makes the difference between
John threw the ball.
and
The ball threw John.
Edit:
Looks like Delphi.Net;
.Net:
| Code: |
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Threading;
using System.IO;
using System.Text;
using System.Diagnostics;
using System.Data;
using System.Data.SqlClient;
using System.Xml;
|
Delphi:
| Code: |
FoundValue1:Array of Byte;
FoundValue1switch:Array of Byte;
|
(Notice the colon indicating its type)
_________________
|
|
| Back to top |
|
 |
ZenX Grandmaster Cheater Supreme
Reputation: 1
Joined: 26 May 2007 Posts: 1021 Location: ">>Pointer<<" : Address 00400560 Offset :1FE
|
Posted: Mon Dec 24, 2007 7:42 pm Post subject: |
|
|
it is a mere joke....
This is a C# Based Engine that i have pieced together.
Still in progress.
Samuri add this to our .NET Engine files
_________________
CEF Moderator since 2007 ^_^
ZenX-Engine |
|
| Back to top |
|
 |
samuri25404 Grandmaster Cheater
Reputation: 7
Joined: 04 May 2007 Posts: 955 Location: Why do you care?
|
Posted: Mon Dec 24, 2007 7:51 pm Post subject: |
|
|
Duuuuuude
That's Delphi
I've got VS '05, but that only has C#, VB, C++ and J#.
Convert it to C#--it shouldn't be that hard.
Also, I'm almost there for my dll--stupid relative addies.
Edit:
Why the hell do you have XML and SQL in there?
_________________
|
|
| Back to top |
|
 |
Flyte Peanuts!!!!
Reputation: 6
Joined: 19 Apr 2006 Posts: 1887 Location: Canada
|
Posted: Mon Dec 24, 2007 11:19 pm Post subject: |
|
|
| Eww, a .Net memory scanner. Do you guys even realize how long it will take the program to scan large amounts of memory? It simply isn't worth it. But if you are set on making this thing I seriously recommend sticking any memory intensive functions in a separate dll made in C or ASM.
|
|
| Back to top |
|
 |
Thlump Grandmaster Cheater
Reputation: 0
Joined: 26 Aug 2007 Posts: 964 Location: 206.51.226.121
|
Posted: Mon Dec 24, 2007 11:40 pm Post subject: |
|
|
So is this going to be another next generation engine just like VBCE? Also I wonder if some functions are only available in certain languages. For example function A is only available in Delphi, function X is only available in C#.
_________________
| Symbol wrote: | LOL!
Then its not a UCE, its UWF. (Undetected Windows Form. WITH BUTTONS! ) |
|
|
| Back to top |
|
 |
Flyte Peanuts!!!!
Reputation: 6
Joined: 19 Apr 2006 Posts: 1887 Location: Canada
|
Posted: Mon Dec 24, 2007 11:47 pm Post subject: |
|
|
| Thlump wrote: | | For example function A is only available in Delphi, function X is only available in C#. |
They are both present in C.
|
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Tue Dec 25, 2007 12:33 am Post subject: |
|
|
So Zenx says it's C#, samuri says it's Delphi.
| Quote: | This is a C# Based Engine that i have pieced together.
Still in progress. |
what the shit, i'm too lazy to download it right now, so lets just see where this goes
|
|
| Back to top |
|
 |
ZenX Grandmaster Cheater Supreme
Reputation: 1
Joined: 26 May 2007 Posts: 1021 Location: ">>Pointer<<" : Address 00400560 Offset :1FE
|
|
| Back to top |
|
 |
sponge I'm a spammer
Reputation: 1
Joined: 07 Nov 2006 Posts: 6009
|
Posted: Tue Dec 25, 2007 12:28 pm Post subject: |
|
|
Lol .net CE. i agree with flyte.
_________________
|
|
| Back to top |
|
 |
samuri25404 Grandmaster Cheater
Reputation: 7
Joined: 04 May 2007 Posts: 955 Location: Why do you care?
|
Posted: Wed Dec 26, 2007 2:31 pm Post subject: |
|
|
Yeah, I know that Zen, that's why I said it was .NET.
However, C# does not declare value types with colons. It's just that simple.
| Flyte wrote: | | Eww, a .Net memory scanner. Do you guys even realize how long it will take the program to scan large amounts of memory? It simply isn't worth it. But if you are set on making this thing I seriously recommend sticking any memory intensive functions in a separate dll made in C or ASM. |
Yeah, I knew it would take a hell of a long time. Thanks for the suggestion, I think I'll play around with some C (I know a bit already, and not just from C#).
_________________
|
|
| Back to top |
|
 |
|