mouse_event, wpm alternatives? - Guided Hacking A few questions has popped up though Was wondering what the alternative to mouse_event and wpm is, if there is any? If I've understood things correctly wpm is quite easy to detect? If so, do you think it's worth the increased risk? Thanks on advice
Share your progress - tell us what youre doing - Page 16 You can use this thread to post about what you're doing lately, you can just tell us what's up, post a screenshot, post a code snippet or a video Doesn't matter, just tell us what you're doing to spark some conversation I'm always interested to see what people are
Check if the game is fully loaded - Guided Hacking These days I've tried to improve my knowledge about debugging and c++ programming, some tutorials from guided hacking tutorials I've saw that must of the values get wrote when the user presses a certain, button, key, etc, is there any way to check if the game is fully loaded in order
Recoil Based FOV Aimbot - Guided Hacking Recoil Based FOV Aimbot The standard calc_angle determines the angle at which you should aim at the target Using this determined angle, we calculate our FOV, or distance from that angle, and our current angle This is the regular calculation for the most basic aimbot But what happens when we set a low FOV and our recoil goes too low or too high out of our FOV circle? It stops because the
Counter Strike Source Enemy Mouse Coordinate Offsets I cannot find ones that are CONSISTENT If anyone hacks this game or is looking for a challenge, I need your help Player pointer list: "client dll" + 0x546204 each player pointer is 10 bytes from the last
Cant find any static Pointer in Dead Island Definitive Edition in Dead Island Definitive Edition I have the problem that i can't find any static Pointer I tried like the tutorial says but somewhen i come to the same dynamic pointers i already found :
the new Assault cube is secured - Guided Hacking After you've found the address, don't forget to pointer scan or use the manual way to find pointers Also, if you're advanced enough, browse the memory region to find some other goodies like ammo, movement, and the x and y axis of your cursor Hope this helps! Edit: IF you're using cheat engine I know almost everything when it comes to CE
give me quickie on key events - Guided Hacking how the f*ck do they work? only thing google gives me is some gay chat spambots and keydown but i need key up also to make p100 bhop on csgo! so, is anyone willing to give me tips or share some saurce? im :retard: btw
What to use to listen for key down event C# windows forms So, I am working on an extremely basic trigger bot for csgo, right now the actual reading from the process and simulating the mouse click is working, but I was wondering what is typically used to listen for a keydown event (Lmenu in this case) I would like to setup an if statement to wrap the