Results 1 to 7 of 7
  1. #1
    autismenforcer's Avatar
    Join Date
    Jan 2016
    Gender
    female
    Posts
    0
    Reputation
    10
    Thanks
    3

    pro hacker file functions (pHackerFiles)

    Code:
    local function SaveTableToFile(tblTable, strFileName)
    	if (1 > table["Count"](tblTable)) then
    		return false
    	else
    		local strjFile = util["TableToJSON"](tblTable)
    
    		if (!strjFile || !isstring(strjFile) || 10 > strjFile:len()) then
    			return false
    		end
    
    		file["Write"](strFileName, strjFile)
    		return true
    	end
    
    	return false
    end
    
    local function GetTableFromFile(strFileName)
    	local strFile = file["Read"](strFileName, "DATA")
    	
    	if (!strFile || !isstring(strFile) || 10 > strFile:len()) then
    		return false
    	else
    		local tblFile = util["JSONToTable"](strFile)
    
    		if (!tblFile || !istable(tblFiles) || 1 >= table["Count"](tblFile)) then
    			return false
    		end
    
    		return tblFile
    	end
    
    	return false
    end
    copyright (C) autism enforcer at MPGH!!!!!!!! I WIL DMCA U IF YOUJ THINK ABOUT POST THIS ON OTHER SITE IT IS LICENSE WITH DMCA COPYRIGHT !

  2. #2
    D3M0L1T10N's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    1,364
    Reputation
    19
    Thanks
    656
    what's even going on with this code
    8:53 PM - Xenomorphic 1 hr 7 min cooldown: So is MPGH only exist so people can c+p from ************* and troll the gmod section?

    [IMG]https://i739.photobucke*****m/albums/xx38/jorroa5990/flatexch2_zpsec96a7e2.gif[/IMG]

  3. #3
    Sir TE5T's Avatar
    Join Date
    Jan 2016
    Gender
    female
    Posts
    11
    Reputation
    10
    Thanks
    5
    My Mood
    Bitchy
    Since we love copy pasta.
    Code:
    local function loadconfig()
            if(!file.Exists("copypasta.txt", "DATA")) then return; end
            local tab = util.JSONToTable( file.Read("copypasta.txt", "DATA") );
            local cursub;
            for k,v in next, tab do
                    if(!options[k]) then continue; end
                    for men, subtab in next, v do
                            for key, val in next, subtab do
                                    if(key == 1) then cursub = val[1]; continue; end
                                    updatevar(k, cursub, val[1], val[3]);
                            end
                    end
            end
    end
    local function saveconfig()
            file.Write("copypasta.txt", util.TableToJSON(options));
    end

  4. #4
    KaiWayHafNeeYum's Avatar
    Join Date
    Jan 2016
    Gender
    female
    Posts
    0
    Reputation
    10
    Thanks
    3
    thank you for code , i will Use for Cofnig Saving with new release of my HackBot, i will add a Menu !

  5. #5
    scarface is my bitch's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    111
    My Mood
    Amazed
    what does this even do what is this

  6. #6
    cosmin67's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0
    how to use this? all i see is text.

  7. #7
    ronaldmc123's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    57
    Reputation
    10
    Thanks
    197
    My Mood
    Happy
    just loaded my fast lua aimbot on cac server thanks for the pHack!!!!!!!
    https://gyazo.com/f39570ced3f464bc68ab2bb9da301523

Similar Threads

  1. I r pro hacker
    By Joshcarr2006 in forum Spammers Corner
    Replies: 15
    Last Post: 04-17-2013, 11:54 AM
  2. join ~KNIFING~PROS~ hacker clan
    By 123tyler321 in forum Combat Arms Clan Recruitment & Advertising
    Replies: 4
    Last Post: 08-24-2009, 10:25 AM
  3. Warrock Pro Phishing Files [Mods Read]
    By blipi in forum Trade Accounts/Keys/Items
    Replies: 15
    Last Post: 03-28-2009, 08:47 AM
  4. Warrock Pro Phishing Files
    By blipi in forum WarRock - International Hacks
    Replies: 14
    Last Post: 03-25-2009, 07:26 AM
  5. Pro-hackers defaced :D
    By arunforce in forum General
    Replies: 5
    Last Post: 06-11-2008, 07:11 AM