Trick 1337 [money hack]

BBB

Active member
Joined
Apr 5, 2013
Messages
62
Reaction score
1
sooo...
just want to tell something what every scripter should know but they simply often don't know or forget it.

u need these things:
- spamm app
- no anti spam on server (maybe)
- some command on server that decrements your money, but it doesn't check if u have enough!

so basically every amout of money on the server is saved as an integer, the nature of integer is that if it has an overflow the sign changes:
2147483647 + 1 = -2147483648
-2147483648 -1 = 2147483647
u see that these values are't correct but that's how you can hack money
u simply decrement your money below -2147483648 then the sign changes and u have +2147483647 and profit  :urtheman:

some noob servers still have this bug
have fun
 

Hidend

Expert
Joined
Mar 4, 2013
Messages
645
Reaction score
48
Tell me how i can get -2147483648, im goint to die using /kill.
 

BBB

Active member
Joined
Apr 5, 2013
Messages
62
Reaction score
1
before u do this u should check if this is going to work well, just calculate
and maybe u need a really good spammer app
 

Zin

Expert
Joined
Aug 1, 2013
Messages
1,713
Solutions
1
Reaction score
111
use another account then do it on your real one
 

bigben07

Active member
Joined
Nov 10, 2013
Messages
140
Reaction score
0
This seems too easy of a method. There's got to be more to it lol. :computer_guy:
 

BBB

Active member
Joined
Apr 5, 2013
Messages
62
Reaction score
1
I did it again..
it works, I promise

But, when sign flips there is some gta bug..
gta's max hand money number is 999mio wtf ...
so I decremented -2147483648 -1 = 999.999.999  :angry:
Is it possible to fix it??
 

Simon98

Well-known member
Joined
Feb 18, 2014
Messages
287
Reaction score
0
And How i Make my Money in Negative value??????????  :youdontsay:
 

BBB

Active member
Joined
Apr 5, 2013
Messages
62
Reaction score
1
Tutorial:
Code:
http://www.youtube.com/watch?v=tS3MqScBEo0

and I solved this max value bug
you have to patch gta_sa.exe then the sign flip will set max money to 2147483647
because gta sets money to 999mio if its higher than 999mio  :face_palm:
Code:
00571786     /7C 05                JL SHORT gta_sa.0057178D		//this
00571786     /EB 05                JMP SHORT gta_sa.0057178D		//change to this

0057179E     /7C 05                JL SHORT gta_sa.005717A5		//this
0057179E     /EB 05                JMP SHORT gta_sa.005717A5		//change to this
 

Simon98

Well-known member
Joined
Feb 18, 2014
Messages
287
Reaction score
0
BBB link said:
Tutorial:
Code:
http://www.youtube.com/watch?v=tS3MqScBEo0

and I solved this max value bug
you have to patch gta_sa.exe then the sign flip would set max money to 2147483647
because gta sets money to 999mio if its higher than 999mio  :face_palm:
Code:
00571786     /7C 05                JL SHORT gta_sa.0057178D		//this
00571786     /EB 05                JMP SHORT gta_sa.0057178D		//change to this

0057179E     /7C 05                JL SHORT gta_sa.005717A5		//this
0057179E     /EB 05                JMP SHORT gta_sa.005717A5		//change to this

How the Hell i Decrement my money??,,  :yuno:  :yuno:
How can i do it huh?? You did it with Admin CMD...I can't do that in another server!
 

BBB

Active member
Joined
Apr 5, 2013
Messages
62
Reaction score
1
as I said before
you have to find a command that decrements your money but doesn't check if you have enough to pay..
 
Top