Jump to content

MonkeySAN

Contributor
  • Posts

    1,909
  • Joined

  • Last visited

  • Days Won

    131

Everything posted by MonkeySAN

  1. someone in denial..
  2. no one wrote the word FAKE or said its FAKE on comments above in here but... you.
  3. i THINK and THINK.. THINK again maybe its for Chinese only. if i THINK...maybe i THINK..its know where you come from. if it THINK..you not from Chinese IP then i THINK its give you that malware alert..so i THINK. and im just THINKING only. PLEASE DONT BELIEVE ME.. BELIEVE THE INTERNET.
  4. bro.. your question are too generic. different game work in different way when dealing with ban.
  5. character stats can be find and change in here during battle but i think its only apply on the next battle. as shown in pictures below..im managed to change Damage and Mobility. the Damage is legit...it give you one hit kill to the enemy.
  6. video of it : Kumu_Coins&Emerald.mp4
  7. same game in different virtual space..
  8. yup.
  9. its done..Thank guys.
  10. other stuff that i found.. MD_Heal.mp4
  11. same but different.. MD_Shop.mp4
  12. me script version.. MD_CoinsStoneGem.mp4
  13. MonkeySAN

    Help

    try read this https://gameguardian.net/forum/topic/20939-prefix-buttons-on-and-off/ or https://gameguardian.net/forum/topic/30752-ultimate-guide-for-a-good-menuinterface/
  14. MonkeySAN

    Help

    in other words...you can write a script in many ways. have fun.. local gg = gg --you can put <gg.setRanges> here if all the hacks are from the same region. function mainmenu() local menu = gg.multiChoice({ "Hack 1", "Hack 2", "Hack 3", "Hack 4", "Hack 5", "EXIT"}, nil,"Main Menu") --cancel if menu == nil then gg.setVisible(false) gg.toast("Minimize menu") else --hack 1 if menu[1] then --put your hack here gg.alert("Hack 1 Done") end --hack 2 if menu[2] then --put your hack here gg.alert("Hack 2 Done") end --hack 3 if menu[3] then --put your hack here gg.alert("Hack 3 Done") end --hack 4 if menu[4] then --put your hack here gg.alert("Hack 4 Done") end --hack 5 if menu[3] then --put your hack here gg.alert("Hack 5 Done") end --EXIT if menu[6] then gg.toast("Canceled") os.exit() end end end while true do if gg.isVisible() then gg.setVisible(false) mainmenu() end end
  15. MonkeySAN

    Help

    local gg = gg gg.alert("WELCOME TO SCRIPT HACKUDO") function START() menu = gg.multiChoice({ "", "", ""}, nil,"subscribe Hackudo") if menu == nil then gg.toast("minimize menu") else if menu[1] then DAK_AE1() end if menu[2] then DAK_AE2() end if menu[3] then exit() end end end function DAK_AE1() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("50", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0) revert = gg.getResults(100, nil, nil, nil, nil, nil, nil, nil, nil) gg.editAll("0", gg.TYPE_FLOAT) gg.clearResults() gg.sleep(500) gg.toast("Hack 1 Done") end function DAK_AE2() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("50", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0) revert = gg.getResults(100, nil, nil, nil, nil, nil, nil, nil, nil) gg.editAll("0", gg.TYPE_FLOAT) gg.clearResults() gg.sleep(500) gg.toast("Hack 2 Done") end function exit() gg.setVisible(true) os.exit(print("Thank You")) end while true do if gg.isVisible() then gg.setVisible(false) START() end end
  16. another script i made... which are more direct so to speak.. it use your current level as a base point to find the other things and then edit. in other word...it use offset to get to the target from the base point. btw about the color you see here...its nothing from what im wrote in the script. its something else and its absolute PROHIBITED for anyone to ever to talk about it in here. and please dont PM me about it either.
  17. its working... VB_CoinEx.mp4 but its from my script.
  18. PB2_shotgun.mp4
  19. yes...im using offset. i dont think the full address stay the same...thats why yours not working anymore because the address change. but im not focus so much on the address so im maybe wrong. plus the value type i use are not Dword or Float but Word type(green). except when finding Shotgun ammo...im using both Dword and Word type to make a group search. to do it...you must had Shotgun equip then gg.searchNumber like this : = 5D;80W::5 (80W is shotgun ammo) type : Dword or Word gg.refineNumber to 5 --> local t = gg.getResults(1) <-- this is t[1].address add offsets to the address to get all the weapons address and edit. it would be look like this : gg.setValues({ {address = t[1].address + 0x4 ,flags = 2,value = 9999} })
  20. finally got mine working.. Payback2.mp4 except Laser...still cant figure out how to make it 9999.
  21. a must write.. gg.getResults(<the number of results you want to edit>) from that many results after search then.. gg.editAll(<edit the results with your value>)
  22. im just installed the game and at the very early in the game...hack shown in videos above still work.
  23. no cooldown...(not baby boom) TBC_NoCD.mp4
  24. looks very promising but its not... Payback2.mp4
  25. unlock cats.. Script_UnlockCats.mp4
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.