ItzLorenzo

Raven Exploit | WalkSpeed & JumpPower

Apr 23rd, 2021 (edited)
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.67 KB | None | 0 0
  1. -- Made By TSR_Lorenzo For "Raven Exploit"
  2. -- Script Version: 1.1
  3.  
  4. -- Instances:
  5.  
  6. local arsenal = Instance.new("ScreenGui")
  7. local main = Instance.new("ImageLabel")
  8. local wSpeed = Instance.new("TextBox")
  9. local jPower = Instance.new("TextBox")
  10. local setWS = Instance.new("TextButton")
  11. local setJP = Instance.new("TextButton")
  12.  
  13. --Properties:
  14.  
  15. arsenal.Name = "arsenal"
  16. arsenal.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  17.  
  18. main.Name = "main"
  19. main.Parent = arsenal
  20. main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  21. main.BackgroundTransparency = 1.000
  22. main.Position = UDim2.new(0.771515131, 0, 0.825983286, 0)
  23. main.Size = UDim2.new(0.22484839, 0, 0.163289636, 0)
  24. main.Image = "rbxassetid://3570695787"
  25. main.ImageColor3 = Color3.fromRGB(102, 184, 172)
  26. main.ScaleType = Enum.ScaleType.Slice
  27. main.SliceCenter = Rect.new(100, 100, 100, 100)
  28. main.SliceScale = 0.200
  29.  
  30. wSpeed.Name = "wSpeed"
  31. wSpeed.Parent = main
  32. wSpeed.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  33. wSpeed.BackgroundTransparency = 1.000
  34. wSpeed.Position = UDim2.new(0.0377358645, 0, 0, 0)
  35. wSpeed.Size = UDim2.new(0, 224, 0, 69)
  36. wSpeed.Font = Enum.Font.Fondamento
  37. wSpeed.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
  38. wSpeed.PlaceholderText = "Walk Speed"
  39. wSpeed.Text = ""
  40. wSpeed.TextColor3 = Color3.fromRGB(0, 0, 0)
  41. wSpeed.TextScaled = true
  42. wSpeed.TextSize = 14.000
  43. wSpeed.TextWrapped = true
  44.  
  45. jPower.Name = "jPower"
  46. jPower.Parent = main
  47. jPower.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  48. jPower.BackgroundTransparency = 1.000
  49. jPower.Position = UDim2.new(0.0377358645, 0, 0.489285886, 0)
  50. jPower.Size = UDim2.new(0, 224, 0, 69)
  51. jPower.Font = Enum.Font.Fondamento
  52. jPower.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
  53. jPower.PlaceholderText = "Jump Power"
  54. jPower.Text = ""
  55. jPower.TextColor3 = Color3.fromRGB(0, 0, 0)
  56. jPower.TextScaled = true
  57. jPower.TextSize = 14.000
  58. jPower.TextWrapped = true
  59.  
  60. setWS.Name = "setWS"
  61. setWS.Parent = main
  62. setWS.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  63. setWS.BackgroundTransparency = 1.000
  64. setWS.Position = UDim2.new(0.641509712, 0, 0, 0)
  65. setWS.Size = UDim2.new(0, 132, 0, 67)
  66. setWS.Font = Enum.Font.Cartoon
  67. setWS.Text = "Set"
  68. setWS.TextColor3 = Color3.fromRGB(0, 0, 0)
  69. setWS.TextScaled = true
  70. setWS.TextSize = 14.000
  71. setWS.TextWrapped = true
  72.  
  73. setJP.Name = "setJP"
  74. setJP.Parent = main
  75. setJP.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  76. setJP.BackgroundTransparency = 1.000
  77. setJP.Position = UDim2.new(0.641509712, 0, 0.489051104, 0)
  78. setJP.Size = UDim2.new(0, 132, 0, 69)
  79. setJP.Font = Enum.Font.Cartoon
  80. setJP.Text = "Set"
  81. setJP.TextColor3 = Color3.fromRGB(0, 0, 0)
  82. setJP.TextScaled = true
  83. setJP.TextSize = 14.000
  84. setJP.TextWrapped = true
  85.  
  86. -- Scripts:
  87.  
  88. local function VTVFK_fake_script() -- setWS.LocalScript
  89. local script = Instance.new('LocalScript', setWS)
  90.  
  91. local player = game.Players.LocalPlayer
  92. local char = player.Character
  93.  
  94. local hum = char:WaitForChild("Humanoid")
  95.  
  96. script.Parent.MouseButton1Click:Connect(function()
  97. hum.WalkSpeed = script.Parent.Parent.wSpeed.Text
  98. end)
  99. end
  100. coroutine.wrap(VTVFK_fake_script)()
  101. local function HICSML_fake_script() -- setJP.LocalScript
  102. local script = Instance.new('LocalScript', setJP)
  103.  
  104. local player = game.Players.LocalPlayer
  105. local char = player.Character
  106.  
  107. local hum = char:WaitForChild("Humanoid")
  108.  
  109. script.Parent.MouseButton1Click:Connect(function()
  110. hum.JumpPower = script.Parent.Parent.jPower.Text
  111. end)
  112. end
  113. coroutine.wrap(HICSML_fake_script)()
  114. local function ZRHHW_fake_script() -- main.Drag
  115. local script = Instance.new('LocalScript', main)
  116.  
  117. local UserInputService = game:GetService("UserInputService")
  118.  
  119. local gui = script.Parent
  120.  
  121. local dragging
  122. local dragInput
  123. local dragStart
  124. local startPos
  125.  
  126. local function update(input)
  127. local delta = input.Position - dragStart
  128. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  129. end
  130.  
  131. gui.InputBegan:Connect(function(input)
  132. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  133. dragging = true
  134. dragStart = input.Position
  135. startPos = gui.Position
  136.  
  137. input.Changed:Connect(function()
  138. if input.UserInputState == Enum.UserInputState.End then
  139. dragging = false
  140. end
  141. end)
  142. end
  143. end)
  144.  
  145. gui.InputChanged:Connect(function(input)
  146. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  147. dragInput = input
  148. end
  149. end)
  150.  
  151. UserInputService.InputChanged:Connect(function(input)
  152. if input == dragInput and dragging then
  153. update(input)
  154. end
  155. end)
  156. end
  157. coroutine.wrap(ZRHHW_fake_script)()
Add Comment
Please, Sign In to add comment