Garry's Mod Leaks
[LEAK] Gamma Printers [NEWEST VERSION]
Submitted by Gmod_Leaked, 15-08-2018, 08:40 PM, Thread ID: 98920
Thread Closed
15-08-2018, 08:40 PM
#1 This post was last modified: 04-09-2018, 12:47 PM by Gmod_Leaked
[LEAK] Gamma Printers
Images:
Script Description:
The Gamma Printers
Now SE dependency removed. uses my own DRM now.
This is Money printer script for DarkRP.
Quick Youtube Video
Special Features
- Has printer rack that allows you to stack printers up to 6.
- Every customization is made via 3D Panel. which mean you don't need to put extra parts on F4 Menu shop.
- Ultimate Customziation
- Some Addons makes your printer special.
- 3D - Based system.
- Standalone. which mean there is no custom asset. people don't have to download ANYTHING
Printer Stat
- Bugless : Your printer software can be bugged randomly. getting high bugless stat makes your printer software not to have bugs often.
- Storage : The amount of money that printer can hold up max.
- Health : Its printer health.
- Speed : Multiply your money printing speed.
- Ink : People can print $10 ( customizable on config ) using 1 ink. the more Ink printer have, the more money it can print.
Adding new parts is super-easy. you only need to set model,price,stat value. which is located at lua/gammaprinter_parts/PARTS_YOU_WANT.lua
- Housing : people choose appearence of their printer.
- Storage : people choose parts to increase storage.
- CPU : people choose parts to increase speed.
- Addons : Custom addons. see below
- Software : People choose software for bugless.
- Ink Cartridge : people choose ink cartridge for many ink.
Each addon gives extra ability to your printer.
Can be edited at lua/gammaprinter_parts/custom_addon.lua
- OverClocker : This makes printer to print money/consume ink more faster. does not have console command. activated automatically.
- ChatDB Connector : Allow printer to reconize your chat command even if you're far away from printers.
- Bank Connector : Allow printer to send money using Bank DB. which mean printer owner can recive money wherever they are, just using chat command. ChatDB Connector might be required for long distance.
- Self Desturct : Allow printer to kill itself. can be triggered by chat command. ( which mean you need ChatDB Connector for better range. )
- Reset Software : Allow printer to fix itself. can be triggered by chat command.
- Dimenstion Distortion System : Allow printers to hide themself to other dimension for a while. can be triggered by chat command. which mean printers can not be detected. can't be damanaged , can't be used. everything. This has 150 second cooldown and hiding last for 50 second.
- Dimension Distortion System 2 : Same as DDS1. but its vip only. also has 60 second cooldown only.
- GPS - Locator : Install this parts on your printer, then they will display their position on your HUD Screen for 10 second. can be activated by chat command
Maintenance
Care your printer.
- Re-filling Ink : you can re-fill ink. which costs $5 per 1 ink. ( customizable on config )
- Fixing software bug : Software bug makes your printer not working. you can fix them for free.
- Repairing Printer : if your printer got so many damage, repair it. it costs $1 per 1 health.
- Removing printer : if you want to remove your printer somehow, just remove it
You just name it, edit description, set model, price, and stat.
Code:
local Item = PARTS:AddItem("i7-6800K")
Item.Saying = "Extreme Processor."
Item.Model = "models/props_lab/reciever01c.mdl"
Item.Price = 2000
Item:AddStat("speed",10)
Item:AddULXLimit("vip")
Item:AddULXLimit("vvip")
Item:AddULXLimitErrorMessage("This is VIP Only stuff.")
Etc
- if you want to change info that addes printer to F4 menu shop, goto lua/autorun/addprinters.lua
Code:
GP_Config = {}
//================ NORMAL SETTINGS ================//
GP_Config.PlayerCanStealMoney = false
-- can other player steam money from money printer? false / true
GP_Config.PrinterSpeed = 2
-- printer do print for every 2 second. if you think its too fast/slow, change this.
-- everytime printer does print, they send information to client. which mean, you should not lower this value too much.
GP_Config.MoneyPrinteredforeachink = 10
-- printer can print $5 per 1ml ink.
GP_Config.InkRefillPrice = 5
-- it costs $3 per 1ml ink.
GP_Config.RepairPrice = 1
-- it costs $1 per 1hp
GP_Config.SoftwareBug_Timer = 90
-- bugs can be found for every 90 seconds.
GP_Config.SoftwareBug_EnableExplode = 0
-- owner must fix bugs within 60 seconds. if not , printer will be exploded.
-- if you don't want explode feature, set this to 0.
GP_Config.EnableRemoveButton = true
-- this displays Remove Button on Maintenance menu.
-- People can remove their printer using this button.
//================ PRINTERS SETTING ================//
-- NOTICE
GP_Config.Notice_FoundBug = true -- Send a message to owner if printer has bug
GP_Config.Notice_Explode = true -- Send a message to owner if printer is exploded
//================ ADVANCED SETTINGS ================//
function GP_GetRenderDetailLevel(dist)
if dist < 500 then -- If player is in 500 distance range, render everything
return 3
elseif dist < 800 then -- If player is in 800 distance range, render some detail.
return 2
elseif dist < 1200 then -- If player is in 1200 distance range, render shape only
return 1
else -- do not render everything when player is far away.
return 0
end
end
-- Helps people to save their FPS.
Download Leak
Contact Me:
If you would like your script removed off of here please private message me on NulledBB and I will respond within the next week. Please give me proof that you are the script owner otherwise the requested script will not be removed. Thank you.
This hidden content has been reported as still working 0 times this month.
2 times in total
This hidden content has been reported as not working 0 times this month.
1 times in total
RE: [LEAK] Gamma Printers [NEWEST VERSION]
26-08-2018, 05:53 PM
#2 thank you !
RE: [LEAK] Gamma Printers [NEWEST VERSION]
29-08-2018, 06:04 AM
#3 Mayu give me a link? I just do not know how to get 15 posts to open it
RE: [LEAK] Gamma Printers [NEWEST VERSION]
29-08-2018, 08:24 PM
#4 very usefull modification !
RE: [LEAK] Gamma Printers [NEWEST VERSION]
very good i love it its very fun and very good thank you
15-08-2018, 08:40 PMGmod_Leaked Wrote:[LEAK] Gamma Printers
Images:
Script Description:
The Gamma Printers
Now SE dependency removed. uses my own DRM now.
This is Money printer script for DarkRP.
Quick Youtube Video
Special Features
- Has printer rack that allows you to stack printers up to 6.
- Every customization is made via 3D Panel. which mean you don't need to put extra parts on F4 Menu shop.
- Ultimate Customziation
- Some Addons makes your printer special.
- 3D - Based system.
- Standalone. which mean there is no custom asset. people don't have to download ANYTHING
Printer StatUpgradeable Parts
- Bugless : Your printer software can be bugged randomly. getting high bugless stat makes your printer software not to have bugs often.
- Storage : The amount of money that printer can hold up max.
- Health : Its printer health.
- Speed : Multiply your money printing speed.
- Ink : People can print $10 ( customizable on config ) using 1 ink. the more Ink printer have, the more money it can print.
Adding new parts is super-easy. you only need to set model,price,stat value. which is located at lua/gammaprinter_parts/PARTS_YOU_WANT.luaPrinter Addon
- Housing : people choose appearence of their printer.
- Storage : people choose parts to increase storage.
- CPU : people choose parts to increase speed.
- Addons : Custom addons. see below
- Software : People choose software for bugless.
- Ink Cartridge : people choose ink cartridge for many ink.
Each addon gives extra ability to your printer.
Can be edited at lua/gammaprinter_parts/custom_addon.luaDDS can also hide rack too. if the rack has printers all hidden.
- OverClocker : This makes printer to print money/consume ink more faster. does not have console command. activated automatically.
- ChatDB Connector : Allow printer to reconize your chat command even if you're far away from printers.
- Bank Connector : Allow printer to send money using Bank DB. which mean printer owner can recive money wherever they are, just using chat command. ChatDB Connector might be required for long distance.
- Self Desturct : Allow printer to kill itself. can be triggered by chat command. ( which mean you need ChatDB Connector for better range. )
- Reset Software : Allow printer to fix itself. can be triggered by chat command.
- Dimenstion Distortion System : Allow printers to hide themself to other dimension for a while. can be triggered by chat command. which mean printers can not be detected. can't be damanaged , can't be used. everything. This has 150 second cooldown and hiding last for 50 second.
- Dimension Distortion System 2 : Same as DDS1. but its vip only. also has 60 second cooldown only.
- GPS - Locator : Install this parts on your printer, then they will display their position on your HUD Screen for 10 second. can be activated by chat command
Maintenance
Care your printer.Adding Item
- Re-filling Ink : you can re-fill ink. which costs $5 per 1 ink. ( customizable on config )
- Fixing software bug : Software bug makes your printer not working. you can fix them for free.
- Repairing Printer : if your printer got so many damage, repair it. it costs $1 per 1 health.
- Removing printer : if you want to remove your printer somehow, just remove it
You just name it, edit description, set model, price, and stat.
Code:local Item = PARTS:AddItem("i7-6800K")
Item.Saying = "Extreme Processor."
Item.Model = "models/props_lab/reciever01c.mdl"
Item.Price = 2000
Item:AddStat("speed",10)
Item:AddULXLimit("vip")
Item:AddULXLimit("vvip")
Item:AddULXLimitErrorMessage("This is VIP Only stuff.")
EtcSome Config files
- if you want to change info that addes printer to F4 menu shop, goto lua/autorun/addprinters.lua
Code:GP_Config = {}
//================ NORMAL SETTINGS ================//
GP_Config.PlayerCanStealMoney = false
-- can other player steam money from money printer? false / true
GP_Config.PrinterSpeed = 2
-- printer do print for every 2 second. if you think its too fast/slow, change this.
-- everytime printer does print, they send information to client. which mean, you should not lower this value too much.
GP_Config.MoneyPrinteredforeachink = 10
-- printer can print $5 per 1ml ink.
GP_Config.InkRefillPrice = 5
-- it costs $3 per 1ml ink.
GP_Config.RepairPrice = 1
-- it costs $1 per 1hp
GP_Config.SoftwareBug_Timer = 90
-- bugs can be found for every 90 seconds.
GP_Config.SoftwareBug_EnableExplode = 0
-- owner must fix bugs within 60 seconds. if not , printer will be exploded.
-- if you don't want explode feature, set this to 0.
GP_Config.EnableRemoveButton = true
-- this displays Remove Button on Maintenance menu.
-- People can remove their printer using this button.
//================ PRINTERS SETTING ================//
-- NOTICE
GP_Config.Notice_FoundBug = true -- Send a message to owner if printer has bug
GP_Config.Notice_Explode = true -- Send a message to owner if printer is exploded
//================ ADVANCED SETTINGS ================//
function GP_GetRenderDetailLevel(dist)
if dist < 500 then -- If player is in 500 distance range, render everything
return 3
elseif dist < 800 then -- If player is in 800 distance range, render some detail.
return 2
elseif dist < 1200 then -- If player is in 1200 distance range, render shape only
return 1
else -- do not render everything when player is far away.
return 0
end
end
-- Helps people to save their FPS.
Download Leak
Content has been stripped. Go to the quoted post to view the content.
Contact Me:
If you would like your script removed off of here please private message me on NulledBB and I will respond within the next week. Please give me proof that you are the script owner otherwise the requested script will not be removed. Thank you.
15-08-2018, 08:40 PMGmod_Leaked Wrote:[LEAK] Gamma Printers
Images:
Script Description:
The Gamma Printers
Now SE dependency removed. uses my own DRM now.
This is Money printer script for DarkRP.
Quick Youtube Video
Special Features
- Has printer rack that allows you to stack printers up to 6.
- Every customization is made via 3D Panel. which mean you don't need to put extra parts on F4 Menu shop.
- Ultimate Customziation
- Some Addons makes your printer special.
- 3D - Based system.
- Standalone. which mean there is no custom asset. people don't have to download ANYTHING
Printer StatUpgradeable Parts
- Bugless : Your printer software can be bugged randomly. getting high bugless stat makes your printer software not to have bugs often.
- Storage : The amount of money that printer can hold up max.
- Health : Its printer health.
- Speed : Multiply your money printing speed.
- Ink : People can print $10 ( customizable on config ) using 1 ink. the more Ink printer have, the more money it can print.
Adding new parts is super-easy. you only need to set model,price,stat value. which is located at lua/gammaprinter_parts/PARTS_YOU_WANT.luaPrinter Addon
- Housing : people choose appearence of their printer.
- Storage : people choose parts to increase storage.
- CPU : people choose parts to increase speed.
- Addons : Custom addons. see below
- Software : People choose software for bugless.
- Ink Cartridge : people choose ink cartridge for many ink.
Each addon gives extra ability to your printer.
Can be edited at lua/gammaprinter_parts/custom_addon.luaDDS can also hide rack too. if the rack has printers all hidden.
- OverClocker : This makes printer to print money/consume ink more faster. does not have console command. activated automatically.
- ChatDB Connector : Allow printer to reconize your chat command even if you're far away from printers.
- Bank Connector : Allow printer to send money using Bank DB. which mean printer owner can recive money wherever they are, just using chat command. ChatDB Connector might be required for long distance.
- Self Desturct : Allow printer to kill itself. can be triggered by chat command. ( which mean you need ChatDB Connector for better range. )
- Reset Software : Allow printer to fix itself. can be triggered by chat command.
- Dimenstion Distortion System : Allow printers to hide themself to other dimension for a while. can be triggered by chat command. which mean printers can not be detected. can't be damanaged , can't be used. everything. This has 150 second cooldown and hiding last for 50 second.
- Dimension Distortion System 2 : Same as DDS1. but its vip only. also has 60 second cooldown only.
- GPS - Locator : Install this parts on your printer, then they will display their position on your HUD Screen for 10 second. can be activated by chat command
Maintenance
Care your printer.Adding Item
- Re-filling Ink : you can re-fill ink. which costs $5 per 1 ink. ( customizable on config )
- Fixing software bug : Software bug makes your printer not working. you can fix them for free.
- Repairing Printer : if your printer got so many damage, repair it. it costs $1 per 1 health.
- Removing printer : if you want to remove your printer somehow, just remove it
You just name it, edit description, set model, price, and stat.
Code:local Item = PARTS:AddItem("i7-6800K")
Item.Saying = "Extreme Processor."
Item.Model = "models/props_lab/reciever01c.mdl"
Item.Price = 2000
Item:AddStat("speed",10)
Item:AddULXLimit("vip")
Item:AddULXLimit("vvip")
Item:AddULXLimitErrorMessage("This is VIP Only stuff.")
EtcSome Config files
- if you want to change info that addes printer to F4 menu shop, goto lua/autorun/addprinters.lua
Code:GP_Config = {}
//================ NORMAL SETTINGS ================//
GP_Config.PlayerCanStealMoney = false
-- can other player steam money from money printer? false / true
GP_Config.PrinterSpeed = 2
-- printer do print for every 2 second. if you think its too fast/slow, change this.
-- everytime printer does print, they send information to client. which mean, you should not lower this value too much.
GP_Config.MoneyPrinteredforeachink = 10
-- printer can print $5 per 1ml ink.
GP_Config.InkRefillPrice = 5
-- it costs $3 per 1ml ink.
GP_Config.RepairPrice = 1
-- it costs $1 per 1hp
GP_Config.SoftwareBug_Timer = 90
-- bugs can be found for every 90 seconds.
GP_Config.SoftwareBug_EnableExplode = 0
-- owner must fix bugs within 60 seconds. if not , printer will be exploded.
-- if you don't want explode feature, set this to 0.
GP_Config.EnableRemoveButton = true
-- this displays Remove Button on Maintenance menu.
-- People can remove their printer using this button.
//================ PRINTERS SETTING ================//
-- NOTICE
GP_Config.Notice_FoundBug = true -- Send a message to owner if printer has bug
GP_Config.Notice_Explode = true -- Send a message to owner if printer is exploded
//================ ADVANCED SETTINGS ================//
function GP_GetRenderDetailLevel(dist)
if dist < 500 then -- If player is in 500 distance range, render everything
return 3
elseif dist < 800 then -- If player is in 800 distance range, render some detail.
return 2
elseif dist < 1200 then -- If player is in 1200 distance range, render shape only
return 1
else -- do not render everything when player is far away.
return 0
end
end
-- Helps people to save their FPS.
Download Leak
Content has been stripped. Go to the quoted post to view the content.
Contact Me:
If you would like your script removed off of here please private message me on NulledBB and I will respond within the next week. Please give me proof that you are the script owner otherwise the requested script will not be removed. Thank you.
15-08-2018, 08:40 PMGmod_Leaked Wrote:[LEAK] Gamma Printers
Images:
Script Description:
The Gamma Printers
Now SE dependency removed. uses my own DRM now.
This is Money printer script for DarkRP.
Quick Youtube Video
Special Features
- Has printer rack that allows you to stack printers up to 6.
- Every customization is made via 3D Panel. which mean you don't need to put extra parts on F4 Menu shop.
- Ultimate Customziation
- Some Addons makes your printer special.
- 3D - Based system.
- Standalone. which mean there is no custom asset. people don't have to download ANYTHING
Printer StatUpgradeable Parts
- Bugless : Your printer software can be bugged randomly. getting high bugless stat makes your printer software not to have bugs often.
- Storage : The amount of money that printer can hold up max.
- Health : Its printer health.
- Speed : Multiply your money printing speed.
- Ink : People can print $10 ( customizable on config ) using 1 ink. the more Ink printer have, the more money it can print.
Adding new parts is super-easy. you only need to set model,price,stat value. which is located at lua/gammaprinter_parts/PARTS_YOU_WANT.luaPrinter Addon
- Housing : people choose appearence of their printer.
- Storage : people choose parts to increase storage.
- CPU : people choose parts to increase speed.
- Addons : Custom addons. see below
- Software : People choose software for bugless.
- Ink Cartridge : people choose ink cartridge for many ink.
Each addon gives extra ability to your printer.
Can be edited at lua/gammaprinter_parts/custom_addon.luaDDS can also hide rack too. if the rack has printers all hidden.
- OverClocker : This makes printer to print money/consume ink more faster. does not have console command. activated automatically.
- ChatDB Connector : Allow printer to reconize your chat command even if you're far away from printers.
- Bank Connector : Allow printer to send money using Bank DB. which mean printer owner can recive money wherever they are, just using chat command. ChatDB Connector might be required for long distance.
- Self Desturct : Allow printer to kill itself. can be triggered by chat command. ( which mean you need ChatDB Connector for better range. )
- Reset Software : Allow printer to fix itself. can be triggered by chat command.
- Dimenstion Distortion System : Allow printers to hide themself to other dimension for a while. can be triggered by chat command. which mean printers can not be detected. can't be damanaged , can't be used. everything. This has 150 second cooldown and hiding last for 50 second.
- Dimension Distortion System 2 : Same as DDS1. but its vip only. also has 60 second cooldown only.
- GPS - Locator : Install this parts on your printer, then they will display their position on your HUD Screen for 10 second. can be activated by chat command
Maintenance
Care your printer.Adding Item
- Re-filling Ink : you can re-fill ink. which costs $5 per 1 ink. ( customizable on config )
- Fixing software bug : Software bug makes your printer not working. you can fix them for free.
- Repairing Printer : if your printer got so many damage, repair it. it costs $1 per 1 health.
- Removing printer : if you want to remove your printer somehow, just remove it
You just name it, edit description, set model, price, and stat.
Code:local Item = PARTS:AddItem("i7-6800K")
Item.Saying = "Extreme Processor."
Item.Model = "models/props_lab/reciever01c.mdl"
Item.Price = 2000
Item:AddStat("speed",10)
Item:AddULXLimit("vip")
Item:AddULXLimit("vvip")
Item:AddULXLimitErrorMessage("This is VIP Only stuff.")
EtcSome Config files
- if you want to change info that addes printer to F4 menu shop, goto lua/autorun/addprinters.lua
Code:GP_Config = {}
//================ NORMAL SETTINGS ================//
GP_Config.PlayerCanStealMoney = false
-- can other player steam money from money printer? false / true
GP_Config.PrinterSpeed = 2
-- printer do print for every 2 second. if you think its too fast/slow, change this.
-- everytime printer does print, they send information to client. which mean, you should not lower this value too much.
GP_Config.MoneyPrinteredforeachink = 10
-- printer can print $5 per 1ml ink.
GP_Config.InkRefillPrice = 5
-- it costs $3 per 1ml ink.
GP_Config.RepairPrice = 1
-- it costs $1 per 1hp
GP_Config.SoftwareBug_Timer = 90
-- bugs can be found for every 90 seconds.
GP_Config.SoftwareBug_EnableExplode = 0
-- owner must fix bugs within 60 seconds. if not , printer will be exploded.
-- if you don't want explode feature, set this to 0.
GP_Config.EnableRemoveButton = true
-- this displays Remove Button on Maintenance menu.
-- People can remove their printer using this button.
//================ PRINTERS SETTING ================//
-- NOTICE
GP_Config.Notice_FoundBug = true -- Send a message to owner if printer has bug
GP_Config.Notice_Explode = true -- Send a message to owner if printer is exploded
//================ ADVANCED SETTINGS ================//
function GP_GetRenderDetailLevel(dist)
if dist < 500 then -- If player is in 500 distance range, render everything
return 3
elseif dist < 800 then -- If player is in 800 distance range, render some detail.
return 2
elseif dist < 1200 then -- If player is in 1200 distance range, render shape only
return 1
else -- do not render everything when player is far away.
return 0
end
end
-- Helps people to save their FPS.
Download Leak
Content has been stripped. Go to the quoted post to view the content.
Contact Me:
If you would like your script removed off of here please private message me on NulledBB and I will respond within the next week. Please give me proof that you are the script owner otherwise the requested script will not be removed. Thank you.
15-08-2018, 08:40 PMGmod_Leaked Wrote: :rage2:
[LEAK] Gamma Printers
Images:
Script Description:
The Gamma Printers
Now SE dependency removed. uses my own DRM now.
This is Money printer script for DarkRP.
Quick Youtube Video
Special Features
- Has printer rack that allows you to stack printers up to 6.
- Every customization is made via 3D Panel. which mean you don't need to put extra parts on F4 Menu shop.
- Ultimate Customziation
- Some Addons makes your printer special.
- 3D - Based system.
- Standalone. which mean there is no custom asset. people don't have to download ANYTHING
Printer StatUpgradeable Parts
- Bugless : Your printer software can be bugged randomly. getting high bugless stat makes your printer software not to have bugs often.
- Storage : The amount of money that printer can hold up max.
- Health : Its printer health.
- Speed : Multiply your money printing speed.
- Ink : People can print $10 ( customizable on config ) using 1 ink. the more Ink printer have, the more money it can print.
Adding new parts is super-easy. you only need to set model,price,stat value. which is located at lua/gammaprinter_parts/PARTS_YOU_WANT.luaPrinter Addon
- Housing : people choose appearence of their printer.
- Storage : people choose parts to increase storage.
- CPU : people choose parts to increase speed.
- Addons : Custom addons. see below
- Software : People choose software for bugless.
- Ink Cartridge : people choose ink cartridge for many ink.
Each addon gives extra ability to your printer.
Can be edited at lua/gammaprinter_parts/custom_addon.luaDDS can also hide rack too. if the rack has printers all hidden.
- OverClocker : This makes printer to print money/consume ink more faster. does not have console command. activated automatically.
- ChatDB Connector : Allow printer to reconize your chat command even if you're far away from printers.
- Bank Connector : Allow printer to send money using Bank DB. which mean printer owner can recive money wherever they are, just using chat command. ChatDB Connector might be required for long distance.
- Self Desturct : Allow printer to kill itself. can be triggered by chat command. ( which mean you need ChatDB Connector for better range. )
- Reset Software : Allow printer to fix itself. can be triggered by chat command.
- Dimenstion Distortion System : Allow printers to hide themself to other dimension for a while. can be triggered by chat command. which mean printers can not be detected. can't be damanaged , can't be used. everything. This has 150 second cooldown and hiding last for 50 second.
- Dimension Distortion System 2 : Same as DDS1. but its vip only. also has 60 second cooldown only.
- GPS - Locator : Install this parts on your printer, then they will display their position on your HUD Screen for 10 second. can be activated by chat command
Maintenance
Care your printer.Adding Item
- Re-filling Ink : you can re-fill ink. which costs $5 per 1 ink. ( customizable on config )
- Fixing software bug : Software bug makes your printer not working. you can fix them for free.
- Repairing Printer : if your printer got so many damage, repair it. it costs $1 per 1 health.
- Removing printer : if you want to remove your printer somehow, just remove it
You just name it, edit description, set model, price, and stat.
Code:local Item = PARTS:AddItem("i7-6800K")
Item.Saying = "Extreme Processor."
Item.Model = "models/props_lab/reciever01c.mdl"
Item.Price = 2000
Item:AddStat("speed",10)
Item:AddULXLimit("vip")
Item:AddULXLimit("vvip")
Item:AddULXLimitErrorMessage("This is VIP Only stuff.")
EtcSome Config files
- if you want to change info that addes printer to F4 menu shop, goto lua/autorun/addprinters.lua
Code:GP_Config = {}
//================ NORMAL SETTINGS ================//
GP_Config.PlayerCanStealMoney = false
-- can other player steam money from money printer? false / true
GP_Config.PrinterSpeed = 2
-- printer do print for every 2 second. if you think its too fast/slow, change this.
-- everytime printer does print, they send information to client. which mean, you should not lower this value too much.
GP_Config.MoneyPrinteredforeachink = 10
-- printer can print $5 per 1ml ink.
GP_Config.InkRefillPrice = 5
-- it costs $3 per 1ml ink.
GP_Config.RepairPrice = 1
-- it costs $1 per 1hp
GP_Config.SoftwareBug_Timer = 90
-- bugs can be found for every 90 seconds.
GP_Config.SoftwareBug_EnableExplode = 0
-- owner must fix bugs within 60 seconds. if not , printer will be exploded.
-- if you don't want explode feature, set this to 0.
GP_Config.EnableRemoveButton = true
-- this displays Remove Button on Maintenance menu.
-- People can remove their printer using this button.
//================ PRINTERS SETTING ================//
-- NOTICE
GP_Config.Notice_FoundBug = true -- Send a message to owner if printer has bug
GP_Config.Notice_Explode = true -- Send a message to owner if printer is exploded
//================ ADVANCED SETTINGS ================//
function GP_GetRenderDetailLevel(dist)
if dist < 500 then -- If player is in 500 distance range, render everything
return 3
elseif dist < 800 then -- If player is in 800 distance range, render some detail.
return 2
elseif dist < 1200 then -- If player is in 1200 distance range, render shape only
return 1
else -- do not render everything when player is far away.
return 0
end
end
-- Helps people to save their FPS.
Download Leak
Content has been stripped. Go to the quoted post to view the content.
Contact Me:
If you would like your script removed off of here please private message me on NulledBB and I will respond within the next week. Please give me proof that you are the script owner otherwise the requested script will not be removed. Thank you.
RE: [LEAK] Gamma Printers [NEWEST VERSION]
Nice man :D15-08-2018, 08:40 PMGmod_Leaked Wrote:[LEAK] Gamma Printers
Images:
Script Description:
The Gamma Printers
Now SE dependency removed. uses my own DRM now.
This is Money printer script for DarkRP.
Quick Youtube Video
Special Features
- Has printer rack that allows you to stack printers up to 6.
- Every customization is made via 3D Panel. which mean you don't need to put extra parts on F4 Menu shop.
- Ultimate Customziation
- Some Addons makes your printer special.
- 3D - Based system.
- Standalone. which mean there is no custom asset. people don't have to download ANYTHING
Printer StatUpgradeable Parts
- Bugless : Your printer software can be bugged randomly. getting high bugless stat makes your printer software not to have bugs often.
- Storage : The amount of money that printer can hold up max.
- Health : Its printer health.
- Speed : Multiply your money printing speed.
- Ink : People can print $10 ( customizable on config ) using 1 ink. the more Ink printer have, the more money it can print.
Adding new parts is super-easy. you only need to set model,price,stat value. which is located at lua/gammaprinter_parts/PARTS_YOU_WANT.luaPrinter Addon
- Housing : people choose appearence of their printer.
- Storage : people choose parts to increase storage.
- CPU : people choose parts to increase speed.
- Addons : Custom addons. see below
- Software : People choose software for bugless.
- Ink Cartridge : people choose ink cartridge for many ink.
Each addon gives extra ability to your printer.
Can be edited at lua/gammaprinter_parts/custom_addon.luaDDS can also hide rack too. if the rack has printers all hidden.
- OverClocker : This makes printer to print money/consume ink more faster. does not have console command. activated automatically.
- ChatDB Connector : Allow printer to reconize your chat command even if you're far away from printers.
- Bank Connector : Allow printer to send money using Bank DB. which mean printer owner can recive money wherever they are, just using chat command. ChatDB Connector might be required for long distance.
- Self Desturct : Allow printer to kill itself. can be triggered by chat command. ( which mean you need ChatDB Connector for better range. )
- Reset Software : Allow printer to fix itself. can be triggered by chat command.
- Dimenstion Distortion System : Allow printers to hide themself to other dimension for a while. can be triggered by chat command. which mean printers can not be detected. can't be damanaged , can't be used. everything. This has 150 second cooldown and hiding last for 50 second.
- Dimension Distortion System 2 : Same as DDS1. but its vip only. also has 60 second cooldown only.
- GPS - Locator : Install this parts on your printer, then they will display their position on your HUD Screen for 10 second. can be activated by chat command
Maintenance
Care your printer.Adding Item
- Re-filling Ink : you can re-fill ink. which costs $5 per 1 ink. ( customizable on config )
- Fixing software bug : Software bug makes your printer not working. you can fix them for free.
- Repairing Printer : if your printer got so many damage, repair it. it costs $1 per 1 health.
- Removing printer : if you want to remove your printer somehow, just remove it
You just name it, edit description, set model, price, and stat.
Code:local Item = PARTS:AddItem("i7-6800K")
Item.Saying = "Extreme Processor."
Item.Model = "models/props_lab/reciever01c.mdl"
Item.Price = 2000
Item:AddStat("speed",10)
Item:AddULXLimit("vip")
Item:AddULXLimit("vvip")
Item:AddULXLimitErrorMessage("This is VIP Only stuff.")
EtcSome Config files
- if you want to change info that addes printer to F4 menu shop, goto lua/autorun/addprinters.lua
Code:GP_Config = {}
//================ NORMAL SETTINGS ================//
GP_Config.PlayerCanStealMoney = false
-- can other player steam money from money printer? false / true
GP_Config.PrinterSpeed = 2
-- printer do print for every 2 second. if you think its too fast/slow, change this.
-- everytime printer does print, they send information to client. which mean, you should not lower this value too much.
GP_Config.MoneyPrinteredforeachink = 10
-- printer can print $5 per 1ml ink.
GP_Config.InkRefillPrice = 5
-- it costs $3 per 1ml ink.
GP_Config.RepairPrice = 1
-- it costs $1 per 1hp
GP_Config.SoftwareBug_Timer = 90
-- bugs can be found for every 90 seconds.
GP_Config.SoftwareBug_EnableExplode = 0
-- owner must fix bugs within 60 seconds. if not , printer will be exploded.
-- if you don't want explode feature, set this to 0.
GP_Config.EnableRemoveButton = true
-- this displays Remove Button on Maintenance menu.
-- People can remove their printer using this button.
//================ PRINTERS SETTING ================//
-- NOTICE
GP_Config.Notice_FoundBug = true -- Send a message to owner if printer has bug
GP_Config.Notice_Explode = true -- Send a message to owner if printer is exploded
//================ ADVANCED SETTINGS ================//
function GP_GetRenderDetailLevel(dist)
if dist < 500 then -- If player is in 500 distance range, render everything
return 3
elseif dist < 800 then -- If player is in 800 distance range, render some detail.
return 2
elseif dist < 1200 then -- If player is in 1200 distance range, render shape only
return 1
else -- do not render everything when player is far away.
return 0
end
end
-- Helps people to save their FPS.
Download Leak
Content has been stripped. Go to the quoted post to view the content.
Contact Me:
If you would like your script removed off of here please private message me on NulledBB and I will respond within the next week. Please give me proof that you are the script owner otherwise the requested script will not be removed. Thank you.
RE: [LEAK] Gamma Printers [NEWEST VERSION]
Finally I found them, how many of them sought and found almost all the Addons on your forum!
RE: [LEAK] Gamma Printers [NEWEST VERSION]
01-11-2018, 03:36 PM
#8 thanks buddy, it's cool printers, hope you get nice job and nice gf and will live a good life
RE: [LEAK] Gamma Printers [NEWEST VERSION]
01-11-2018, 08:15 PM
#9 ItemStore est un bon addons je vais le tester
ItemStore est un bon addons je vais le tester
ItemStore est un bon addons je vais le tester
ItemStore est un bon addons je vais le tester
ItemStore est un bon addons je vais le tester
RE: [LEAK] Gamma Printers [NEWEST VERSION]
03-11-2018, 02:23 PM
#10 cool pour mon serveur gmod darkrp si il marche bien
Users browsing this thread: 5 Guest(s)