OnlyLingo

Untitled

Aug 29th, 2018
745
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.75 KB | None | 0 0
  1. player = game.Players.LocalPlayer
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9. FE = 'idk'
  10. d = false
  11.  
  12. if game.Workspace.FilteringEnabled then
  13. FE = 'Yes'
  14. else
  15. FE = 'No'
  16. end
  17.  
  18. local UI = Instance.new("ScreenGui", player.PlayerGui)
  19. UI.Name = 'Lingaholic Menu'
  20.  
  21.  
  22.  
  23. local Frame = Instance.new("Frame", UI)
  24. Frame.Name = 'MainFrame'
  25. Frame.Size = UDim2.new(.6, 0, .6, 0)
  26. Frame.Position = UDim2.new(.2, 0, .2, 0)
  27. Frame.BackgroundTransparency = .2
  28. Frame.BackgroundColor3 = Color3.new(112,112,112)
  29. Frame.Visible = false
  30.  
  31. local Image = Instance.new("ImageLabel", Frame)
  32. Image.Name = 'Background'
  33. Image.Image = 'rbxassetid://391827915'
  34. Image.BackgroundTransparency = 1
  35. Image.Size = UDim2.new(.6, 0, .8, 0)
  36. Image.Position = UDim2.new(.2, 0, .15, 0)
  37. Image.ImageTransparency = .6
  38.  
  39. local NumberValue = Instance.new("NumberValue", Frame)
  40. NumberValue.Name = 'NumberValue'
  41. NumberValue.Value = 16
  42.  
  43. local FF = Instance.new("TextButton", Frame)
  44. FF.BackgroundColor3 = Color3.new(0,170,255)
  45. FF.BackgroundTransparency = .7
  46. FF.Size = UDim2.new(.2, 0, .13, 0)
  47. FF.Position = UDim2.new(.27, 0, .3, 0)
  48. FF.Text = 'ForceField'
  49. FF.TextScaled = true
  50. FF.TextWrapped = true
  51. FF.TextStrokeTransparency = .5
  52. FF.TextColor3 = Color3.new(255,255,255)
  53.  
  54. local Fire = Instance.new("TextButton", Frame)
  55. Fire.BackgroundColor3 = Color3.new(0,170,255)
  56. Fire.BackgroundTransparency = .7
  57. Fire.Size = UDim2.new(.2, 0, .13, 0)
  58. Fire.Position = UDim2.new(.77, 0, .1, 0)
  59. Fire.Text = 'Fire'
  60. Fire.TextScaled = true
  61. Fire.TextWrapped = true
  62. Fire.TextStrokeTransparency = .5
  63. Fire.TextColor3 = Color3.new(255,255,255)
  64.  
  65. local Kill = Instance.new("TextButton", Frame)
  66. Kill.BackgroundColor3 = Color3.new(0,170,255)
  67. Kill.BackgroundTransparency = .7
  68. Kill.Size = UDim2.new(.2, 0, .13, 0)
  69. Kill.Position = UDim2.new(.77, 0, .3, 0)
  70. Kill.Text = 'Kill All'
  71. Kill.TextScaled = true
  72. Kill.TextWrapped = true
  73. Kill.TextStrokeTransparency = .5
  74. Kill.TextColor3 = Color3.new(255,255,255)
  75.  
  76. local Jump = Instance.new("TextButton", Frame)
  77. Jump.BackgroundColor3 = Color3.new(0,170,255)
  78. Jump.BackgroundTransparency = .7
  79. Jump.Size = UDim2.new(.2, 0, .13, 0)
  80. Jump.Position = UDim2.new(.27, 0, .1, 0)
  81. Jump.Text = '#Set JHeight'
  82. Jump.TextScaled = true
  83. Jump.TextWrapped = true
  84. Jump.TextStrokeTransparency = .5
  85. Jump.TextColor3 = Color3.new(255,255,255)
  86.  
  87. local Music = Instance.new("TextButton", Frame)
  88. Music.BackgroundColor3 = Color3.new(0,170,255)
  89. Music.BackgroundTransparency = .7
  90. Music.Size = UDim2.new(.2, 0, .13, 0)
  91. Music.Position = UDim2.new(.52, 0, .3, 0)
  92. Music.Text = '#Set Music'
  93. Music.TextScaled = true
  94. Music.TextWrapped = true
  95. Music.TextStrokeTransparency = .5
  96. Music.TextColor3 = Color3.new(255,255,255)
  97.  
  98. local Num = Instance.new("TextBox", Frame)
  99. Num.BackgroundColor3 = Color3.new(0,0,0)
  100. Num.BackgroundTransparency = .8
  101. Num.Size = UDim2.new(.15, 0, .1, 0)
  102. Num.Position = UDim2.new(0, 0, 1, 0)
  103. Num.Text = 'NumberValue'
  104. Num.TextScaled = true
  105. Num.TextWrapped = true
  106. Num.TextStrokeTransparency = .5
  107. Num.TextColor3 = Color3.new(255,255,255)
  108.  
  109. local Particle = Instance.new("TextButton", Frame)
  110. Particle.BackgroundColor3 = Color3.new(0,170,255)
  111. Particle.BackgroundTransparency = .7
  112. Particle.Size = UDim2.new(.2, 0, .13, 0)
  113. Particle.Position = UDim2.new(.52, 0, .1, 0)
  114. Particle.Text = 'Particle'
  115. Particle.TextScaled = true
  116. Particle.TextWrapped = true
  117. Particle.TextStrokeTransparency = .5
  118. Particle.TextColor3 = Color3.new(255,255,255)
  119.  
  120. local Set = Instance.new("TextButton", Frame)
  121. Set.BackgroundColor3 = Color3.new(0,0,0)
  122. Set.BackgroundTransparency = .8
  123. Set.Size = UDim2.new(.15, 0, .1, 0)
  124. Set.Position = UDim2.new(.32, 0, 1, 0)
  125. Set.Text = 'Set'
  126. Set.TextScaled = true
  127. Set.TextWrapped = true
  128. Set.TextStrokeTransparency = .8
  129. Set.TextColor3 = Color3.new(255,255,255)
  130.  
  131. local Smoke = Instance.new("TextButton", Frame)
  132. Smoke.BackgroundColor3 = Color3.new(0,170,255)
  133. Smoke.BackgroundTransparency = .7
  134. Smoke.Size = UDim2.new(.2, 0, .13, 0)
  135. Smoke.Position = UDim2.new(.02, 0, .3, 0)
  136. Smoke.Text = 'Smoke'
  137. Smoke.TextScaled = true
  138. Smoke.TextWrapped = true
  139. Smoke.TextStrokeTransparency = .5
  140. Smoke.TextColor3 = Color3.new(255,255,255)
  141.  
  142. local Speed = Instance.new("TextButton", Frame)
  143. Speed.BackgroundColor3 = Color3.new(0,170,255)
  144. Speed.BackgroundTransparency = .7
  145. Speed.Size = UDim2.new(.2, 0, .13, 0)
  146. Speed.Position = UDim2.new(.02, 0, .1, 0)
  147. Speed.Text = '#Speed'
  148. Speed.TextScaled = true
  149. Speed.TextWrapped = true
  150. Speed.TextStrokeTransparency = .5
  151. Speed.TextColor3 = Color3.new(255,255,255)
  152.  
  153.  
  154. local Desc = Instance.new("TextLabel", Frame)
  155. Desc.BackgroundColor3 = Color3.new(0,170,255)
  156. Desc.BackgroundTransparency = 1
  157. Desc.Size = UDim2.new(1, 0, .45, 0)
  158. Desc.Position = UDim2.new(0, 0, .49, 0)
  159. Desc.Text = "Hello, Welcome to Lingoaholic Version 1, To Work the menu push a button and for everything that require a number value is marked with #, anyways if I get support with this menu i'll upgrade it to yall liking, OOF... Youtube: OnlyLingo"
  160. Desc.TextScaled = true
  161. Desc.TextWrapped = true
  162. Desc.TextStrokeTransparency = .5
  163. Desc.TextColor3 = Color3.new(85,170,127)
  164.  
  165. local PlrV = Instance.new("TextLabel", Frame)
  166. PlrV.BackgroundColor3 = Color3.new(0,0,0)
  167. PlrV.BackgroundTransparency = .7
  168. PlrV.Size = UDim2.new(.15, 0, .1, 0)
  169. PlrV.Position = UDim2.new(.16, 0, 1, 0)
  170. PlrV.Text = 'Number: Nil'
  171. PlrV.TextScaled = true
  172. PlrV.TextWrapped = true
  173. PlrV.TextStrokeTransparency = .5
  174. PlrV.TextColor3 = Color3.new(255,255,255)
  175.  
  176. local TextLabel = Instance.new("TextLabel", Frame)
  177. TextLabel.BackgroundColor3 = Color3.new(0,170,255)
  178. TextLabel.BackgroundTransparency = .8
  179. TextLabel.Size = UDim2.new(1, 0, .05, 0)
  180. TextLabel.Position = UDim2.new(0, 0, 0, 0)
  181. TextLabel.Text = 'Version 1 - Lingaholic - FE: ' .. FE
  182. TextLabel.TextScaled = true
  183. TextLabel.TextWrapped = true
  184. TextLabel.TextStrokeTransparency = .5
  185. TextLabel.TextColor3 = Color3.new(255,255,255)
  186.  
  187. local TextButton = Instance.new("TextButton", UI)
  188. TextButton.BackgroundColor3 = Color3.new(255,255,255)
  189. TextButton.BackgroundTransparency = .8
  190. TextButton.Size = UDim2.new(.1, 0, .07, 0)
  191. TextButton.Position = UDim2.new(0, 0, 0.7, 0)
  192. TextButton.Text = 'Open'
  193. TextButton.TextScaled = true
  194. TextButton.TextWrapped = true
  195. TextButton.TextStrokeTransparency = 0
  196. TextButton.TextColor3 = Color3.new(255,255,255)
  197. TextButton.Style = Enum.ButtonStyle.RobloxRoundButton
  198. TextButton.Visible = false
  199.  
  200. TLabel = Instance.new("TextLabel", UI)
  201. TLabel.BackgroundColor3 = Color3.new(255,255,255)
  202. TLabel.BackgroundTransparency = 1
  203. TLabel.Size = UDim2.new(1, 0, 1, 0)
  204. TLabel.Position = UDim2.new(0, 0, 0, 0)
  205. TLabel.Text = 'Lingaholic v1'
  206. TLabel.TextScaled = true
  207. TLabel.TextWrapped = true
  208. TLabel.TextStrokeTransparency = 0.1
  209. TLabel.TextColor3 = Color3.new(0,170,255)
  210. TLabel.Visible = false
  211.  
  212. local Clr = Instance.new("TextButton", Frame)
  213. Clr.BackgroundColor3 = Color3.new(0,0,0)
  214. Clr.BackgroundTransparency = .8
  215. Clr.Size = UDim2.new(.15, 0, .1, 0)
  216. Clr.Position = UDim2.new(.48, 0, 1, 0)
  217. Clr.Text = 'Clear'
  218. Clr.TextScaled = true
  219. Clr.TextWrapped = true
  220. Clr.TextStrokeTransparency = .8
  221. Clr.TextColor3 = Color3.new(255,255,255)
  222.  
  223. ----Variables | Above----
  224. -----Coding | Below-----
  225.  
  226. FF.MouseButton1Down:connect(function()
  227. Instance.new("ForceField",player.Character)
  228. end)
  229.  
  230. Fire.MouseButton1Down:connect(function()
  231. p = Instance.new("Fire",player.Character.Head)
  232. p.Size = 10
  233. end)
  234.  
  235. Kill.MouseButton1Down:connect(function()
  236. for i,v in pairs(game.Players:GetChildren()) do
  237. v.Character.Humanoid.Health = 0
  238. end
  239. end)
  240.  
  241. Jump.MouseButton1Down:connect(function()
  242. player.Character.Humanoid.JumpPower = NumberValue.Value
  243. end)
  244.  
  245. Speed.MouseButton1Down:connect(function()
  246. player.Character.Humanoid.WalkSpeed = NumberValue.Value
  247. end)
  248.  
  249. Music.MouseButton1Down:connect(function()
  250. e = Instance.new("Sound", game.Workspace)
  251. e.SoundId = 'rbxassetid://' .. NumberValue.Value
  252. end)
  253.  
  254. Particle.MouseButton1Down:connect(function()
  255. m = Instance.new("ParticleEmitter",player.Character.Head)
  256. m.Size = 10
  257. end)
  258.  
  259. Set.MouseButton1Down:connect(function()
  260. NumberValue.Value = tonumber(Num.Text)
  261. end)
  262.  
  263. Smoke.MouseButton1Down:connect(function()
  264. q = Instance.new("Smoke",player.Character.Head)
  265. q.Size = 10
  266. end)
  267.  
  268.  
  269. NumberValue.Changed:connect(function()
  270. PlrV.Text = "NumberValue: " .. NumberValue.Value
  271. end)
  272.  
  273. Clr.MouseButton1Down:connect(function()
  274. player.Character.Humanoid.Health = 0
  275. for i,v in pairs(game.Workspace) do
  276. if v.Name == 'Message' then
  277. v:Destroy()
  278. end
  279. end
  280. end)
  281.  
  282. TextButton.MouseButton1Down:connect(function()
  283. if not d then
  284. d = true
  285. Frame.Visible = true
  286. TextButton.Text = 'Close'
  287. else
  288. d = false
  289. Frame.Visible = false
  290. TextButton.Text = 'Open'
  291. end
  292. end)
  293.  
  294. ----Menu Alternate Code----
  295.  
  296. player.Chatted:connect(function(msg)
  297. if (msg == "~loadhax") then
  298. print 'Protocol Launched'
  299. TLabel.Visible = true
  300. wait(3)
  301. TLabel.Visible = false
  302. wait(2)
  303. TextButton.Visible = true
  304. end end)
Advertisement
Add Comment
Please, Sign In to add comment