Request: More Info about Memory Writing menu

User Tag List

Results 1 to 13 of 13
  1. #1
    Lindoz12's Avatar Member
    Reputation
    19
    Join Date
    Apr 2007
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Request: More Info about Memory Writing

    Hey, seems like i dont know much 'bout memory editing...

    I tried to hack MSN for nudges, it worked... I made it loop with the address and teh value as 1(able to nudge, 0 unable) but now when it comes to WoW i dont seem to get a thing, first off: all i know about FLOAT is that it is a DECIMAL, nothing more... How would i do if i want 008D6080 with the value 3237909464 to make it to 3247909464(he'll jump higher) It's to long it sais, and doesnt this mean that when it REACHED 3247909464 it will do something...
    How would i do if i want to change my jumping height to 3247909464? Please give me a small code snippet

    Thanks , Lindoz


    Also, would it be possible to nop walls so i can wallhack? Please, im new at memory writing, not c++

    Request: More Info about Memory Writing
  2. #2
    kynox's Avatar Account not activated by Email
    Reputation
    830
    Join Date
    Dec 2006
    Posts
    888
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Also, would it be possible to nop walls so i can wallhack? Please, im new at memory writing, not c++

    Nothing to it!

    Also, if you knew what a float is (floating point number) you would know that
    3237909464 is not a float, and you're reading it wrong.

  3. #3
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Lindoz12 View Post
    Hey, seems like i dont know much 'bout memory editing...

    I tried to hack MSN for nudges, it worked... I made it loop with the address and teh value as 1(able to nudge, 0 unable) but now when it comes to WoW i dont seem to get a thing, first off: all i know about FLOAT is that it is a DECIMAL, nothing more... How would i do if i want 008D6080 with the value 3237909464 to make it to 3247909464(he'll jump higher) It's to long it sais, and doesnt this mean that when it REACHED 3247909464 it will do something...
    How would i do if i want to change my jumping height to 3247909464? Please give me a small code snippet

    Thanks , Lindoz


    Also, would it be possible to nop walls so i can wallhack? Please, im new at memory writing, not c++
    Holy crap batman! So much fail in a single post.

    SHIELD YOUR EYES! THE GOGGLES! THEY DO NOTHING!

  4. #4
    Lindoz12's Avatar Member
    Reputation
    19
    Join Date
    Apr 2007
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Chaz, that didnt help at all...

    knox, i know its not a decimal, but the decilmail is even longer than that number, so i wouldnt fit either....

  5. #5
    kynox's Avatar Account not activated by Email
    Reputation
    830
    Join Date
    Dec 2006
    Posts
    888
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Lindoz12 View Post
    Chaz, that didnt help at all...

    knox, i know its not a decimal, but the decilmail is even longer than that number, so i wouldnt fit either....
    You're doing it wrong >_> Its default value is -7.

    How are you not getting this?

  6. #6
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Lindoz12 View Post
    Chaz, that didnt help at all...

    knox, i know its not a decimal, but the decilmail is even longer than that number, so i wouldnt fit either....
    Please see my first reply and apply it again to your current post.

  7. #7
    KuRIoS's Avatar Admin
    Authenticator enabled
    Reputation
    2982
    Join Date
    Apr 2006
    Posts
    9,804
    Thanks G/R
    349/296
    Trade Feedback
    9 (100%)
    Mentioned
    3 Post(s)
    Tagged
    1 Thread(s)
    "Up and At them!"
    "No, Up and Atom"
    "Up and At them!"
    "Up and Atom!"
    "Up and At Them!"

    MY EYES! THE GOGGLES DO NOTHING.

  8. #8
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KuRIoS View Post
    "Up and At them!"
    "No, Up and Atom"
    "Up and At them!"
    "Up and Atom!"
    "Up and At Them!"

    MY EYES! THE GOGGLES DO NOTHING.

    Drunk again?

  9. #9
    Lindoz12's Avatar Member
    Reputation
    19
    Join Date
    Apr 2007
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    kynox, the code is something like -7.838463847, could i just change the value to -18 and itll jump higher? ?+ repped

  10. #10
    Lindoz12's Avatar Member
    Reputation
    19
    Join Date
    Apr 2007
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I added cout << "Injection found...";
    WriteProcessMemory(phandle,(LPVOID)address, (LPVOID) &newvalue, 4, 0);
    cout << "Injection Complete...";
    to debug it but it didnt appear! Thats the problem? My hack for MSN worked tho but not WoW:S It only appeared World of Warcraft found...


    hwnd = FindWindow(NULL, "World of Warcraft");

    if (hwnd != 0)
    {
    cout << "World of Warcraft found...";
    GetWindowThreadProcessId(hwnd, &pid);
    phandle = OpenProcess(PROCESS_ALL_ACCESS, 0, pid);
    }
    else
    {
    Sleep(500);
    main();
    }
    if(phandle != 0)
    {
    while(true)
    {

  11. #11
    Xarg0's Avatar Member
    Reputation
    61
    Join Date
    Jan 2008
    Posts
    389
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    you need debug privileges and then use VirtualProtectEx() to change to protection of the memory location, then write your new value and change the protection back to it's previous value.
    If you don't understand this, take look at microsoft windows api reference.
    I hacked 127.0.0.1

  12. #12
    spreech's Avatar Active Member
    Reputation
    64
    Join Date
    Mar 2007
    Posts
    99
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i knew there we some guide for memory editing on here?

    Can anyone link them?

    Pretty Please xx

  13. #13
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xarg0 View Post
    you need debug privileges and then use VirtualProtectEx() to change to protection of the memory location, then write your new value and change the protection back to it's previous value.
    If you don't understand this, take look at microsoft windows api reference.

    This man knows what he's talking about.

Similar Threads

  1. New Post Tag Request, Injection/No Injection, Memory Write, Mouse Hook
    By trendkilla254 in forum WoW Bots Questions & Requests
    Replies: 3
    Last Post: 11-16-2014, 05:25 AM
  2. Requesting some info about paypal
    By w00ty in forum WoW Scams Help
    Replies: 1
    Last Post: 05-24-2008, 07:51 AM
  3. [REQUEST]Warlock spells(read for more info.)
    By In00b in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 03-09-2008, 02:51 PM
All times are GMT -5. The time now is 11:06 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search