View previous topic :: View next topic |
Author |
Message |
Psiho_c Newbie cheater
Reputation: 0
Joined: 11 Feb 2016 Posts: 17
|
Posted: Wed Aug 03, 2016 1:03 am Post subject: How to replace text in Adress [Solved] |
|
|
Hello,
First, of, I have 0 experience or understanding with scripts.
I have a game where everything is the base address (meaning no pointers).
My problem is here: I have downloaded a complete CE table for the game, but in that game, all address is: Game_Name.exe+Hexnumber. and in order for them to work on my game, I need to delete the _Name.
So in order for the codes to work for my, all the address need to be:
Game.exe+Hexnumber.
I did already manually replace (by deleting the _Name part) a some of them but I wish a script that could delete that part for me (or using the replace option from World) from te rest that is left.
Once again, there is no pointer
Last edited by Psiho_c on Wed Aug 03, 2016 1:39 am; edited 1 time in total |
|
Back to top |
|
 |
cooleko Grandmaster Cheater
Reputation: 11
Joined: 04 May 2016 Posts: 717
|
Posted: Wed Aug 03, 2016 1:07 am Post subject: |
|
|
copy and paste into word/notepad++/anything
ctrl H
Find _Name
Replace "" (aka leave it blank)
Copy and paste back into table
|
|
Back to top |
|
 |
Psiho_c Newbie cheater
Reputation: 0
Joined: 11 Feb 2016 Posts: 17
|
Posted: Wed Aug 03, 2016 1:40 am Post subject: |
|
|
cooleko wrote: | copy and paste into word/notepad++/anything
ctrl H
Find _Name
Replace "" (aka leave it blank)
Copy and paste back into table |
This is one of those moments when you can't believe how simple the solution is:))
Thank you for the easy and quick answer:D
|
|
Back to top |
|
 |
|