[Release] CypherMorph (incl Model Edit Fix) menu

User Tag List

Page 35 of 38 FirstFirst ... 3132333435363738 LastLast
Results 511 to 525 of 570
  1. #511
    Robske's Avatar Contributor
    Reputation
    305
    Join Date
    May 2007
    Posts
    1,062
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by admiralboom27 View Post
    ya... definetly lost hahaha

    but i guess the only way im going to get anything done is to read through the thousands of posts and learn to do it myself... yay
    Ugly crap way to do it if you have no clue about how WoW/programming works:

    - Read up how you write data to a memory address.
    Write your new ID to [[[[[0x0127E13C]+0x30]+0x28]+0x8]+0x42*4] ([x] means 'read the value from')
    - Read up how to call a function out of process, the adress is 0×006800A0 in 3.0.2, update it with cyphers blog or reverse it yourself
    Now, move [[[0x0127E13C]+0x30]+0x28] in your ECX register
    Place your arguments on the stack (2 times push 1)
    Call the damn function.
    Return

    Spoonfeeding on it's highest level.

    PM me if you want help, but give me ample of proof that you atleast TRIED something relevant
    Last edited by Robske; 02-02-2009 at 04:47 PM.
    "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live." - Martin Golding
    "I cried a little earlier when I had to poop" - Sku

    [Release] CypherMorph (incl Model Edit Fix)
  2. #512
    Kash6's Avatar Member
    Reputation
    2
    Join Date
    Mar 2007
    Posts
    45
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Would either of you be in for updating this for money/time cards? Really don't want to get into trying to fix this myself. I'm sure many others feel the same way and would also donate.

  3. #513
    admiralboom27's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Robske007a View Post
    Ugly crap way to do it if you have no clue about how WoW/programming works:

    - Read up how you write data to a memory address.
    Write your new ID to [[[[[0x0127E13C]+0x30]+0x28]+0x8]+0x42*4] ([x] means 'read the value from')
    - Read up how to call a function out of process, the adress is 0×006800A0 in 3.0.2, update it with cyphers blog or reverse it yourself
    Now, move [[[0x0127E13C]+0x30]+0x28] in your ECX register
    Place your arguments on the stack (2 times push 1)
    Call the damn function.
    Return

    Spoonfeeding on it's highest level.

    PM me if you want help, but give me ample of proof that you atleast TRIED something relevant
    alright thanks. sorry i had to be "spoonfeed on its highest level."
    but from my position i havent the slightest clue what any of u "model editing experts" are talking about or what the model editing basics and coding etc. entails. i just HATE my bloodelf and would like for him to be undead. period.
    that being said you guys that do this are awesome and i would love to know how to do this myself. sooo im going to try Robske007a +Rep

  4. #514
    arigity's Avatar Banned
    Reputation
    49
    Join Date
    Dec 2007
    Posts
    548
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by admiralboom27 View Post
    alright thanks. sorry i had to be "spoonfeed on its highest level."
    but from my position i havent the slightest clue what any of u "model editing experts" are talking about or what the model editing basics and coding etc. entails. i just HATE my bloodelf and would like for him to be undead. period.
    that being said you guys that do this are awesome and i would love to know how to do this myself. sooo im going to try Robske007a +Rep
    although it edits models this is more of a "memory editing experts" kinda thing.

  5. #515
    Robske's Avatar Contributor
    Reputation
    305
    Join Date
    May 2007
    Posts
    1,062
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by admiralboom27 View Post
    alright thanks. sorry i had to be "spoonfeed on its highest level."
    but from my position i havent the slightest clue what any of u "model editing experts" are talking about or what the model editing basics and coding etc. entails. i just HATE my bloodelf and would like for him to be undead. period.
    that being said you guys that do this are awesome and i would love to know how to do this myself. sooo im going to try Robske007a +Rep
    Gogo!

    What arigity said is right, this has absolutly nothing to do with model-editing what so ever. When a player is created, he's assigned certain variables, one of these is his modelID, which gives him the appropriate looks. Now if you overwrite this value nothing really happens because you have to tell World of Warcraft to redraw the model (this is exactly what happens when you get polymorphed for example, you get the ID of a sheep and the updateModel() function gets called, then again when the sheep has ended)

    Simmiliar things can be achieved with size, mount and even titles. It's suprising that I haven't seen any release of those features before though.
    "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live." - Martin Golding
    "I cried a little earlier when I had to poop" - Sku

  6. #516
    rinoaaar's Avatar Member
    Reputation
    2
    Join Date
    Oct 2007
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Robske007a View Post
    Gogo!

    What arigity said is right, this has absolutly nothing to do with model-editing what so ever. When a player is created, he's assigned certain variables, one of these is his modelID, which gives him the appropriate looks. Now if you overwrite this value nothing really happens because you have to tell World of Warcraft to redraw the model (this is exactly what happens when you get polymorphed for example, you get the ID of a sheep and the updateModel() function gets called, then again when the sheep has ended)

    Simmiliar things can be achieved with size, mount and even titles. It's suprising that I haven't seen any release of those features before though.
    sounds so easy :/

  7. #517
    shrumhead's Avatar Member
    Reputation
    14
    Join Date
    May 2007
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kash6 View Post
    Would either of you be in for updating this for money/time cards? Really don't want to get into trying to fix this myself. I'm sure many others feel the same way and would also donate.
    What he said.

  8. #518
    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)
    Okay .

  9. #519
    rinoaaar's Avatar Member
    Reputation
    2
    Join Date
    Oct 2007
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can anyone post an updated version?
    maybe a new version for 3.0.9 :/

  10. #520
    quakers's Avatar Member
    Reputation
    1
    Join Date
    Jul 2007
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Seriously, think about others, english is not my native language and i can't understand what you talking about in your guides guys, so i can't do it myself, but i am addicted to this morpher, please Cypher make us happy.

  11. #521
    Robske's Avatar Contributor
    Reputation
    305
    Join Date
    May 2007
    Posts
    1,062
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeaz pleaz Ciphar, u so cool u meak bots XD

    pls fix bot i pai gold





    It's the alcohol
    "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live." - Martin Golding
    "I cried a little earlier when I had to poop" - Sku

  12. #522
    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 Robske007a View Post
    Yeaz pleaz Ciphar, u so cool u meak bots XD

    pls fix bot i pai gold





    It's the alcohol

    Rofl. Win.

  13. #523
    rinoaaar's Avatar Member
    Reputation
    2
    Join Date
    Oct 2007
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cypher View Post

    Rofl. Win.

    plz

  14. #524
    rinoaaar's Avatar Member
    Reputation
    2
    Join Date
    Oct 2007
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    still no update ill go kill myself :/

  15. #525
    [ Prototype ]'s Avatar Member
    Reputation
    719
    Join Date
    Dec 2006
    Posts
    844
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Do it yourselves. Ramblings++

    He wrote how to do it.

Similar Threads

  1. [Release] WoTLK Model Edit Fix
    By Cypher in forum World of Warcraft Bots and Programs
    Replies: 84
    Last Post: 08-06-2009, 07:26 AM
  2. Model Edit Fix
    By idusy-org in forum World of Warcraft Model Editing
    Replies: 882
    Last Post: 09-12-2007, 12:16 AM
  3. So is DBC editing done for good even with the model editing fix?
    By WickedCitizen in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 04-29-2007, 02:46 PM
All times are GMT -5. The time now is 05:58 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