Page 3 of 3 FirstFirst 123
Results 31 to 37 of 37
  1. #31
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    Quote Originally Posted by zeco View Post
    of course i did =D Im not THAT dumb. But either way, even if it was a purchased version, how would Steam know as long as it was only in single player?
    You reply too quickly H4X!
    VAC is a bitch and will ban you from any game for playing minesweeper or trying to exit steam.
    Ah we-a blaze the fyah, make it bun dem!

  2. #32
    Matrix_NEO006's Avatar
    Join Date
    Feb 2008
    Gender
    male
    Posts
    240
    Reputation
    12
    Thanks
    33
    My Mood
    Lonely
    well it was something like sub [eax+ecx*4] , esb.
    at first i thought to not subtract it but it didnt work(mov [eax+ecx*4] , 1e // equals 30.)
    then i thought of the simple way of NOP 0x90= NOP so when i nop'ed it gave me 4 line of NOP and 1 like of other which i included up there.
    and ya it was 5e=pop esi.

  3. #33
    Matrix_NEO006's Avatar
    Join Date
    Feb 2008
    Gender
    male
    Posts
    240
    Reputation
    12
    Thanks
    33
    My Mood
    Lonely
    Quote Originally Posted by Hell_Demon View Post
    You reply too quickly H4X!
    VAC is a bitch and will ban you from any game for playing minesweeper or trying to exit steam.
    lol i can imagine
    STEAM: Why the fuck did u click on the exit button. BANNED!!!

  4. #34
    zeco's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Canada
    Posts
    683
    Reputation
    12
    Thanks
    78
    My Mood
    Cynical
    Quote Originally Posted by Matrix_NEO006 View Post
    well it was something like sub [eax+ecx*4] , esb.
    at first i thought to not subtract it but it didnt work(mov [eax+ecx*4] , 1e // equals 30.)
    then i thought of the simple way of NOP 0x90= NOP so when i nop'ed it gave me 4 line of NOP and 1 like of other which i included up there.
    and ya it was 5e=pop esi.
    Hmm when i was playing with it atleast, the pop esi was independent of the sub [eax+ecx*4*4], esb Anyway.

    Oh yeah. what do the square brackets indicate? I have a vague idea but elaborate please?

  5. #35
    Matrix_NEO006's Avatar
    Join Date
    Feb 2008
    Gender
    male
    Posts
    240
    Reputation
    12
    Thanks
    33
    My Mood
    Lonely
    i think its used to add addresses dont know exactly.
    but reference address to 004c21ed is: [eax+ecx*4*4]

  6. #36
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    the brackets are pointers
    push eax; means push eax
    push [eax]; means push whatever eax points to
    Ah we-a blaze the fyah, make it bun dem!

  7. #37
    zeco's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Canada
    Posts
    683
    Reputation
    12
    Thanks
    78
    My Mood
    Cynical
    Quote Originally Posted by Hell_Demon View Post
    the brackets are pointers
    push eax; means push eax
    push [eax]; means push whatever eax points to
    Yeah i realized now. Actually yesterday i ended up learning A LOT of assembly =D One thing annoys me though

    the fact that you can't do this

    [php]
    mov eax, ecx + 500h
    [/php]

    You can do it if you are using the 500h as an offset, and its going to be a dereferenced pointer value, but you can't do it if you just want to have 500h added to ecx whenever that comment is called. You'd have to do like this
    [php]
    push ecx
    add ecx, 500h
    mov eax, ecx
    pop ecx
    [/php]

Page 3 of 3 FirstFirst 123

Similar Threads

  1. [tut] unlimited ammo
    By crimetime in forum WarRock - International Hacks
    Replies: 39
    Last Post: 06-29-2007, 03:14 PM
  2. [Tutorial] Unlimited Ammo
    By Spoking in forum WarRock - International Hacks
    Replies: 10
    Last Post: 06-02-2007, 09:17 AM
  3. Tutorial of unlimited ammo, and the God Mode
    By Scottsmith in forum WarRock - International Hacks
    Replies: 22
    Last Post: 05-22-2007, 05:16 AM
  4. help unlimited ammo
    By timtomo in forum WarRock - International Hacks
    Replies: 7
    Last Post: 05-06-2007, 11:38 AM
  5. Unlimited Ammo via Cheat Engine?
    By vega in forum WarRock - International Hacks
    Replies: 9
    Last Post: 11-18-2006, 08:59 PM

Tags for this Thread