Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/19/2017 in Posts

  1. Please give credits to me (NoFear)... I don't mind others learning from me, just like credit to be given
    2 points
  2. Description: extracts PE-files (.exe, .dll, etc.) from .bin files. For example, memory dumps. For example, from the one that can be obtained through GameGuardian. Use cases: 1. .exe file to be placed in one folder with a .bin file (s) and run. 2. On the .exe file, drag the folder with the .bin file (s). 3. Write in the command line: > get_dll_from_bin.exe path/to/your/.bin/files Result: In the same folder where there were .bin files there will appear .dll files if something was found. Example of output: Usage: drag dir with .bin files to .exe. Tool scan its and extract pe files as .dll files in same folder. Author: Enyby. Used dir: dump dump/com.raongames.growcastle-00008000-0000a000.bin: dump/com.raongames.growcastle-04000000-1c106000.bin: Not valid PE header: 2e746578 dump/com.raongames.growcastle-1c179000-1c17c000.bin: dump/com.raongames.growcastle-94ebb000-95161000.bin: Make 0.dll with size 2737152 dump/com.raongames.growcastle-95169000-951ae000.bin: dump/com.raongames.growcastle-951c6000-95321000.bin: Make 1.dll with size 359424 Make 2.dll with size 878592 dump/com.raongames.growcastle-95325000-95335000.bin: dump/com.raongames.growcastle-9533d000-95583000.bin: Make 3.dll with size 309248 dump/com.raongames.growcastle-95783000-96fe2000.bin: Make 4.dll with size 1684480 dump/com.raongames.growcastle-96fe5000-97371000.bin: dump/com.raongames.growcastle-976f5000-b7756000.bin: dump/com.raongames.growcastle-b7942000-bac40000.bin: Make 5.dll with size 3072 Make 6.dll with size 9728 Make 7.dll with size 171520 Make 8.dll with size 103936 Make 9.dll with size 6656 Make 10.dll with size 10240 Make 11.dll with size 13824 Make 12.dll with size 24576 Make 13.dll with size 65536 Make 14.dll with size 47104 Make 15.dll with size 9216 Make 16.dll with size 41472 Make 17.dll with size 66560 Make 18.dll with size 44032 Make 19.dll with size 18432 Make 20.dll with size 29184 Make 21.dll with size 33280 Make 22.dll with size 175616 dump/com.raongames.growcastle-bf810000-bf831000.bin: Download: https://gameguardian.net/forum/files/file/7-utility-for-extracting-dll-files-from-various-dumps/ Old links:
    1 point
  3. View File Simple Hack Script by Backlift This is a Simple hack script. Purpose of this script is mostly a source code for understanding lua scripts and making scripts for other games based on it. It's intentionally with some unnecessary commands, use this as a manual. Submitter Backlift Submitted 07/19/17 Category LUA scripts
    1 point
  4. function conv(B1) return 1072693248+1048576*math.floor(math.log(B1)/math.log(2))+math.floor(1048576*((B1+B1-math.pow(2,math.floor(math.log(B1)/math.log(2))+1))/math.pow(2,math.floor(math.log(B1)/math.log(2))+1))) end local d = gg.prompt({'health 1', 'attack 1', 'health 2', 'attack 2', 'health 3', 'attack 3', 'health 4', 'attack 4', 'health 5', 'attack 5'}, nil, {'number', 'number', 'number', 'number', 'number', 'number', 'number', 'number', 'number', 'number'}) if (d == nil) then os.exit() end for i = 1, 10, 2 do gg.clearResults() local s = conv(d[i])..';'..conv(d[i+1])..'::1024' gg.searchNumber (s, gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) print(i, 'request =', s, 'found =', gg.getResultCount(), 'edited =', gg.editAll(conv(9999999999), gg.TYPE_DWORD)) end I used other app for run because of that found and edit 0.
    1 point
  5. INT is not integral. Just round to int. All of this can be done at lua. B1 = 520 A1 = 1072693248+1048576*math.floor(math.log(B1)/math.log(2))+math.floor(1048576*((B1+B1-math.pow(2,math.floor(math.log(B1)/math.log(2))+1))/math.pow(2,math.floor(math.log(B1)/math.log(2))+1))) print(B1, A1)
    1 point
  6. As far as I know this lib allow do all possible calculation. Maybe it is not one liner as implemented in Excel but most of things can be done. Show example of formula.
    1 point
  7. Max size for group search is 65535 and can not be increased. Big size make search slow and need lot of memory. In script you can make one search get results, change it, clear, make second search and so on. Params for all search you can ask from user one time. Script support full size math so you can do any calculation inside script. See Math lib in lua reference.
    1 point
  8. You'll be surprised... I don't play any games... I just hack them and help others.
    1 point
  9. I'll make you a video today. No worries
    1 point
  10. It's fast and reliable as I have worked with it. I think if you want to make an aimbot, it may work well.
    1 point
  11. Game Guardian. Can't give yourself more than like 200 at a time. Also can do +10 slots. Some gold star thing and something else.
    1 point
  12. Im not sure it is a good idea, glu patched everything that peoples shared here. So if u find something u better keep it on PM only. And if u find something u can PM me loll.
    1 point
  13. 1 point
  14. I know how to hack mystery boxes, you must search 700;300 you will see 264 results (maybe a few more or less) then you change values to 1, repeat this process 3 times because you can only change 1 page at a time (100 results) then save and continue. **WARNING** YOUR ACCOUNT WILL BE JAILED ONCE YOU OPEN ALOT OF BOXES IN QUICK SUCCESSION, Meaning you can't participate in club events anymore. I would recommend that you link your account to your email and start a new team before using this hack. I have no luck changing other values without killing the game. I hope this helps someone, I could make a YouTube video if requested. Good luck
    1 point
×
×
  • 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.