Results 1 to 12 of 12
  1. #1
    Maaate's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Location
    Australia
    Posts
    98
    Reputation
    10
    Thanks
    10
    My Mood
    Bored

    Hack that Checks for Exploits?

    Hey all. I'm still decently new to cheating and i want to know if there is a hack that checks for exploits on servers you join.
    Or when I use scripthook to steal server's addons/lua scripts, If I could find an exploit in them? Thanks for any replys.

  2. #2
    Cyaegha's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    536
    Reputation
    17
    Thanks
    526
    Code:
    local Abusable = {
    	["Net"] = false,
    	["Messages"] = false,
    	["You"] = false,
    	["Have"] = false,
    	["Exploits"] = false,
    	["For"] = false,
    }
    
    for str in next, net.Receivers do
    	if (Abusable[str]) == nil) then continue end
    	Abusable[str] = true
    end
    
    local exploit = function()
    	if !(Abusable["nwstr"]) then return end
    
    	-- exploit codes --
    end

  3. The Following User Says Thank You to Cyaegha For This Useful Post:

    Alainx277 (06-12-2017)

  4. #3
    zombiiju's Avatar
    Join Date
    May 2014
    Gender
    male
    Posts
    60
    Reputation
    10
    Thanks
    8
    My Mood
    Inspired
    net.Receivers are only clientside use pcall and net start if the exploitable net id is Serverside only
    Link , listen !

  5. #4
    Maaate's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Location
    Australia
    Posts
    98
    Reputation
    10
    Thanks
    10
    My Mood
    Bored
    Quote Originally Posted by Cyaegha View Post
    Code:
    local Abusable = {
    	["Net"] = false,
    	["Messages"] = false,
    	["You"] = false,
    	["Have"] = false,
    	["Exploits"] = false,
    	["For"] = false,
    }
    
    for str in next, net.Receivers do
    	if (Abusable[str]) == nil) then continue end
    	Abusable[str] = true
    end
    
    local exploit = function()
    	if !(Abusable["nwstr"]) then return end
    
    	-- exploit codes --
    end
    So what do I do with that? :P

  6. #5
    Banjotv1's Avatar
    Join Date
    May 2017
    Gender
    male
    Location
    Earth
    Posts
    27
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    Quote Originally Posted by Maaate View Post
    So what do I do with that? :P
    Make a notepad,
    Save as, Change the name in Expliot.lua

    Go to a game Like (DARKRP)
    And it wil be check if there's expliot

  7. #6
    Maaate's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Location
    Australia
    Posts
    98
    Reputation
    10
    Thanks
    10
    My Mood
    Bored
    Quote Originally Posted by Banjotv1 View Post
    Make a notepad,
    Save as, Change the name in Expliot.lua

    Go to a game Like (DARKRP)
    And it wil be check if there's expliot
    yah, I did that but i need to test it. thanks

    - - - Updated - - -

    Quote Originally Posted by Cyaegha View Post
    Code:
    local Abusable = {
    	["Net"] = false,
    	["Messages"] = false,
    	["You"] = false,
    	["Have"] = false,
    	["Exploits"] = false,
    	["For"] = false,
    }
    
    for str in next, net.Receivers do
    	if (Abusable[str]) == nil) then continue end
    	Abusable[str] = true
    end
    
    local exploit = function()
    	if !(Abusable["nwstr"]) then return end
    
    	-- exploit codes --
    end
    i get this error when i try running it (with external) (which doesnt use lua_openscript_cl but you inject external.dll and type "external *name of lua file inside of "external" folder in documents folder) [ERROR] external:11: 'then' expected near ')'

  8. #7
    Cyaegha's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    536
    Reputation
    17
    Thanks
    526
    use common sense, it isn't hard to realise what I did wrong.

  9. #8
    Maaate's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Location
    Australia
    Posts
    98
    Reputation
    10
    Thanks
    10
    My Mood
    Bored
    Quote Originally Posted by Cyaegha View Post
    use common sense, it isn't hard to realise what I did wrong.
    Like I said. I'm "decently new" I'm not really familiar with this all that much.

  10. #9
    Cyaegha's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    536
    Reputation
    17
    Thanks
    526
    Quote Originally Posted by Maaate View Post
    Like I said. I'm "decently new" I'm not really familiar with this all that much.
    Then this will be a good learning experience.

  11. The Following User Says Thank You to Cyaegha For This Useful Post:

    Maaate (06-08-2017)

  12. #10
    Maaate's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Location
    Australia
    Posts
    98
    Reputation
    10
    Thanks
    10
    My Mood
    Bored
    Quote Originally Posted by Cyaegha View Post
    Then this will be a good learning experience.
    I'll probably shoot myself before i figure this out tbh

    - - - Updated - - -

    Quote Originally Posted by Cyaegha View Post
    Then this will be a good learning experience.
    I guess the :11: is the line or smthn?

  13. #11
    Cyaegha's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    536
    Reputation
    17
    Thanks
    526
    Quote Originally Posted by Maaate View Post
    I'll probably shoot myself before i figure this out tbh

    - - - Updated - - -



    I guess the :11: is the line or smthn?
    https://www.lua.org/pil/8.4.html

  14. The Following User Says Thank You to Cyaegha For This Useful Post:

    Maaate (06-08-2017)

  15. #12
    Maaate's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Location
    Australia
    Posts
    98
    Reputation
    10
    Thanks
    10
    My Mood
    Bored
    Quote Originally Posted by Cyaegha View Post
    I still don't get it.. fuck I'm retarded.

    - - - Updated - - -

    Quote Originally Posted by Cyaegha View Post
    I'm waiting for it to be "==" is meant to be "="

Similar Threads

  1. [Request] i need some hacks that work for window 7
    By hejiahan in forum CrossFire Hacks & Cheats
    Replies: 6
    Last Post: 12-23-2009, 09:36 PM
  2. [Help] ALL HACKS THAT WORK FOR XP ╚ππÖσ
    By arodsport in forum Combat Arms Hacks & Cheats
    Replies: 2
    Last Post: 10-19-2009, 07:25 PM
  3. Does anyone have a hack that work for vista??
    By ryantjuh98 in forum Combat Arms Europe Hacks
    Replies: 14
    Last Post: 05-02-2009, 02:00 AM
  4. I am looking for a hack that works for cod4
    By got23 in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 9
    Last Post: 03-20-2009, 12:52 PM
  5. need chams ONLY hack THAT WORKS for september
    By killerkris14 in forum Combat Arms Hacks & Cheats
    Replies: 2
    Last Post: 09-24-2008, 03:14 PM