Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › Other MMORPG Hacks › Vindictus Hacks & Cheats › Two moon script (FIXED) using l2noob2 Pub console

Two moon script (FIXED) using l2noob2 Pub console

Posts 1–15 of 37 · Page 1 of 3
AL
aliasku
Two moon script (FIXED) using l2noob2 Pub console
hello guys..already fixed my two moon script...sorry cuz i post a new thread cuz i cant edit my old thread lol

here we go Two moon sript, its fixed wall bug and now i ma using I2noob2 console for nuke
so both nesien and ephnesien cant escape :P
resolution 1360x768 and dont forget KEYBOARD MODE
u need autoit software (google it), I2noob2 console, and Nico vinpub for ohk and godmode
here's my bind for console

bind "KP_LEFTARROW" "cc_change_figure_height 0.1"
bind "KP_5" "cc_change_figure_height 1"
bind "KP_RIGHTARROW" "changemap_to_next_random_sector"
bind "KP_HOME" "cc_set_sub_weapon javelin_piercing_catacomb 999"
bind "KP_INS" "god"
bind "KP_MINUS" "ohk"
bind "KP_SLASH" "incrementvar host_timescale 1 5 4"
bind "KP_UPARROW" "cc_fill_all_items"
bind "KP_DOWNARROW" "plr_play_overlay_sequence paladin_transformation_begin_2"
bind "KP_PGUP" "nuke"
bind "KP_PLUS" "cc_change_figure_height 1500"
bind "KP_PGDN" "changemap_to_current_random_sector"
bind "F5" "cc_mailbox_ui"
bind "F6" "show_mini_shop"
bind "F7" "close_last_dialog"
bind "F8" "close_alchemy_box"
bind "*" "incrementvar sv_gravity -800 800 800"
bind "[" "cc_change_figure_height 1500"
bind "]" "incrementvar plr_search_evil_core_distance 500 3000 2500"
bind "=" "cc_shiplist_ui"
bind "-" "cc_send_start_game_message"
bind "l" "cc_change_start_game_message"
bind "," "cc_enter_colhen_from_rochest"
bind "." "cc_enter_rochest_from_colhen"

u can edit the resolution by using mousecoord from my old thread
http://www.mpgh.net/forum/267-vindic...pt-autoit.html
credit to @l2noob2 for providing us a great console and Bot
@Nico for god mode and ohk

and yea bro u shud wait for a new vinpub for godmode and ohk happy botting and be patience

virus scan for two moon script
1.https://www.virustotal.com/file/7c7e...is/1327939184/
2.Two MoonFIX.rar - Jotti's malware scan
Two MoonFIX.rar Capture1.PNG
#1 · 14y ago
NI
Nico
Approved .
#2 · 14y ago
TE
tenkan
Question, why not do this when you spawn:
change figure height to 100, then back to 1.
Turn god mode on
Wait however long it is until The red thing spawns
Then use nuke.

That way, mouse/keyboard shouldn't matter.
#3 · 14y ago
TW
twind
If you want to add your binds to be automatically bound in the console you could add a function for that as well, just to make it even simpler to use. Like this:
Code:
Func consoleBind()
	ControlSend("PubConsole", "", "", 'bind "KP_LEFTARROW" "cc_change_figure_height 0.1"')
	ControlSend("PubConsole", "", "", "{ENTER}")
	ControlSend("PubConsole", "", "", 'bind "KP_5" "cc_change_figure_height 1"')
	ControlSend("PubConsole", "", "", "{ENTER}")
EndFunc
And then call it when the start button is hit.

Also instead of having the Shift button command so many times in the code you could use a for loop.
Code:
For $spears = 1 to 100
	ControlSend("Vindictus", "", "", "{LSHIFT}") 
	Sleep(100)
Next
This would send the command 100 times and also make your code easier on the eyes :)
#4 · 14y ago
theking1111
theking1111
Awesome, when is "the contract" coming out?
#5 · 14y ago
KE
Kev Hero
Quote Originally Posted by tenkan View Post
change figure height to 100, then back to 1.
what does switching to big size then small size do?
#6 · 14y ago
AL
aliasku
thanks for ppl who give me lesson how to do autoit ... many thanks..i ma gonna apply to my newest bot prohect...

rocktune cabin, the last fragment and the contract.

have a nice day
#7 · 14y ago
TE
tenkan
Quote Originally Posted by Kev Hero View Post
what does switching to big size then small size do?
It will trigger the spawn of the first wisp boss. So you don't even have to move.
#8 · 14y ago
AL
aliasku
i tried the change figure method..its work but sometimes it gives error
nuke also give me an error, crash after 6 run...spearing is the safest way i think..
#9 · 14y ago
theking1111
theking1111
Quote Originally Posted by aliasku View Post
thanks for ppl who give me lesson how to do autoit ... many thanks..i ma gonna apply to my newest bot prohect...

rocktune cabin, the last fragment and the contract.

have a nice day
Yay, can't wait for those maps
#10 · 14y ago
TE
tenkan
Quote Originally Posted by aliasku View Post
i tried the change figure method..its work but sometimes it gives error
nuke also give me an error, crash after 6 run...spearing is the safest way i think..
I'll test it out tomorrow and let you know if you are doing it wrong.
#11 · 14y ago
AL
aliasku
nice Tenkan .. and i'll wait for u to release some bot
#12 · 14y ago
TE
tenkan
Quote Originally Posted by aliasku View Post
nice Tenkan .. and i'll wait for u to release some bot
I don't want to make my own bot xD! I've had too many issues with that. I'm fine with supporting the devs here.
#13 · 14y ago
AL
aliasku
tenkan i tried to change figure at rocktune cabin but my screen turn black...is there any way to reach the boss without walking?
#14 · 14y ago
TE
tenkan
Quote Originally Posted by aliasku View Post
tenkan i tried to change figure at rocktune cabin but my screen turn black...is there any way to reach the boss without walking?
Here are my settings:
Windowed mode with screen resolution @ 1280 x 1024.

Changing height to 100 then back to 1 makes all monsters spawn. When they die, THEN boss spawns. If you plan on making a bot for cabin, don't use nuke as soon as you spawn.

Regarding 2 moons, change your height to 30, then back to 1. @ 30, it forces the first boss to spawn. So if setting the height too 100 is too much, use 30. You shouldn't get black screen then.

Edit: 1 minute into the mission(from boat screen to final map) both bosses spawned. Then used nuke, and both are dead.
If you still having problems post here.
#15 · edited 14y ago · 14y ago
Posts 1–15 of 37 · Page 1 of 3

Post a Reply

Similar Threads

  • Two moon script (autoit)By aliasku in Vindictus Hacks & Cheats
    18Last post 14y ago
  • HOW I CAN USE VINJECT AND PUB CONSOLE ON VINDICTUSBy DRUKEN in Vindictus Help
    5Last post 14y ago
  • Pub Console 1.65 for EU (by l2noob2)By ojsro in Vindictus Hacks & Cheats
    2Last post 14y ago
  • How to use MCA Pub hack,By xirmatt in Programming Tutorial Requests
    12Last post 17y ago
  • Do not use the pub of another siteBy Hancock in Combat Arms Hacks & Cheats
    10Last post 18y ago

Tags for this Thread

None