DeDeK30

copy car by [-].lua

Sep 24th, 2025 (edited)
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.75 KB | None | 0 0
  1. gg.setVisible(false)
  2. gg.toast(" S4 ")
  3. gg.sleep(1000)
  4. gg.toast("CLICK GG")
  5.  
  6.  
  7.  
  8. -- Fungsi utama menu
  9. function mainMenu()
  10.     local menu = gg.choice({
  11.         "👾 Copy Car",
  12.         "👾 Exit ❗"
  13.     }, nil, " 𝐒𝟒 " .. os.date("\n\n☀️Today : %d %B %Y\n⌚Time : %X %p"))
  14.    
  15.     if menu == 1 then
  16.         A()
  17.     elseif menu == 2 then
  18.      gg.clearResults()
  19.      gg.toast("Clear Data & Keluar")
  20.     os.exit()
  21.     end
  22. end
  23.  
  24. function A()
  25. Itam1 = gg.getRangesList('libil2cpp.so')[2].start
  26. Itam = nil  Itam = {}
  27. Itam[1] = {}
  28. Itam[1].address = Itam1 + 0x341B3A8
  29. Itam[1].value = 'D2800000h'
  30. Itam[1].flags = 4
  31. Itam[2] = {}
  32. Itam[2].address = Itam1 + 0x341B3A8 + 4
  33. Itam[2].value = 'D65F03C0h'
  34. Itam[2].flags = 4
  35. gg.setValues(Itam)  
  36. Itam1 = gg.getRangesList('libil2cpp.so')[2].start
  37. Itam = nil  Itam = {}
  38. Itam[1] = {}
  39. Itam[1].address = Itam1 + 0x355B64C
  40. Itam[1].value = 'D2800000h'  
  41. Itam[1].flags = 4
  42. Itam[2] = {}
  43. Itam[2].address = Itam1 + 0x355B64C + 4
  44. Itam[2].value = 'D65F03C0h'
  45. Itam[2].flags = 4
  46. gg.setValues(Itam)
  47. Itam1 = gg.getRangesList('libil2cpp.so')[2].start
  48. Itam = nil  Itam = {}
  49. Itam[1] = {}
  50. Itam[1].address = Itam1 + 0x2D8C8D1
  51. Itam[1].value = 'D2800000h'  
  52. Itam[1].flags = 4
  53. Itam[2] = {}
  54. Itam[2].address = Itam1 + 0x2D8C8D1 + 4
  55. Itam[2].value = 'D65F03C0h'
  56. Itam[2].flags = 4
  57. gg.setValues(Itam)
  58. gg.alert("✅ Kereta yang dijual tidak akan hilang.\n\n🚗 Jika screen jadi gelap dan ada notice.\n📴 Cukup relog game balik.") gg.toast("✅ Done")
  59. end
  60.  
  61.  
  62.  
  63.  
  64.  
  65. -- Fungsi stay di background
  66. function stayMenu()
  67.     gg.setVisible(false)
  68.     while true do
  69.         if gg.isVisible(true) then
  70.             gg.setVisible(false)
  71.             mainMenu()
  72.         end
  73.         gg.sleep(200)
  74.     end
  75. end
  76.  
  77. stayMenu()
Advertisement
Add Comment
Please, Sign In to add comment