ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
Da Hood
314.4k Views

Script Verified Primordial (noob)

Da HoodUploaded by
bo_xdbo_xd
Verified Badge
Verified User
2 years ago
Please login to perform these actions:

Description

if it doesnt work on your shitty executors not my problem, it wasnt intended for lvl 3 executors --Silentaim-- Aimmethod checks fov --camlock-- smoothing :trol: --prediction autopredict manual prediction amound resolver --desync-- desyncmode --autobuy weapons-- ammo amound gun [list]

View Raw
Edited By: bo_xd Download


Comments
7
User profile picture
nydreyalbert 2 years ago - Edited
This is a great script but I don’t know how to use it
User profile picture
bo_xdVerified
Verified Badge
Verified User
2 years ago - Edited
@nydreyalbert erm is pretty straight forward
User profile picture
Kingsavagerickey1 2 years ago - Edited
--[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] getgenv().ValidateType = "Key" -- You can use "Whitelist" too! -- 'Key' it's not for pasting your key, its if you want key system or whitelist. loadstring(game:HttpGet("https://raw.githubusercontent.com/Prosexy/Demonic-HUB-V2/main/DemonicHub_V2.lua", true))()
User profile picture
bo_xdVerified
Verified Badge
Verified User
2 years ago - Edited
@Kingsavagerickey1 ?
User profile picture
Stratxgy 2 years ago - Edited
is it supposed to work on solara (it doesnt)
User profile picture
bo_xdVerified
Verified Badge
Verified User
2 years ago - Edited
@Stratxgy is not supposed to work on solara
User profile picture
Stratxgy 2 years ago - Edited
@Hydra_ k will u help with my code? Im tryna make an ESP with a color pick tool using rayfeild. here's the code: local Button = VisualsTab:CreateButton({ Name = "ESP", Callback = function() getgenv().enabled = true --Toggle on/off getgenv().filluseteamcolor = false --Toggle fill color using player team color on/off getgenv().outlineuseteamcolor = false --Toggle outline color using player team color on/off getgenv().fillcolor = Color3.new(0, 0, 0) --Change fill color, no need to edit if using team color getgenv().outlinecolor = Color3.new(1, 1, 1) --Change outline color, no need to edit if using team color getgenv().filltrans = 1 --Change fill transparency getgenv().outlinetrans = 0 --Change outline transparency loadstring(game:HttpGet("https://raw.githubusercontent.com/zntly/highlight-esp/main/esp.lua"))() end, }) local ColorPicker = VisualsTab:CreateColorPicker({ Name = "ESP Color (doesnt work but if someone tells me how ill update)", Color = Color3.fromRGB(255,255,255), Flag = "ColorPicker1", -- A flag is the identifier for the configuration file, make sure every element has a different flag if you're using configuration saving to ensure no overlaps Callback = function(Value) -- The function that takes place every time the color picker is moved/changed -- The variable (Value) is a Color3fromRGB value based on which color is selected end })
Please Login to add a comment.