Results 1 to 5 of 5
  1. #1
    Deathnoob's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    Anyone know how to get all colours and patterns?

    I just want only that i dont really want to add all masks or weapon mods..so is there anyway to add just these things?

  2. #2
    PJXeno's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Location
    Killing Floor/CS:GO
    Posts
    90
    Reputation
    19
    Thanks
    1,398
    My Mood
    Relaxed
    This should work for you

    Code:
    function giveitems( times, type )
    	for i=1, times do
    		for mat_id,_ in pairs(tweak_data.blackmarket[type]) do	
    			if _.infamous then
    				managers.blackmarket:add_to_inventory("infamous", type, mat_id, false)
    			elseif _.dlc then
    				managers.blackmarket:add_to_inventory("preorder", type, mat_id, false)
    			else
    				managers.blackmarket:add_to_inventory("normal", type, mat_id, false)
    			end
    		end
    		managers.blackmarket:remove_item("normal", "materials", "plastic", false)
    		managers.blackmarket:remove_item("normal", "colors", "nothing", false)
    	end
    end
    
    giveitems(1, "materials")
    giveitems(1, "textures")
    giveitems(1, "colors")

  3. #3
    Deathnoob's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by PJXeno View Post
    This should work for you

    Code:
    function giveitems( times, type )
    	for i=1, times do
    		for mat_id,_ in pairs(tweak_data.blackmarket[type]) do	
    			if _.infamous then
    				managers.blackmarket:add_to_inventory("infamous", type, mat_id, false)
    			elseif _.dlc then
    				managers.blackmarket:add_to_inventory("preorder", type, mat_id, false)
    			else
    				managers.blackmarket:add_to_inventory("normal", type, mat_id, false)
    			end
    		end
    		managers.blackmarket:remove_item("normal", "materials", "plastic", false)
    		managers.blackmarket:remove_item("normal", "colors", "nothing", false)
    	end
    end
    
    giveitems(1, "materials")
    giveitems(1, "textures")
    giveitems(1, "colors")

    But how do i put it ingame?

  4. #4
    PJXeno's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Location
    Killing Floor/CS:GO
    Posts
    90
    Reputation
    19
    Thanks
    1,398
    My Mood
    Relaxed
    Find a lua hook, put that in a script and wallah.

  5. #5
    Mizzle420420's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    Korriban
    Posts
    838
    Reputation
    18
    Thanks
    1,096
    My Mood
    Twisted

Similar Threads

  1. [Help] does anyone know how to get free prem
    By superkill0 in forum WarRock Discussions
    Replies: 19
    Last Post: 07-02-2010, 05:18 PM
  2. ANYONE KNOW HOW TO GET CSS STEAM FOR FREE!
    By Dested in forum General
    Replies: 9
    Last Post: 05-05-2009, 06:16 PM
  3. Hey anyone knows how to get underground monocano?
    By Kev in forum CrossFire Hacks & Cheats
    Replies: 0
    Last Post: 05-02-2009, 07:51 AM
  4. anyone know how to get free nx cash without filling in ******s or shit
    By jason3b in forum MapleStory Hacks, Cheats & Trainers
    Replies: 10
    Last Post: 12-13-2007, 04:35 PM
  5. anyone knows how to get trainer maker works?
    By xydox in forum WarRock - International Hacks
    Replies: 0
    Last Post: 05-03-2007, 09:35 AM