314.4k Views
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]
Comments
7

Offline
nydreyalbert 2 years ago - Edited
This is a great script but I don’t know how to use it
Offline
bo_xdVerified
2 years ago - Edited
@nydreyalbert erm is pretty straight forward
Verified User

Offline
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))()
Offline
bo_xdVerified
2 years ago - Edited
@Kingsavagerickey1 ?
Verified User

Offline
Stratxgy 2 years ago - Edited
is it supposed to work on solara (it doesnt)
Offline
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
})
![[🎉 RELEASE] Anime Astral Simulator](/images/script/113236157544232-1780333729144.png)

