-
Posts
1,722 -
Joined
-
Last visited
-
Days Won
109
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by MonkeySAN
-
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
-
Virtual Beggar Virtual Beggar Game VC hack
MonkeySAN commented on AKidWithMidgetFriend's file in LUA scripts
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. -
Virtual Beggar Virtual Beggar Game VC hack
MonkeySAN commented on AKidWithMidgetFriend's file in LUA scripts
-
PB2_shotgun.mp4
-
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} })
-
finally got mine working.. Payback2.mp4 except Laser...still cant figure out how to make it 9999.
-
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>)
-
im just installed the game and at the very early in the game...hack shown in videos above still work.
- 17 replies
-
2
-
- animal restauraunt
- android
-
(and 3 more)
Tagged with:
-
-
looks very promising but its not... Payback2.mp4
-
-
im not sure if i did something wrong... PB2_onfire.mp4 ..or something right? but im on FIRE..!!!
-
For infinity Ammo and fire rate.. 1.Search the Ammo value.(Dword in region A) 2.Fire some shots then Refine will return only 1 result. 3.Goto the address.. - infinity ammo is just below ammo with value 0 > change it to 1 - fire rate is way above ammo..at offset -2C > change Float value to 0
-
some crazy RPG fire rate.. TEST_RPG_FireRate.mp4 [added 2 minutes later] yup.
-
Wallking speed is = 0.7 type Float(Xa) (0.69999998808 to be exact) Searching using Float type will return less than 10 results.. fortunately so far..the last 3 value of the address didnt change..so refine to address is possible. but im using Qword type and its only return 1 result everytime so far.
-
im feeling so lazy this time around now that im only made for this two.. TEST_jump_walk.mp4 Jump hack codes from @WhoKnowsWho Walking speed codes from ME.
-
did you find the walking speed value?
-
nope..i dont play the game.
-
Weapon durability hack?
-
im believe the video is something like this.. LDOE_PickUp.mp4
-
-
hack the coins which is super duper easy then buy godmode and unlimited ammo...you are pretty much done with the game if everything else to be ignore.
-
you think..? he think... im thinking.. so which one? wild guess sometime not that fun.
-
this game ??
-
im never done Aimlock hack because shooting was my least favourite type of game.. but you can try to search in this forum for general idea of how to do Aimlock hack. they are here somewhere. Good luck.