| View previous topic :: View next topic |
| Author |
Message |
darkjack613 How do I cheat?
Reputation: 0
Joined: 02 Sep 2009 Posts: 0
|
Posted: Fri Feb 05, 2010 11:52 pm Post subject: about CE Delphi Code Convert Vb.net |
|
|
Excuse me, ask everyone that this code
===
type topcode=record
mnemonic: string;
opcode1,opcode2: textraopcode;
paramtype1,paramtype2,paramtype3: tparam;
bytes:byte;
bt1,bt2,bt3: byte;
end;
const opcodecount=1036;
const opcodes: array [1..opcodecount] of topcode =(
{ok} (mnemonic:'AAA';opcode1:eo_none;paramtype1:par_noparam;bytes:1;bt1:$37),
{ok} (mnemonic:'AAD';opcode1:eo_none;paramtype1:par_noparam;bytes:2;bt1:$d5;bt2:$0a),
===
How to convert VB.net?
thx
|
|
| Back to top |
|
 |
iPromise Grandmaster Cheater
Reputation: -1
Joined: 27 Jun 2009 Posts: 529 Location: Canada
|
Posted: Sat Feb 20, 2010 11:08 am Post subject: |
|
|
Hmm,
| Code: |
Dim mnemonic As String
Dim opcode1, opcode2 As Long
Dim paramtype1, paramtype2, paramtype3 As Long
Dim Bytes as Byte
Dim bt1, bt2, bt3 AS Byte
Dim opcodecount = 1036
|
The rest I don't think you can do much with considering VB sucks and isn't a strong language. Move on to C++, take my advice and word for it. C++ is one of the best languages.
|
|
| Back to top |
|
 |
Fendaril Cheater
Reputation: 0
Joined: 08 Nov 2009 Posts: 27
|
Posted: Sun Feb 21, 2010 6:22 pm Post subject: |
|
|
| Should have said c#. He can import native functions.Lawl.
|
|
| Back to top |
|
 |
Anden100 Grandmaster Cheater
Reputation: 0
Joined: 20 Apr 2007 Posts: 668
|
Posted: Mon Feb 22, 2010 3:37 am Post subject: |
|
|
| iPromise wrote: | | The rest I don't think you can do much with considering VB sucks and isn't a strong language. Move on to C++, take my advice and word for it. C++ is one of the best languages. |
C# is a perfectly fine language -.-, yes, it does have limitations compared to C, but most of those limitations you can get around...
|
|
| Back to top |
|
 |
|