Page 1 of 3 123 LastLast
Results 1 to 15 of 45
  1. #1
    3JIOU_KOTE's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    136
    Reputation
    10
    Thanks
    566
    My Mood
    Brooding

    Simple opengl xray/cavefinder

    Simple auto assembly script for cheat engine to disable opengl depth check, gives you ability to see through textures.
    How to use:
    1. Launch game
    2. Settings -> Video -> Renderer , change directx to opengl
    3. Restart game
    4. Start CE
    5. Add auto assembly script and bind it to some button to activate/deactivate
    6. ???
    7. PROFIT


    Code:
    [ENABLE]
    aobscanmodule(INJECT,trove.exe, B8 03 02 00 00 c3)
    label(return)
    INJECT:
    db B8 07 02 00 00
    return:
    registersymbol(INJECT)
    [DISABLE]
    INJECT:
    db B8 03 02 00 00
    unregistersymbol(INJECT)
    Last edited by Ahlwong; 06-16-2019 at 07:06 AM.

  2. The Following 7 Users Say Thank You to 3JIOU_KOTE For This Useful Post:

    BAPOBAPOCHAPO (03-05-2019),ewranus (04-24-2019),hax4lifebb (01-30-2019),Lonelywolf29 (02-04-2019),maciairek (03-30-2019),Suhkseed (06-23-2019),TroverHacks (07-14-2020)

  3. #2
    hax4lifebb's Avatar
    Join Date
    Mar 2018
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    65

    It's works

    Thank you, its working.

  4. #3
    phj2806002's Avatar
    Join Date
    Jan 2019
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by 3JIOU_KOTE View Post
    Simple auto assembly script for cheat engine to disable opengl depth check, gives you ability to see through textures.
    How to use:
    1. Launch game
    2. Settings -> Video -> Renderer , change directx to opengl
    3. Restart game
    4. Start CE
    5. Add auto assembly script and bind it to some button to activate/deactivate
    6. ???
    7. PROFIT


    Code:
    [ENABLE]
    aobscanmodule(INJECT,trove.exe,b8 ? ? ? ? c3 b8 ? ? ? ? c3 b8 ? ? ? ? c3 b8 ? ? ? ? c3 b8 ? ? ? ? c3 b8 ? ? ? ? c3 fc)
    label(return)
    INJECT:
      db B8 07 02 00 00
    return:
    registersymbol(INJECT)
    [DISABLE]
    INJECT:
      db B8 03 02 00 00
    unregistersymbol(INJECT)
    Could you explain how you did it? sounds interesting

  5. #4
    3JIOU_KOTE's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    136
    Reputation
    10
    Thanks
    566
    My Mood
    Brooding
    Quote Originally Posted by phj2806002 View Post
    Could you explain how you did it? sounds interesting
    https://www.khronos.org/registry/Ope...epthFunc.xhtml
    Basically i am changing that functions argument from GL_LEQUAL to GL_ALWAYS, thus messing up depth check.
    If you want to find more about it - check following code below in ida or debugger of your choice:
    74 0C E8 ? ? ? ? 50 FF 15 ? ? ? ?
    push eax - is basically passing that value to function

  6. #5
    Lonelywolf29's Avatar
    Join Date
    Jul 2018
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    1
    Hi, you know how to use the xray to see the lair on geode cave? Like if are crystal, flowers or ore?

  7. #6
    wrzzzzy's Avatar
    Join Date
    Nov 2018
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    how to on/off?

  8. #7
    3JIOU_KOTE's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    136
    Reputation
    10
    Thanks
    566
    My Mood
    Brooding
    Quote Originally Posted by wrzzzzy View Post
    how to on/off?
    Set hotkey in cheat engine.

  9. #8
    Lonelywolf29's Avatar
    Join Date
    Jul 2018
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    1
    Why my question got ignored?

  10. #9
    3JIOU_KOTE's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    136
    Reputation
    10
    Thanks
    566
    My Mood
    Brooding
    Quote Originally Posted by Lonelywolf29 View Post
    Why my question got ignored?
    Because you can go in game and see how it works by yourself, source code and description is provided already.

  11. #10
    Lonelywolf29's Avatar
    Join Date
    Jul 2018
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by 3JIOU_KOTE View Post
    Because you can go in game and see how it works by yourself, source code and description is provided already.
    But i already did, but on geode caves the floor turn all invisible and i can't see anything, just for that i ask and i don't know much about these codes to know what to change to make it work, like this https://imgur.com/pO31JQE
    Last edited by Lonelywolf29; 02-05-2019 at 09:44 AM.

  12. #11
    bitfun's Avatar
    Join Date
    Nov 2017
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    4
    I'm derp, so dk how to use ct at all. Tried to paste the script by Ctrl + alt + L, didn't help (https://imgur.com/a/ZADZnfY). I don't know how to bind in ct.

  13. #12
    3JIOU_KOTE's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    136
    Reputation
    10
    Thanks
    566
    My Mood
    Brooding
    Quote Originally Posted by Lonelywolf29 View Post
    But i already did, but on geode caves the floor turn all invisible and i can't see anything, just for that i ask and i don't know much about these codes to know what to change to make it work, like this https://imgur.com/pO31JQE
    Well, to make it work under caves you need to write your own directx/opengl hook and mess around with textures and z buffer.
    This auto assembly script simply messes up one of the opengl return function, so it screws up z buffer, thus allowing you to see through, this is not full hook .

    Quote Originally Posted by bitfun View Post
    I'm derp, so dk how to use ct at all. Tried to paste the script by Ctrl + alt + L, didn't help (https://imgur.com/a/ZADZnfY). I don't know how to bind in ct.
    This isn't lua, this is simply auto assembly script...

  14. #13
    AlphaKeeevin's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    1
    My Mood
    Sad
    ohh yeah yeah nahui

  15. #14
    Lonelywolf29's Avatar
    Join Date
    Jul 2018
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    1
    Not working after the 12/02 update

  16. #15
    xavveerr's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    1
    Thank you, its working.

Page 1 of 3 123 LastLast

Similar Threads

  1. [Release] 0xray - A simple & clean propkilling Xray & wallhack
    By 0xymoron in forum Garry's Mod Hacks & Cheats
    Replies: 19
    Last Post: 09-08-2015, 06:18 PM
  2. Simple question
    By SoulRemover in forum WarRock - International Hacks
    Replies: 1
    Last Post: 04-22-2007, 09:42 AM
  3. Simple Sig Help
    By Gourav2122 in forum Art & Graphic Design
    Replies: 1
    Last Post: 12-11-2006, 06:44 PM
  4. My last try. :P Simple as everything.
    By SadisticGrin in forum Art & Graphic Design
    Replies: 15
    Last Post: 07-30-2006, 06:09 AM
  5. Simple Reflective Text
    By Chronologix in forum Tutorials
    Replies: 4
    Last Post: 05-20-2006, 05:56 AM