HHLExploits

High Royale

Feb 8th, 2020
2,320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. /* Script by Obanai \*
  2.  
  3. How to use Royale High Script.
  4. Hope This helps.Subscribe if it helps.Thanks :)
  5.  
  6. First get The remote spy from
  7. http://hhlexploitsyt.weebly.com/scripts.html
  8.  
  9. Remember Patience is key.
  10. Edit the Copy = false, to Copy = True,
  11. Execute the remote spy script.
  12.  
  13. Go to bathtub and wait ~10-15 minutes
  14. There should be bubbles popping up after that.Just pop it,after it go back to your exploit and press Ctrl+ V.
  15. Copy the random argument which is the (f9f5de07-2a47-4984-a848-295640f7063c) or something similar
  16.  
  17. Replace numbers with the argument.
  18.  
  19. Scripts:
  20.  
  21. while wait()do
  22. local oh1 = "FloatingBubble_1"
  23. local oh2 = "numbers"
  24. local oh3 = "FloatingBubble_2"
  25. local oh4 = "numbers"
  26. local oh5 = "FloatingBubble_3"
  27. local oh6 = "numbers"
  28. game:GetService("ReplicatedStorage").CaptchaRemote.SolvedRemoteEvent:FireServer(oh1, oh2, oh3, oh4, oh5, oh6)
  29. game:GetService("ReplicatedStorage").CaptchaRemote.SolvedRemoteEvent:FireServer(oh1, oh2, oh3, oh4, oh5, oh6)
  30. game:GetService("ReplicatedStorage").CaptchaRemote.SolvedRemoteEvent:FireServer(oh1, oh2, oh3, oh4, oh5, oh6)
  31. end
  32.  
  33.  
  34. faster version (double execute = 10 - 15k per second):
  35.  
  36. game:GetService("RunService").RenderStepped:Connect(function()
  37. for i = 1, 10 do
  38. game:GetService("ReplicatedStorage").CaptchaRemote.SolvedRemoteEvent:FireServer("FloatingBubble_1", "numbers", "FloatingBubble_2", "numbers", "FloatingBubble_3", "numbers")
  39. end
  40. end)
Add Comment
Please, Sign In to add comment