Results 1 to 4 of 4
  1. #1
    kyriakos70's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    2

    xigncode3 bypass or cheat engine pointer offset tutorial

    hi,
    I need a tutorial of cheat engine on how to find the offset and pointer of xigncode3 process with cheat engine, I need it to create a bypass, I have the bypass code but need to find the address of xigncode3, any help?
    here is my c# code but I get an error access denied for xigncode3 process (works with all other processes even winlogon)
    Code:
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Linq;
    using System.Text;
    using System.Windows.Forms;
    using System.Diagnostics;
    	
    namespace find_address
    {
        public partial class Form1 : Form
        {
            public Form1()
            {
                InitializeComponent();
            }
    
            private void Form1_Load(object sender, EventArgs e)
            {
                System.Diagnostics.Process.EnterDebugMode();
            }
    
            private void button1_Click(object sender, EventArgs e)
            {
               
                textBox2.Text = Convert.ToString(Process.GetProcessById(Convert.ToInt32(textBox1.Text)).MainModule.BaseAddress);
    
            }
        }

  2. #2
    johnyk9's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    4
    hate to break it you, but this code will in no way bypass xigncode

  3. #3
    kyriakos70's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    2
    I have the bypass code just need the memory address of xigncode3 to add to a c++ function.

  4. #4
    IcyHotBoost's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    does this work still anyone know

Similar Threads

  1. [Tutorial] AVA Cheat Engine UAV/Wallhack Tutorial
    By DrGreedy in forum Alliance of Valiant Arms (AVA) Tutorials
    Replies: 20
    Last Post: 01-30-2013, 01:25 PM
  2. Replies: 1
    Last Post: 08-21-2012, 12:22 PM
  3. Juz wanna help you guyss...Garena bypass+Hack+Cheat Engine
    By danlp in forum Blackshot Hacks & Cheats
    Replies: 32
    Last Post: 07-30-2009, 01:11 PM
  4. [Help] Cheat Engine pointer
    By Ovidiupop in forum General Game Hacking
    Replies: 0
    Last Post: 07-12-2009, 06:55 AM
  5. I NEED HS BYPASS FOR Cheat Engine
    By youno967 in forum Combat Arms Hacks & Cheats
    Replies: 2
    Last Post: 10-18-2008, 01:30 PM