Hi, I am wondering if out there somewhere there is a lua script that will go from 0000 to 9999 trying every number, and typing each one into the ATM to try and guess the code. I would Google it, but tbh I'm not sure what to Google to find it. I do not know lua, so please don't just say "go learn lua yourself" or something along those lines. I presume this would not be difficult, as all it is doing is typing a number, pressing enter, typing a number, ect. I have used lua hacks multiple times before, so I know how to use them, just don't understand how to script it and such. Thank you in advanced
*EDIT*
I have found something, but I am not sure if it the correct thing or how it works. OR if its patched.
Code:
concommand.Add("ATMTest",function() for k,v in pairs(player.GetAll()) do
datastream.StreamToServer( "SetPINOf", { tonumber( 1111 ), tostring(v) } )
end
end)
concommand.Add("ATMTest2",function() for k,v in pairs(player.GetAll()) do
datastream.StreamToServer( "Withdraw", { tonumber( 100 ), tostring(v) } )
end
end)
concommand.Add("ATMTest",function() for k,v in pairs(player.GetAll()) do
datastream.StreamToServer( "SetPINOf", { tonumber( 1111 ), tostring(v) } )
end
end)
concommand.Add("ATMTest2",function() for k,v in pairs(player.GetAll()) do
datastream.StreamToServer( "Withdraw", { tonumber( 100 ), tostring(v) } )
end
end)
That's an old one. It basically set the pin of every player to the one specified and then withdrew money.
Originally Posted by LennyPenny
That's an old one. It basically set the pin of every player to the one specified and then withdrew money.
Doesnt even work anyway
Bump? ------------------
Lel, le bruteforce
for i = 0000, 9999 do
Originally Posted by niller303
i = 0000
You know what you're talking about. 1up
Originally Posted by niller303
Lel, le bruteforce
for i = 0000, 9999 do
I know how to use Lua hacks, bypass them and make the .lua files and such, but how can I use this code to work on an ATM? Could someone that knows what they are doing help me here? I do not know how to do this kind of thing. What I want to be able to do is go into the ATM, click on the textbox where I enter the numbers, then go into console and type something in to start it, and have it run through all the numbers. Could someone be able to do that? If I just put
Code:
for i = 0000, 9999 do
into a .lua folder and run it, will it actually work? This does not look exactly very hard to do, so i will actually have a go at doing this myself, but someone else doing it as well would be helpful.
*EDIT* Nope, I epic failed, i have no idea.
That code is basicly a code to try every number from 0000 to 9999 but you must understand that i cant post the full code here incase it gets patched. But you can add me on steam "Niller303" and i will help you.
Thanks bro I will later on, my name will be Wizid when I add you.
Originally Posted by niller303
That code is basicly a code to try every number from 0000 to 9999
No, it's not.
Update on this? Would be good.
Originally Posted by Plutonsvea
Update on this? Would be good.
Jesus, ok I'll make this to stop everyone talking about it.
Could someone pm me a link to the addon?
If it's still this atm banker v3 shit just tell me.
Originally Posted by LennyPenny
Jesus, ok I'll make this to stop everyone talking about it.
Could someone pm me a link to the addon?
If it's still this atm banker v3 shit just tell me.
Not certain what ATM it is, but I know it doesn't use data stream. When you press E on the ATM you have a drop down box with all the currently online players, and a box to put in the Pin. Also a change pin button. When you get in it tells you the amount you have and has deposit and withdrawal boxes.
The server that i am looking at is Obsidian DarkRP
Originally Posted by Wizid
Not certain what ATM it is, but I know it doesn't use data stream. When you press E on the ATM you have a drop down box with all the currently online players, and a box to put in the Pin. Also a change pin button. When you get in it tells you the amount you have and has deposit and withdrawal boxes.
The server that i am looking at is Obsidian DarkRP
Then it's atm banker v3.
I'll make a release thread real quick so people see it and stop asking.