Cheat the game, could you please make me a personal mod for wolf online like you did for Hellcandyx? Please? First I think I should tell you what I want it to be, but it will be a lot like Hellcandyx's mod. But it's a little bit different. It has... --The ability to jump --The ability to spawn enemies that attack anyone (in other words, killable) --infinity points/ stats And that is all I want pls. If you do, I will like every singe video you have and I will watch them all too! Please! I'll even go on other channels and say subscribe to Cheat The game and check out the awsome videos!
@savannahwatts2357 жыл бұрын
I'm only avaliable on weekends
@ChrisFayte7 жыл бұрын
HellcandyX wrote her own mods, I did not write them for her.. She is my friend and also an admin at CTG. She does use a lot of my techniques of hacking games to make those mods, plus some of her own techniques.. I have never played wolf online nor know much about it.. But if you get stuck in value hunting Im happy to steer you in the right direction as Im sure she would be too. But we want you to learn how to do this..
@savannahwatts2357 жыл бұрын
Oh... it said u wrote them...
@savannahwatts2357 жыл бұрын
Can u still do it? Please?
@savannahwatts2357 жыл бұрын
Cheat The Game can u figure it all out? It would mean the world to me....
@ChrisFayte8 жыл бұрын
*Wanted to correct a mistake in the vid here: Even though it will still work regardless -- when you alloc memory for storing the coordinates, make sure to allocate more bytes,, I didn't allocate enough for all I was storing there, that was my derp out moment it should be alloc(store_coord,256) that's more than enough bytes.* Sorry about the screw up.
@kalas41997 жыл бұрын
I wanted to ask why you added: dealloc(store_coord) - You haven't done that for other stuff why here?
@kalas41997 жыл бұрын
For example when using lea, I always add these stuff: [Enable] alloc(Money,4) registersymbol(Money) [DISABLE] unregistersymbol(Money)
@ChrisFayte7 жыл бұрын
Sometimes I just forget to but you should always deallocate memory for anything you alloc except when using create thread.
@kalas41997 жыл бұрын
hmm ok I will remember to use dealloc as well :)
@Aziz-fk4qb7 жыл бұрын
Can you hack dungeon blitz money it's a facebook game ?
@husseinrihan5644 жыл бұрын
when i press on the hotkeys unchanged value everything dissapear
@emre-zb5ft4 жыл бұрын
0:00 game sensitive to sudden code changes.I can teleport 1-2 units away.The connection is broken when I teleport further away.what should I do?
5 жыл бұрын
Why does en_save give a high number when you set it to '1' and en_load does correctly toggle between '1' and '0'
@ChrisFayte5 жыл бұрын
The game is using it store some value try using it in newmem+500
@emre-zb5ft4 жыл бұрын
0:00 the connection is broken when I teleport in the game.I guess it's do it jumping too much.I think it was caused by jumping.I just started the hacking. what is the problem? I did the jumping trick like this.if the upward distance is 5 units. I'm going 1-2-3-4-5.how do i solve this job? please can you help ?
@fortniteignbest_stepbro65337 жыл бұрын
papi will you ever get into creating, editing and using DLL for injection?
@sonansyah4 жыл бұрын
Finished the tutorial and is working perfectly... Thanks a lot for this awesome tutorial.. really helpful 😀
@ChrisFayte4 жыл бұрын
Glad it helped!
@BkzReaper8 жыл бұрын
question. I've worked on infinite suppressor but for someone reason certain primary and secondary still consume suppression on the first Fire Upon a weapon swap. what can I change? I followed each step in your other video suppression, ammo, health and more.
@ChrisFayte8 жыл бұрын
Im sorry, its been a while and I just cant remember right off hand, I remember having to play around with it to get it to work right but, I just don't remember everything I did, I do know I back traced the original to source, but had to play around with a few opcodes before I hit the jackpot, you are welcome to look at my script and use the aobs to take a look if you would like: [ENABLE] aobscanmodule(supp1,mgsvtpp.exe,46 88 4C 01 04) // should be unique alloc(newmem,$100,"mgsvtpp.exe"+3E032F0) label(code) label(return) newmem: code: mov r9,63 mov [rcx+r8+04],r9l jmp return supp1: jmp newmem return: registersymbol(supp1) [DISABLE] supp1: db 46 88 4C 01 04 unregistersymbol(supp1) dealloc(newmem)
@sasaha83895 жыл бұрын
for some reason sometimes my teleporter saves my location but telepoerts an npc to my location instead of myself...? why? is it because my instruction is a shared instruction and actually stores all the location of the player and the npc's? and how can i fix this so the teleporter only writes to me and not to the other enemies?
@ChrisFayte5 жыл бұрын
Yes the enemy coord is being shared with the hero. Find a better compare or another spot in memory that only deals with your coords.
@sasaha83895 жыл бұрын
@@ChrisFayte okay thank you!
@lolsucks35998 жыл бұрын
what if I change the x and y value but nothing happens ingame
@ChrisFayte8 жыл бұрын
Make sure you got the correct address, as you saw there were almost 200 of the ypos values in there I had to weed thru.. But in some games, you may just get a READ only type codes, using the FULL ACCESS command will make them writable as well and you can test them then, you can google that.
@lolsucks35998 жыл бұрын
dont worry I didnt find those so it must be the right one. Its from a cheattable and they are the right variables I tested them out. I didnt know there can be read only type codes oO Lets see if I can find what you said hope it'll work.
@chrisfayte84828 жыл бұрын
In the cheat table download that I have in description, I have the pointers to the XYZ coord addresses that you can mess around with so you dont have to look them up.
@lolsucks35998 жыл бұрын
Im using a cheattable for maplestory though
@chrisfayte84828 жыл бұрын
Ok im sorry i thought we talking about MGS my bad.
@AlexPerez-ek3xp4 жыл бұрын
I just finished the tutorial :) beautiful stuff Chris, Thank you!
@MysteriousPowers5 жыл бұрын
hello I wanted to request how to have more than one save position. so I can load 2 separate saves
@ChrisFayte5 жыл бұрын
you would need to alloc separate memory with new xpos,ypos,zpos labels. and separate flags to set which part of allocated memory you wanted the different coords set. It would be basically making a whole new script inside the other script
@atultripathi91665 жыл бұрын
hello Can you do the teleport hack of football in any fifa series game(8-19)? please make a video on that
@emre-zb5ft5 жыл бұрын
i only know the z position. can i do it ? help pls thank you
@ChrisFayte5 жыл бұрын
Usually the coords are all together in memory and no you do not have to find a permanent pointer
@emre-zb5ft5 жыл бұрын
@@ChrisFayte Oh, thank you so much.
@Arch.Designer8 жыл бұрын
great and massive tut my master .. i did it teleport is working online lol but when i change value vertical like 4 m above earth i go up then i fall down again how freeze z axis?
@ChrisFayte8 жыл бұрын
You are wanting something like a fly hack, I haven't looked into that yet,, but I did update the teleport on my cheat table to where you can also teleport to a marker location even all the way across the map using F11 to save marker coord and F12 to tele there,, I have it teleing a little above especially for long distances so it has time to draw the location so your char doesn't fall thru,,,, which I think is better than a fly hack especially when time is of the essence. . www.mediafire.com/file/82z21v10d6ah7vl/mgsvtpp.CT
@Arch.Designer8 жыл бұрын
Cheat The Game yess its work but i found pointer for x and z hardly and i tried it online server and its work lol .. yes i want player when move up he stay up and not falling again without i have to stay on surface ?
@ChrisFayte8 жыл бұрын
Well that's something you will play around with and it is the Ycoord you need to freeze not the Z.. Y coordinates are up and down, Z is your distance. Ive been studying animation for years in graphic arts,, I do not know where they come up with the Z axis being height it is the Y axis that is up and down. X axis is East and west, and Z is front and back
@Arch.Designer8 жыл бұрын
Cheat The Game hhhhhhh omg sry yes in games y and x but am architect and 3d visualizer and all 3dmax program and autocad we use z for move up and down lol anyway thank u so much .... i made the player fly above lol and come again but i want to control player and stay up i think i need to find it myself but i dont have time
@ChrisFayte8 жыл бұрын
Also on my cheat table,, I have pointers already (toward the bottom) that give you the XYZ coord addresses that you can play around with without having to look them up
@cd19825 жыл бұрын
do you have other tutorials for some of the other cheats listed in ce for metal gear solid?
@aidanreilly52716 жыл бұрын
the cords you used were not static so will you have to do all this process again to do the tp hack
@ChrisFayte6 жыл бұрын
They don't need to be static because we aobscanned the location and we are using the registries themselves to obtain the dynamic addresses.. This script works every single time without fail. I would really request you start learning and understanding assembly before dogging out what I teach, someone with a small basic knowledge of assembly would understand this.
@aidanreilly52716 жыл бұрын
k ty! :) i understand, i need to learn to walk before i can run
@ChrisFayte6 жыл бұрын
Just know static addresses only matter if you are looking for multi level pointers. Those are highly unstable, difficult to find, and an out right pain.. That's why we write scripts.. Scripts are extremely reliable, and you do not have to worry about dynamic and static addresses,, because no matter what the addresses change to the registries and offsets will always be the same,, so we directly manipulate what is being written into those areas instead of pointers.
@grimbears54576 жыл бұрын
Hi sir, I want to know how to teleport or to get faster as flash in pixelblood online please tea me sir
@ChrisFayte6 жыл бұрын
Online is a lot different, as you run into server sided values, which means the values are not stored on your computer but on the server itself, so value scanners like Cheat Engine cannot work for those.
@LooseGripHandle4 жыл бұрын
Hey i know i might be a pain in the ass asking this, but could you make a tutorial on how to mod RPM or engine boost hacks on games? don't have to be a multiplayer game, even something like nfsu2 or flatout, wreckfest.
@gm49848 жыл бұрын
Thank you so much for this tutorial! It's so well explained :D don't stop making videos
@ChrisFayte8 жыл бұрын
My pleasure pal, thank you for watching
@rowk13377 жыл бұрын
Cheat The Game can i get some help ? when i try to modify the cordinates it back to my original pos
@ChrisFayte7 жыл бұрын
Then you found non writable addresses,, sometimes that happens and I am coming out with a tut soon on using FULLACCESS, to make non writable location readable and writeable.. But if it is also possible you didn't find the correct internal coordinates.. You will need to trial and error the correct location that writes to those addresses.
@rowk13377 жыл бұрын
I already fixed the problem, but one question, is impossible to make a ESP / WallHack with Cheat Engine ?
@ChrisFayte7 жыл бұрын
The only thing that is impossible is making your wife horny during her time of the month
@h.a.67907 жыл бұрын
Hi Chris, great guides ! I have a question if you don't mind, I have an online game with flying mounts. Mount flight is disabled inside instances. Is there a way to locate the flag for this. (flight is disabled from the client cause I personally tested a trainer from someone and it works).
@variousartists-topic68237 жыл бұрын
One question do you know the MS command?
@hawkeyezar57798 жыл бұрын
Great tutorial Chris. Another one of your vids bookmarked :-)
@ChrisFayte8 жыл бұрын
Thank you pal I appreciate, glad Im able to help.
@m1dnight-danger8 жыл бұрын
Hey dude nice video!! Really felt so good, i subbed man!! i had one question that, *what if instead of saving location, what i want to do is place a marker on my map, and teleport to there?? So like every time i place a marker, and hit the button, i m at the marker position. So since marker co-ordinates change since its depends where i put the marker, how do i get marker's x y & z co-ordinates, and make sure only those co-ordinates go into the store_co-ordinates function of script??* I hope you understand what i m trying to say. All i want to learn is how to find marker co-ordinates!! finding player co-ordinates is very well explained in your video, but i think finding the marker co-ordiante will be a tough challenge. Thanks for your video man!! Great help :D
@ChrisFayte8 жыл бұрын
If you download my cheat table youll see the script I made for the teleport to marker.. How I found it was: 1. Go to map screen 2. place a marker on top of your guy(if you already have your guy's coord, then your marker will be the exact same just different addresses) 3. Move your guy away from the marker and just do (float)unchanged value until you have some you can test.. When you test marker coords,, the marker will mov. [ENABLE] aobscanmodule(tele1,mgsvtpp.exe,F3 0F 10 40 24 0F 2F 05) // should be unique alloc(newmem,$1000,tele1) alloc(store_coord,256) aobscanmodule(mark_tele,mgsvtpp.exe,0D F3 0F 10 43 18 F3) // should be unique alloc(newmem2,$1000,"mgsvtpp.exe"+37D8C7F) alloc(store_mark,256) label(code) label(xpos) label(ypos) label(zpos) label(load) label(save) label(en_load) label(en_save) label(tele_mark) label(mark1) label(return) label(code2) label(xpos2) label(ypos2) label(zpos2) label(en_save2) label(save2) label(yincrease) label(increase) label(return2) registersymbol(en_save2) registersymbol(xpos2) registersymbol(ypos2) registersymbol(zpos2) registersymbol(en_load) registersymbol(mark1) registersymbol(en_save) registersymbol(tele1) store_coord: xpos: dd 0 ypos: dd 0 zpos: dd 0 mark1: dd 0 en_load: dd 0 en_save: dd 0 increase: dd (float)20 newmem: cmp [en_save],1 je save cmp [en_load],1 je load cmp [mark1],1 je yincrease jmp code save: mov [en_save],0 push rbx mov rbx,[rax+20] mov [xpos],rbx mov rbx,[rax+24] mov [ypos],rbx mov rbx,[rax+28] mov [zpos],rbx pop rbx jmp code load: mov [en_load],0 push rbx mov rbx,[xpos] mov [rax+20],rbx mov rbx,[ypos] mov [rax+24],rbx mov rbx,[zpos] mov [rax+28],rbx pop rbx jmp code tele_mark: push rbx mov rbx,[xpos2] mov [rax+20],rbx mov rbx,[ypos2] mov [rax+24],rbx mov rbx,[zpos2] mov [rax+28],rbx pop rbx jmp code yincrease: mov [mark1],0 fld [ypos2] fadd [increase] fstp [ypos2] jmp tele_mark code: movss xmm0,[rax+24] jmp returntele1: jmp newmem return: ///////////////////////////////////////////////////////////////// ////// SAVE MARKER COORDINATES //// /////////////////////////////////////////////////////////////// store_mark: xpos2: dd 0 ypos2: dd 0 zpos2: dd 0 en_save2: dd 0 newmem2: cmp [en_save2],1 je save2 jmp code2 save2: mov [en_save2],0 push rax mov rax,[rbx+10] mov [xpos2],rax mov rax,[rbx+14] mov [ypos2],rax mov rax,[rbx+18] mov [zpos2],rax pop rax jmp code2 code2: movss xmm0,[rbx+18] jmp return2mark_tele+01: jmp newmem2 return2: registersymbol(mark_tele) [DISABLE] tele1: db F3 0F 10 40 24 mark_tele+01: db F3 0F 10 43 18 unregistersymbol(mark_tele) unregistersymbol(en_save2) unregistersymbol(xpos2) unregistersymbol(ypos2) unregistersymbol(zpos2) unregistersymbol(tele1) unregistersymbol(en_load) unregistersymbol(en_save) unregistersymbol(mark1) dealloc(newmem) dealloc(store_coord) dealloc(newmem2) dealloc(store_mark)
@m1dnight-danger8 жыл бұрын
OMG!! you are the best guy ever!! thanks you very much for taking effort and writing and explaining all these!! I'll try out this method, thanks once again :)
@ChrisFayte7 жыл бұрын
facebook.com/groups/CheatTheGame/ make sure your account is at least 3 months old.. If I see you Ill approve you, but the rule set in place is that an account has to be at least 3 months old. If it is under your name Ill leave a message for the admins to accept you.
@ChrisFayte7 жыл бұрын
no that's the correct link,,, new people join everyday,, it is a closed group so you have to be approved to be let in..
@ChrisFayte7 жыл бұрын
Im sorry pal I had typo in there that I didn't see try this one instead facebook.com/groups/CheatTheGame
@SeneekiKaant8 жыл бұрын
Awesome tutorial once again. I was doing something similar for Tales of Zestiria but the way it deals with location is very finnicky, each time you have a random encounter, when you come back out of it, you're in a new zone so to speak so your coordinates no longer match up, however it still has its uses. I also managed to make it so the enemies froze by using compares and it made it easier to avoid encounters you didn't want, and I was working on fly mode but the game doesn't allow you to jump so when it detects your feet aren't on the ground it resets. Something for me to fix when I go back to that game at least hehe. Also, just wondering, when I finally get around to making another video, if I'm using a technique and I don't want to explain it, is it ok with you if I add a notation to one of your videos that explains it?
@ChrisFayte8 жыл бұрын
Sure thing go right ahead.
@SeneekiKaant8 жыл бұрын
awesome thanks. I just had to ask
@PumpiPie8 жыл бұрын
Can you please make a tut on using in-game func with args?
@ChrisFayte8 жыл бұрын
Im planning on covering a lot of things in the future.
@lolmanurfunny7 жыл бұрын
Would this work on a 2D world game such as The Escapist?
@ChrisFayte7 жыл бұрын
although you woulnt have the 3rd value for depth you still have an x and y coordinate but keep in mind on a 2d flatworld only the screen itself are the locations unless you have map feature like Zelda does or something that allows you to mark a specific map location
@lolmanurfunny7 жыл бұрын
ok, thanks
@payawtv4 жыл бұрын
hi have tutorial crosfirePh find the ghost mode
@kalas41997 жыл бұрын
Is there any way of making more then 1 Save? Like 3 or even more, If you already explained it please tell me what time because I might have missed it :)
@ChrisFayte7 жыл бұрын
Yes you just have to save it under a different name and use different hotkey.. In my Cheat Table in the description. I have one that saves player current coords and another that saves marker coords.
@knowlifejustknife51387 жыл бұрын
Great tutorial. I have a question tho. I wanted to put this into c++ but in the game I play if I leave the lobby or switch characters the float changes. It is easy to teleport as long as i stay in same lobby and stuff, but I want it to work no matter where I go. Got any ideas?
@ChrisFayte7 жыл бұрын
If you are scripting using the opcodes in charge of the coordinates,, it shouldn't matter if the dynamic addresses change.. If you are only using the addresses, then they will change and you have to look them back up.. Im not too sure if other opcodes come into play or not for other chars, but if they do,, you need to find their coord instructions and modify them.
@emre-zb5ft5 жыл бұрын
Is it necessary to find a permanent pointer?Is it necessary to find a permanent pointer?
@SexDrugskaraoke7 жыл бұрын
Hey there interesting tutorial. But what if the game is a 3d multi area like the old neverwinter nights? In that case coordinates refer to the area you are actually in and you can only teleport inside that area. Any know tutorial to find area values or something? I'm becoming crazy trying to find out with no success. WOuld be glad for any hint or suggestion. Thanks a lot and great job!
@ChrisFayte7 жыл бұрын
my teleport to marker may be close to that, but area maps that are not loaded yet, means they aren't drawn nor collision fields set, they but they do have coordinates that dictate when your coordinates match that you are there.. I would look for ways if these different areas is able to set a way point, or highlight something in those areas, that means if you are able too,, then the game had to assign that particular marker some coordinates and that would be what you need to look for .. kzbin.info/www/bejne/jXrPZmqCqs6hmNk
@SexDrugskaraoke7 жыл бұрын
Thanks mate i think i got it. I'll go check these videos for help. I really appreciate your effort. Keep on the good job.
@GhostsOfSparta6 жыл бұрын
Good stuff man!! What software is that you used to free ram? on top right of your screen?
@ChrisFayte6 жыл бұрын
advanced system care by iobit
@ChrisFayte8 жыл бұрын
If anyone would like the table for Cheat Engine I have made so far for MGS Phantom Pain version 1.10 you can download it here (Work In Progress): www.mediafire.com/file/82z21v10d6ah7vl/mgsvtpp.CT Inf Health Inf Ammo Inf Suppressor No Recoil/Accurate Shot/No Spread INF/Max GMP Enemies Have a harder Time Seeing You Make All Enemies Sleep Kill All Enemies Slow Game down Speed Game Up Inf Prosthesis Battery Freeze Timer Missions A lot of Resource Static addresses Teleport UPDATED Can now also Teleport to Marker Locations (F11 save marker coord - F12 Tele to Marker)
@myg0tpurepunk8 жыл бұрын
Did you find the make all enemies sleep by yourself? I've seen that in a lot of tables, never seen kill all enemies tho
@ChrisFayte8 жыл бұрын
Yes hitting a player in the head with a dart the changed/unchanged kicking them back awake changed/unchanged and kept repeating process until I had a few to try and found one that sent him directly to sleep, dissect data structured (which were enemy stats) the base address and messed around with the values and the kill was right beside it, the opcode for kill was also right beside the sleep address in memory view.
@pipkimp40318 жыл бұрын
Cheat The Game do you ever play wolf online
@myg0tpurepunk8 жыл бұрын
Respect, cheers for the tutorials btw they help a lot
@myg0tpurepunk8 жыл бұрын
Is it possible for you to do a detailed tutorial on finding weapon addresses such as rapid fire, no recoil and no sniper sway etc? I'm doing MGSV atm and trying to find rapid fire for my personal CT. Theres no real relavent tuts out there for it really be great if you could
@GiantGreenGecko5 жыл бұрын
Okay so I found how yo many things with your videos and I'm glad. I made a tp hack but now I just want to constantly have my coordinates in cheat engine by using an aob script to make mov [xpos], [rdi+190] and so on but I can't compile that code
@ChrisFayte5 жыл бұрын
You cant move a value into a value,,that's why you need to borrow a register: push rbx mov rbx,[rdi+190] mov [xpos],rbx pop rbx
@BigFatAngel19805 жыл бұрын
How about a phone?
@Hellcandyx8 жыл бұрын
for any game hmmmmmmm ❤❤❤ would be cool to success in android game with this 😊 inspirational I'm going to try this in wolf online 😅
@Hellcandyx8 жыл бұрын
Binomi89 I think it can work but firstly I will have to figure out which way it increases and which decreases 😅 it's a pitty I can't jump there
@Hellcandyx8 жыл бұрын
Binomi89 really ? lol in android game ?
@ChrisFayte8 жыл бұрын
Oh yes wold online, being a 3D vector game, you should have no trouble, it will be fairly close to the same way you just saw. ❤❤
@pipkimp40318 жыл бұрын
Hellcandyx r u the real hellcandyx
@pipkimp40318 жыл бұрын
Hellcandyx my wolf name is midnight-f
@rajeshpatil68577 жыл бұрын
Thanks for tutorial... plz make waypoint teleport (map teleport) vid... this is great tutorial
@naturewolf84537 жыл бұрын
cheat the game can you give me a mod for wolfonline
@lunaticos17176 жыл бұрын
hellow my frend you have teleport map ? lua scrip
@ChrisFayte6 жыл бұрын
No im sorry I only have what I show in the vid
@firepaw38618 жыл бұрын
Do you need root?
@shellylangston68798 жыл бұрын
Just amazing Chris
@ChrisFayte8 жыл бұрын
Thank you Shelly I appreciate it :)
@disillusion-ment15636 жыл бұрын
Server Based Games?
@VicJOfficial5 жыл бұрын
nice video, but im really struggling making it in 'The Crew', some tip will be very welcomed if you can :) ty again
@ChrisFayte5 жыл бұрын
Well I dont have that game, and if it is an offline single player game you can come us tell what you are struggling with and I have lots of game hackers that will be happy help you. discordapp.com/invite/ndn4pqs
@guspepa66376 жыл бұрын
I`m try to find #MafiaCityH5 Facebook game Hack,can some 1 help me?
@Smokeyw2438 жыл бұрын
Great vid thanks alot
@ChrisFayte8 жыл бұрын
My pleasure pal thank you for watching
@naturewolf84537 жыл бұрын
I really wish to have one plz
@ananddehradun36106 жыл бұрын
Too hard
@ChrisFayte6 жыл бұрын
I admit it isnt for a beginner but saying "too hard" just depends on your point of view. Adding and Subtracting is hard to someone who has never studied math, but most of us learning it from a young age it is 2nd nature. Once you learn more, you will see this isn't even close to being hard.