Roogue Newbie cheater
Reputation: 0
Joined: 31 May 2019 Posts: 14
|
Posted: Wed Jun 26, 2019 12:20 pm Post subject: Re: [C++][FLYFF]problem with teleporter |
|
|
| Gianotti wrote: | hello guys,
i want to make a teleporter for the game flyforfun but it still crash when i want to port me far away like from town to town . still crashing.
in ce it crashes too but the hack from an user named automaton there it works so often i want. why there and not at me ?
ive tried dll injection and writeprocessmemory nothin work
could anyone help me ? |
Sure. First of all , you have to know that the function who "takes you out of the town" is | Code: | | CDPClient::OnReplace | , this function takes as an argument a lot of things, such as the worldID, the x,y,z positions and the or even the pMover. You can find this function in DPClient.cpp and breakpointing with cheatengine and messing with worldID is something extremely easy. You can even create a thread if you want. So better to do it with Cheat Engine then CPP.
|
|