View previous topic :: View next topic |
Author |
Message |
pharaon Advanced Cheater
Reputation: 1
Joined: 29 Jun 2012 Posts: 80
|
Posted: Fri Aug 31, 2012 4:21 am Post subject: Some Advice about Scarface The World is Yours |
|
|
i found the address and code for increasing pocket money
Code: | mov [eax+ecx*4],edx
ret 0008 |
so when i try to do this ways the game crash
Code: | copy dword ptr [edx],3E8 |
Code: | mov [eax+ecx*4],#10000 |
Code: | mov [eax+ecx*4],3E8 |
any of those cause the game to crash so how can i do it the right way??
i'm beginner
|
|
Back to top |
|
 |
jakel007 Cheater
Reputation: 0
Joined: 28 Jul 2012 Posts: 29
|
|
Back to top |
|
 |
pharaon Advanced Cheater
Reputation: 1
Joined: 29 Jun 2012 Posts: 80
|
Posted: Fri Aug 31, 2012 6:15 am Post subject: |
|
|
i tried but couldn't find the base pointer
|
|
Back to top |
|
 |
jakel007 Cheater
Reputation: 0
Joined: 28 Jul 2012 Posts: 29
|
|
Back to top |
|
 |
pharaon Advanced Cheater
Reputation: 1
Joined: 29 Jun 2012 Posts: 80
|
Posted: Fri Aug 31, 2012 3:58 pm Post subject: |
|
|
i tried it and it's still dosn't work that table pointers don't work
|
|
Back to top |
|
 |
Studio80 Advanced Cheater
Reputation: 2
Joined: 12 Sep 2012 Posts: 83
|
Posted: Wed Sep 12, 2012 12:43 pm Post subject: |
|
|
Why are you even using the brackets on EDX? Just try:
It should work. Please let me know if it did or not.
|
|
Back to top |
|
 |
majmun Newbie cheater
Reputation: 1
Joined: 22 Dec 2012 Posts: 15
|
Posted: Thu Sep 13, 2012 9:43 am Post subject: Re: Some Advice about Scarface The World is Yours |
|
|
SCARFACE - World is Yours
Options:
-Coke (g)
-Pocket Money
-Bank Money
-Ammo Infinite
-No Reload
-No Wanted Bar
-Rage Infinite
Every time when you enable the cheat press "ESC" to see effect.
Soon i gott time i will add more features!
Last edited by majmun on Mon Dec 24, 2012 7:00 am; edited 2 times in total |
|
Back to top |
|
 |
Studio80 Advanced Cheater
Reputation: 2
Joined: 12 Sep 2012 Posts: 83
|
Posted: Thu Sep 13, 2012 10:21 am Post subject: Re: Some Advice about Scarface The World is Yours |
|
|
majmun wrote: | This code (yours code):
mov [eax+ecx*4],edx
ret 0008
Change to:
add [eax+ecx*4],003E8 //because 003E8 is 10000$ shown in Hexadecimal,003E8(Hex)=10000(decimal)
ret 0008
--------------------------------------------------------
add-means to add 10000$ everytime you change account
you can also use like this:
mov [eax+ecx*4],003E8
ret 0008
Dont forget to assign this script to current cheat table
Best way to learn about pointers,AA scripts,code injection look for Labyrnth Tutorials in General gamehacking. |
That is kinda useless and pretty n00by if you ask me. People just want to have a fixed value that doesn't change everytime. Moving a new value into EDX is the best option I guess.
Its the same story with those trainers where you have to die once in a game to gain one life, why not making an option that gives you unlimited lives?
|
|
Back to top |
|
 |
majmun Newbie cheater
Reputation: 1
Joined: 22 Dec 2012 Posts: 15
|
Posted: Thu Sep 13, 2012 10:40 am Post subject: Re: Some Advice about Scarface The World is Yours |
|
|
Its not nooby,if he use AA script it will crash because of patch.
If you are so smart make a AA script for AC_Revelations for Fast Assassin Level Up,can you?
|
|
Back to top |
|
 |
Studio80 Advanced Cheater
Reputation: 2
Joined: 12 Sep 2012 Posts: 83
|
Posted: Thu Sep 13, 2012 4:40 pm Post subject: |
|
|
What are you even talking about? Options like, die once gain a live just look n00by in my opinion. It should stay on one fixed value and thats it. Beside what has AC to do with this?
|
|
Back to top |
|
 |
|