Advertisement
LOLROW

LOLSPLOIT V1 (first gui)

Mar 22nd, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 9.34 KB | None | 0 0
  1. local function LOLSPLOIT()
  2.     local player = game.Players.LocalPlayer
  3.     local mouse = player:GetMouse()
  4.    
  5.     mouse.KeyDown:connect(function(key)
  6.         if key == "t" then
  7.             local x = game.Players.LocalPlayer.Character.Humanoid
  8.             local val = 1;
  9.            
  10.             if val == 1 then
  11.                 x.WalkSpeed = 100 -- change walkspeed here.
  12.             end
  13.         elseif key == "y" then
  14.             local x = game.Players.LocalPlayer.Character.Humanoid
  15.            
  16.             x.WalkSpeed = 16
  17.         elseif key == "g" then
  18.             local x = game.Players.LocalPlayer.Character.Humanoid
  19.            
  20.             x.JumpPower = 100 -- Change jumppower value here.
  21.         elseif key == "h" then
  22.             local x = game.Players.LocalPlayer.Character.Humanoid
  23.            
  24.             x.JumpPower = 50
  25.         elseif key == "o" then
  26.             game.Players.LocalPlayer.Character.Head.Transparency = 1
  27.             game.Players.LocalPlayer.Character.LeftFoot.Transparency = 1
  28.             game.Players.LocalPlayer.Character.LeftHand.Transparency = 1
  29.             game.Players.LocalPlayer.Character.LeftLowerArm.Transparency = 1
  30.             game.Players.LocalPlayer.Character.LeftLowerLeg.Transparency = 1
  31.             game.Players.LocalPlayer.Character.LeftUpperArm.Transparency = 1
  32.             game.Players.LocalPlayer.Character.LeftUpperLeg.Transparency = 1
  33.             game.Players.LocalPlayer.Character.LowerTorso.Transparency = 1
  34.             game.Players.LocalPlayer.Character.RightFoot.Transparency = 1
  35.             game.Players.LocalPlayer.Character.RightHand.Transparency = 1
  36.             game.Players.LocalPlayer.Character.RightLowerArm.Transparency = 1
  37.             game.Players.LocalPlayer.Character.RightLowerLeg.Transparency = 1
  38.             game.Players.LocalPlayer.Character.RightUpperArm.Transparency = 1
  39.             game.Players.LocalPlayer.Character.RightUpperLeg.Transparency = 1
  40.             game.Players.LocalPlayer.Character.UpperTorso.Transparency = 1
  41.         elseif key == "p" then
  42.             game.Players.LocalPlayer.Character.Head.Transparency = 0
  43.             game.Players.LocalPlayer.Character.LeftFoot.Transparency = 0
  44.             game.Players.LocalPlayer.Character.LeftHand.Transparency = 0
  45.             game.Players.LocalPlayer.Character.LeftLowerArm.Transparency = 0
  46.             game.Players.LocalPlayer.Character.LeftLowerLeg.Transparency = 0
  47.             game.Players.LocalPlayer.Character.LeftUpperArm.Transparency = 0
  48.             game.Players.LocalPlayer.Character.LeftUpperLeg.Transparency = 0
  49.             game.Players.LocalPlayer.Character.LowerTorso.Transparency = 0
  50.             game.Players.LocalPlayer.Character.RightFoot.Transparency = 0
  51.             game.Players.LocalPlayer.Character.RightHand.Transparency = 0
  52.             game.Players.LocalPlayer.Character.RightLowerArm.Transparency = 0
  53.             game.Players.LocalPlayer.Character.RightLowerLeg.Transparency = 0
  54.             game.Players.LocalPlayer.Character.RightUpperArm.Transparency = 0
  55.             game.Players.LocalPlayer.Character.RightUpperLeg.Transparency = 0
  56.             game.Players.LocalPlayer.Character.UpperTorso.Transparency = 0
  57.         elseif key == "k" then
  58.             local x = game.Workspace
  59.            
  60.             x.Gravity = 5 -- Under 10 is basically flying over about 20 is just high jump with no fall dmg.
  61.         elseif key == "l" then
  62.             local x = game.Workspace
  63.            
  64.             x.Gravity = 196.2 -- Normal gravity value
  65.         elseif key == "x" then
  66.             local p = game.Players:GetChildren()
  67.             for i = 1,#p do
  68.                 p[i].Character.Head:remove()
  69.             end
  70.         end
  71.     end)
  72. end
  73.  
  74. LOLSPLOIT()
  75.  
  76. local LOLSPLOIT = Instance.new("ScreenGui")
  77. local MainFrame = Instance.new("Frame")
  78. local Title = Instance.new("TextLabel")
  79. local Bar1 = Instance.new("Frame")
  80. local Bar1_2 = Instance.new("Frame")
  81. local Bar1_3 = Instance.new("Frame")
  82. local Bar1_4 = Instance.new("Frame")
  83. local Bar1_5 = Instance.new("Frame")
  84. local speed = Instance.new("TextLabel")
  85. local TextLabel = Instance.new("TextLabel")
  86. local TextLabel_2 = Instance.new("TextLabel")
  87. local TextLabel_3 = Instance.new("TextLabel")
  88. local TextLabel_4 = Instance.new("TextLabel")
  89. local TextLabel_5 = Instance.new("TextLabel")
  90. local TextLabel_6 = Instance.new("TextLabel")
  91. local TextLabel_7 = Instance.new("TextLabel")
  92.  
  93. LOLSPLOIT.Name = "LOLSPLOIT"
  94. LOLSPLOIT.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  95. LOLSPLOIT.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  96.  
  97. MainFrame.Name = "MainFrame"
  98. MainFrame.Parent = LOLSPLOIT
  99. MainFrame.Active = true
  100. MainFrame.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  101. MainFrame.BorderSizePixel = 0
  102. MainFrame.Position = UDim2.new(0.0250606313, 0, 0.0819912106, 0)
  103. MainFrame.Size = UDim2.new(0, 213, 0, 416)
  104.  
  105. Title.Name = "Title"
  106. Title.Parent = MainFrame
  107. Title.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  108. Title.BorderSizePixel = 0
  109. Title.Size = UDim2.new(0, 213, 0, 50)
  110. Title.Font = Enum.Font.Highway
  111. Title.Text = "LOLSPLOIT"
  112. Title.TextColor3 = Color3.new(0, 1, 0.498039)
  113. Title.TextSize = 25
  114.  
  115. Bar1.Name = "Bar1"
  116. Bar1.Parent = MainFrame
  117. Bar1.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  118. Bar1.BorderColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  119. Bar1.Position = UDim2.new(0, 0, -0.014423077, 0)
  120. Bar1.Size = UDim2.new(0, 213, 0, 12)
  121.  
  122. Bar1_2.Name = "Bar1"
  123. Bar1_2.Parent = MainFrame
  124. Bar1_2.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  125. Bar1_2.BorderColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  126. Bar1_2.Position = UDim2.new(0, 0, 0.971153855, 0)
  127. Bar1_2.Size = UDim2.new(0, 213, 0, 12)
  128.  
  129. Bar1_3.Name = "Bar1"
  130. Bar1_3.Parent = MainFrame
  131. Bar1_3.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  132. Bar1_3.BorderColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  133. Bar1_3.Position = UDim2.new(0.938967109, 0, -0.014423077, 0)
  134. Bar1_3.Size = UDim2.new(0, 13, 0, 422)
  135.  
  136. Bar1_4.Name = "Bar1"
  137. Bar1_4.Parent = MainFrame
  138. Bar1_4.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  139. Bar1_4.BorderColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  140. Bar1_4.Position = UDim2.new(0, 0, -0.014423077, 0)
  141. Bar1_4.Size = UDim2.new(0, 13, 0, 422)
  142.  
  143. Bar1_5.Name = "Bar1"
  144. Bar1_5.Parent = MainFrame
  145. Bar1_5.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  146. Bar1_5.BorderColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  147. Bar1_5.Position = UDim2.new(0, 0, 0.120192312, 0)
  148. Bar1_5.Size = UDim2.new(0, 213, 0, 12)
  149.  
  150. speed.Name = "speed"
  151. speed.Parent = MainFrame
  152. speed.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  153. speed.BorderSizePixel = 0
  154. speed.Position = UDim2.new(0.0610328652, 0, 0.149038464, 0)
  155. speed.Size = UDim2.new(0, 187, 0, 50)
  156. speed.Font = Enum.Font.Highway
  157. speed.Text = "Speed | T / Y"
  158. speed.TextColor3 = Color3.new(0, 1, 0.498039)
  159. speed.TextSize = 23
  160.  
  161. TextLabel.Parent = MainFrame
  162. TextLabel.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  163. TextLabel.BorderSizePixel = 0
  164. TextLabel.Position = UDim2.new(0.0610328652, 0, 0.269230783, 0)
  165. TextLabel.Size = UDim2.new(0, 187, 0, 50)
  166. TextLabel.Font = Enum.Font.Highway
  167. TextLabel.Text = " Highjump | G / H"
  168. TextLabel.TextColor3 = Color3.new(0, 1, 0.498039)
  169. TextLabel.TextSize = 23
  170.  
  171. TextLabel_2.Parent = MainFrame
  172. TextLabel_2.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  173. TextLabel_2.BorderSizePixel = 0
  174. TextLabel_2.Position = UDim2.new(0.0610328652, 0, 0.389423072, 0)
  175. TextLabel_2.Size = UDim2.new(0, 187, 0, 50)
  176. TextLabel_2.Font = Enum.Font.Highway
  177. TextLabel_2.Text = "Invisibility | O / P"
  178. TextLabel_2.TextColor3 = Color3.new(0, 1, 0.498039)
  179. TextLabel_2.TextSize = 23
  180.  
  181. TextLabel_3.Parent = MainFrame
  182. TextLabel_3.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  183. TextLabel_3.BorderSizePixel = 0
  184. TextLabel_3.Position = UDim2.new(0.0610328652, 0, 0.509615362, 0)
  185. TextLabel_3.Size = UDim2.new(0, 187, 0, 50)
  186. TextLabel_3.Font = Enum.Font.Highway
  187. TextLabel_3.Text = "Gravity | K / L"
  188. TextLabel_3.TextColor3 = Color3.new(0, 1, 0.498039)
  189. TextLabel_3.TextSize = 23
  190.  
  191. TextLabel_4.Parent = MainFrame
  192. TextLabel_4.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  193. TextLabel_4.BorderSizePixel = 0
  194. TextLabel_4.Position = UDim2.new(0.0610328652, 0, 0.625, 0)
  195. TextLabel_4.Size = UDim2.new(0, 187, 0, 50)
  196. TextLabel_4.Font = Enum.Font.Highway
  197. TextLabel_4.Text = "Killall | X"
  198. TextLabel_4.TextColor3 = Color3.new(0, 1, 0.498039)
  199. TextLabel_4.TextSize = 23
  200.  
  201. TextLabel_5.Parent = MainFrame
  202. TextLabel_5.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  203. TextLabel_5.BorderSizePixel = 0
  204. TextLabel_5.Position = UDim2.new(0.0610328652, 0, 0.838942289, 0)
  205. TextLabel_5.Size = UDim2.new(0, 187, 0, 32)
  206. TextLabel_5.Font = Enum.Font.Highway
  207. TextLabel_5.Text = "You can change the keybinds"
  208. TextLabel_5.TextColor3 = Color3.new(0, 1, 0.498039)
  209. TextLabel_5.TextSize = 16
  210.  
  211. TextLabel_6.Parent = MainFrame
  212. TextLabel_6.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  213. TextLabel_6.BorderSizePixel = 0
  214. TextLabel_6.Position = UDim2.new(0.0610328652, 0, 0.915865362, 0)
  215. TextLabel_6.Size = UDim2.new(0, 187, 0, 23)
  216. TextLabel_6.Font = Enum.Font.Highway
  217. TextLabel_6.Text = ""
  218. TextLabel_6.TextColor3 = Color3.new(0, 1, 0.498039)
  219. TextLabel_6.TextSize = 16
  220.  
  221. TextLabel_7.Parent = MainFrame
  222. TextLabel_7.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  223. TextLabel_7.BorderSizePixel = 0
  224. TextLabel_7.Position = UDim2.new(0.0610328652, 0, 0.915865362, 0)
  225. TextLabel_7.Size = UDim2.new(0, 187, 0, 23)
  226. TextLabel_7.Font = Enum.Font.Highway
  227. TextLabel_7.Text = "in the script"
  228. TextLabel_7.TextColor3 = Color3.new(0, 1, 0.498039)
  229. TextLabel_7.TextSize = 16
  230. -- Scripts:
  231. function SCRIPT_ADER69_FAKESCRIPT() -- LOLSPLOIT.LocalScript
  232.     local script = Instance.new('LocalScript')
  233.     script.Parent = LOLSPLOIT
  234.     for _,v in ipairs(script.Parent:GetDescendants()) do
  235.     if not v:IsA("LocalScript") then
  236.     v.Draggable = true
  237.     end
  238.     end
  239.  
  240. end
  241. coroutine.resume(coroutine.create(SCRIPT_ADER69_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement