"Exploit Checker" Help

Posts 115 of 19 · Page 1 of 2
"Exploit Checker" Help
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.
Quote Originally Posted by Cyaegha View Post
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
Quote Originally Posted by Cyaegha View Post
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.
Quote Originally Posted by Cyaegha View Post
That's a while loop.
F U C K /2short

- - - Updated - - -

Quote Originally Posted by Cyaegha View Post
That's a while loop.
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.
Quote Originally Posted by Cyaegha View Post
Maybe you should learn basic Lua.
https://www.lua.org/pil/1.html
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 - - -

Quote Originally Posted by Cyaegha View Post
Maybe you should learn basic Lua.
https://www.lua.org/pil/1.html
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.
Quote Originally Posted by Cyaegha View Post
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.
Quote Originally Posted by Maaate View Post
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.
Quote Originally Posted by Cyaegha View Post
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.
Quote Originally Posted by Cyaegha View Post
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.
Posts 115 of 19 · Page 1 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?