[GUIDE] How to set up a simple jump and speed hack using CE *moved* menu

User Tag List

Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 52
  1. #16
    Ak01's Avatar Member
    Reputation
    16
    Join Date
    May 2008
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    bump. Anyone got new address ?

    [GUIDE] How to set up a simple jump and speed hack using CE *moved*
  2. #17
    mrbrdo's Avatar Member
    Reputation
    5
    Join Date
    Jun 2008
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It should be 008D86F0 in 2.4.2.

  3. #18
    kynox's Avatar Member
    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)
    Just so you guys are aware, warden is scanning this memory offset, and the wallclimbing offset. Any editing of these on live will result in a ban.

  4. #19
    Queue's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does this speed up the whole server? Just a stupid question, but on the private server Im playing, when I used the speedhack, the people started talking something about a change in speed... Or then Im just paranoid :P

  5. #20
    torn68's Avatar Member
    Reputation
    4
    Join Date
    May 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Chazwazza View Post

    > AAARRGGGHHH, ITS A FLOAT. NOT AN INT!!!!

    I know, it makes me want to cry.
    I've given up, it seems stupidity will always trump intelligence and logic.
    I wish you'd quit with the rant.

    Note that, on a 32-bit Intel cpu, sizeof(int) == sizeof(float) == 4 bytes.

    So whether you choose to view those 4 bytes as a float or a 4 character array ("string") or simply 4 bytes, the content of those bytes is the same. The only difference is the way CheatEngine is displaying it to you (using certain bits as a mantissa, etc. for float.)

    It is perfectly valid to interpret those 4 bytes for "max jump height" as float or 4 bytes. If you use float, then you'll be using modified values like -10 (just a bit higher), -30 (jump even higher), -100 (jump much higher), -300 (visit the moon) instead of the huge values the original poster gave.

    If you set it as a "4 bytes" value, you'll be using much larger decimal values, which is what the original poster chose to do.

    For what it's worth, I used this hack yesterday to jump from Ashenvale into Hyjal , and I used both "4 bytes" and "float" representation to test it.

    So get off the soapbox about float vs 4 bytes.

    Oh, and I was instantly teleported out of Hyjal both times. I guess Blizzard replaced the 2-minute(?) "No Man's Land" debuff with this instant GTFO teleport. Phuckers.

    -torn68
    Last edited by torn68; 07-02-2008 at 12:50 PM.

  6. #21
    kynox's Avatar Member
    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 torn68 View Post
    I wish you'd quit with the rant.

    Note that, on a 32-bit Intel cpu, sizeof(int) == sizeof(float) == 4 bytes.

    So whether you choose to view those 4 bytes as a float or a 4 character array ("string") or simply 4 bytes, the content of those bytes is the same. The only difference is the way CheatEngine is displaying it to you (using certain bits as a mantissa, etc. for float.)

    It is perfectly valid to interpret those 4 bytes for "max jump height" as float or 4 bytes. If you use float, then you'll be using modified values like -10 (just a bit higher), -30 (jump even higher), -100 (jump much higher), -300 (visit the moon) instead of the huge values the original poster gave.

    If you set it as a "4 bytes" value, you'll be using much larger decimal values, which is what the original poster chose to do.

    For what it's worth, I used this hack yesterday to jump from Ashenvale into Hyjal , and I used both "4 bytes" and "float" representation to test it.

    So get off the soapbox about float vs 4 bytes.

    Oh, and I was instantly teleported out of Hyjal both times. I guess Blizzard replaced the 2-minute(?) "No Man's Land" debuff with this instant GTFO teleport. Phuckers.

    -torn68
    As true as that is, its stupid and retarded to use an int.

  7. #22
    torn68's Avatar Member
    Reputation
    4
    Join Date
    May 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kynox View Post
    As true as that is, its stupid and retarded to use an int.
    lol well that's surely a matter of opinion. The point is, the original poster's HOWTO is valid.

    You mentioned "the wallclimbing offset" -- what is this?

    EDIT: Found it in a post by

    Originally Posted by SCSI73rm1n8r;
    008A00C8: BB,8D,24,3F -> A4,86,F3,BE
    This seems to give a better result by changing the constant associated with the maximum climb angle

    -torn68
    Last edited by torn68; 07-02-2008 at 07:11 PM.

  8. #23
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by torn68 View Post
    I wish you'd quit with the rant.

    Note that, on a 32-bit Intel cpu, sizeof(int) == sizeof(float) == 4 bytes.

    So whether you choose to view those 4 bytes as a float or a 4 character array ("string") or simply 4 bytes, the content of those bytes is the same. The only difference is the way CheatEngine is displaying it to you (using certain bits as a mantissa, etc. for float.)

    It is perfectly valid to interpret those 4 bytes for "max jump height" as float or 4 bytes. If you use float, then you'll be using modified values like -10 (just a bit higher), -30 (jump even higher), -100 (jump much higher), -300 (visit the moon) instead of the huge values the original poster gave.

    If you set it as a "4 bytes" value, you'll be using much larger decimal values, which is what the original poster chose to do.

    For what it's worth, I used this hack yesterday to jump from Ashenvale into Hyjal , and I used both "4 bytes" and "float" representation to test it.

    So get off the soapbox about float vs 4 bytes.

    Oh, and I was instantly teleported out of Hyjal both times. I guess Blizzard replaced the 2-minute(?) "No Man's Land" debuff with this instant GTFO teleport. Phuckers.

    -torn68
    Are you retarded? That just proves you don't actually know how or why this hack works, and you're simply copy-pasting offsets and thinking you're an 'uber hacker'. I realize that they're both the same size in memory, but that doesn't change the fact that they're DIFFERENT DATA TYPES. The fact that you think just because it 'works no matter how you read it' proves that you should stay away from reverse engineering and programming and just stick to downloading click and point hacks written by those of us who aren't idiots.

    EDIT: Because you probably won't work it out, I'll explain it. The value is the decimal (as opposed to radian) representation of the cosine of the maximum angle the player is able to climb up. ie cos(50) = 0.642..etc. That is how it's supposed to be used, as a float, if you check how it's used you'll see that's how its referenced in the code and even someone who managed to pass high school math would know enough about trig to realize what is going on. So while you may be able to change it to random values when reading as an integer and have it work that's just retarded, the reason it works is because you're changing the number so that it turns out that the offset reads in memory as cos(90) or larger (ie, <= 0). Please, either do your research or just stfu. Thank you.

    EDIT2: Was referring in this post to the wallclimb offset (because thats what was mentioned in the post above), but the same applies to the jump height. They're both floats, and if you're reading/writing to them as otherwise then you obviously have no idea what you're doing and are too stupid to do anything but copy the work of those of us with half a brain then molest it.

    EDIT3: I just realised another retarded thing you were saying, you're saying that '4 bytes' is a data type, what you actually mean is an INTEGER. which neither of the values are, they're floats, and they're not the same.
    Last edited by Cypher; 07-04-2008 at 06:15 AM.

  9. #24
    loulou2's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i got banned >:X

  10. #25
    Krunkage's Avatar Banned
    Reputation
    118
    Join Date
    Oct 2007
    Posts
    380
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i got banned >:X
    My friend accidently logged with this and got a temp ban

    This will get you banned
    Last edited by Krunkage; 07-04-2008 at 09:02 AM.

  11. #26
    Shynd's Avatar Contributor
    Reputation
    97
    Join Date
    May 2008
    Posts
    393
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Kynox already stated that Warden specifically looks at this offset. You'd have to be retarded to use this on a retail server.

  12. #27
    kynox's Avatar Member
    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 Shynd View Post
    Kynox already stated that Warden specifically looks at this offset. You'd have to be retarded to use this on a retail server.
    Quoted for great justice!

  13. #28
    Etherea's Avatar Active Member
    Reputation
    30
    Join Date
    Feb 2007
    Posts
    135
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Chazwazza View Post
    Are you retarded? That just proves you don't actually know how or why this hack works, and you're simply copy-pasting offsets and thinking you're an 'uber hacker'. I realize that they're both the same size in memory, but that doesn't change the fact that they're DIFFERENT DATA TYPES. The fact that you think just because it 'works no matter how you read it' proves that you should stay away from reverse engineering and programming and just stick to downloading click and point hacks written by those of us who aren't idiots.
    Chazwazza, torn68 brings up a perfectly valid point and there is no reason to flame him. Whether you write a float, int or a char[4] to the memory address the end result is 4 bytes being overwritten in memory. Although it makes more sense to view the value as a float as opposed to an int, this does not mean its wrong to do it another way. Also depending on program/script you are using to read/write memory, it may be more convenient to treat the values as integers, or even a char array. Don't call him retarded when he gave an elegant explanation of why this hack works whether you treat the value as an integer or float, just the way the value is displayed is different. This is an important concept that many people here need to understand.

  14. #29
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Etherea View Post
    Chazwazza, torn68 brings up a perfectly valid point and there is no reason to flame him. Whether you write a float, int or a char[4] to the memory address the end result is 4 bytes being overwritten in memory. Although it makes more sense to view the value as a float as opposed to an int, this does not mean its wrong to do it another way. Also depending on program/script you are using to read/write memory, it may be more convenient to treat the values as integers, or even a char array. Don't call him retarded when he gave an elegant explanation of why this hack works whether you treat the value as an integer or float, just the way the value is displayed is different. This is an important concept that many people here need to understand.

    If you think he gave an "elegant explanation" you're just as stupid as he is.

  15. #30
    Etherea's Avatar Active Member
    Reputation
    30
    Join Date
    Feb 2007
    Posts
    135
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Chazwazza View Post

    If you think he gave an "elegant explanation" you're just as stupid as he is.
    He made the point he was trying to make, and there was nothing factually inaccurate in his remarks. There you go again with calling people stupid or retarded. Let's not be so quick to judge.

Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [Guide] How to set up a private server and making it public
    By riley211 in forum WoW EMU Guides & Tutorials
    Replies: 11
    Last Post: 08-07-2008, 03:42 PM
  2. [GUIDE] How to set up your own registration website
    By Etzzhy in forum WoW EMU Guides & Tutorials
    Replies: 18
    Last Post: 06-16-2008, 12:22 PM
  3. [GUIDE] how to set up a 2.4x server!!
    By Tomac123 in forum WoW EMU Guides & Tutorials
    Replies: 7
    Last Post: 06-02-2008, 11:20 AM
  4. [GUIDE] How to set up phpBB3 forum!! :D[Newb Friendly]
    By Etzzhy in forum WoW EMU Guides & Tutorials
    Replies: 5
    Last Post: 04-26-2008, 03:05 AM
  5. [Guide] How to set-up the RoSpora Website(Mangos Spora)
    By SlimWoW in forum WoW EMU Guides & Tutorials
    Replies: 7
    Last Post: 12-08-2007, 06:57 PM
All times are GMT -5. The time now is 07:10 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search