Results 1 to 9 of 9
  1. #1
    Goocolax's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Location
    My PC
    Posts
    350
    Reputation
    76
    Thanks
    755
    My Mood
    Drunk

    XorStr wont render on my cheats menu?

    It renders fine on messageboxes, for calling GetModuleHandle/LoadLibrary/GetProcAddress/Etc.
    It works fine for rendering menu title and option names.
    But when thrown in an array for rendering on/off, etc - it renders as a blank string.

    Any clue why?

  2. The Following User Says Thank You to Goocolax For This Useful Post:

    Userwemp (03-15-2019)

  3. #2
    Userwemp's Avatar
    Join Date
    Feb 2018
    Gender
    male
    Posts
    65
    Reputation
    36
    Thanks
    3
    Quote Originally Posted by Goocolax View Post
    It renders fine on messageboxes, for calling GetModuleHandle/LoadLibrary/GetProcAddress/Etc.
    It works fine for rendering menu title and option names.
    But when thrown in an array for rendering on/off, etc - it renders as a blank string.

    Any clue why?
    Xor does NOT work for in array.
    Example:
    Code:
    const char* Options[] = { "[OFF]", "[ON]" };
    Last edited by Userwemp; 03-15-2019 at 10:01 AM.

  4. #3
    Goocolax's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Location
    My PC
    Posts
    350
    Reputation
    76
    Thanks
    755
    My Mood
    Drunk
    Quote Originally Posted by Userwemp View Post
    Xor does NOT work for in array.
    Example:
    Code:
    const char* Options[] = { "[OFF]", "[ON]" };
    im aware
    im looking for the *why*
    and more importantly, potential ideas/leads on a workaround

    im capable of implementing it myself, i just cant think of an efficient way
    my best idea was to write it into a text document and read it or something lol

    edit: that came off wrong
    thanks anyways tho ^^

  5. #4
    I love myself
    나도 너를 사랑해

    Former Staff
    Premium Member
    Jhem's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    167,646,447
    Posts
    5,150
    Reputation
    1220
    Thanks
    7,392
    My Mood
    Stressed
    Quote Originally Posted by Goocolax View Post
    edit: that came off wrong
    thanks anyways tho ^^
    Were you able to solve it?

  6. #5
    Goocolax's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Location
    My PC
    Posts
    350
    Reputation
    76
    Thanks
    755
    My Mood
    Drunk
    Quote Originally Posted by Jhem View Post


    Were you able to solve it?
    nope :/ still trying

  7. #6
    I love myself
    나도 너를 사랑해

    Former Staff
    Premium Member
    Jhem's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    167,646,447
    Posts
    5,150
    Reputation
    1220
    Thanks
    7,392
    My Mood
    Stressed
    Quote Originally Posted by Goocolax View Post
    nope :/ still trying
    yup, they won't work, you can create your own, it is just a string manipulation.

  8. #7
    vaisefud3's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    955
    Reputation
    10
    Thanks
    150
    My Mood
    Bored
    Quote Originally Posted by Jhem View Post


    yup, they won't work, you can create your own, it is just a string manipulation.
    create the array as global as use strcpy at startup...

  9. #8
    Goocolax's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Location
    My PC
    Posts
    350
    Reputation
    76
    Thanks
    755
    My Mood
    Drunk
    Quote Originally Posted by vaisefud3 View Post
    create the array as global as use strcpy at startup...
    ive been trying things similar to that, no luck

    - - - Updated - - -

    Quote Originally Posted by Jhem View Post


    yup, they won't work, you can create your own, it is just a string manipulation.
    i know it wont work HHHHH
    did you even read the thread dude

  10. #9
    qq487190083's Avatar
    Join Date
    Apr 2019
    Gender
    male
    Posts
    0
    Reputation
    10
    Thanks
    0
    Hello, are you there? Can you write CF hackers?
    Last edited by qq487190083; 04-05-2019 at 07:47 PM.

Similar Threads

  1. [Outdated] Dying Light Cheat Menu / Steam / v1.6.2
    By nicolaus101 in forum Steam Games Hacks & Cheats
    Replies: 40
    Last Post: 02-14-2016, 09:07 AM
  2. [Solved] Any working cheat menu for 1.33?
    By SirMann in forum Grand Theft Auto 5 (GTA V) Help
    Replies: 2
    Last Post: 02-13-2016, 03:58 PM
  3. [Discussion] Cheat Menu / Gui / UI showcase - Thoughts?
    By imzyphon in forum Counter-Strike 2 Discussions
    Replies: 2
    Last Post: 01-03-2016, 01:21 AM
  4. [Release] Skid Cheats Menu (Sloth Cheats)With InfiSTAR ByPass
    By tez20005 in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 48
    Last Post: 01-07-2015, 05:49 AM
  5. how to make a D3D cheat menu Quick Change, heat shot, Wallhack, ammo, Brust?
    By SuHuNya_chanDMC in forum Piercing Blow Hack Coding/Source Code
    Replies: 6
    Last Post: 12-19-2013, 05:01 PM