Winged_Monster

Untitled

Jan 29th, 2022
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.18 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local BloodRed = Instance.new("ScreenGui")
  7. local MainFrame = Instance.new("Frame")
  8. local Topframe = Instance.new("Frame")
  9. local Title = Instance.new("TextLabel")
  10. local Creds = Instance.new("TextLabel")
  11. local Border = Instance.new("Frame")
  12. local QTotoggle = Instance.new("TextLabel")
  13. local Border_2 = Instance.new("Frame")
  14. local ScrollingFrame = Instance.new("ScrollingFrame")
  15. local Exploit1 = Instance.new("TextButton")
  16. local Exploit2 = Instance.new("TextButton")
  17. local Fly = Instance.new("TextButton")
  18. local MovemetoStarterGUI = Instance.new("ScreenGui")
  19. local Frame = Instance.new("Frame")
  20. local Template = Instance.new("TextLabel")
  21. local slots = Instance.new("Folder")
  22. local TextLabel = Instance.new("TextLabel")
  23. local GodMode = Instance.new("TextButton")
  24.  
  25. --Properties:
  26.  
  27. BloodRed.Name = "Blood Red"
  28. BloodRed.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  29. BloodRed.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  30.  
  31. MainFrame.Name = "MainFrame"
  32. MainFrame.Parent = BloodRed
  33. MainFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  34. MainFrame.BackgroundTransparency = 1.000
  35. MainFrame.Size = UDim2.new(0, 100, 0, 100)
  36.  
  37. Topframe.Name = "Topframe"
  38. Topframe.Parent = MainFrame
  39. Topframe.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  40. Topframe.BorderColor3 = Color3.fromRGB(173, 0, 0)
  41. Topframe.Position = UDim2.new(1.28000009, -105, 3.84999967, -105)
  42. Topframe.Size = UDim2.new(0, 348, 0, 294)
  43.  
  44. Title.Name = "Title"
  45. Title.Parent = Topframe
  46. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  47. Title.BackgroundTransparency = 1.000
  48. Title.Position = UDim2.new(-0.0970958844, 0, -0.019025635, 0)
  49. Title.Size = UDim2.new(0, 141, 0, 29)
  50. Title.Font = Enum.Font.SourceSans
  51. Title.Text = "Blood Red"
  52. Title.TextColor3 = Color3.fromRGB(0, 0, 0)
  53. Title.TextSize = 20.000
  54. Title.TextStrokeColor3 = Color3.fromRGB(173, 0, 0)
  55. Title.TextStrokeTransparency = 0.420
  56. Title.TextWrapped = true
  57.  
  58. Creds.Name = "Creds"
  59. Creds.Parent = Topframe
  60. Creds.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  61. Creds.BackgroundTransparency = 1.000
  62. Creds.Position = UDim2.new(0.63985604, 0, -0.014476751, 0)
  63. Creds.Size = UDim2.new(0, 99, 0, 25)
  64. Creds.Font = Enum.Font.SourceSans
  65. Creds.Text = "Winged Monster#4581"
  66. Creds.TextColor3 = Color3.fromRGB(0, 0, 0)
  67. Creds.TextSize = 20.000
  68. Creds.TextStrokeColor3 = Color3.fromRGB(173, 0, 0)
  69. Creds.TextStrokeTransparency = 0.420
  70.  
  71. Border.Name = "Border"
  72. Border.Parent = Topframe
  73. Border.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  74. Border.BorderColor3 = Color3.fromRGB(173, 0, 0)
  75. Border.Position = UDim2.new(0, 0, 0.0645162389, 0)
  76. Border.Size = UDim2.new(0, 348, 0, 1)
  77.  
  78. QTotoggle.Name = "Q To toggle"
  79. QTotoggle.Parent = Topframe
  80. QTotoggle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  81. QTotoggle.BackgroundTransparency = 1.000
  82. QTotoggle.Position = UDim2.new(0, 0, 0.850340247, 0)
  83. QTotoggle.Size = UDim2.new(0, 348, 0, 50)
  84. QTotoggle.Font = Enum.Font.SourceSans
  85. QTotoggle.Text = "Q to toggle"
  86. QTotoggle.TextColor3 = Color3.fromRGB(0, 0, 0)
  87. QTotoggle.TextSize = 40.000
  88. QTotoggle.TextStrokeColor3 = Color3.fromRGB(173, 0, 0)
  89. QTotoggle.TextStrokeTransparency = 0.420
  90. QTotoggle.TextWrapped = true
  91.  
  92. Border_2.Name = "Border"
  93. Border_2.Parent = Topframe
  94. Border_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  95. Border_2.BorderColor3 = Color3.fromRGB(173, 0, 0)
  96. Border_2.Position = UDim2.new(-0.00862068962, 0, 0.887645483, 0)
  97. Border_2.Size = UDim2.new(0, 348, 0, 1)
  98.  
  99. ScrollingFrame.Parent = Topframe
  100. ScrollingFrame.Active = true
  101. ScrollingFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  102. ScrollingFrame.BackgroundTransparency = 1.000
  103. ScrollingFrame.Position = UDim2.new(0.00287356321, 0, 0.0612244904, 0)
  104. ScrollingFrame.Size = UDim2.new(0, 344, 0, 242)
  105.  
  106. Exploit1.Name = "Exploit1"
  107. Exploit1.Parent = ScrollingFrame
  108. Exploit1.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  109. Exploit1.BackgroundTransparency = 1.000
  110. Exploit1.BorderColor3 = Color3.fromRGB(0, 0, 0)
  111. Exploit1.BorderSizePixel = 3
  112. Exploit1.Position = UDim2.new(-0.0614905134, 0, 0.00850330014, 0)
  113. Exploit1.Size = UDim2.new(0, 95, 0, 21)
  114. Exploit1.Font = Enum.Font.SourceSans
  115. Exploit1.Text = "Speed"
  116. Exploit1.TextColor3 = Color3.fromRGB(0, 0, 0)
  117. Exploit1.TextSize = 20.000
  118. Exploit1.TextStrokeColor3 = Color3.fromRGB(173, 0, 0)
  119. Exploit1.TextStrokeTransparency = 0.420
  120. Exploit1.TextWrapped = true
  121.  
  122. Exploit2.Name = "Exploit2"
  123. Exploit2.Parent = ScrollingFrame
  124. Exploit2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  125. Exploit2.BackgroundTransparency = 1.000
  126. Exploit2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  127. Exploit2.BorderSizePixel = 3
  128. Exploit2.Position = UDim2.new(-0.0590513274, 0, 0.0362672359, 0)
  129. Exploit2.Size = UDim2.new(0, 171, 0, 21)
  130. Exploit2.Font = Enum.Font.SourceSans
  131. Exploit2.Text = "Speed to normal"
  132. Exploit2.TextColor3 = Color3.fromRGB(0, 0, 0)
  133. Exploit2.TextSize = 20.000
  134. Exploit2.TextStrokeColor3 = Color3.fromRGB(173, 0, 0)
  135. Exploit2.TextStrokeTransparency = 0.420
  136. Exploit2.TextWrapped = true
  137.  
  138. Fly.Name = "Fly"
  139. Fly.Parent = ScrollingFrame
  140. Fly.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  141. Fly.BackgroundTransparency = 1.000
  142. Fly.Position = UDim2.new(0.479651153, 0, 0.00802552328, 0)
  143. Fly.Size = UDim2.new(0, 165, 0, 21)
  144. Fly.Font = Enum.Font.SourceSans
  145. Fly.Text = "Fly press E"
  146. Fly.TextColor3 = Color3.fromRGB(0, 0, 0)
  147. Fly.TextSize = 24.000
  148. Fly.TextStrokeColor3 = Color3.fromRGB(173, 0, 0)
  149. Fly.TextStrokeTransparency = 0.150
  150.  
  151. MovemetoStarterGUI.Name = "Move me to StarterGUI"
  152. MovemetoStarterGUI.Parent = Topframe
  153.  
  154. Frame.Parent = MovemetoStarterGUI
  155. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  156. Frame.BackgroundTransparency = 1.000
  157. Frame.Position = UDim2.new(1, -205, 0, 5)
  158. Frame.Size = UDim2.new(0, 200, 1, 0)
  159.  
  160. Template.Name = "Template"
  161. Template.Parent = Frame
  162. Template.BackgroundColor3 = Color3.fromRGB(64, 64, 64)
  163. Template.BackgroundTransparency = 1.000
  164. Template.BorderSizePixel = 0
  165. Template.Position = UDim2.new(0, 400, 0, 30)
  166. Template.Size = UDim2.new(1, 0, 0, 25)
  167. Template.Font = Enum.Font.SourceSansLight
  168. Template.TextColor3 = Color3.fromRGB(255, 255, 255)
  169. Template.TextSize = 14.000
  170. Template.TextStrokeTransparency = 0.500
  171.  
  172. slots.Name = "slots"
  173. slots.Parent = Frame
  174.  
  175. TextLabel.Parent = Frame
  176. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  177. TextLabel.BackgroundTransparency = 1.000
  178. TextLabel.BorderSizePixel = 0
  179. TextLabel.Size = UDim2.new(1, 0, 0, 25)
  180. TextLabel.Font = Enum.Font.SciFi
  181. TextLabel.Text = "PLAYERS"
  182. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  183. TextLabel.TextScaled = true
  184. TextLabel.TextSize = 14.000
  185. TextLabel.TextStrokeTransparency = 0.000
  186. TextLabel.TextWrapped = true
  187.  
  188. GodMode.Name = "GodMode"
  189. GodMode.Parent = BloodRed
  190. GodMode.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  191. GodMode.BackgroundTransparency = 1.000
  192. GodMode.BorderColor3 = Color3.fromRGB(0, 0, 0)
  193. GodMode.BorderSizePixel = 2
  194. GodMode.Position = UDim2.new(0, 290, 0, 558)
  195. GodMode.Size = UDim2.new(0, 90, 0, 16)
  196. GodMode.Font = Enum.Font.Creepster
  197. GodMode.Text = "GodMode"
  198. GodMode.TextColor3 = Color3.fromRGB(117, 0, 0)
  199. GodMode.TextSize = 20.000
  200. GodMode.TextWrapped = true
  201.  
  202. -- Scripts:
  203.  
  204. local function VBLQOW_fake_script() -- Topframe.Draggable
  205. local script = Instance.new('Script', Topframe)
  206.  
  207. script.Parent.Active = true
  208. script.Parent.Draggable = true
  209. end
  210. coroutine.wrap(VBLQOW_fake_script)()
  211. local function DQOW_fake_script() -- Topframe.Toggle (Working On It)
  212. local script = Instance.new('Script', Topframe)
  213.  
  214. function onKeyPress(inputObject, gameProcessedEvent)
  215. if inputObject.KeyCode == Enum.KeyCode.Q then
  216. if Topframe.Visible == false then
  217. Topframe.Visible = true
  218. else
  219. Topframe.Visible = false
  220. end
  221. end
  222. end
  223.  
  224. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  225. end
  226. coroutine.wrap(DQOW_fake_script)()
  227. local function LVAY_fake_script() -- Exploit1.LocalScript
  228. local script = Instance.new('LocalScript', Exploit1)
  229.  
  230. script.Parent.MouseButton1Click:Connect(function()
  231. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 200
  232. end)
  233. end
  234. coroutine.wrap(LVAY_fake_script)()
  235. local function AXWSZEA_fake_script() -- Exploit2.LocalScript
  236. local script = Instance.new('LocalScript', Exploit2)
  237.  
  238. script.Parent.MouseButton1Click:Connect(function()
  239. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  240. end)
  241. end
  242. coroutine.wrap(AXWSZEA_fake_script)()
  243. local function UQXMV_fake_script() -- Fly.FlyScript
  244. local script = Instance.new('LocalScript', Fly)
  245.  
  246.  
  247.  
  248.  
  249. local Key = "e" -- Lowercase Letter
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261. local Player = script.Parent.Parent
  262. repeat wait() until Player.Character and Player.Character:FindFirstChild('Humanoid')
  263. local Mouse = Player:GetMouse()
  264. local IsFlying = false
  265. local flyv
  266. local flyg
  267. local IsRunning = false
  268. local f = 0
  269. local Speed = 50
  270. local maxspeed = 100
  271. local wdown = false
  272. local sdown = false
  273. Mouse.KeyDown:Connect(function(key)
  274. if key:lower() == Key then
  275. if IsFlying then
  276. IsFlying = false
  277. flyv:Destroy()
  278. flyg:Destroy()
  279.  
  280. script.Parent.Parent.Character:WaitForChild('Humanoid').PlatformStand = false
  281. else
  282. IsFlying = true
  283. flyv = Instance.new("BodyVelocity")
  284.  
  285. flyv.Parent = Player.Character:WaitForChild('Torso')
  286. flyv.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  287.  
  288. flyg = Instance.new("BodyGyro")
  289. flyg.Parent = Player.Character:WaitForChild('Torso')
  290. flyg.MaxTorque = Vector3.new(9e9,9e9,9e9)
  291. flyg.P = 1000
  292. flyg.D = 50
  293.  
  294. script.Parent.Parent.Character:WaitForChild('Humanoid').PlatformStand = true
  295. end
  296. end
  297. end)
  298.  
  299.  
  300.  
  301. Mouse.KeyDown:Connect(function(key)
  302. if key:lower() == "w" then
  303. if IsFlying then
  304. wdown = true
  305. end
  306. end
  307. end)
  308. Mouse.KeyDown:Connect(function(key)
  309. if key:lower() == "s" then
  310. if IsFlying then
  311. sdown = true
  312. end
  313. end
  314. end)
  315. Mouse.KeyUp:Connect(function(key)
  316. if key:lower() == "w" then
  317. if IsFlying then
  318. wdown = false
  319. end
  320. end
  321. end)
  322. Mouse.KeyUp:Connect(function(key)
  323. if key:lower() == "s" then
  324. if IsFlying then
  325. sdown = false
  326. end
  327. end
  328. end)
  329.  
  330. spawn(function()
  331. while true do
  332. wait()
  333. if IsFlying then
  334.  
  335. flyg.CFrame = workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((f+0)*50*Speed/maxspeed),0,0)
  336. flyv.Velocity = workspace.CurrentCamera.CoordinateFrame.LookVector * Speed
  337. wait(0.1)
  338. if wdown then
  339. Speed = Speed + 1
  340.  
  341. elseif sdown then
  342. Speed = Speed - 1
  343. end
  344. if Speed > maxspeed then
  345. Speed = maxspeed
  346. f = 1
  347. else
  348. f = 0
  349. end
  350. if Speed < 0 then
  351. Speed = 0
  352. f = 0
  353.  
  354. end
  355.  
  356. end
  357. end
  358. end)
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367. script.Died.OnClientEvent:Connect(function()
  368. if IsFlying then
  369. IsFlying = false
  370. flyg:Destroy()
  371. flyv:Destroy()
  372. end
  373. end)
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381. end
  382. coroutine.wrap(UQXMV_fake_script)()
  383. local function ZMCFC_fake_script() -- nil.Script
  384. local script = Instance.new('Script', nil)
  385.  
  386. repeat wait() until script.Parent.Parent.Parent.Character and script.Parent.Parent.Parent.Character:FindFirstChild('Humanoid')
  387. script.Parent.Parent.Parent.Character.Humanoid.Died:Connect(function()
  388. script.Parent.Died:FireAllClients()
  389.  
  390. end)
  391. script.Parent.Parent.Parent.CharacterRemoving:Connect(function()
  392. script.Parent.Died:FireAllClients()
  393. end)
  394. end
  395. coroutine.wrap(ZMCFC_fake_script)()
  396. local function ELWNRDB_fake_script() -- MovemetoStarterGUI.LocalScript
  397. local script = Instance.new('LocalScript', MovemetoStarterGUI)
  398.  
  399. --< variables
  400.  
  401. local players = game:GetService("Players")
  402. local frame = script.Parent.Frame
  403. local slots = frame.slots
  404. local temp = frame.Template
  405.  
  406. local players_table = {}
  407.  
  408. --< tween info:TweenPosition(endPosition, EasingDirection, EasingStyle, Time, Override)
  409.  
  410. local dir = "Out"
  411. local style = "Quad"
  412. local dur = 0.5
  413.  
  414. --< functions
  415.  
  416. local function cleanup(slot)
  417.  
  418. -- repeat wait until the slot finishes tweening
  419. repeat
  420. wait()
  421. until slot.Position.X.Offset == 400
  422. slot:Destroy()
  423.  
  424. end
  425.  
  426. local function remove(leaving)
  427.  
  428. -- check if a player is leaving
  429. if leaving then
  430.  
  431. -- if so, delete dictionary entry
  432. players_table[leaving] = nil
  433. -- tween player slot out
  434. local slot = slots:FindFirstChild(leaving)
  435. slot:TweenPosition(UDim2.new(0, 400, 0, slot.Position.Y.Offset), dir, style, dur, true)
  436.  
  437. -- delete the slot once it finishes (coroutine)
  438. local cor = coroutine.wrap(cleanup)
  439. cor(slot)
  440.  
  441. end
  442. end
  443.  
  444. local function add()
  445.  
  446. -- loop through players
  447. local chil = players:GetChildren()
  448. for c = 1, #chil do
  449.  
  450. -- check if present in dictionary
  451. if players_table[chil[c].Name] == nil then
  452.  
  453. -- add to dictionary
  454. players_table[chil[c].Name] = 1
  455.  
  456. -- create a slot in the list
  457. local slot = temp:Clone()
  458.  
  459. -- edit that slot
  460. slot.Name = chil[c].Name
  461. slot.Text = slot.Name
  462. slot.Parent = slots
  463. end
  464. end
  465. end
  466.  
  467. local function adjust(leaving)
  468.  
  469. -- add() and remove()
  470. add()
  471. remove(leaving)
  472.  
  473. local count = 0
  474. -- loop through players_table
  475. for key, value in pairs(players_table) do
  476. count = count + 1
  477. -- find corresponding slots
  478. local slot = slots:FindFirstChild(key)
  479.  
  480. -- tween slot positions
  481. local ypos = 30 + (25+2)*(count-1)
  482. slot:TweenPosition(UDim2.new(0, 0, 0, ypos), dir, style, dur, true)
  483.  
  484. end
  485. end
  486.  
  487. --< events
  488.  
  489. -- player added event
  490. players.PlayerAdded:connect(function()
  491. adjust(nil)
  492. end)
  493.  
  494. -- player removing event
  495. players.PlayerRemoving:connect(function(leaving)
  496. adjust(leaving.Name)
  497. end)
  498.  
  499. --< setup
  500.  
  501. adjust()
  502.  
  503. --[[ Shiro75 ]]--
  504.  
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512. end
  513. coroutine.wrap(ELWNRDB_fake_script)()
  514. local function GUFFPFR_fake_script() -- GodMode.Script
  515. local script = Instance.new('Script', GodMode)
  516.  
  517. function onButtonClicked()
  518. a = script.Parent.Parent.Parent.Parent.Character
  519. a.Humanoid.MaxHealth = 9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  520. a.Humanoid.Health = 9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  521. a.Torso.Transparency = 1
  522. end
  523.  
  524. script.Parent.MouseButton1Down:connect(onButtonClicked)
  525. end
  526. coroutine.wrap(GUFFPFR_fake_script)()
  527.  
Add Comment
Please, Sign In to add comment