Thread: Xigncode

Page 1 of 4 123 ... LastLast
Results 1 to 15 of 47
  1. #1
    kittoniumbp's Avatar
    Join Date
    Dec 2016
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    169
    My Mood
    Inspired

    Xigncode

    can anybody post some info on it?

  2. #2
    Chris.H's Avatar
    Join Date
    Jan 2017
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    13
    Ok nobody comment, i will post a very good post about it. (It's time to publish my project)

  3. #3
    kittoniumbp's Avatar
    Join Date
    Dec 2016
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    169
    My Mood
    Inspired
    Quote Originally Posted by Chris.H View Post
    Ok nobody comment, i will post a very good post about it. (It's time to publish my project)
    ty a lot man

  4. #4
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    as he said over a week ago xD

    commando: You're probably the best non-coder coder I know LOL


  5. #5
    96neko's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Location
    00:25:B5:AA:01:1F
    Posts
    768
    Reputation
    10
    Thanks
    142
    My Mood
    Angelic
    hope you find this useful dont PM nor ask me how to use this
    Code:
    DWORD MyBase = GetModuleBase32("sechost.dll", PID);
    			
    			Memory *memory = new Memory(); //code you own memory
    
    			memory->FindPattern("mygame", MyBase, MyBase + 0x100000, (BYTE*)"\x00", 1);//use your own pattern
    
    			for (int i = 0; i < sizeof(memory->Result); i++)
    			{
    				printf("%X\n", memory->Result[i]);//displays the threads suspended 
    			}



  6. #6
    kittoniumbp's Avatar
    Join Date
    Dec 2016
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    169
    My Mood
    Inspired
    Quote Originally Posted by -Kazuki View Post
    hope you find this useful dont PM nor ask me how to use this
    Code:
    DWORD MyBase = GetModuleBase32("sechost.dll", PID);
    			
    			Memory *memory = new Memory(); //code you own memory
    
    			memory->FindPattern("mygame", MyBase, MyBase + 0x100000, (BYTE*)"\x00", 1);//use your own pattern
    
    			for (int i = 0; i < sizeof(memory->Result); i++)
    			{
    				printf("%X\n", memory->Result[i]);//displays the threads suspended 
    			}
    fucking noob spammer i didnt ask for a crappy sigscan example

  7. #7
    96neko's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Location
    00:25:B5:AA:01:1F
    Posts
    768
    Reputation
    10
    Thanks
    142
    My Mood
    Angelic
    Quote Originally Posted by kittoniumbp View Post
    fucking noob spammer

    choose your words carefully next time , or i'll report to a mod
    Quote Originally Posted by kittoniumbp View Post
    i didnt ask for a crappy sigscan example
    that " crappy sigscan example " is a working XC3 bypass i'm using ( credits to B for explaining the XC CRC) , what's left is just to make a "WriteProcessMemory"
    example , N is just a number + \x0 you need to figure out what they are :
    Code:
    WriteProcessMemory(OpenProcess(PROCESS_ALL_ACCESS, false, PID), (LPVOID)(memory->Result[i] + N), (LPCVOID)"\x0", 1, NULL);
    don't forget the loop b4 the WPM , or you can forget all of this and read more about CRC
    either way you will do this " crappy " code since it's the only way to fully bypass XC ...
    Last edited by 96neko; 02-05-2017 at 04:48 PM. Reason: added a line



  8. #8
    kittoniumbp's Avatar
    Join Date
    Dec 2016
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    169
    My Mood
    Inspired
    Quote Originally Posted by -Kazuki View Post

    choose your words carefully next time , or i'll report to a mod

    that " crappy sigscan example " is a working XC3 bypass i'm using ( credits to B for explaining the XC CRC) , what's left is just to make a "WriteProcessMemory"
    example , N is just a number + \x0 you need to figure out what they are :
    Code:
    WriteProcessMemory(OpenProcess(PROCESS_ALL_ACCESS, false, PID), (LPVOID)(memory->Result[i] + N), (LPCVOID)"\x0", 1, NULL);
    don't forget the loop b4 the WPM , or you can forget all of this and read more about CRC
    either way you will do this " crappy " code since it's the only way to fully bypass XC ...
    i already have functions to do this, i just wanted some info on xigncode, not what to use to bypass xigncode..

  9. #9
    96neko's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Location
    00:25:B5:AA:01:1F
    Posts
    768
    Reputation
    10
    Thanks
    142
    My Mood
    Angelic
    Quote Originally Posted by kittoniumbp View Post
    i already have functions to do this, i just wanted some info on xigncode, not what to use to bypass xigncode..
    if that the case , what kind of "some info" you need ?



  10. #10
    kittoniumbp's Avatar
    Join Date
    Dec 2016
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    169
    My Mood
    Inspired
    Quote Originally Posted by -Kazuki View Post
    if that the case , what kind of "some info" you need ?
    wheter CA has a xigncode heartbeat and
    the actual bypass it self so i can port my framework to CA and release it on MPGH.

  11. #11
    96neko's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Location
    00:25:B5:AA:01:1F
    Posts
    768
    Reputation
    10
    Thanks
    142
    My Mood
    Angelic
    1 - yes it does
    2 - i didnt understand what you mean ! do you need my bypass to use it and release a hack on MPGH ?



  12. #12
    kittoniumbp's Avatar
    Join Date
    Dec 2016
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    169
    My Mood
    Inspired
    Quote Originally Posted by -Kazuki View Post
    1 - yes it does
    2 - i didnt understand what you mean ! do you need my bypass to use it and release a hack on MPGH ?
    i want any working bypass, so i can release a hack on MPGH.

  13. #13
    96neko's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Location
    00:25:B5:AA:01:1F
    Posts
    768
    Reputation
    10
    Thanks
    142
    My Mood
    Angelic
    Quote Originally Posted by kittoniumbp View Post
    i already have functions to do this, i just wanted some info on xigncode, not what to use to bypass xigncode..
    you dont need XC3 bypass at all , you only need it unless your going to use CE , you can simply use manual map + simple hook and you can do whatever you want ,my friend told me that CA using some sort of 2nd A/C included with XC3 , bypass that A/C and just unpack engine.exe/cshell.dll and get your stuffs and your ready to go . and GLHF
    PS: i do not play CA



  14. The Following User Says Thank You to 96neko For This Useful Post:

    matypatty (02-19-2017)

  15. #14
    kittoniumbp's Avatar
    Join Date
    Dec 2016
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    169
    My Mood
    Inspired
    Quote Originally Posted by -Kazuki View Post
    you dont need XC3 bypass at all , you only need it unless your going to use CE , you can simply use manual map + simple hook and you can do whatever you want ,my friend told me that CA using some sort of 2nd A/C included with XC3 , bypass that A/C and just unpack engine.exe/cshell.dll and get your stuffs and your ready to go . and GLHF
    PS: i do not play CA
    so if i just manual map the hack and just place a detour on dx9 present it will work without detections?
    what about the other AC....... how do i bypass that?

  16. #15
    96neko's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Location
    00:25:B5:AA:01:1F
    Posts
    768
    Reputation
    10
    Thanks
    142
    My Mood
    Angelic
    Quote Originally Posted by kittoniumbp View Post
    so if i just manual map the hack and just place a detour on dx9 present it will work without detections?
    what about the other AC....... how do i bypass that?

    i doubt that , the vmt hook is kinda detected by CA 2nd A/C , ive tried it today and i got hack dc by the game and it gives me auto ban from the game , i think that it scans the vmt and sends a packet to the game client and forces it to DC and to give auto ban


    Quote Originally Posted by kittoniumbp View Post
    so if i just manual map the hack and just place a detour on dx9 present it will work without detections?
    what about the other AC....... how do i bypass that?

    as i said above , i dont know about that AC yet i didnt try to do anything to it since i do not have a spare time , my only advice is to try to use the game endscene/present and try to hook it without the vmt and try to display even a text ingame and play to test if theres some kind of check for those , or you can search for the check for the dx9 hook and disable it , or you could see the packet sent by the AC ( if theres any tho , but everything is possible since i got the ban after 2 - 3 mins of gameplay, else you need to bypass the AC which i have no idea about , try the search button maybe theres a thread out there about it that can help you
    Last edited by 96neko; 02-17-2017 at 02:02 PM. Reason: no reason



Page 1 of 4 123 ... LastLast

Similar Threads

  1. [Request] XIGNCode Bypass or Workaround
    By raskie in forum Continent of the Ninth (C9) Hacks / Bots
    Replies: 0
    Last Post: 07-05-2012, 10:34 PM
  2. XIGNCode is a silly AC.
    By Synns in forum Sudden Attack General
    Replies: 11
    Last Post: 11-01-2010, 04:45 AM
  3. Xigncode Blockage Error
    By Minwingo in forum Sudden Attack General
    Replies: 11
    Last Post: 04-03-2010, 09:32 AM
  4. [Info] Xigncode Information
    By Voltage552 in forum Sudden Attack General
    Replies: 12
    Last Post: 03-21-2010, 11:10 AM
  5. XignCode bypass for 2moons
    By HappyAye in forum Programming Tutorial Requests
    Replies: 1
    Last Post: 03-05-2010, 12:06 PM