No clip menu

User Tag List

Thread: No clip

Page 1 of 2 12 LastLast
Results 1 to 15 of 24
  1. #1
    Arlyh's Avatar Corporal
    Reputation
    24
    Join Date
    May 2010
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    No clip

    Haven't written anything since EQ, sorry if the asm is a little shoddy

    Code:
    alloc(injectLocWrite,1024)
    label(isPlayer)
    
    "swtor.exe"+2D4DD6:
    jmp injectLocWrite
    
    injectLocWrite:
    push eax
    push ebx
    mov eax,[023EC98C]
    add eax,4
    mov ebx,[eax]
    cmp ecx,ebx
    je isPlayer
    movss [esi+08],xmm0
    pop ebx
    pop eax
    jmp "swtor.exe"+2D4DDB
    
    isPlayer:
    pop ebx
    pop eax
    jmp "swtor.exe"+2D4DF6

    No clip
  2. #2
    Palumir's Avatar Contributor

    Reputation
    224
    Join Date
    Feb 2007
    Posts
    588
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am not sure how to use this but if i can find out i am going straight to the museum datacrons!
    Richard rules!

  3. #3
    Arlyh's Avatar Corporal
    Reputation
    24
    Join Date
    May 2010
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You'll need at least some know-how, the hard-coded address probably won't work for you

    ---------- Post added 01-09-2012 at 12:31 AM ---------- Previous post was 01-08-2012 at 11:36 PM ----------

    Go with this:

    Code:
    [ENABLE]
    alloc(injectLocWrite,1024)
    label(isPlayer)
    
    "swtor.exe"+2D4DD6:
    jmp injectLocWrite
    
    injectLocWrite:
    push eax
    mov eax,<your player's x-coordinate - 2C>
    cmp ecx,eax
    pop eax
    je isPlayer
    movss [esi+08],xmm0
    jmp "swtor.exe"+2D4DDB
    
    isPlayer:
    jmp "swtor.exe"+2D4DF6
    
    [DISABLE]
    dealloc(injectLocWrite)
    
    "swtor.exe"+2D4DD6:
    movss [esi+08],xmm0
    I can't find the proper pointers, feel free to improve on it. If you have any questions about how to use it, Google "Cheat Engine auto assemble". To find the x-coordinate this uses, search for your x coordinate/10 in Cheat Engine, freeze and unfreeze locations near the bottom until you can't move on the x-axis. [swtor.exe+F774EC] usually points to the right place.

  4. #4
    sitnspinlock's Avatar Elite User CoreCoins Purchaser
    Reputation
    398
    Join Date
    Sep 2010
    Posts
    439
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    im detouring a different function, allows for noclip on all world objects except terrain. noticed it on accident while doing some angle math for my teleporter.

    is this the same?

  5. #5
    Seminko's Avatar Contributor
    Reputation
    226
    Join Date
    Aug 2010
    Posts
    507
    Thanks G/R
    34/89
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm a total noob at this but is there a chance a Noclip hack will appear soon? Because the musem datacrons are so damn annoying :-D

  6. #6
    Arlyh's Avatar Corporal
    Reputation
    24
    Join Date
    May 2010
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by everdox View Post
    im detouring a different function, allows for noclip on all world objects except terrain. noticed it on accident while doing some angle math for my teleporter.

    is this the same?
    This is basically a detour of "swtor.exe"+2D4DD6, it allows you to pass through anything except terrain, so it probably works similar.

  7. #7
    sitnspinlock's Avatar Elite User CoreCoins Purchaser
    Reputation
    398
    Join Date
    Sep 2010
    Posts
    439
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok

    i was just too lazy to check ;p

  8. #8
    Xiandri's Avatar Established Member
    Reputation
    66
    Join Date
    Feb 2008
    Posts
    159
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what the hell is this guy talking about?

  9. #9
    Distiny's Avatar Site Donator Cheat or Die!
    Reputation
    170
    Join Date
    Nov 2006
    Posts
    314
    Thanks G/R
    28/141
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    he's detouring the mem to his modded assembly which allows noclip as stated before then detouring back right after the first detour

  10. #10
    MDesert's Avatar Sergeant
    Reputation
    15
    Join Date
    Sep 2011
    Posts
    69
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Three rights makes a left
    Last edited by MDesert; 01-09-2012 at 12:56 PM.

  11. #11
    hokuto78's Avatar Active Member
    Reputation
    18
    Join Date
    Dec 2010
    Posts
    163
    Thanks G/R
    10/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MDesert View Post
    Three rights makes a left
    Four rights make a circle

  12. #12
    Jokurandom's Avatar Member
    Reputation
    9
    Join Date
    Jan 2009
    Posts
    97
    Thanks G/R
    0/1
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks nice! Keep it up

  13. #13
    Arrakis's Avatar Active Member
    Reputation
    52
    Join Date
    Jan 2008
    Posts
    123
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Five rights make no sense ..

  14. #14
    Distiny's Avatar Site Donator Cheat or Die!
    Reputation
    170
    Join Date
    Nov 2006
    Posts
    314
    Thanks G/R
    28/141
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    works like a charm btw, ty

    edit: doesn't work in pvp i think my xyz changed during mapchange or zoning

    ---------- Post added at 08:41 PM ---------- Previous post was at 07:43 PM ----------

    did anyone find the x-coord pointer yet ? I gotta look it up every zone change
    Last edited by Distiny; 01-10-2012 at 02:14 PM.

  15. #15
    Tabeas's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Distiny View Post
    works like a charm btw, ty

    edit: doesn't work in pvp i think my xyz changed during mapchange or zoning

    ---------- Post added at 08:41 PM ---------- Previous post was at 07:43 PM ----------

    did anyone find the x-coord pointer yet ? I gotta look it up every zone change
    My first time working with pointers so might be completely wrong with this, but I found 31 pointers that all freeze the X-Cord and can be changed. See this file and open it with Cheat Engine. SWTOR_X-Cord.CT - download now for free. File sharing. Software file sharing. Free file hosting. File upload. FileFactory.com
    Last edited by Tabeas; 01-10-2012 at 04:53 PM.

Page 1 of 2 12 LastLast

Similar Threads

  1. [Unpuplished] 2x Tradix clips.
    By [F]ear in forum World of Warcraft General
    Replies: 0
    Last Post: 06-15-2008, 01:23 PM
  2. [Tutorial] Clipping Mask
    By shink in forum Art & Graphic Design
    Replies: 1
    Last Post: 04-25-2008, 04:54 PM
  3. Hunter non-stop wing clip
    By Andytb in forum WoW EMU Exploits & Bugs
    Replies: 4
    Last Post: 04-12-2008, 01:58 AM
  4. [Project] MMowned vs The world (GET POSTING YOUR CLIPS)!
    By mchugh in forum Screenshot & Video Showoff
    Replies: 3
    Last Post: 04-10-2008, 11:16 PM
  5. funny sound clip i made check it out!!!
    By selafane in forum Screenshot & Video Showoff
    Replies: 0
    Last Post: 04-02-2008, 06:37 PM
All times are GMT -5. The time now is 03:38 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