Results 1 to 4 of 4
  1. #1
    intervention61's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    285
    Reputation
    10
    Thanks
    875
    My Mood
    Cool

    asm mov dword to float??

    __asm
    {
    MOV EAX, DWORD PTR DS:[0x9FFBF4];
    mov DWORD PTR DS:[EAX+0x10], 90;

    }

    k, right, when used ingame it sets it some value like 1.23e-46 how do i make it set 90? (float).

  2. #2
    intervention61's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    285
    Reputation
    10
    Thanks
    875
    My Mood
    Cool
    oh nvm, had to use hex
    /solved

  3. #3
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,119
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    mov FLOAT PTR DS:[EAX+0x10], 90
    ??????

  4. #4
    Heartview's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    KY Cygni
    Posts
    9,202
    Reputation
    717
    Thanks
    2,890
    Question was answered so Closed.
    Texture Mods


    Obedear, the sky is low

Similar Threads

  1. ASM Tutorial Link
    By SpiderByte in forum Assembly
    Replies: 4
    Last Post: 08-19-2008, 12:35 PM
  2. [BUG] Ultimate Camping BUG-Glitch MOV!
    By apezwijn in forum WolfTeam Hacks
    Replies: 10
    Last Post: 11-18-2007, 08:10 PM
  3. Trade my UCE + OPK ASM code + My trainer for a retail code
    By Gamx100 in forum Trade Accounts/Keys/Items
    Replies: 4
    Last Post: 09-17-2007, 10:07 AM
  4. ASM in VB
    By Gamx100 in forum WarRock - International Hacks
    Replies: 7
    Last Post: 09-11-2007, 02:43 AM
  5. value from a float..?
    By kingkicker8 in forum WarRock - International Hacks
    Replies: 11
    Last Post: 07-01-2007, 12:12 PM