Make an infinite numeric for loop, use util.NetworkIDToString, store the value in a table, if it returns nil then break the loop.
Use the table in your exploits to check if they exist.
Hey, I'm new to I guess, Coding in gmod and I wanted to know how I could check for exploits. I read an outdated post teaching how to use notepad++ to check for net.start in servers you've joined whilst scripthook is on (aka in the folders in which the servers shit was pulled.)
I've gotten that far, I just want/need to know how i can check which addons can be exploited/How would I exploit them (or run them when i have the exploit written?, I'm guessing as a lua.) thank you so much for any help in advance.![]()
Make an infinite numeric for loop, use util.NetworkIDToString, store the value in a table, if it returns nil then break the loop.
Use the table in your exploits to check if they exist.
(Sorry if my retardedness is annoying.)
But In all honestly, I have no fucking clue what to do with what you gave me. If you could help me more with the "infinite numeric for loop" bit you mentioned, and util.NetworkIDToString That'd be awesome. I'll try do the rest after.
Learn how to make a numeric for loop and use math.huge as the limit.
Cache util.NetworkIDToString(i)
if cached string then table[cached string] = true else break end
Last edited by Maaate; 06-19-2017 at 05:48 AM.
That's a while loop.
F U C K /2short
- - - Updated - - -
for i=1,f(x) do
Cache util.NetworkIDToString(i)
if cached string then table[cached string] = true else break end
I hope thats it..
P.S I don't really know what the 1 and f(x) does so I just copied and pasted that from the lua site too.
Last edited by Maaate; 06-19-2017 at 06:52 AM.
Maybe you should learn basic Lua.
https://www.lua.org/pil/1.html
Maaate (06-19-2017)
a G r E e D.
Edit: I would take this seriously right now its 11pm and im tired as fuck and just want to get this to work.
- - - Updated - - -
I'm sorry, I really can't fully understand it.. (im still on the numeric for.) i am starting to get more and more of it though. If you just finish it / help me more that would be great :P
- - - Updated - - -
Okay, Just so you know @Cyaegha I made this thread so someone could give me something and tell me how to use it, not so i could blow my brains out
Last edited by Maaate; 06-19-2017 at 07:01 AM.
Stop being so fucking shitty. It isn't my fault you can't figure out something as simple as this.
I'm sorry For that fact that I'm still new to all of this shit and I can't figure out this """SIMPLE""" thing.
If It was so f*cking simple, Shouldn't I have of figured it out?.
If you could teach me which was what instead of me having to stress out over figuring out what i have to fucking do in order to get this to work, That would be NICE OF YOU.
Yes, you should.
This is incredibly easy, I've provided you with enough information to make it and already made the majority of it for you.
- - - Updated - - -
Hell, I even made you a different variant of what you want in your previous thread but your brain capacity was overwhelmed by the extra ')' I put in it.
You say !CAC bypass like it's some sort of achievement. Even cheater.team have a !CAC bypass and they're all retarded.
And the code I provided does work, you're just too retarded to use it tbh.