u can help how Bone base, player base, second player base
@hackzgamezyt4 жыл бұрын
I feel like your "hazardous"🤐🤐
@close70293 жыл бұрын
point blank türkey ?
@NatiiixLP8 жыл бұрын
Do you know why there are multiple variables for each value? Well, it's usually because those values are being displayed. For example health is stored as part of the player variables, but it's also stored as one of the displayed values. You can change both, but only the player variables really matter, because when you change the displayed one, it turns back to the player value again in the next update loop.
@NatiiixLP8 жыл бұрын
*****, Most games have duplicate functions that work as traps for hackers. When you use the incorrect one, the anti-cheat system knows that the certain move wasn't made by the game client.
@dred05m6110 ай бұрын
07:52 In this tutorial you had green addresses which means static addresses, but how do you make a permanent health code for when the addresses are dynamic (black) ?
@gorgono16 жыл бұрын
Thank you, it is really nice to see some tutorials for the newer Cheat Engine versions. And by the way ... it still works (2018)
@HazardEdit6 жыл бұрын
Thank you for your feedback. I'm glad to hear this is still working up to this date.
@DR-kw4ff Жыл бұрын
This was very fun to watch:D
@mememaster42O5 жыл бұрын
nice, now my motorcycle in ride 3 has 1300 horsepower
@Yorgarazgreece3 жыл бұрын
Oh that's actually a lot easier than i expected! That can actually help me find some memory offsets related to wheel data for gta v v.2060 for an sp mod i'm making about remote controlled cars. Thank you!
@nxvmodz36293 жыл бұрын
lol same
@Yorgarazgreece3 жыл бұрын
Well looks like there are a lot more variables close to the vehicle address space but I am definitely getting somewhere
@amoyhoachuckArenZip7 жыл бұрын
Before what I'm going to say, thanks for these tutorials, it really helped me out But while exploiting that game, I found out if we change the ammo to -1, when you shoot, instead of removing bullets, it adds bullets, it an easier way than looping, just saying
@chevygamer62255 жыл бұрын
But it’s so different it’s not easy for some games there’s millions and thousands of files but assault cube is super simple
@Anymion8 жыл бұрын
hello, i have learned a lot from your tutorials... one question how do you find memory addresses for the "EnemyInCrossHair" offsets in some games? i want to make a triggerbot
@HazardEdit8 жыл бұрын
+Anymion look at enemy look at teammate or just look away while checking vals close to player base. You can do the same thing and scan for changing/not changing values (e.g. repeat: look at enemy, scan, look away, scan) Not all games indicate who you are looking at, if they don't you have yo check if you are aiming at the hitbox
@Anymion8 жыл бұрын
HazardEdit ok thanks i will try to write my triggerbot, probably wont succeed yet but that info will be useful im a near future
@aldinbas49403 жыл бұрын
Surprisingly, in first try when your health was 100 the grenade didn't damage as much as after you changed to so big level the health :)).
@555-v7g6o8 жыл бұрын
I am trying to do this on Terraria, and no green values show up. I have tried other methods, and sometimes the base has over 4 offsets. Am I doing something wrong?
@AonyjsViolmlar052 жыл бұрын
Great tutorial i hope you make another tutorial on how to find the real address if we only found the display address of the value. I'm having a hard time figuring out on how to get the real address.
@1kalekip18 жыл бұрын
I can't find any static (green) address :(
@555-v7g6o8 жыл бұрын
same...
@1kalekip17 жыл бұрын
SexyAF AMVs I found an alternative way, but it could take a looong time. Oh, and lots of GB disk storage. Having enough RAM speeds it up a bit.
@MyMadGomes7 жыл бұрын
how ?
@idk-fc1li6 жыл бұрын
It could take a long time depending on the game if it's like gta V its gonna be a long time if its assault cube you should be just fine or you can find trainers
@prodbyvinqu49056 жыл бұрын
Kale Kö
@billpapes11318 жыл бұрын
Hey. This question may be offtopic but what is the best method to make an good aimbot for online game paragon? should i code an aimbot with memory adresses or is this unsafe? is there another method? i would rly apreciate your help
@HazardEdit8 жыл бұрын
you should clearify yourself about the anti cheat, if it detects changes to the memory or not.
@atheist_41758 жыл бұрын
Thank you so much!!!! I've been trying to make a dll injector for a while to mod games and you helped me figure out my first! Subbed. :)
@madiwich4 жыл бұрын
Cheat Engin is really awesome, but your so awesomeness ;D
@itsslashyn75197 жыл бұрын
How did you get the baseplayer and is local player the same thing as baseplayer ?
@xzuberan60885 жыл бұрын
learn c#
@gangstasteve57534 жыл бұрын
@@xzuberan6088 That has less to do with it. He could know c# but not know how to find pointers. This is a cheat engine/pointer question not a c# question.
@Svipers4 жыл бұрын
8:50 that is not the player health, this is the GUI health, that means ure overwriting the visual health only... in the game you still having 100hp and u will die if you get shooted
@HazardEdit4 жыл бұрын
Hey Bro, it is the actual health of my player. You can see in the next video "how to make a trainer" that I am using that offset to enable infinite health
@Svipers4 жыл бұрын
@@HazardEdit Okay i will watch it in a couple of hours thx
@Erik_Nivala6 жыл бұрын
I cant seem to find any static adresses on any game i try this on:/
@ozgamingid42454 жыл бұрын
Why my windows crash when im debug cheat engine.
@VirtualMatterTails3 жыл бұрын
thanks. the real tutorial
@SafetyFirstToolFans.942 жыл бұрын
Okay.... so I'm hacking games on PSP with TempAR which has some very basic filtering options... I have had success on some games but on Vigilant 8 for PSX, the basic ammo counts for instance get stored on an address that I can alter effectively- but each time you make a new match the address those values are stored on changes. First question... what do I call these? And second- what order of operations will enable me to load these values on the same address every time instead?
@nark48374 жыл бұрын
Just for a heads up to anyone inexperienced with game hacking. This will NOT work with 90% of modern game titles due to them having kernel level anti-cheats that block cheat engine from hooking to their game.
@michaelfreitag64372 жыл бұрын
Seems like you need a tutorial as well. The Health you were editing was the health label not the actual health. The teleportation was the x-axis of the playerview.
@LucarioZombie4 жыл бұрын
Wish this worked in cod games. I swear, its like we need pointers for the pointers.
@HazardEdit4 жыл бұрын
Check Out my pointer scan video, it will work for cod as well
@pretix82646 жыл бұрын
Klingst ja richtig motiviert
@bananenkris2 жыл бұрын
Hey, a question. I find a value and also find the what changes it and the pointer, but it cant find the pointer adresse. Why?
@isbreadlife13078 жыл бұрын
Are the static adresses on every pc the same?
@nice_sprite52857 жыл бұрын
yes the static addresses are always the same. However, depending on the game version, they will be different. This is why when games like GTA V gets updated, most mods and cheats for it don't work unless the creator also updates the hack/mod/cheat/whatever.
@reapcreeps46245 жыл бұрын
but mystick, he was talking about a static adress dude. Thus meaning it lacks movement, what you are speaking of is a dynamic adress since it changes depending on the updates.
@ariseyhun20857 жыл бұрын
5:42 I don't find any results at this part. Any help please?
@Bayont5 жыл бұрын
You must paste there that what you found in 4:52 , "The value of pointer (...) is probably: "
@Ismaelz3 жыл бұрын
I'm tryin this with Terraria, but there's no green addresses at this step 6:00 . What can I do?
@noicesui6 жыл бұрын
Hey ! I've got a Quick Question. How to find Localplayer base and offset for Modern Combat 5 where Health Constantly Regains !
@HazardEdit6 жыл бұрын
You can scan for changed/unchanged, decreasing/increasing values. You will have to consider that It will take longer to find it.
@noicesui6 жыл бұрын
I've tried it but can't find that ! Can you help please.
@devperf38025 жыл бұрын
this is not working with any modern game since assault cube is extremely simple. you might learn 5% of what to know in the end in this video. modern games have no static pointers. pointer scanning or searching manually for it is useless since you need to find a certain spot in memory from where the structure is build from. static pointers for this does not exists outside from tutorials like this.
@hughy8977 жыл бұрын
thanks man, great tut.
@HazardEdit7 жыл бұрын
+Hughy welcome
@zungcao10045 ай бұрын
2:15 bro just switched to demon mode 😈😈😈
@RomfordMano400668 жыл бұрын
hey hazardedit, do you have any idea how to make an autoupdater for csgo offsets? Something like: > checking game version > if new game version avaible then compare/ update current offsets saving offsets in txt may help, right? I am tired(yea lazy af) to update them manually ;x ty
@talibanxx3 жыл бұрын
Try using pattern scanning
@kensunjaya2 жыл бұрын
hazedumpers might be your solution
@eddiele6444 жыл бұрын
did i do it right if there is no green ones?
@phanip51156 жыл бұрын
Really nice tutorial.Thnq for great tuts.when i attach debbuger assualt cube freezes untll i stop debbuger.i tried different debbuger.plz help
@n1vr1326 жыл бұрын
I have a question my gme is state of decay, the ammo has 2 addresses one for the clip and one for the item clip in your inventory. So what should I do?
@teim22297 жыл бұрын
what do you use for coding? c# or c++
@_daniel.w7 жыл бұрын
Depends, the code is different in all languages, I do mine in C++ :D
@NeOAnderson7 жыл бұрын
Why does this not work in other games? I mean, the game I use for example, you simply cannot find the health in the memory.... I dont get why
@BlathoPlay5 жыл бұрын
I get no readable memory found is there a way to still get the adress(different game btw)
@kepich97044 жыл бұрын
it might be a dynamic memory address, therefor you might not be able to simply read it like you do a static memory adress
@leomarx717 ай бұрын
Excellente tutorial, thanks.
@moontaz85886 жыл бұрын
your voice is cracking very much :D
@HazardEdit6 жыл бұрын
True
@paradoxdea4 жыл бұрын
You know what I do in Cheat Engine? I search my value, make a change in that particular value, if I have about 4 to 5 values, I select all, hit shift, make a newer value (usually higher), and I'm all set. Trying to shift around for that particular value takes way too much time.
@fbellogameplays11512 жыл бұрын
What if that value doesn’t change? It just automatically goes back to its default?
@vexxy98795 жыл бұрын
Does this works on console too?
@hardcorecheats6946 жыл бұрын
Hello HazardEdit! I Am The Biggest Fan Of You For Game hacking And I Have Alots Of Learn Game Hacking Becuase Of You!! Can You Make A Video Tutorial On How To Find Base Address On Cheat Engine Because If We Create Cheats Its Gone And We Are Always making Cheats I Am So TIred..Please..
@HazardEdit6 жыл бұрын
Lad to hear that. As far as I remember I show it in the video, alternatively there is also my pointer scan video in the game hacking playlist
@hardcorecheats6946 жыл бұрын
Okay Thanks Idol!
@zaaa-sn7sg7 жыл бұрын
Hi :) Does this need to be on cheat engine, because games with AC will probably instant ban you for hooking CE... Or is that just a myth?
@HazardEdit7 жыл бұрын
+.zaaa you can use CE olly or IDA. Maybe there is other similar software I don't know for sure
@zaaa-sn7sg7 жыл бұрын
Ait cheers.
@420lobbies67 жыл бұрын
I have made a tool with the health cheat. When i press the button, the health set to 100, but when i restart the game, the tool doesnt work and i have tried with the 3 green addresses :/
@girojkiat6486 жыл бұрын
i am trying with a game on Nox emulator. i can find address(in black) and then i try to "find out what access to this address" just like in video but nothing show up after the value in that address change. i have no idea what have i done wrong. i did "find pointer" in tutorial and it work just as i see in this video but somehow when i try it. it not working
@dangerx60086 жыл бұрын
What is the int Base??
@paulowalker11014 жыл бұрын
O man i love you kkkk THX for video ....
@joshrakes43546 жыл бұрын
Is there a cut at 6:01? How did he get those results after not being able to find anything?
@Mohamad87523 жыл бұрын
Thanks bro 2021/04/03
@xxmaniakaxx97816 жыл бұрын
But if there is a pointer and not just a base address ?
@armybrat7034 Жыл бұрын
can we find in android also
@shibbyW4 жыл бұрын
what happens if the value is a float instead of 4 byte...
@dollazYT4 жыл бұрын
How would I do this for iOS games
@gerardjagroo6 жыл бұрын
How did you get Assault Cube to run in Windowed Mode? Please reply.
@yh_hat_trick4916 жыл бұрын
Go into video settings and uncheck fullscreen, and set a smaller resolution
@prochanel67436 жыл бұрын
i did everything as you shoved but there is no green adress
@ozgamingid42454 жыл бұрын
How to change hex result value to 4 byte?
@DivingHawker3 жыл бұрын
What if the pointers are not green?
@atlastv22527 жыл бұрын
The ammo part isn't working for me at all..
@cyadz71367 жыл бұрын
so im developing a trainer for assualt cube visual basic so how do i get static addresses i have the 0273a150 + f8 = health ect but how do i put it in code like idk how to explain it
@TechnoGamerz473 жыл бұрын
Sir pubg client hit part judgment not work sir please give me any reason and what code season 16 magic bullet code sir
@funguslars6 жыл бұрын
For the game i am doing it for the anti cheat detects when i "Find out what is accesing this address"
@AhmedHussainEng5 жыл бұрын
how to find the player base address when player health not readable or invisible? like PUBG in training mode, I can't know or edit the health.how to Know player base address?
@silhey25815 жыл бұрын
try maybe using cheat engine's bigger than and smaller than and keep trying to do that till you find a value and then go further from there
@adamrog42103 жыл бұрын
I'm trying to find addresses for rainbow six vegas 2 but I cant
@Tyrone8648 жыл бұрын
hey i have a question, how do i find address/offsets of things where you cant see a value? like for example it just says health but no number and instead its just a bar and when you lose health the bar just goes down, stuff like that is what i need help with
@HazardEdit8 жыл бұрын
+chovie23q you scan for an unkown val and then try to change the val, then scan for decreasing val. simply repeat the process
@Tyrone8648 жыл бұрын
hmm ok i tried that, i found it, but i cant change the value, it keeps changing back, any tips?
@Tyrone8648 жыл бұрын
and what about finding stuff which isnt really like a value but, say you are playing a game and only this certain thing happens to the enemy like an appearance/aura effect sort of thing and i want that to happen to my player/character, any way to do that?
@HazardEdit8 жыл бұрын
+chovie23q its either controlled by the server or its not the actual value, but whats displaying on screen. (some other value is taken to display on screen)
@Tyrone8648 жыл бұрын
ah its a single player game
@mohammedayoob12465 жыл бұрын
Wonderful work, brother can you help to Hide the background Or some elements
@n1vr1326 жыл бұрын
Wat do we do after this, like you didnt show what to do when starting the game
@Картон-ц2х4 жыл бұрын
8:20 Ничего не видно и не понятно куда нажимать.
@Dafuqbro695 жыл бұрын
what if my healthbar is float instead of 4 bytes?
@mohammadyasein71055 жыл бұрын
is it work for multiplayer online game
@creativeknowledgemike23377 жыл бұрын
this doesn't work i did everything go to same address tried it all didnt
@insus1004 жыл бұрын
2016 != 2020 but can you make a tutorial on how to give weapons with Cheat engine? Like finding where weapon data is saved in memory and changing values to change the weapon in your hand? because health, ammo etc is too generic...
@IliasIliasIlias2 жыл бұрын
what if there aren't any green results?
@AdemPCGaming7 жыл бұрын
nothing appearing in the window after pressing f5 :/
@mastergames8123 Жыл бұрын
can you do a "No clip" of any game ?
@perluim74704 жыл бұрын
What offset do I put in "Group 1"
@nerdtacular90915 жыл бұрын
What if I don't get any green ones? :(
@NtQueryInformationProcess5 жыл бұрын
then it's a multi-level pointer
@alfredpaite58415 жыл бұрын
At 6.00min. That didn't work. Nothing appear in list when i click on first scan or new scan. Man. What is this....
@zeyadahmed57317 жыл бұрын
in the information it something like move [eax] and it not working
@scrubthesurface6 жыл бұрын
Anyone help me pls? How am I not getting any addresses after the scan. Same with the generate pointer scan...it does not open with the address there, it’s just blank? Please please can someone help me? I’m about to cut my ear off vangogh style
@B-K947 жыл бұрын
How to find the adress if the value is in float ?
@Maxhunter-zv6zq6 жыл бұрын
THANK YOU SO MUCH IVE WASTED SO MANY HOURS TRYING TO TO DO THIS AND IT WAS SO SIMPLE~!!!!!!!!
@CptBrian3 жыл бұрын
Do it on a game that isn't insanely easy to work with.
@HazardEdit3 жыл бұрын
Which one is that?
@PonelyPonely2 жыл бұрын
@@HazardEdit escape from tarkov
@nessuno4516 жыл бұрын
Because when in multiplayer online life does not remain as I modified
@jake26635 жыл бұрын
That's because you're not host the values are not stored locally
@arthurgroll49066 жыл бұрын
Hello, I can't find static addresses (the green ones) even with the pointer scanning. I'm searching offsets and the static address for terraria, but I can't find anything. Help please!
@jorgehabib39335 жыл бұрын
Me too, with the same game
@uwuuwuwuwuwuwuwuwuuwuuwu6 жыл бұрын
So I can get a stuck address with this?
@mateokladaric6 жыл бұрын
stuck? its static.
@buddy44457 жыл бұрын
how to use this for yareel
@romansapp52197 жыл бұрын
What if there is a value that doesn't change but I need to find it to change it?
@HazardEdit7 жыл бұрын
+Roman Sapp use pointer scan its better
@creativeknowledgemike23377 жыл бұрын
How do you find the XYZ everytime i try to find it I get dynamic address with red values i do the up and down ladder shit never works is there a guide to understanding OpenGL angles to axes?
@naimcool364 жыл бұрын
its ez. u have first to search the Z coord(the easiest one) by go up a hill, latter or whatever scan for increased value then go down and search for decreased value. Repeat it serveral times and u will find it. btw i now this comment is 2 years old, but i want to sound smart lol
@BdyPhrk8 жыл бұрын
Can you do this tutorial for C++ and without using external stuff.
@NatiiixLP8 жыл бұрын
+B100dyPhr34k, You always need a memory scanner for this type of thing. You can write it yourself, which would make the whole thing "without using external stuff", but once again, programming is about efficiency and this would be rather inefficient.
@BdyPhrk8 жыл бұрын
Rainbow Nati No you don't need to write your own memory scanner, all you need is CE I'm just having trouble with pointers in C++ at the moment, rofl
@NatiiixLP8 жыл бұрын
B100dyPhr34k, Please read your original comment. You said you wanted to do this without any external programs. CE appears like quite an external program to me.
@BdyPhrk8 жыл бұрын
Rainbow Nati I meant external library...
@NatiiixLP8 жыл бұрын
B100dyPhr34k, Oh.. You can find a lot of memory scanners on CodeProject. I use this one with C# personally. Author has also explained how it works quite well in case someone doesn't exactly know. (C++ uses the very same functions as far as I know) www.codeproject.com/Articles/716227/Csharp-How-to-Scan-a-Process-Memory
@ILovePie532 жыл бұрын
why am i seeing xmm0,[rdx+rax*4+10] how do i find the offset from that?
@user-gm1dv5nr6p2 жыл бұрын
its prob entity list
@fssimply4 жыл бұрын
question: any good videos on writing these values in C# ?
@ar-47757 жыл бұрын
What if the game uses Battleye, how will I get passed it to attach CE?
@johnnycat9957 жыл бұрын
_ _ you dont
@beooly88557 жыл бұрын
its actully pretty easy to hack PubG once you get a BE spoofer and know how to break VAC.... Battleye works like a pulse. It has a "heartbeat" that is constantly running to the games memory. If even one heartbeat detects something is reading or writing to the memory, you get banned. Now, you can't manually break BE with junk code or what ever. You actually have to alter battle eye itself, or "spoof" it and try to render it useless. I.E, you might spend as much time breaking the anti-cheat as building the hack lol.
@username-rv6fx7 жыл бұрын
or you could just steal a handle using cpuz driver and be done with it
@iamfromserbia986 жыл бұрын
Would this method work with Fortnite?
@proxy73626 жыл бұрын
Beooly Stop. You're wrong on so many levels. Skid.
@hakunamatata44734 жыл бұрын
Nice but can you help me to fix c++ cheat?
@mrloom50696 жыл бұрын
How can I find the health offset on a game that you can’t use cheat engine
@legendaryhacker99105 жыл бұрын
Lmao bypass the game thrn you can
@tauri37118 жыл бұрын
How can i find an unknown mass memory? For example im trying to find a car mass in a racing game.
@nice_sprite52857 жыл бұрын
Mass is going to be a float type. Scan for unknown initial value. If you can change the mass in game with certain upgrades or something, upgrade the cars mass, then scan for increased value, downgrade the car, scan for decreased value, repeat until you have found the most probable address. Good Luck!
@JakeMR27 жыл бұрын
Mystic I was wondering, I am using ePSXe and am trying to find addresses to where I can modify a donor car to have a new engine from that specific car. Here is basically what meant: Car A engine into Car B Engine. I am trying to make hybriding the engine in Gran Turismo 1 at the moment.
@floi2072 жыл бұрын
bro pleas how to get base address on emulator android 😓