Results 1 to 9 of 9
  1. #1
    khm9's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0

    Where do I start with coding a simple glow hack?

    Hello, recently I have started learning c++

    Just to be clear I am not learning c++ for hacking, c++ is a part of my university education.
    The problem is, I don't know where to start. Currently I am learning vectors and pointers, soon strings.

    So my question would be, which things do I need to learn before I try to make a simple glow hack? or I don't know , the simpler the hack is the better, I thought glow might be the most simple since it only reads data?

    thanks

  2. #2
    WasserEsser's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    735
    Reputation
    174
    Thanks
    677
    My Mood
    Busy
    Quote Originally Posted by khm9 View Post
    Hello, recently I have started learning c++

    Just to be clear I am not learning c++ for hacking, c++ is a part of my university education.
    The problem is, I don't know where to start. Currently I am learning vectors and pointers, soon strings.

    So my question would be, which things do I need to learn before I try to make a simple glow hack? or I don't know , the simpler the hack is the better, I thought glow might be the most simple since it only reads data?

    thanks
    How does glow only read data?

  3. #3
    khm9's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    I don't know. Thats why I'm politely asking for tips.

  4. #4
    Jasmine's Avatar
    Join Date
    Feb 2015
    Gender
    female
    Location
    Your heart <3
    Posts
    481
    Reputation
    19
    Thanks
    1,760
    My Mood
    Amused
    Quote Originally Posted by khm9 View Post
    I don't know. Thats why I'm politely asking for tips.
    A simple glow hack actually uses WPM or WriteProcessMemory to write to the game to cause the glow, but reading is also done.
    There are a lot of glow hacks around here and a lot of source so search for some. I strongly suggest checking out inVincibleLib and this post here.
    Last edited by Jasmine; 03-06-2016 at 09:27 PM.

  5. #5
    fullweeb's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by Helix's Pet View Post
    A simple glow hack actually uses WPM or WriteProcessMemory to write to the game to cause the glow, but reading is also done.
    There are a lot of glow hacks around here and a lot of source so search for some. I strongly suggest checking out inVincibleLib and this post here.
    Is it possible to make an external wallhack that doesn't write to memory? ESP, Glow, etc.. I've read that writing to memory makes it much easier to get detected, so currently I'm using a triggerbot/bhop that only reads from memory and uses keyboard events. Would like to try to get started on some sort of wallhack though. I'm a noob, so keeping things undetected are a bit out of reach for me atm.

  6. #6
    Jasmine's Avatar
    Join Date
    Feb 2015
    Gender
    female
    Location
    Your heart <3
    Posts
    481
    Reputation
    19
    Thanks
    1,760
    My Mood
    Amused
    Quote Originally Posted by fullweeb View Post
    Is it possible to make an external wallhack that doesn't write to memory? ESP, Glow, etc.. I've read that writing to memory makes it much easier to get detected, so currently I'm using a triggerbot/bhop that only reads from memory and uses keyboard events. Would like to try to get started on some sort of wallhack though. I'm a noob, so keeping things undetected are a bit out of reach for me atm.
    Yes an external ESP would just read from memory, and you have no real risk from VAC for WPM. People have always said this for lots of game, but I use WriteProcessMemory quite a lot and have no ban.

  7. #7
    WasserEsser's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    735
    Reputation
    174
    Thanks
    677
    My Mood
    Busy
    Quote Originally Posted by Helix's Pet View Post
    A simple glow hack actually uses WPM or WriteProcessMemory to write to the game to cause the glow, but reading is also done.
    There are a lot of glow hacks around here and a lot of source so search for some. I strongly suggest checking out inVincibleLib and this post here.
    I do not suggest using inVincibleLib until i've updated it.

    Quote Originally Posted by fullweeb View Post
    Is it possible to make an external wallhack that doesn't write to memory? ESP, Glow, etc.. I've read that writing to memory makes it much easier to get detected, so currently I'm using a triggerbot/bhop that only reads from memory and uses keyboard events. Would like to try to get started on some sort of wallhack though. I'm a noob, so keeping things undetected are a bit out of reach for me atm.
    Using WriteProcessMemory doesn't make your cheat more detectable, a cheat is a cheat, use a known cheat and you'll get banned, no matter if it uses WriteProcessMemory or not.

    You can't get glow working without either calling the game functions or writing to memory.
    Last edited by WasserEsser; 03-07-2016 at 05:36 AM.

  8. #8
    khm9's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    Thank you guys. So I guess the main thing here to learn is WPM and reading memory

  9. #9
    rwby's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Location
    client.dll
    Posts
    1,631
    Reputation
    142
    Thanks
    6,724
    OP's original question has been answered by numerous users all regarding the same type of response. Assuming Solved. //Closed

Similar Threads

  1. [Help] Getting started with coding
    By Cakesmuggler.png in forum Coders Lounge
    Replies: 2
    Last Post: 08-31-2015, 08:01 AM
  2. [Solved] Where can I learn to code a simple glow esp cheat?
    By CAMPO123 in forum Counter-Strike 2 Help
    Replies: 8
    Last Post: 07-23-2015, 10:43 AM
  3. [Help] Where do I start with coding?
    By Liquidjdog in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 0
    Last Post: 01-22-2013, 01:08 AM
  4. [Help] Error Codes For Simple Memory Hacks
    By TheGTAHeroes in forum CrossFire PH Discussions
    Replies: 13
    Last Post: 10-02-2012, 05:22 AM
  5. Replies: 9
    Last Post: 03-23-2011, 06:15 AM