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.
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
Originally Posted by Cyaegha
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
while true do
Cache util.NetworkIDToString(i)
if cached string then table[cached string] = true else break end
Would that work Or am I still retarded as I was before.
EDIT: I searched online for further help, I don't know if the method i """"WROTE UP"""" works.
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.
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
Stop being so fucking shitty. It isn't my fault you can't figure out something as simple as this.
Originally Posted by Cyaegha
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.
Originally Posted by Maaate
If It was so f*cking simple, Shouldn't I have of figured it out?.
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.
Originally Posted by Cyaegha
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.
i eventually removed that and ran it, still didn't work.
I "consulted" my friend (who has his own cac bypass n shit)
And he said it wouldn't even work with the shit he fixed in it. lmao
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.
Originally Posted by Cyaegha
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.
Okay so, I removed your fucking mistake, It should've worked right?
So I ran it, And nothing happened.
Good fucking job mate.