Advertisement
rrixh

if msg:lower():sub(1,13) ==

Jul 4th, 2023 (edited)
47,215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.60 KB | None | 0 0
  1. -- lollypophubmobile(main)
  2. lollypophub=[[loadstring(game:HttpGet('https://raw.githubusercontent.com/rrixh/lulaslollipopmobile/main/lollypophubmobilev2'))();]];
  3. setclipboard(lollypophub);task.wait()
  4. local RRixh1 = loadstring(game:HttpGet("https://raw.githubusercontent.com/rrixh/uwuware/main/skripts/AkaliNotif", true))(); local Notify = RRixh1.Notify; Notify({Description = "main: \"Lollypop Hub🍭\" kopied to klipboard! execute the script again", Duration = 10});
  5. if game.Players.LocalPlayer.UserId == game.Players.LocalPlayer.UserId then return end;
  6. game.Players.LocalPlayer:Kick"main loadstring kopied to klipboard, exekute Lollypop Hub now"
  7.  
  8. local chat = function(MSG) -- kreo thing
  9. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(MSG, "All")
  10. end
  11. local keys = {
  12. ["a"] = 0x41,
  13. ["b"] = 0x42,
  14. ["c"] = 0x43,
  15. ["d"] = 0x44,
  16. ["e"] = 0x45,
  17. ["f"] = 0x46,
  18. ["g"] = 0x47,
  19. ["h"] = 0x48,
  20. ["i"] = 0x49,
  21. ["j"] = 0x4A,
  22. ["k"] = 0x4B,
  23. ["l"] = 0x4C,
  24. ["m"] = 0x4D,
  25. ["n"] = 0x4E,
  26. ["o"] = 0x4F,
  27. ["p"] = 0x50,
  28. ["q"] = 0x51,
  29. ["r"] = 0x52,
  30. ["s"] = 0x53,
  31. ["t"] = 0x54,
  32. ["u"] = 0x55,
  33. ["v"] = 0x56,
  34. ["w"] = 0x57,
  35. ["x"] = 0x58,
  36. ["y"] = 0x59,
  37. ["z"] = 0x5A,
  38. ["0"] = 0x30,
  39. ["1"] = 0x31,
  40. ["2"] = 0x32,
  41. ["3"] = 0x33,
  42. ["4"] = 0x34,
  43. ["5"] = 0x35,
  44. ["6"] = 0x36,
  45. ["7"] = 0x37,
  46. ["8"] = 0x38,
  47. ["9"] = 0x39,
  48. ["+"] = 0xBB,
  49. ["-"] = 0xBD,
  50. [","] = 0xBC,
  51. ["."] = 0xBE,
  52. ["quote"] = 0xDE,
  53. ["esc"] = 0x1B,
  54. ["tab"] = 0x09,
  55. ["caps"] = 0x14,
  56. ["lshift"] = 0xA0,
  57. ["rshift"] = 0xA1,
  58. ["ctrl"] = 0x11,
  59. ["lctrl"] = 0xA2,
  60. ["rctrl"] = 0xA3,
  61. ["lwin"] = 0x5B,
  62. ["rwin"] = 0x5C,
  63. ["alt"] = 0x12,
  64. ["space"] = 0x20,
  65. ["enter"] = 0x0D,
  66. ["backspace"] = 0x08,
  67. ["sshot"] = 0x2C,
  68. ["scrolllock"] = 0x91,
  69. ["pause"] = 0x13,
  70. ["insert"] = 0x2D,
  71. ["home"] = 0x24,
  72. ["pgup"] = 0x21,
  73. ["del"] = 0x2E,
  74. ["end"] = 0x23,
  75. ["pgdn"] = 0x22,
  76. ["up_a"] = 0x26,
  77. ["down_a"] = 0x28,
  78. ["left_a"] = 0x25,
  79. ["right_a"] = 0x27,
  80. ["numlock"] = 0x90,
  81. ["sleep"] = 0x5F,
  82. ["n_0"] = 0x60,
  83. ["n_1"] = 0x61,
  84. ["n_2"] = 0x62,
  85. ["n_3"] = 0x63,
  86. ["n_4"] = 0x64,
  87. ["n_5"] = 0x65,
  88. ["n_6"] = 0x66,
  89. ["n_7"] = 0x67,
  90. ["n_8"] = 0x68,
  91. ["n_9"] = 0x69,
  92. ["v_mute"] = 0xAD,
  93. ["v_up"] = 0xAF,
  94. ["v_down"] = 0xAE,
  95. ["next_t"] = 0xB0,
  96. ["prev_t"] = 0xB1,
  97. ["stop_t"] = 0xB2,
  98. ["pause_t"] = 0xB3,
  99. ["f1"] = 0x70,
  100. ["f2"] = 0x71,
  101. ["f3"] = 0x72,
  102. ["f4"] = 0x73,
  103. ["f5"] = 0x74,
  104. ["f6"] = 0x75,
  105. ["f7"] = 0x76,
  106. ["f8"] = 0x77,
  107. ["f9"] = 0x78,
  108. ["f10"] = 0x79,
  109. ["f11"] = 0x7A,
  110. ["f12"] = 0x7B,
  111. }
  112. function hold(mousebutton)
  113. if mousebutton == "left" then
  114. mouse1down()
  115. elseif mousebutton == "right" then
  116. mouse2down()
  117. end
  118. end
  119. function release(mousebutton)
  120. if mousebutton == "left" then
  121. mouse1up()
  122. elseif mousebutton == "right" then
  123. mouse2up()
  124. end
  125. end
  126. function click(mousebutton)
  127. if mousebutton == "left" then
  128. mouse1click()
  129. elseif mousebutton == "right" then
  130. mouse2click()
  131. end
  132. end
  133. function move(x,y)
  134. mousemoveabs(x,y)
  135. end
  136. function scroll(p)
  137. mousescroll(p)
  138. end
  139. function loopmove(x,y)
  140. if canmove2 ~= false then
  141. canmove1 = false
  142. spawn(function()
  143. local l
  144. l = game:GetService("RunService").Heartbeat:Connect(function()
  145. if canmove1 == true then
  146. l:Disconnect()
  147. end
  148. wait()
  149. move(x,y)
  150. end)
  151. end)
  152. end
  153. end
  154. function breakmove()
  155. canmove1 = false
  156. end
  157. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  158. canmove2 = true
  159. function togglemove()
  160. if canmove1 ~= false then
  161. if canmove2 == false then
  162. canmove2 = true
  163. elseif canmove2 == true then
  164. canmove2 = false
  165. mx = mouse.X
  166. my = mouse.Y
  167. spawn(function()
  168. local l
  169. l = game:GetService("RunService").Heartbeat:Connect(function()
  170. if canmove2 == true then
  171. l:Disconnect()
  172. end
  173. wait()
  174. move(mx,my)
  175. end)
  176. end)
  177. end
  178. end
  179. end
  180. function type(string)
  181. for _,char in pairs(string:split("")) do
  182. wait(0.01)
  183. if char == " " then
  184. keypress(keys["space"])
  185. else
  186. if char:upper() == char and (char ~= "," and char ~= "." and char ~= "-" and char ~= "+" and char ~= "'" and char ~= '"' and char ~= "<" and char ~= ">" and char ~= "_" and char ~= "=") then
  187. keypress(keys["lshift"])
  188. keypress(keys[char:lower()])
  189. keyrelease(keys["lshift"])
  190. else
  191. if char == "'" then
  192. keyrelease(keys["caps"])
  193. keyrelease(keys["lshift"])
  194. keypress(keys["quote"])
  195. elseif char == '"' then
  196. keyrelease(keys["caps"])
  197. keypress(keys["lshift"])
  198. keypress(keys["quote"])
  199. keyrelease(keys["lshift"])
  200. elseif char == "<" then
  201. keyrelease(keys["caps"])
  202. keypress(keys["lshift"])
  203. keypress(keys[","])
  204. keyrelease(keys["lshift"])
  205. elseif char == ">" then
  206. keyrelease(keys["caps"])
  207. keypress(keys["lshift"])
  208. keypress(keys["."])
  209. keyrelease(keys["lshift"])
  210. elseif char == "_" then
  211. keyrelease(keys["caps"])
  212. keypress(keys["lshift"])
  213. keypress(keys["-"])
  214. keyrelease(keys["lshift"])
  215. elseif char == "=" then
  216. keyrelease(keys["caps"])
  217. keypress(keys["lshift"])
  218. keypress(keys["+"])
  219. keyrelease(keys["lshift"])
  220. else
  221. keyrelease(keys["caps"])
  222. keyrelease(keys["lshift"])
  223. keypress(keys[char])
  224. end
  225. end
  226. end
  227. end
  228. end
  229. local chatEvents = game:GetService("ReplicatedStorage"):WaitForChild("DefaultChatSystemChatEvents")
  230. local messageDoneFiltering = chatEvents:WaitForChild("OnMessageDoneFiltering")
  231. messageDoneFiltering.OnClientEvent:Connect(function(message)
  232. local msg = message.Message or ""
  233.  
  234.  
  235.  
  236. print(msg)
  237. local split = msg:split(" ")
  238. if split[1] == ";ms" then
  239. chat("".. split[2] .."")
  240. end
  241. if msg:lower():sub(1,14) == ";xhelulu" then
  242. chat("Mahal Kitaaaa")
  243. end
  244. if msg:lower():sub(1,14) == ";murder" then
  245. workspace:FindFirstChild(game.Players.LocalPlayer.Name).Humanoid.Health = 0
  246. end
  247. if msg:lower():sub(1,13) == ";moveup" then
  248. keyrelease(keys["s"])
  249. keypress(keys["w"])
  250. end
  251. if msg:lower():sub(1,14) == ";moveback" then
  252. keyrelease(keys["w"])
  253. keypress(keys["s"])
  254. end
  255. if msg:lower():sub(1,15) == ";moveright" then
  256. keyrelease(keys["a"])
  257. keypress(keys["d"])
  258. end
  259. if msg:lower():sub(1,13) == ";slon" then
  260. keypress(keys["lshift"])
  261. keyrelease(keys["lshift"])
  262. end
  263. if msg:lower():sub(1,14) == ";sloff" then
  264. keypress(keys["lshift"])
  265. keyrelease(keys["lshift"])
  266. end
  267. if msg:lower():sub(1,12) == ";stop" then
  268. keyrelease(keys["w"])
  269. keyrelease(keys["s"])
  270. keyrelease(keys["a"])
  271. keyrelease(keys["d"])
  272. end
  273. if msg:lower():sub(1,5) == ";wave" then
  274. game.Players:Chat("/e wave")
  275. end
  276. if msg:lower():sub(1,6) == ";point" then
  277. game.Players:Chat("/e point")
  278. end
  279. if msg:lower():sub(1,6) == ";laugh" then
  280. game.Players:Chat("/e laugh")
  281. end
  282. if msg:lower():sub(1,6) == ";dance" then
  283. game.Players:Chat("/e dance")
  284. end
  285. if msg:lower():sub(1,7) == ";dance1" then
  286. game.Players:Chat("/e dance1")
  287. end
  288. if msg:lower():sub(1,7) == ";dance2" then
  289. game.Players:Chat("/e dance2")
  290. end
  291. if msg:lower():sub(1,7) == ";dance3" then
  292. game.Players:Chat("/e dance3")
  293. end
  294. if msg:lower():sub(1,12) == ";rotateleft" then
  295. keyrelease(keys["right_a"])
  296. keypress(keys["left_a"])
  297. end
  298. if msg:lower():sub(1,13) == ";rotateright" then
  299. keyrelease(keys["left_a"])
  300. keypress(keys["right_a"])
  301. end
  302. if msg:lower():sub(1,12) == ";rotatestop" then
  303. keyrelease(keys["right_a"])
  304. keyrelease(keys["left_a"])
  305. end
  306. if msg:lower():sub(1,5) == ";jamp" then
  307. keypress(keys["space"])
  308. wait(0.1)
  309. keyrelease(keys["space"])
  310. end
  311.  
  312. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement